gpt2_5t_1M_256d_8l / special_tokens_map.json
jumelet's picture
Training in progress, step 1757
fcffd3b
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>"
}