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 google
    /
    mt5-xxl

    Text2Text Generation
    PyTorch TensorFlow mc4 multilingual arxiv:2010.11934 apache-2.0 mt5 seq2seq
    Model card Files and versions

      How to use from the 🤗/transformers library:

                      from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
        
        tokenizer = AutoTokenizer.from_pretrained("google/mt5-xxl")
        
        model = AutoModelForSeq2SeqLM.from_pretrained("google/mt5-xxl")
                  

      Or just clone the model repo

        git lfs install
        git clone https://huggingface.co/google/mt5-xxl
        
      # 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
    google/mt5-xxl /
    History: 4 commits
    Patrick von Platen
    Merge branch 'main' of https://huggingface.co/google/mt5-xxl into main cb571f2 3 months ago
    • .gitattributes 345.0B initial commit 3 months ago
    • README.md 2.3KB Create README.md 3 months ago
    • config.json 627.0B upload all mt5-xxl files 3 months ago
    • pytorch_model.bin 48.1GB upload all mt5-xxl files 3 months ago
    • special_tokens_map.json 65.0B upload all mt5-xxl files 3 months ago
    • spiece.model 4.1MB upload all mt5-xxl files 3 months ago
    • tf_model.h5 48.1GB upload all mt5-xxl files 3 months ago
    • tokenizer_config.json 376.0B upload all mt5-xxl files 3 months ago