Instructions to use dobbytk/KSL-BERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dobbytk/KSL-BERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="dobbytk/KSL-BERT")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("dobbytk/KSL-BERT") model = AutoModelForMaskedLM.from_pretrained("dobbytk/KSL-BERT") - Notebooks
- Google Colab
- Kaggle
dobbytk commited on
Commit ·
10530f5
1
Parent(s): 090ebb5
update the model with the latest version
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438908790
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a3cbedc64d14b333253218dfc694ee25d242b4ae83c99c9097f78ea7d6a3a75
|
| 3 |
size 438908790
|