Instructions to use hf-internal-testing/tiny-random-AlbertModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-AlbertModel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="hf-internal-testing/tiny-random-AlbertModel")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("hf-internal-testing/tiny-random-AlbertModel") model = AutoModel.from_pretrained("hf-internal-testing/tiny-random-AlbertModel") - Notebooks
- Google Colab
- Kaggle
Upload tiny models for AlbertModel
Browse files- 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 15891061
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04a290543b8085f3d0cffd4086c87810165a9de82fe18e3107e19de7c75a1c92
|
| 3 |
size 15891061
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 15978008
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2bdba8fa9e0a62ede778c05d710c12c19f9af5c9797e1bd655d62d300024300a
|
| 3 |
size 15978008
|