Transformers
PyTorch
TensorBoard
t5
text2text-generation
Generated from Trainer
text-generation-inference
Instructions to use rooftopcoder/distilt5-coqa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rooftopcoder/distilt5-coqa with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("rooftopcoder/distilt5-coqa") model = AutoModelForSeq2SeqLM.from_pretrained("rooftopcoder/distilt5-coqa", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 269 Bytes
6f544c2 | 1 2 3 4 5 6 7 8 9 | {
"predict_accuracy": 0.07616184391832645,
"predict_f1": 0.04972271729705618,
"predict_loss": 1.0586354732513428,
"predict_runtime": 115.4823,
"predict_samples": 7983,
"predict_samples_per_second": 69.127,
"predict_steps_per_second": 2.165
} |