hw33 commited on
Commit
1a093bd
·
verified ·
1 Parent(s): 1aa2e4e

Upload tokenizer

Browse files
Files changed (2) hide show
  1. special_tokens_map.json +1 -7
  2. tokenizer_config.json +1 -1
special_tokens_map.json CHANGED
@@ -21,12 +21,6 @@
21
  "rstrip": false,
22
  "single_word": false
23
  },
24
- "eos_token": {
25
- "content": "<|eot_id|>",
26
- "lstrip": false,
27
- "normalized": false,
28
- "rstrip": false,
29
- "single_word": false
30
- },
31
  "pad_token": "<pad>"
32
  }
 
21
  "rstrip": false,
22
  "single_word": false
23
  },
24
+ "eos_token": "<eos>",
 
 
 
 
 
 
25
  "pad_token": "<pad>"
26
  }
tokenizer_config.json CHANGED
@@ -2170,7 +2170,7 @@
2170
  ],
2171
  "bos_token": "<|begin_of_text|>",
2172
  "clean_up_tokenization_spaces": true,
2173
- "eos_token": "<|eot_id|>",
2174
  "extra_special_tokens": {},
2175
  "model_input_names": [
2176
  "input_ids",
 
2170
  ],
2171
  "bos_token": "<|begin_of_text|>",
2172
  "clean_up_tokenization_spaces": true,
2173
+ "eos_token": "<eos>",
2174
  "extra_special_tokens": {},
2175
  "model_input_names": [
2176
  "input_ids",