docs: Add mask filling example
Browse files
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/)
|