gpt2_shuyuan_word / special_tokens_map.json
jiang-psy-infj's picture
Training in progress, step 2000
cac40d4
raw
history blame
551 Bytes
{
"bos_token": {
"content": "[BOS]",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "[EOS]",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "[PAD]",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "[UNK]",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}