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

  • Log In
  • Sign Up

henryu-lin
/
t5-3b-samsum-deepspeed

Summarization
Transformers
PyTorch
English
t5
text2text-generation
azureml
deepspeed
text-generation-inference
Model card Files Files and versions
xet
Community
1

Instructions to use henryu-lin/t5-3b-samsum-deepspeed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use henryu-lin/t5-3b-samsum-deepspeed 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="henryu-lin/t5-3b-samsum-deepspeed")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("henryu-lin/t5-3b-samsum-deepspeed")
    model = AutoModelForSeq2SeqLM.from_pretrained("henryu-lin/t5-3b-samsum-deepspeed", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
t5-3b-samsum-deepspeed
11.4 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
henryu-lin's picture
henryu-lin
Update README.md
7feb6eb about 5 years ago
  • .amlignore
    315 Bytes
    add model about 5 years ago
  • .amlignore.amltmp
    315 Bytes
    add model about 5 years ago
  • .gitattributes
    690 Bytes
    initial commit about 5 years ago
  • README.md
    4.67 kB
    Update README.md about 5 years ago
  • config.json
    1.6 kB
    add model about 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    11.4 GB
    xet
    add model about 5 years ago
  • special_tokens_map.json
    1.79 kB
    add tokenizer about 5 years ago
  • spiece.model
    792 kB
    xet
    add tokenizer about 5 years ago
  • tokenizer.json
    1.39 MB
    add tokenizer about 5 years ago
  • tokenizer_config.json
    1.96 kB
    add tokenizer about 5 years ago