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
/
long-t5-local-large

Transformers
PyTorch
JAX
English
longt5
text2text-generation
Model card Files Files and versions
xet
Community
3

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

  • Libraries
  • Transformers

    How to use google/long-t5-local-large with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("google/long-t5-local-large")
    model = AutoModelForSeq2SeqLM.from_pretrained("google/long-t5-local-large")
  • Notebooks
  • Google Colab
  • Kaggle
long-t5-local-large
6 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 9 commits
joaogante's picture
joaogante
Adding generation config file(s)
c304fac over 3 years ago
  • .gitattributes
    1.22 kB
    initial commit about 4 years ago
  • README.md
    2.37 kB
    Fix code example almost 4 years ago
  • config.json
    813 Bytes
    Fix untie word embeddings about 4 years ago
  • flax_model.msgpack
    3 GB
    xet
    add model about 4 years ago
  • generation_config.json
    147 Bytes
    Adding generation config file(s) over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    3 GB
    xet
    Add PT checkpoint about 4 years ago
  • spiece.model
    792 kB
    xet
    Copy tokenizer files from t5-large almost 4 years ago
  • tokenizer.json
    1.39 MB
    Copy tokenizer files from t5-large almost 4 years ago