Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ This model is a fine-tuned version of [roberta-base](https://huggingface.co/robe
|
|
21 |
|
22 |
## Model Usage
|
23 |
|
24 |
-
We
|
25 |
So, you can't use AutoTokenizer but if subword normalization is not used, original RobertaTokenizer can be substituted.
|
26 |
|
27 |
Example and Tokenizer Repository: [github](https://github.com/4ldk/CoNLL2003_Choices)
|
|
|
21 |
|
22 |
## Model Usage
|
23 |
|
24 |
+
We made and used the original tokenizer with [BPE-Dropout](https://aclanthology.org/2020.acl-main.170/).
|
25 |
So, you can't use AutoTokenizer but if subword normalization is not used, original RobertaTokenizer can be substituted.
|
26 |
|
27 |
Example and Tokenizer Repository: [github](https://github.com/4ldk/CoNLL2003_Choices)
|