File size: 434 Bytes
a1ac306
 
 
 
 
 
 
 
 
0e74eed
 
c1746b6
 
 
 
 
 
 
0e74eed
 
 
 
a1ac306
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
language: ko
tags:
- bart
license: mit
---

## KoBART-base-v2

With the addition of chatting data, the model is trained to handle the semantics of sequences longer than KoBART.

```python
from transformers import reTrainedTokenizerFast, BartModel

tokenizer = PreTrainedTokenizerFast.from_pretrained('gogamza/kobart-base-v2')
model = BartModel.from_pretrained('gogamza/kobart-base-v2')
```

### Performance 

NSMC
- acc. : 0.901