Gwanwoo commited on
Commit
b6fc570
·
verified ·
1 Parent(s): 466d275

Upload tokenizer

Browse files
Files changed (2) hide show
  1. special_tokens_map.json +1 -1
  2. tokenizer_config.json +1 -1
special_tokens_map.json CHANGED
@@ -13,5 +13,5 @@
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
- "pad_token": "<|end_of_text|>"
17
  }
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": "<PAD>"
17
  }
tokenizer_config.json CHANGED
@@ -2066,6 +2066,6 @@
2066
  "attention_mask"
2067
  ],
2068
  "model_max_length": 131072,
2069
- "pad_token": "<|end_of_text|>",
2070
  "tokenizer_class": "PreTrainedTokenizer"
2071
  }
 
2066
  "attention_mask"
2067
  ],
2068
  "model_max_length": 131072,
2069
+ "pad_token": "<PAD>",
2070
  "tokenizer_class": "PreTrainedTokenizer"
2071
  }