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

  • Log In
  • Sign Up

google
/
t5-efficient-base-nl16

Transformers
PyTorch
google-tensorflow TensorFlow
JAX
English
t5
text2text-generation
deep-narrow
text-generation-inference
Model card Files Files and versions
xet
Community
1

Instructions to use google/t5-efficient-base-nl16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use google/t5-efficient-base-nl16 with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("google/t5-efficient-base-nl16")
    model = AutoModelForSeq2SeqLM.from_pretrained("google/t5-efficient-base-nl16")
  • Notebooks
  • Google Colab
  • Kaggle
t5-efficient-base-nl16
17 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
patrickvonplaten's picture
patrickvonplaten
Add config
6cb9d35 over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • config.json
    593 Bytes
    Add config over 4 years ago
  • operative_config.gin
    15.3 kB
    Add config over 4 years ago