Transformers
PyTorch
TensorBoard
t5
text2text-generation
Generated from Trainer
text-generation-inference
Instructions to use rooftopcoder/t5-small-coqa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rooftopcoder/t5-small-coqa with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("rooftopcoder/t5-small-coqa") model = AutoModelForSeq2SeqLM.from_pretrained("rooftopcoder/t5-small-coqa", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "epoch": 3.0, | |
| "train_loss": 1.2059516395565477, | |
| "train_runtime": 8228.1791, | |
| "train_samples": 108647, | |
| "train_samples_per_second": 39.613, | |
| "train_steps_per_second": 2.476 | |
| } |