Instructions to use nomsgadded/mlm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nomsgadded/mlm with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="nomsgadded/mlm")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("nomsgadded/mlm") model = AutoModelForMaskedLM.from_pretrained("nomsgadded/mlm", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
6e9bdc6
1
Parent(s): 022e5e2
Training in progress, epoch 2
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 498813948
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c45a65939c5e32d417adbf40ddf9febea3347e28a911e2efa60b2ec8dd6fe829
|
| 3 |
size 498813948
|