zqiu commited on
Commit
b047daf
·
verified ·
1 Parent(s): a4fd937

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
@@ -12,5 +12,6 @@
12
  "normalized": false,
13
  "rstrip": false,
14
  "single_word": false
15
- }
 
16
  }
 
12
  "normalized": false,
13
  "rstrip": false,
14
  "single_word": false
15
+ },
16
+ "pad_token": "<|finetune_right_pad_id|>"
17
  }
tokenizer_config.json CHANGED
@@ -2057,5 +2057,6 @@
2057
  "attention_mask"
2058
  ],
2059
  "model_max_length": 131072,
 
2060
  "tokenizer_class": "PreTrainedTokenizerFast"
2061
  }
 
2057
  "attention_mask"
2058
  ],
2059
  "model_max_length": 131072,
2060
+ "pad_token": "<|finetune_right_pad_id|>",
2061
  "tokenizer_class": "PreTrainedTokenizerFast"
2062
  }