Hugging Face's logo Hugging Face
    • Models
    • Datasets
    • Pricing
      • Website
        • Metrics
        • Languages
        • Organizations
      • Community
        • Forum
        • Blog
        • GitHub
      • Documentation
        • Model Hub doc
        • Inference API doc
        • Transformers doc
        • Tokenizers doc
        • Datasets doc

    • Log In
    • Sign Up
    • Account
      • Log In
      • Sign Up
    • Website
      • Models
      • Datasets
      • Metrics
      • Languages
      • Organizations
      • Pricing
    • Community
      • Forum
      • Blog
    • Documentation
      • Model Hub doc
      • Inference API doc
      • Transformers doc
      • Tokenizers doc
      • Datasets doc

    's picture stas
    /
    tiny-wmt19-en-de

    Text2Text Generation
    PyTorch wmt19 en de apache-2.0 fsmt seq2seq wmt19 testing
    Model card Files and versions

      How to use from the 🤗/transformers library:

                      from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
        
        tokenizer = AutoTokenizer.from_pretrained("stas/tiny-wmt19-en-de")
        
        model = AutoModelForSeq2SeqLM.from_pretrained("stas/tiny-wmt19-en-de")
                  

      Or just clone the model repo

        git lfs install
        git clone https://huggingface.co/stas/tiny-wmt19-en-de
        
      # if you want to clone without large files – just their pointers # prepend your git clone with the following env var:
      GIT_LFS_SKIP_SMUDGE=1
      • main
    stas/tiny-wmt19-en-de /
    History: 10 commits
    julien-c's picture
    julien-c
    Migrate model card from transformers-repo 7b9f4b2 2 months ago
    • .gitattributes 345.0B initial commit 5 months ago
    • README.md 268.0B Migrate model card from transformers-repo 2 months ago
    • config.json 1.9KB Update config.json 5 months ago
    • merges.txt 307.6KB Update merges.txt 5 months ago
    • pytorch_model.bin 1.3MB Update pytorch_model.bin 5 months ago
    • special_tokens_map.json 85.0B Update special_tokens_map.json 5 months ago
    • tokenizer_config.json 111.0B Update tokenizer_config.json 5 months ago
    • vocab-src.json 746.9KB Update vocab-src.json 5 months ago
    • vocab-tgt.json 746.9KB Update vocab-tgt.json 5 months ago