Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

hyesunyun
/
NonsenseUpdateDiffStringBart

Summarization
Transformers
PyTorch
English
bart
text2text-generation
diff generation
Model card Files Files and versions
xet
Community
1

Instructions to use hyesunyun/NonsenseUpdateDiffStringBart with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hyesunyun/NonsenseUpdateDiffStringBart with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "summarization" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("summarization", model="hyesunyun/NonsenseUpdateDiffStringBart")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("hyesunyun/NonsenseUpdateDiffStringBart")
    model = AutoModelForSeq2SeqLM.from_pretrained("hyesunyun/NonsenseUpdateDiffStringBart", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
NonsenseUpdateDiffStringBart
4.32 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
hyesunyun's picture
hyesunyun
Update README.md
5af99e2 over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    229 Bytes
    Update README.md over 4 years ago
  • config.json
    996 Bytes
    Update from yun.hy over 4 years ago
  • merges.txt
    32.5 kB
    Update from yun.hy over 4 years ago
  • optimizer.pt
    2.88 GB
    xet
    Update from yun.hy over 4 years ago
  • pytorch_model.bin
    1.44 GB
    xet
    Update from yun.hy over 4 years ago
  • rng_state.pth
    14.6 kB
    xet
    Update from yun.hy over 4 years ago
  • scheduler.pt
    623 Bytes
    xet
    Update from yun.hy over 4 years ago
  • tokenizer_config.json
    1.15 kB
    Update from yun.hy over 4 years ago
  • trainer_state.json
    11.7 kB
    Update from yun.hy over 4 years ago
  • training_args.bin
    3.12 kB
    xet
    Update from yun.hy over 4 years ago
  • vocab.json
    62.3 kB
    Update from yun.hy over 4 years ago