Instructions to use AlanRobotics/my_awesome_eli5_mlm_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AlanRobotics/my_awesome_eli5_mlm_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="AlanRobotics/my_awesome_eli5_mlm_model")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("AlanRobotics/my_awesome_eli5_mlm_model") model = AutoModelForMaskedLM.from_pretrained("AlanRobotics/my_awesome_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:32e27b247f06debd33d296b313bfd9c5d9ecf1072dc94581a05cb418ef020ed0
|
| 3 |
size 328693404
|
runs/Mar25_18-13-12_b1c57daff17b/events.out.tfevents.1774462394.b1c57daff17b.16595.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b69441e3730e6503b4749f3e9fac54c82b6bbf27c8d22fc61659523cd81350c5
|
| 3 |
+
size 5188
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5649
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:af1a5b5000a5eafcadb93fa7ad099e3883f0da602620ed036158691631b3c611
|
| 3 |
size 5649
|