Transformers
PyTorch
Rust
t5
text2text-generation
Generated from Trainer
Eval Results (legacy)
text-generation-inference
Instructions to use thisispublic/flan-t5-small-cnndm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thisispublic/flan-t5-small-cnndm with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("thisispublic/flan-t5-small-cnndm") model = AutoModelForSeq2SeqLM.from_pretrained("thisispublic/flan-t5-small-cnndm") - Notebooks
- Google Colab
- Kaggle
| { | |
| "epoch": 3.0, | |
| "eval_gen_len": 77.61729503291443, | |
| "eval_loss": 1.6840651035308838, | |
| "eval_rouge1": 39.3083, | |
| "eval_rouge2": 17.5532, | |
| "eval_rougeL": 27.97, | |
| "eval_rougeLsum": 36.4953, | |
| "eval_runtime": 3039.9572, | |
| "eval_samples": 13368, | |
| "eval_samples_per_second": 4.397, | |
| "eval_steps_per_second": 1.099 | |
| } |