Instructions to use google/byt5-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/byt5-small with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("google/byt5-small") model = AutoModelForSeq2SeqLM.from_pretrained("google/byt5-small") - Notebooks
- Google Colab
- Kaggle
Adding ONNX file of this model
1
#5 opened 12 months ago
by
CapMcTavish
what does this model do? is it like gpt-3?
6
#4 opened over 2 years ago
by
jshtepa
Adding `safetensors` variant of this model
#3 opened about 3 years ago
by
SFconvertbot
is byt5 good for text completion?
#2 opened over 3 years ago
by
info2000