gpt-neox-da-small-fcm / special_tokens_map.json
Prof. Peter Schneider-Kamp
initial commit
a6f193a
raw
history blame contribute delete
No virus
444 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": "<|padding|>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}