Instructions to use hf-internal-testing/tiny-random-T5EncoderModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-T5EncoderModel with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("hf-internal-testing/tiny-random-T5EncoderModel") model = AutoModel.from_pretrained("hf-internal-testing/tiny-random-T5EncoderModel") - Notebooks
- Google Colab
- Kaggle
Update tiny models for T5EncoderModel
#6
by hf-transformers-bot - opened
- pytorch_model.bin +1 -1
- tf_model.h5 +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4253426
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52c5cf3dc4671c6b528fb6cd298bdbf7535f361e5c1cde78b8afb91518484463
|
| 3 |
size 4253426
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 8445760
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ca6e1fbb4b59c37877282e9ea7480ddc49a3163613d533f18f72f77056c001f
|
| 3 |
size 8445760
|