Transformers
PyTorch
TensorBoard
t5
text2text-generation
Generated from Trainer
Eval Results (legacy)
text-generation-inference
Instructions to use chv5/t5-small-shuffled_take1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chv5/t5-small-shuffled_take1 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("chv5/t5-small-shuffled_take1") model = AutoModelForSeq2SeqLM.from_pretrained("chv5/t5-small-shuffled_take1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
#2
by cherry0328 - opened
Great work on the t5-small-shuffled_take1 model! We would love to contribute by updating the base_model information in the README. This would help address the missing details on the model card.