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

  • Log In
  • Sign Up

Azma-AI
/
bart-conversation-summarizer

Summarization
Transformers
PyTorch
bart
text2text-generation
Eval Results (legacy)
Model card Files Files and versions
xet
Community
2

Instructions to use Azma-AI/bart-conversation-summarizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Azma-AI/bart-conversation-summarizer 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="Azma-AI/bart-conversation-summarizer")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("Azma-AI/bart-conversation-summarizer")
    model = AutoModelForSeq2SeqLM.from_pretrained("Azma-AI/bart-conversation-summarizer")
  • Notebooks
  • Google Colab
  • Kaggle
bart-conversation-summarizer
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
cbcaa99 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    4.47 kB
    Updated Model over 2 years ago
  • config.json
    1.78 kB
    Updated Model over 2 years ago
  • generation_config.json
    304 Bytes
    Updated Model over 2 years ago
  • gitattributes.txt
    1.48 kB
    Updated Model over 2 years ago
  • merges.txt
    456 kB
    Updated Model over 2 years ago
  • model.safetensors
    1.63 GB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    1.63 GB
    xet
    Updated Model over 2 years ago
  • special_tokens_map.json
    280 Bytes
    Updated Model over 2 years ago
  • tokenizer.json
    2.11 MB
    Updated Model over 2 years ago
  • tokenizer_config.json
    390 Bytes
    Updated Model over 2 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "torch.device",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.training_args.OptimizerNames",
    • "transformers.training_args_seq2seq.Seq2SeqTrainingArguments",
    • "transformers.trainer_utils.SchedulerType"

    How to fix it?

    3.64 kB
    xet
    Updated Model over 2 years ago
  • vocab.json
    798 kB
    Updated Model over 2 years ago