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

  • Log In
  • Sign Up

stefan-it
/
umt5-small

Transformers
PyTorch
JAX
Safetensors
umt5
text2text-generation
Model card Files Files and versions
xet
Community
2

Instructions to use stefan-it/umt5-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use stefan-it/umt5-small with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("stefan-it/umt5-small")
    model = AutoModelForSeq2SeqLM.from_pretrained("stefan-it/umt5-small")
  • Notebooks
  • Google Colab
  • Kaggle
umt5-small
3.68 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 21 commits
stefan-it's picture
stefan-it
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#2)
0375d47 over 2 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    1.7 kB
    readme: add some interesting details about umT5 about 3 years ago
  • config.json
    761 Bytes
    config: adjust architecture about 3 years ago
  • flax_model.msgpack
    1.23 GB
    xet
    model: fix copy paste bug in conversion script!! about 3 years ago
  • generation_config.json
    142 Bytes
    model: add converted model about 3 years ago
  • model.safetensors
    1.23 GB
    xet
    Adding `safetensors` variant of this model (#2) over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    1.23 GB
    xet
    model: add latest PyTorch version about 3 years ago
  • special_tokens_map.json
    99 Bytes
    tokenizer: add special tokens map (imported from mT5) about 3 years ago
  • spiece.model
    4.55 MB
    xet
    vocab: add original spm model about 3 years ago
  • tokenizer_config.json
    83 Bytes
    tokenizer: fix number of extra ids about 3 years ago