mih12345 commited on
Commit
c01421d
·
verified ·
1 Parent(s): 5c4d8d9

Upload tokenizer

Browse files
Files changed (2) hide show
  1. special_tokens_map.json +2 -1
  2. tokenizer_config.json +1 -0
special_tokens_map.json CHANGED
@@ -15,5 +15,6 @@
15
  "normalized": false,
16
  "rstrip": false,
17
  "single_word": false
18
- }
 
19
  }
 
15
  "normalized": false,
16
  "rstrip": false,
17
  "single_word": false
18
+ },
19
+ "pad_token": "<|eot_id|>"
20
  }
tokenizer_config.json CHANGED
@@ -231534,5 +231534,6 @@
231534
  "attention_mask"
231535
  ],
231536
  "model_max_length": 131072,
 
231537
  "tokenizer_class": "PreTrainedTokenizer"
231538
  }
 
231534
  "attention_mask"
231535
  ],
231536
  "model_max_length": 131072,
231537
+ "pad_token": "<|eot_id|>",
231538
  "tokenizer_class": "PreTrainedTokenizer"
231539
  }