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

  • Log In
  • Sign Up

facebook
/
wmt19-en-de

Translation
Transformers
PyTorch
Safetensors
English
German
fsmt
text2text-generation
wmt19
facebook
Model card Files Files and versions
xet
Community
12

Instructions to use facebook/wmt19-en-de with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use facebook/wmt19-en-de with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "translation" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("translation", model="facebook/wmt19-en-de")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("facebook/wmt19-en-de")
    model = AutoModelForSeq2SeqLM.from_pretrained("facebook/wmt19-en-de")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

Adding ONNX file of this model

#10 opened about 1 year ago by
duliper

Adding `safetensors` variant of this model

#9 opened over 2 years ago by
SFconvertbot

Suddenly model does not work anymore

👍 2
3
#7 opened over 2 years ago by
KimTang

Add multilingual to the language tag

#5 opened over 3 years ago by
lbourdois

Finetunning for different lang

#4 opened over 3 years ago by
kumarprashant556

Add evaluation results on the de-en config and validation split of wmt19

#3 opened over 3 years ago by
autoevaluator

Add evaluation results on the de-en config and validation split of wmt19

#2 opened over 3 years ago by
autoevaluator

Model does not take input embeds as input

#1 opened almost 4 years ago by
asking28
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs