Redwood0 commited on
Commit
9e29af5
1 Parent(s): 71a067b

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +7 -1
tokenizer_config.json CHANGED
@@ -26,6 +26,12 @@
26
  "single_word": false,
27
  "special": true
28
  }
 
 
 
 
 
 
29
  },
30
  "bos_token": "<|startoftext|>",
31
  "clean_up_tokenization_spaces": false,
@@ -35,6 +41,6 @@
35
  "padding_side": "left",
36
  "sp_model_kwargs": {},
37
  "split_special_tokens": false,
38
- "tokenizer_class": "LlamaTokenizer",
39
  "unk_token": "<unk>"
40
  }
 
26
  "single_word": false,
27
  "special": true
28
  }
29
+ },
30
+ "auto_map": {
31
+ "AutoTokenizer": [
32
+ "tokenization_yi.YiTokenizer",
33
+ null
34
+ ]
35
  },
36
  "bos_token": "<|startoftext|>",
37
  "clean_up_tokenization_spaces": false,
 
41
  "padding_side": "left",
42
  "sp_model_kwargs": {},
43
  "split_special_tokens": false,
44
+ "tokenizer_class": "YiTokenizer",
45
  "unk_token": "<unk>"
46
  }