Instructions to use google/t5-v1_1-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/t5-v1_1-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("google/t5-v1_1-base") model = AutoModelForSeq2SeqLM.from_pretrained("google/t5-v1_1-base") - Notebooks
- Google Colab
- Kaggle
Commit ·
650d774
1
Parent(s): 42a58dd
upload flax model
Browse files- flax_model.msgpack +3 -0
flax_model.msgpack
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e22c5fcf35536fff45863fffeb246fe041b5c7c7a96f508502c0978459d1dcd
|
| 3 |
+
size 990323615
|