Transformers
PyTorch
Safetensors
t5
text2text-generation
grammar
spelling
punctuation
error-correction
text-generation-inference
Instructions to use pszemraj/t5-v1_1-base-ft-jflAUG with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pszemraj/t5-v1_1-base-ft-jflAUG with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("pszemraj/t5-v1_1-base-ft-jflAUG") model = AutoModelForSeq2SeqLM.from_pretrained("pszemraj/t5-v1_1-base-ft-jflAUG", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "rouge1": [ | |
| [ | |
| 0.8325737542925057, | |
| 0.8512218292365359, | |
| 0.8378894489392035 | |
| ], | |
| [ | |
| 0.8374075602350762, | |
| 0.8551640291535181, | |
| 0.8423538037278446 | |
| ], | |
| [ | |
| 0.8421675667719235, | |
| 0.8588829566549055, | |
| 0.846488324416133 | |
| ] | |
| ], | |
| "rouge2": [ | |
| [ | |
| 0.7063181321926529, | |
| 0.7231967449931931, | |
| 0.7107564100884937 | |
| ], | |
| [ | |
| 0.7138690760217199, | |
| 0.7297720197179771, | |
| 0.7179708328435084 | |
| ], | |
| [ | |
| 0.7209681422569347, | |
| 0.7364059348298128, | |
| 0.7244994553555357 | |
| ] | |
| ], | |
| "rougeL": [ | |
| [ | |
| 0.8241914932284173, | |
| 0.8423832780510229, | |
| 0.829609700001945 | |
| ], | |
| [ | |
| 0.8292237518426826, | |
| 0.8464972975309957, | |
| 0.8340108951795162 | |
| ], | |
| [ | |
| 0.8345541518690321, | |
| 0.8508365438949048, | |
| 0.8385442754474498 | |
| ] | |
| ], | |
| "rougeLsum": [ | |
| [ | |
| 0.8242814655007512, | |
| 0.8422403332812175, | |
| 0.8295873925025545 | |
| ], | |
| [ | |
| 0.8290048033962379, | |
| 0.8465680446442976, | |
| 0.8339278805360482 | |
| ], | |
| [ | |
| 0.8337436779448508, | |
| 0.8505669595527864, | |
| 0.8382133126298722 | |
| ] | |
| ] | |
| } |