Translation
Transformers
PyTorch
TensorFlow
JAX
Rust
Safetensors
t5
text2text-generation
summarization
text-generation-inference
Instructions to use google-t5/t5-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google-t5/t5-base with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "translation" 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("translation", model="google-t5/t5-base")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("google-t5/t5-base") model = AutoModelForSeq2SeqLM.from_pretrained("google-t5/t5-base") - Inference
- Notebooks
- Google Colab
- Kaggle
📋 Documentation Enhancement Suggestion
#40 opened 3 months ago
by
CroviaTrust
📋 Documentation Enhancement Suggestion
#39 opened 3 months ago
by
CroviaTrust
📋 Documentation Enhancement Suggestion
#38 opened 3 months ago
by
CroviaTrust
📋 Documentation Enhancement Suggestion
#37 opened 3 months ago
by
CroviaTrust
📋 Documentation Enhancement Suggestion
#36 opened 3 months ago
by
CroviaTrust
📋 Documentation Enhancement Suggestion
#35 opened 3 months ago
by
CroviaTrust
Request: DOI
#33 opened 7 months ago
by
firmwsrc
Test-br-1
#32 opened about 1 year ago
by
Samuel-jebin
Update README.md
#31 opened over 1 year ago
by
iamsomeonewhowwantstocode
how to add my glossaries usage model?
#27 opened about 2 years ago
by
Myth-zhao
Update README.md
1
#26 opened about 2 years ago
by
Seeflyer937
Adds the tokenizer configuration file
#25 opened about 2 years ago
by
lysandre
Adding ONNX file of this model
👍 1
#23 opened over 2 years ago
by
MaiAmin
[AUTOMATED] Model Memory Requirements
#22 opened over 2 years ago
by
model-sizer-bot
General T5 Base related queries
#21 opened over 2 years ago
by
Sivakumar666
Add evaluation results on the 3.0.0 config and test split of cnn_dailymail
1
#20 opened over 2 years ago
by
autoevaluator
Add evaluation results on the default config and test split of multi_news
#19 opened over 2 years ago
by
autoevaluator
Add evaluation results on the default config and test split of multi_news
#18 opened over 2 years ago
by
autoevaluator
Why T5 can only generate sentences of length 20. Can someone help me? I wish I could generate longer sentences.
2
#17 opened almost 3 years ago
by
higashi1
Update README.md
#16 opened almost 3 years ago
by
alfaifiisa
TypeError: Trainer.__init__() got an unexpected keyword argument 'gpus'
#14 opened almost 3 years ago
by
tekeshwarhirwani
Update config.json
1
#13 opened almost 3 years ago
by
Jesuscarr
Task prefixes?
1
#10 opened over 3 years ago
by
alexbalandi
Issue with translation to spanish
1
#7 opened over 3 years ago
by
harsh8398
Add evaluation results on the HadiPourmousa--TextSummarization config and train split of HadiPourmousa/TextSummarization
#6 opened over 3 years ago
by
autoevaluator
Add evaluation results on the 3.0.0 config of cnn_dailymail
#5 opened almost 4 years ago
by
autoevaluator
Add evaluation results on the 3.0.0 config of cnn_dailymail
#4 opened almost 4 years ago
by
autoevaluator
Add evaluation results on xsum dataset
#2 opened almost 4 years ago
by
autoevaluator
Add evaluation results on samsum dataset
#1 opened almost 4 years ago
by
autoevaluator