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
1.63 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 27 commits
KipperDev's picture
KipperDev
Training in progress, step 13000
4ca72e9 verified over 2 years ago
  • runs
    Training in progress, step 13000 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    21 Bytes
    initial commit over 2 years ago
  • config.json
    1.68 kB
    Training in progress, step 500 over 2 years ago
  • merges.txt
    456 kB
    Training in progress, step 500 over 2 years ago
  • model.safetensors
    1.63 GB
    xet
    Training in progress, step 13000 over 2 years ago
  • special_tokens_map.json
    279 Bytes
    Training in progress, step 500 over 2 years ago
  • tokenizer.json
    2.11 MB
    Training in progress, step 500 over 2 years ago
  • tokenizer_config.json
    1.21 kB
    Training in progress, step 500 over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

    • "transformers.trainer_utils.HubStrategy",
    • "accelerate.state.PartialState",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.training_args_seq2seq.Seq2SeqTrainingArguments",
    • "transformers.training_args.OptimizerNames",
    • "torch.device",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.SchedulerType"

    How to fix it?

    4.73 kB
    xet
    Training in progress, step 500 over 2 years ago
  • vocab.json
    798 kB
    Training in progress, step 500 over 2 years ago