Instructions to use LRJ1981/Rito_Version1.2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LRJ1981/Rito_Version1.2 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("LRJ1981/Rito_Version1.2") model = AutoModelForSeq2SeqLM.from_pretrained("LRJ1981/Rito_Version1.2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 410 Bytes
d84355a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
---
tags:
- autotrain
- text2text-generation
widget:
- text: "I love AutoTrain"
datasets:
- autotrain-tlvon-zmjgo/autotrain-data
---
# Model Trained Using AutoTrain
- Problem type: Seq2Seq
## Validation Metrics
loss: 0.007954709231853485
rouge1: 99.4349
rouge2: 99.1573
rougeL: 99.4066
rougeLsum: 99.4213
gen_len: 458.5909
runtime: 309.674
samples_per_second: 0.639
steps_per_second: 0.161
: 10.0
|