kimsiun commited on
Commit
227574d
·
verified ·
1 Parent(s): 3a075cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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