llama2-7b-2-2ep-spider-with-schema / special_tokens_map.json
gabrielgme's picture
Training in progress, step 100
56038dc
raw
history blame
No virus
568 Bytes
{
"additional_special_tokens": [
"<|query|>",
"<|endoftext|>",
"<|sql|>",
"<|schema|>"
],
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "</s>",
"sep_token": "</s>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}