Helsinki-NLP/opus_books
Viewer • Updated • 1.25M • 11.4k • 91
How to use jourlin/wiki2json with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("jourlin/wiki2json")
model = AutoModelForSeq2SeqLM.from_pretrained("jourlin/wiki2json")This model is a fine-tuned version of t5-small on the opus_books dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|---|---|---|---|---|---|
| 1.9187 | 1.0 | 3178 | 1.6848 | 4.8968 | 17.6362 |