Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

google
/
flan-t5-base

Transformers
PyTorch
google-tensorflow TensorFlow
JAX
Safetensors
t5
text2text-generation
text-generation-inference
Model card Files Files and versions
xet
Community
41

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

  • Libraries
  • Transformers

    How to use google/flan-t5-base with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("google/flan-t5-base")
    model = AutoModelForSeq2SeqLM.from_pretrained("google/flan-t5-base")
  • Notebooks
  • Google Colab
  • Kaggle
flan-t5-base / coreml /text2text-generation
1.09 GB
Ctrl+K
Ctrl+K
  • 8 contributors
History: 1 commit
Omkar008's picture
Omkar008
Add Core ML conversion
1b3fc5a over 2 years ago
  • decoder_float32_model.mlpackage
    Add Core ML conversion over 2 years ago
  • encoder_float32_model.mlpackage
    Add Core ML conversion over 2 years ago