Instructions to use dany0407/eli5_mlm_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dany0407/eli5_mlm_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="dany0407/eli5_mlm_model")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("dany0407/eli5_mlm_model") model = AutoModelForMaskedLM.from_pretrained("dany0407/eli5_mlm_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 3912
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 328693404
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7266678ea7ec2ba381660d5b582a6640c2e94cf50a3b8ffab697f11e368a619
|
| 3 |
size 328693404
|