Instructions to use Narsil/tiny-distilbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Narsil/tiny-distilbert with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Narsil/tiny-distilbert", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Fixing weights.
Browse files- pytorch_model.bin +2 -2
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:ccc19e9bdfb28ed909d8ce4337bdd62b60eb0b8dc5c4f296c0bb6cac09e593a9
|
| 3 |
+
size 265285
|