Instructions to use ArmanAsq/eli5_mlm_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ArmanAsq/eli5_mlm_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="ArmanAsq/eli5_mlm_model")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("ArmanAsq/eli5_mlm_model") model = AutoModelForMaskedLM.from_pretrained("ArmanAsq/eli5_mlm_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 500
Browse files
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:1eb0d8d6d6146397aa1dacc783855bba67d9fe4f793b01dd387d6c1fc1a1d7c9
|
| 3 |
size 328693404
|
runs/Apr12_18-58-01_35782c6ec7ac/events.out.tfevents.1712948283.35782c6ec7ac.603.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:773f6ba89c160df4338d9521844c8798348f5135d974bcddfbfed6a67caba7e9
|
| 3 |
+
size 4841
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4920
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b830ef8b5fe73be3c70e356c857879094617d0534a41ad26ca3e1ccfb4ce97ec
|
| 3 |
size 4920
|