cosmoquester commited on
Commit
b350d30
ยท
unverified ยท
1 Parent(s): c8b7a69

docs: Add mask filling example

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -18,6 +18,11 @@ When you use the reference API, you must wrap the sentence with `[BOS]` and `[EO
18
  [BOS] ์•ˆ๋…•ํ•˜์„ธ์š”? ๋ฐ˜๊ฐ€์›Œ์š”~~ [EOS]
19
  ```
20
 
 
 
 
 
 
21
  ## Used Datasets
22
 
23
  ### [๋ชจ๋‘์˜ ๋ง๋ญ‰์น˜](https://corpus.korean.go.kr/)
 
18
  [BOS] ์•ˆ๋…•ํ•˜์„ธ์š”? ๋ฐ˜๊ฐ€์›Œ์š”~~ [EOS]
19
  ```
20
 
21
+ You can also test mask filling performance using `[MASK]` token like this.
22
+ ```
23
+ [BOS] [MASK] ๋จน์—ˆ์–ด? [EOS]
24
+ ```
25
+
26
  ## Used Datasets
27
 
28
  ### [๋ชจ๋‘์˜ ๋ง๋ญ‰์น˜](https://corpus.korean.go.kr/)