cointegrated commited on
Commit
1941090
1 Parent(s): b9a4929

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +4 -1
tokenizer_config.json CHANGED
@@ -7,5 +7,8 @@
7
  "model_max_length": 1024,
8
  "pad_token": "[pad]",
9
  "tokenizer_class": "CharTokenizer",
10
- "unk_token": "[unk]"
 
 
 
11
  }
 
7
  "model_max_length": 1024,
8
  "pad_token": "[pad]",
9
  "tokenizer_class": "CharTokenizer",
10
+ "unk_token": "[unk]",
11
+ "auto_map": {
12
+ "AutoTokenizer": ["char_tokenizer.CharTokenizer", null]
13
+ }
14
  }