Instructions to use CLASS-MATE/BERT-MLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CLASS-MATE/BERT-MLM with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="CLASS-MATE/BERT-MLM")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("CLASS-MATE/BERT-MLM") model = AutoModelForMaskedLM.from_pretrained("CLASS-MATE/BERT-MLM") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 500
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 346901984
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dcc0867dbb6147ad6f911ae80685d578354f5382e66947ce7da9d05b82897a4a
|
| 3 |
size 346901984
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4728
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d908f697210cbe87433e72976dea5e00d7b0eaad203fff0939ca6b6247a45c7c
|
| 3 |
size 4728
|