Update README.md
Browse files
README.md
CHANGED
@@ -24,11 +24,11 @@ The model is specifically designed to handle clinical texts where code-switching
|
|
24 |
## Usage
|
25 |
You can load the model from HuggingFace Hub while using the local tokenizer:
|
26 |
|
27 |
-
```python
|
28 |
from transformers import BertForPreTraining
|
29 |
from tokenization_kobert import KoBERTTokenizer
|
30 |
|
31 |
-
# Load model from HuggingFace
|
32 |
model = BertForPreTraining.from_pretrained("kimsiun/kaers-bert-241101")
|
33 |
|
34 |
# Load tokenizer from local file
|
|
|
24 |
## Usage
|
25 |
You can load the model from HuggingFace Hub while using the local tokenizer:
|
26 |
|
27 |
+
```python
|
28 |
from transformers import BertForPreTraining
|
29 |
from tokenization_kobert import KoBERTTokenizer
|
30 |
|
31 |
+
# Load model from HuggingFace
|
32 |
model = BertForPreTraining.from_pretrained("kimsiun/kaers-bert-241101")
|
33 |
|
34 |
# Load tokenizer from local file
|