gpt2_5t_1M_256d_8l / tokenizer.json
jumelet's picture
Training in progress, step 1757
54ad0dc
{
"version": "1.0",
"truncation": null,
"padding": null,
"added_tokens": [
{
"id": 0,
"content": "<unk>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 1,
"content": "<pad>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 2,
"content": "<mask>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 3,
"content": "<bos>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
}
],
"normalizer": null,
"pre_tokenizer": {
"type": "WhitespaceSplit"
},
"post_processor": {
"type": "TemplateProcessing",
"single": [
{
"SpecialToken": {
"id": "<bos>",
"type_id": 0
}
},
{
"Sequence": {
"id": "A",
"type_id": 0
}
}
],
"pair": [
{
"Sequence": {
"id": "A",
"type_id": 0
}
},
{
"Sequence": {
"id": "B",
"type_id": 1
}
}
],
"special_tokens": {
"<bos>": {
"id": "<bos>",
"ids": [
3
],
"tokens": [
"<bos>"
]
}
}
},
"decoder": null,
"model": {
"type": "WordLevel",
"vocab": {
"<unk>": 0,
"<pad>": 1,
"<mask>": 2,
"<bos>": 3,
".": 4,
"the": 5,
"was": 6,
"it": 7,
",": 8,
"and": 9,
"here": 10,
"Bible": 11,
"he": 12,
"in": 13,
"He": 14,
"now": 15,
"really": 16,
"find": 17,
"Oh": 18,
"leave": 19,
"meant": 20,
"should": 21,
"to": 22,
"cows": 23,
"mattered": 24,
"Today": 25,
"class": 26,
"virtue": 27,
"there": 28,
"that": 29,
"ditch": 30,
"Tuesday": 31,
"world": 32,
"intended": 33,
"But": 34,
"boy": 35,
":": 36,
"knew": 37,
"quite": 38,
"not": 39,
"sure": 40,
"by": 41,
"of": 42,
"Because": 43,
"justice": 44,
"none": 45
},
"unk_token": "<unk>"
}
}