cosmoquester commited on
Commit
a14facc
โ€ข
1 Parent(s): 2672894

docs: Add example to README

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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/)