Instructions to use iliyaML/eli5-mlm-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use iliyaML/eli5-mlm-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="iliyaML/eli5-mlm-model")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("iliyaML/eli5-mlm-model") model = AutoModelForMaskedLM.from_pretrained("iliyaML/eli5-mlm-model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 328717045
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8683a3ff7567171276a27ac6b6f1bc27ef121b9134a4bb39527c970dc613f75
|
| 3 |
size 328717045
|
runs/Aug03_15-09-14_0a873b4baa6a/events.out.tfevents.1691075469.0a873b4baa6a.5300.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ea6eb45c92f977fa9712453d5d52ea00cfd344ac1510353b71b45ae70e24efa
|
| 3 |
+
size 6152
|
runs/Aug03_15-09-14_0a873b4baa6a/events.out.tfevents.1691076305.0a873b4baa6a.5300.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be08ee4cabe59d6b88180982786c07bc59149fdced6a8e1e5e0973bf2fe594d3
|
| 3 |
+
size 359
|