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

  • Log In
  • Sign Up

bigscience
/
T0_3B

Transformers
PyTorch
Safetensors
English
t5
text2text-generation
text-generation-inference
Model card Files Files and versions
xet
Community
3

Instructions to use bigscience/T0_3B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use bigscience/T0_3B with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("bigscience/T0_3B")
    model = AutoModelForSeq2SeqLM.from_pretrained("bigscience/T0_3B")
  • Notebooks
  • Google Colab
  • Kaggle
T0_3B
22.8 GB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 13 commits
cakiki's picture
cakiki
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#3)
032a20e verified about 2 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#3) about 2 years ago
  • README.md
    19.1 kB
    Add more the bias examples (#1) almost 4 years ago
  • config.json
    632 Bytes
    upload model over 4 years ago
  • model.safetensors
    11.4 GB
    xet
    Adding `safetensors` variant of this model (#3) about 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    11.4 GB
    xet
    upload model over 4 years ago
  • special_tokens_map.json
    1.79 kB
    upload model over 4 years ago
  • spiece.model
    792 kB
    xet
    upload model over 4 years ago
  • tokenizer_config.json
    1.86 kB
    upload model over 4 years ago