Instructions to use autoevaluate/translation-not-evaluated with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use autoevaluate/translation-not-evaluated with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("autoevaluate/translation-not-evaluated") model = AutoModelForSeq2SeqLM.from_pretrained("autoevaluate/translation-not-evaluated") - Notebooks
- Google Colab
- Kaggle
Add evaluation results on the autoevaluate--wmt16-ro-en-sample config and test split of autoevaluate/wmt16-ro-en-sample
#1
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 and test split 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.