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

  • Log In
  • Sign Up

KipperDev
/
t5_summarizer_model

Summarization
Transformers
TensorBoard
Safetensors
English
t5
text2text-generation
summarizer
text summarization
abstractive summarization
text-generation-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use KipperDev/t5_summarizer_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use KipperDev/t5_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/t5_summarizer_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("KipperDev/t5_summarizer_model")
    model = AutoModelForSeq2SeqLM.from_pretrained("KipperDev/t5_summarizer_model")
  • Notebooks
  • Google Colab
  • Kaggle
t5_summarizer_model / runs
75 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 35 commits
KipperDev's picture
KipperDev
Training in progress, step 6000
08ce0b3 verified over 2 years ago
  • Jan13_12-52-58_8838525cb97c
    Training in progress, step 500 over 2 years ago
  • Jan13_13-06-22_8838525cb97c
    Training in progress, step 1000 over 2 years ago
  • Jan13_13-35-25_8838525cb97c
    Training in progress, step 500 over 2 years ago
  • Jan13_15-07-34_8838525cb97c
    Training in progress, step 5500 over 2 years ago
  • Jan13_17-21-56_c8fc3f016326
    Training in progress, step 6000 over 2 years ago