Instructions to use google/t5-v1_1-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/t5-v1_1-small with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("google/t5-v1_1-small") model = AutoModelForSeq2SeqLM.from_pretrained("google/t5-v1_1-small", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
8b648f9
1
Parent(s): 0497bdf
upload tf weight
Browse files- tf_model.h5 +3 -0
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c54de5f95ae61097ec06fbc620efa545a5f77f2bc4045155eb61e4cab3dcdf48
|
| 3 |
+
size 308231040
|