Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

KipperDev
/
bart_summarizer_model

Summarization
Transformers
TensorBoard
Safetensors
English
bart
text2text-generation
summarizer
text summarization
abstractive summarization
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use KipperDev/bart_summarizer_model 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="KipperDev/bart_summarizer_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("KipperDev/bart_summarizer_model")
    model = AutoModelForSeq2SeqLM.from_pretrained("KipperDev/bart_summarizer_model")
  • Notebooks
  • Google Colab
  • Kaggle
bart_summarizer_model / runs
81.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 100 commits
KipperDev's picture
KipperDev
Training in progress, step 13000
7b09567 verified about 2 years ago
  • Feb08_17-39-21_4b007708813c
    Training in progress, step 13000 about 2 years ago
  • Jan26_02-08-37_2d658fece0d8
    Training in progress, step 500 over 2 years ago
  • Jan26_02-11-21_2d658fece0d8
    Training in progress, step 17000 over 2 years ago
  • Jan27_13-52-17_fa44e508b93c
    Training in progress, step 1500 over 2 years ago
  • Jan28_17-37-20_d48026fde52b
    Training in progress, step 2500 over 2 years ago
  • Jan28_21-32-16_27ed338ff3c6
    Training in progress, step 5000 over 2 years ago
  • Jan29_12-28-59_1c2fbbeea14b
    Training in progress, step 1000 over 2 years ago
  • Jan29_12-58-15_1c2fbbeea14b
    Training in progress, step 10000 over 2 years ago