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-large-onnx

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

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

  • Libraries
  • Transformers

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

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("dmmagdal/flan-t5-large-onnx")
    model = AutoModelForSeq2SeqLM.from_pretrained("dmmagdal/flan-t5-large-onnx", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
flan-t5-large-onnx
13.7 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
Diego Magdaleno
Added ONNX folder to make model compatible with transformers.js
3d9a95b over 2 years ago
  • onnx
    Added ONNX folder to make model 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
    788 Bytes
    Uploaded model files converted to ONNX over 2 years ago
  • decoder_model.onnx
    1.9 GB
    xet
    Uploaded model files converted to ONNX over 2 years ago
  • decoder_model_merged.onnx
    1.9 GB
    xet
    Uploaded model files converted to ONNX over 2 years ago
  • decoder_with_past_model.onnx
    1.7 GB
    xet
    Uploaded model files converted to ONNX over 2 years ago
  • encoder_model.onnx
    1.37 GB
    xet
    Uploaded model files converted to ONNX over 2 years ago
  • generation_config.json
    142 Bytes
    Uploaded model files converted to ONNX over 2 years ago
  • special_tokens_map.json
    2.2 kB
    Uploaded model files converted to ONNX over 2 years ago
  • spiece.model
    792 kB
    xet
    Uploaded model files converted to ONNX over 2 years ago
  • tokenizer.json
    2.42 MB
    Uploaded model files converted to ONNX over 2 years ago
  • tokenizer_config.json
    20.8 kB
    Uploaded model files converted to ONNX over 2 years ago