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

StDestiny
/
DialogLED-base-16384-QMSum-finetuned

Summarization
Transformers
TensorBoard
Safetensors
led
text2text-generation
Generated from Trainer
conversatoin_summarizer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use StDestiny/DialogLED-base-16384-QMSum-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use StDestiny/DialogLED-base-16384-QMSum-finetuned 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="StDestiny/DialogLED-base-16384-QMSum-finetuned")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("StDestiny/DialogLED-base-16384-QMSum-finetuned")
    model = AutoModelForSeq2SeqLM.from_pretrained("StDestiny/DialogLED-base-16384-QMSum-finetuned")
  • Notebooks
  • Google Colab
  • Kaggle
DialogLED-base-16384-QMSum-finetuned
651 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
StDestiny's picture
StDestiny
Update README.md
c0b1267 verified about 2 years ago
  • runs
    Model save about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.3 kB
    Update README.md about 2 years ago
  • config.json
    1.3 kB
    Model save about 2 years ago
  • generation_config.json
    277 Bytes
    Model save about 2 years ago
  • merges.txt
    456 kB
    Model save about 2 years ago
  • model.safetensors
    648 MB
    xet
    Model save about 2 years ago
  • special_tokens_map.json
    957 Bytes
    Model save about 2 years ago
  • tokenizer.json
    2.11 MB
    Model save about 2 years ago
  • tokenizer_config.json
    1.21 kB
    Model save about 2 years ago
  • training_args.bin
    5.05 kB
    xet
    Model save about 2 years ago
  • vocab.json
    798 kB
    Model save about 2 years ago