Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

autoevaluate
/
translation

Transformers
PyTorch
TensorBoard
marian
text2text-generation
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
9

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
translation / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
lewtun's picture
lewtun HF Staff
End of training
9920fc7 almost 4 years ago
  • May28_14-14-22_619d9d8038a8
    End of training almost 4 years ago