Transformers
PyTorch
TensorBoard
marian
text2text-generation
Generated from Trainer
Eval Results (legacy)
Instructions to use autoevaluate/translation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use autoevaluate/translation with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("autoevaluate/translation") model = AutoModelForSeq2SeqLM.from_pretrained("autoevaluate/translation") - Notebooks
- Google Colab
- Kaggle
Add evaluation results on the autoevaluate--wmt16-ro-en-sample config of autoevaluate/wmt16-ro-en-sample
#6
by lewtun HF Staff - opened
Beep boop, I am a bot from Hugging Face's automatic model evaluator π!
Your model has been evaluated on the autoevaluate--wmt16-ro-en-sample config of the autoevaluate/wmt16-ro-en-sample dataset by @lewtun , using the predictions stored here.
Accept this pull request to see the results displayed on the Hub leaderboard.
Evaluate your model on more datasets here.