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
245 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 407 commits
KipperDev's picture
KipperDev
Training in progress, step 40500
ef7fd6e verified over 2 years ago
  • runs
    Training in progress, step 40500 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    21 Bytes
    initial commit over 2 years ago
  • config.json
    1.59 kB
    Training in progress, step 500 over 2 years ago
  • model.safetensors
    242 MB
    xet
    Training in progress, step 40500 over 2 years ago
  • special_tokens_map.json
    2.54 kB
    Training in progress, step 500 over 2 years ago
  • tokenizer.json
    2.42 MB
    Training in progress, step 500 over 2 years ago
  • tokenizer_config.json
    20.9 kB
    Training in progress, step 500 over 2 years ago
  • training_args.bin
    4.73 kB
    xet
    Training in progress, step 500 over 2 years ago