Instructions to use hf-internal-testing/tiny-random-led with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-led with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="hf-internal-testing/tiny-random-led")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("hf-internal-testing/tiny-random-led") model = AutoModel.from_pretrained("hf-internal-testing/tiny-random-led") - Notebooks
- Google Colab
- Kaggle
Commit ·
2774e58
1
Parent(s): 6adec7e
v3
Browse files- pytorch_model.bin +2 -2
- 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
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:018e3f4e99d3f4b6d252de0b6940d7e546cc64ca5a7a97ee84f486aa73a62cb8
|
| 3 |
+
size 1254373
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 14297608
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0bad309f7ee2974f74839e8414448c5d859900f63cc86f79c8ea6318d248ca9
|
| 3 |
size 14297608
|