cpalenmichel
commited on
Upload tokenizer
Browse files- tokenizer_config.json +1 -2
tokenizer_config.json
CHANGED
@@ -13,6 +13,5 @@
|
|
13 |
"tokenizer_class": "BertTokenizer",
|
14 |
"truncation_side": "right",
|
15 |
"truncation_strategy": "longest_first",
|
16 |
-
"unk_token": "[UNK]"
|
17 |
-
"init_inputs": [],
|
18 |
}
|
|
|
13 |
"tokenizer_class": "BertTokenizer",
|
14 |
"truncation_side": "right",
|
15 |
"truncation_strategy": "longest_first",
|
16 |
+
"unk_token": "[UNK]"
|
|
|
17 |
}
|