Instructions to use reaprtripr/distill-bert-csn-python with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use reaprtripr/distill-bert-csn-python with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="reaprtripr/distill-bert-csn-python")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("reaprtripr/distill-bert-csn-python") model = AutoModelForMaskedLM.from_pretrained("reaprtripr/distill-bert-csn-python") - Notebooks
- Google Colab
- Kaggle
Commit ·
5aefb2e
1
Parent(s): 706f016
End of training
Browse files- tf_model.h5 +1 -1
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 363423680
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4ea4d042f0b8b868a8a16647ba799ea602815cf2463f2023fd146ef08669494
|
| 3 |
size 363423680
|