Update README.md
Browse files
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
|
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')
|