Instructions to use ajders/nl_electra with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ajders/nl_electra with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="ajders/nl_electra")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("ajders/nl_electra") model = AutoModelForMaskedLM.from_pretrained("ajders/nl_electra", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 5000
Browse files- pytorch_model.bin +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 54027751
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0cc205a794cc5980875aa1e8690112da48390295e0990af20789e1719c58e26c
|
| 3 |
size 54027751
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3375
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:790e7cb98c9853be5ce368058f2aae4303a6f80ae32ac9c62ee31591b59a1494
|
| 3 |
size 3375
|