File size: 468 Bytes
5454430 2a1b492 5454430 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
{
"add_prefix_space": false,
"add_special_tokens": true,
"additional_special_tokens": [
"<BRG>",
"N_00",
"N_01",
"N_02",
"N_03",
"N_04",
"N_05",
"N_06",
"N_07",
"N_08",
"N_09"
],
"bos_token": "<s>",
"eos_token": "</s>",
"name_or_path": "bigscience/bloom-560m",
"pad_token": "<pad>",
"padding_side": "left",
"special_tokens_map_file": null,
"tokenizer_class": "BloomTokenizer",
"unk_token": "<unk>"
}
|