File size: 1,061 Bytes
b99ff82 | 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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | {
"added_tokens_decoder": {
"447": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"448": {
"content": "<bos>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"449": {
"content": "<eos>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"450": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"auto_map": {
"AutoTokenizer": [
"tokenization_tamil_tiny_stories.TamilTinyStoriesTokenizer",
null
]
},
"backend": "custom",
"bos_token": "<bos>",
"eos_token": "<eos>",
"model_max_length": 128,
"pad_token": "<pad>",
"padding_side": "left",
"tokenizer_class": "TamilTinyStoriesTokenizer",
"unk_token": "<unk>"
}
|