0x7o commited on
Commit
534520a
1 Parent(s): a7ba334

Upload tokenizer

Browse files
special_tokens_map.json CHANGED
@@ -11,13 +11,7 @@
11
  "rstrip": false,
12
  "single_word": false
13
  },
14
- "eos_token": {
15
- "content": "<|end_of_text|>",
16
- "lstrip": false,
17
- "normalized": false,
18
- "rstrip": false,
19
- "single_word": false
20
- },
21
  "pad_token": {
22
  "content": "<|end_of_text|>",
23
  "lstrip": false,
 
11
  "rstrip": false,
12
  "single_word": false
13
  },
14
+ "eos_token": "<|im_end|>",
 
 
 
 
 
 
15
  "pad_token": {
16
  "content": "<|end_of_text|>",
17
  "lstrip": false,
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 128,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
tokenizer_config.json CHANGED
@@ -2073,7 +2073,7 @@
2073
  "bos_token": "<|begin_of_text|>",
2074
  "chat_template": "{% for message in messages %}{{ '<|im_start|>' + message['role'] + '\n' + message['content'] | trim + '<|im_end|>\n' }}{% endfor %}",
2075
  "clean_up_tokenization_spaces": true,
2076
- "eos_token": "<|end_of_text|>",
2077
  "model_input_names": [
2078
  "input_ids",
2079
  "attention_mask"
 
2073
  "bos_token": "<|begin_of_text|>",
2074
  "chat_template": "{% for message in messages %}{{ '<|im_start|>' + message['role'] + '\n' + message['content'] | trim + '<|im_end|>\n' }}{% endfor %}",
2075
  "clean_up_tokenization_spaces": true,
2076
+ "eos_token": "<|im_end|>",
2077
  "model_input_names": [
2078
  "input_ids",
2079
  "attention_mask"