4ldk commited on
Commit
58f5c0b
·
verified ·
1 Parent(s): c16c65d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 create 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)
 
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)