gpt2_10t_1M_256d_8l / special_tokens_map.json
jumelet's picture
Training in progress, step 1
4b6c2fb
raw
history blame contribute delete
191 Bytes
{
"additional_special_tokens": [
"<unk>",
"<pad>",
"<mask>",
"<bos>"
],
"bos_token": "<bos>",
"mask_token": "<mask>",
"pad_token": "<pad>",
"unk_token": "<unk>"
}