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
188 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 414 commits
KipperDev's picture
KipperDev
Training in progress, step 44500
fc9e30f verified about 2 years ago
  • Feb05_12-25-02_1a6303fd8b33
    Training in progress, step 12500 over 2 years ago
  • Feb07_12-00-20_c47203e77ce6
    Training in progress, step 44500 about 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 7500 over 2 years ago
  • Jan25_16-27-22_366b157464d4
    Training in progress, step 21500 over 2 years ago
  • Jan25_20-58-17_366b157464d4
    Training in progress, step 12000 over 2 years ago
  • Jan29_20-10-43_b5b17a66f70d
    Training in progress, step 1500 over 2 years ago
  • Jan29_20-58-24_9f2c52e8a3ef
    Training in progress, step 10000 over 2 years ago
  • Jan30_12-11-50_4b06ae03ec92
    Training in progress, step 86000 over 2 years ago