Commit
·
b0238e5
1
Parent(s):
5d689f1
Update README.md
Browse files
README.md
CHANGED
@@ -46,6 +46,7 @@ to make decisions, such as sequence classification, token classification or ques
|
|
46 |
generation you should look at model like GPT2.
|
47 |
|
48 |
### How to use
|
|
|
49 |
You can use this model directly with a pipeline for masked language modeling:
|
50 |
|
51 |
**Note: The mask filling pipeline doesn't work exactly as the original model performs masking after converting to tokens. In masking pipeline an additional space is added after the [MASK].**
|
|
|
46 |
generation you should look at model like GPT2.
|
47 |
|
48 |
### How to use
|
49 |
+
|
50 |
You can use this model directly with a pipeline for masked language modeling:
|
51 |
|
52 |
**Note: The mask filling pipeline doesn't work exactly as the original model performs masking after converting to tokens. In masking pipeline an additional space is added after the [MASK].**
|