Commit
ยท
a14facc
1
Parent(s):
2672894
docs: Add example to README
Browse files
README.md
CHANGED
|
@@ -10,6 +10,12 @@ I used multiple datasets for generalizing the model for both colloquial and writ
|
|
| 10 |
|
| 11 |
The script which is used to pre-train model is [here](https://github.com/cosmoquester/transformers-bart-training).
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
## Used Datasets
|
| 14 |
|
| 15 |
### [๋ชจ๋์ ๋ง๋ญ์น](https://corpus.korean.go.kr/)
|
|
|
|
| 10 |
|
| 11 |
The script which is used to pre-train model is [here](https://github.com/cosmoquester/transformers-bart-training).
|
| 12 |
|
| 13 |
+
When you use the reference API, you must wrap the sentence with `[BOS]` and `[EOS]` like below example.
|
| 14 |
+
|
| 15 |
+
```
|
| 16 |
+
[BOS] ์๋
ํ์ธ์? ๋ฐ๊ฐ์์~~ [EOS]
|
| 17 |
+
```
|
| 18 |
+
|
| 19 |
## Used Datasets
|
| 20 |
|
| 21 |
### [๋ชจ๋์ ๋ง๋ญ์น](https://corpus.korean.go.kr/)
|