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

ArchCoder
/
fine-tuned-bart-large

Summarization
Transformers
Safetensors
English
bart
text2text-generation
fine-tuned
Model card Files Files and versions
xet
Community

Instructions to use ArchCoder/fine-tuned-bart-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ArchCoder/fine-tuned-bart-large 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="ArchCoder/fine-tuned-bart-large")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("ArchCoder/fine-tuned-bart-large")
    model = AutoModelForSeq2SeqLM.from_pretrained("ArchCoder/fine-tuned-bart-large", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
fine-tuned-bart-large
1.63 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
ArchCoder's picture
ArchCoder
Update README.md
1a23d04 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    184 Bytes
    Update README.md about 1 year ago
  • config.json
    1.79 kB
    Upload folder using huggingface_hub about 1 year ago
  • generation_config.json
    305 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • merges.txt
    456 kB
    Upload folder using huggingface_hub about 1 year ago
  • model.safetensors
    1.63 GB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • special_tokens_map.json
    294 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • tokenizer.json
    2.11 MB
    Upload folder using huggingface_hub about 1 year ago
  • tokenizer_config.json
    1.27 kB
    Upload folder using huggingface_hub about 1 year ago
  • training_args.bin
    5.24 kB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • vocab.json
    798 kB
    Upload folder using huggingface_hub about 1 year ago