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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

dmmagdal
/
flan-t5-small-onnx

Transformers
ONNX
t5
text2text-generation
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use dmmagdal/flan-t5-small-onnx with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("dmmagdal/flan-t5-small-onnx")
    model = AutoModelForSeq2SeqLM.from_pretrained("dmmagdal/flan-t5-small-onnx", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
flan-t5-small-onnx
1.66 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
Diego Magdaleno
Added onnx/ folder to be compatible with transformers.js
309ec03 over 2 years ago
  • onnx
    Added onnx/ folder to be compatible with transformers.js over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    28 Bytes
    initial commit over 2 years ago
  • config.json
    1.53 kB
    Added ONNX model files over 2 years ago
  • decoder_model.onnx
    233 MB
    xet
    Added ONNX model files over 2 years ago
  • decoder_model_merged.onnx
    233 MB
    xet
    Added ONNX model files over 2 years ago
  • decoder_with_past_model.onnx
    220 MB
    xet
    Added ONNX model files over 2 years ago
  • encoder_model.onnx
    141 MB
    xet
    Added ONNX model files over 2 years ago
  • generation_config.json
    142 Bytes
    Added ONNX model files over 2 years ago
  • special_tokens_map.json
    2.2 kB
    Added ONNX model files over 2 years ago
  • spiece.model
    792 kB
    xet
    Added ONNX model files over 2 years ago
  • tokenizer.json
    2.42 MB
    Added ONNX model files over 2 years ago
  • tokenizer_config.json
    20.8 kB
    Added ONNX model files over 2 years ago