CHIPSAL-SUBTASK-B-FewShot / special_tokens_map.json
arhamm40182's picture
Few Shot Prompting SFT with Gemma2-9B Model | 0.89 Weighted F1 and 0.75 Macro F1 Score on Dev Set
dcf7a13 verified
raw
history blame contribute delete
636 Bytes
{
"additional_special_tokens": [
"<start_of_turn>",
"<end_of_turn>"
],
"bos_token": {
"content": "<bos>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<eos>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}