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

JohnDoe70
/
t5-summarization

Summarization
Transformers
TensorBoard
ONNX
Safetensors
t5
text2text-generation
Generated from Trainer
text-generation-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use JohnDoe70/t5-summarization with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use JohnDoe70/t5-summarization 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="JohnDoe70/t5-summarization")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("JohnDoe70/t5-summarization")
    model = AutoModelForSeq2SeqLM.from_pretrained("JohnDoe70/t5-summarization")
  • Notebooks
  • Google Colab
  • Kaggle
t5-summarization / onnx
2.92 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
JohnDoe70's picture
JohnDoe70
update onnx quantized model files. use 13.1 version
205f328 about 2 years ago
  • decoder_model.onnx
    651 MB
    xet
    Add onnx quantized model files about 2 years ago
  • decoder_model_merged.onnx
    651 MB
    xet
    update onnx quantized model files. use 13.1 version about 2 years ago
  • decoder_model_merged_quantized.onnx
    165 MB
    xet
    update onnx quantized model files. use 13.1 version about 2 years ago
  • decoder_model_quantized.onnx
    164 MB
    xet
    Add onnx quantized model files about 2 years ago
  • decoder_with_past_model.onnx
    594 MB
    xet
    Add onnx quantized model files about 2 years ago
  • decoder_with_past_model_quantized.onnx
    150 MB
    xet
    update onnx quantized model files. use 13.1 version about 2 years ago
  • encoder_model.onnx
    439 MB
    xet
    Add onnx quantized model files about 2 years ago
  • encoder_model_quantized.onnx
    110 MB
    xet
    Add onnx quantized model files about 2 years ago