wmt/wmt16
Viewer • Updated • 9.98M • 10.6k • 26
How to use mikeadimech/punctuation-test-4 with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("mikeadimech/punctuation-test-4")
model = AutoModelForSeq2SeqLM.from_pretrained("mikeadimech/punctuation-test-4")This model is a fine-tuned version of facebook/bart-base on the wmt16 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 |
|---|---|---|---|---|---|
| 0.3331 | 1.0 | 625 | 0.3411 | 39.1294 | 18.4812 |
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("mikeadimech/punctuation-test-4") model = AutoModelForSeq2SeqLM.from_pretrained("mikeadimech/punctuation-test-4")