gogamza commited on
Commit
d9a1f64
1 Parent(s): c1746b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ license: mit
10
  With the addition of chatting data, the model is trained to handle the semantics of sequences longer than KoBART.
11
 
12
  ```python
13
- from transformers import reTrainedTokenizerFast, BartModel
14
 
15
  tokenizer = PreTrainedTokenizerFast.from_pretrained('gogamza/kobart-base-v2')
16
  model = BartModel.from_pretrained('gogamza/kobart-base-v2')
10
  With the addition of chatting data, the model is trained to handle the semantics of sequences longer than KoBART.
11
 
12
  ```python
13
+ from transformers import PreTrainedTokenizerFast, BartModel
14
 
15
  tokenizer = PreTrainedTokenizerFast.from_pretrained('gogamza/kobart-base-v2')
16
  model = BartModel.from_pretrained('gogamza/kobart-base-v2')