hyunwoongko
commited on
Commit
•
039ea66
1
Parent(s):
ef45ae6
Update README.md
Browse files
README.md
CHANGED
@@ -12,8 +12,8 @@ With the addition of chatting data, the model is trained to handle the semantics
|
|
12 |
```python
|
13 |
from transformers import PreTrainedTokenizerFast, BartModel
|
14 |
|
15 |
-
tokenizer = PreTrainedTokenizerFast.from_pretrained('
|
16 |
-
model = BartModel.from_pretrained('
|
17 |
```
|
18 |
|
19 |
### Performance
|
|
|
12 |
```python
|
13 |
from transformers import PreTrainedTokenizerFast, BartModel
|
14 |
|
15 |
+
tokenizer = PreTrainedTokenizerFast.from_pretrained('hyunwoongko/kobart')
|
16 |
+
model = BartModel.from_pretrained('hyunwoongko/kobart')
|
17 |
```
|
18 |
|
19 |
### Performance
|