Instructions to use jamesliounis/MeDistilBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jamesliounis/MeDistilBERT with Transformers:
# Load model directly from transformers import AutoTokenizer, MeDistilBERT tokenizer = AutoTokenizer.from_pretrained("jamesliounis/MeDistilBERT") model = MeDistilBERT.from_pretrained("jamesliounis/MeDistilBERT") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33c728f0e50c600a31030f4970e1974db8684654c0c18af5e15a373004b12a2a
|
| 3 |
+
size 53958208
|