Instructions to use lysandre/tiny-bert-random with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lysandre/tiny-bert-random with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("lysandre/tiny-bert-random") model = AutoModelForPreTraining.from_pretrained("lysandre/tiny-bert-random") - Notebooks
- Google Colab
- Kaggle
Commit ·
1ce08a7
1
Parent(s): 673537a
Update TF version
Browse files- tf_model.h5 +2 -2
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:053b88029e572a395991a02210afa72ccb2c9c4e413b96d354cdf1116d48935a
|
| 3 |
+
size 1252168
|