Instructions to use lysandre/tiny-distil with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lysandre/tiny-distil with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="lysandre/tiny-distil")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("lysandre/tiny-distil") model = AutoModel.from_pretrained("lysandre/tiny-distil") - Notebooks
- Google Colab
- Kaggle
Commit ·
3d8f72f
1
Parent(s): ccfd836
add model
Browse files- README.md +0 -1
- pytorch_model.bin +1 -1
README.md
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
This is a nice, very nice model card
|
|
|
|
|
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 17971
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bbf7f2cc537fead712c9be799cbe4d6436d4bd3bc6cef597b8cdc33bc75b39e1
|
| 3 |
size 17971
|