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

  • Log In
  • Sign Up

pere
/
tt5-small

Transformers
PyTorch
t5
text2text-generation
text-generation-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use pere/tt5-small with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("pere/tt5-small")
    model = AutoModelForSeq2SeqLM.from_pretrained("pere/tt5-small")
  • Notebooks
  • Google Colab
  • Kaggle
tt5-small
3.97 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
pere's picture
pere
first
80939cf about 4 years ago
  • .gitattributes
    1.18 kB
    initial commit about 4 years ago
  • config.json
    1.4 kB
    first about 4 years ago
  • pytorch_model.bin
    1.4 kB
    xet
    first about 4 years ago