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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

sunsvrv
/
bart-base-facebook

Summarization
Transformers
PyTorch
TensorBoard
bart
text2text-generation
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
2

Instructions to use sunsvrv/bart-base-facebook with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sunsvrv/bart-base-facebook 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="sunsvrv/bart-base-facebook")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("sunsvrv/bart-base-facebook")
    model = AutoModelForSeq2SeqLM.from_pretrained("sunsvrv/bart-base-facebook")
  • Notebooks
  • Google Colab
  • Kaggle
bart-base-facebook / runs
132 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
sunsvrv's picture
sunsvrv
Training complete
0f48a22 over 3 years ago
  • Oct09_16-22-31_45d0aacbd9c4
    Training in progress, step 500 over 3 years ago
  • Oct09_16-40-05_45d0aacbd9c4
    Training in progress, step 500 over 3 years ago
  • Oct09_16-41-08_45d0aacbd9c4
    Training in progress, step 500 over 3 years ago
  • Oct09_16-42-07_45d0aacbd9c4
    Training in progress, step 500 over 3 years ago
  • Oct09_16-43-08_45d0aacbd9c4
    Training in progress, step 500 over 3 years ago
  • Oct09_16-47-03_45d0aacbd9c4
    Training in progress, step 500 over 3 years ago
  • Oct09_18-24-14_45d0aacbd9c4
    Training in progress, step 500 over 3 years ago
  • Oct09_18-59-29_45d0aacbd9c4
    Training in progress, step 500 over 3 years ago
  • Oct09_20-47-18_45d0aacbd9c4
    Training in progress, step 500 over 3 years ago
  • Oct10_12-55-43_98ddba73f945
    Training in progress, step 500 over 3 years ago
  • Oct10_17-38-36_365704bcb3c8
    Training complete over 3 years ago