SymbolicGPT-1Vars-30Points-1Ys / special_tokens_map.json
vpcom's picture
Training in progress, step 100
a6c5a27
raw
history blame
No virus
559 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
}
}