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/)
|