Instructions to use CocoRoF/KoModernBERT-large-mlm-v20 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CocoRoF/KoModernBERT-large-mlm-v20 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="CocoRoF/KoModernBERT-large-mlm-v20")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("CocoRoF/KoModernBERT-large-mlm-v20") model = AutoModelForMaskedLM.from_pretrained("CocoRoF/KoModernBERT-large-mlm-v20") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 4325
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 791869518
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4433c2138519f63d9d5aa7ff598665f22cd57b538e906f9544c0f9720c57fab2
|
| 3 |
size 791869518
|