tealgreen0503 commited on
Commit
74370b4
1 Parent(s): dbaae2b

update: tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +8 -2
tokenizer_config.json CHANGED
@@ -10,6 +10,12 @@
10
  "sp_model_kwargs": {},
11
  "special_tokens_map_file": null,
12
  "split_by_punct": false,
13
- "tokenizer_class": "DebertaV2Tokenizer",
14
- "unk_token": "[UNK]"
 
 
 
 
 
 
15
  }
 
10
  "sp_model_kwargs": {},
11
  "special_tokens_map_file": null,
12
  "split_by_punct": false,
13
+ "tokenizer_class": "DebertaV2JumanppTokenizer",
14
+ "unk_token": "[UNK]",
15
+ "auto_map": {
16
+ "AutoTokenizer": [
17
+ "tokenization_deberta_v2_jumanpp.DebertaV2JumanppTokenizer",
18
+ "tokenization_deberta_v2_jumanpp_fast.DebertaV2JumanppTokenizerFast"
19
+ ]
20
+ }
21
  }