Instructions to use reaprtripr/distillRobertaMLM-csnPython-finetuned-imdb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use reaprtripr/distillRobertaMLM-csnPython-finetuned-imdb with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="reaprtripr/distillRobertaMLM-csnPython-finetuned-imdb")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("reaprtripr/distillRobertaMLM-csnPython-finetuned-imdb") model = AutoModelForMaskedLM.from_pretrained("reaprtripr/distillRobertaMLM-csnPython-finetuned-imdb") - Notebooks
- Google Colab
- Kaggle
Commit ·
8f56a53
1
Parent(s): 13df179
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:0f752b161d3e5d7e7e15e94955ccf4313a503462882e58baece8ac377d6e5a57
|
| 3 |
size 363423680
|