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