llm-from-scratch / v2 /tokenizer.json
serratanis's picture
Update LLM v2 and application structure
1f596af
Raw
History Blame Contribute Delete
1.25 kB
{
"version": "1.0",
"vocab": {
"<unk>": 0,
"artificial": 1,
"intelligence": 2,
"is": 3,
"transforming": 4,
"the": 5,
"way": 6,
"people": 7,
"interact": 8,
"with": 9,
"technology": 10,
"large": 11,
"language": 12,
"models": 13,
"learn": 14,
"patterns": 15,
"from": 16,
"text": 17,
"and": 18,
"generate": 19,
"meaningful": 20,
"responses": 21,
"based": 22,
"on": 23,
"context": 24,
"machine": 25,
"learning": 26,
"algorithms": 27,
"improve": 28,
"through": 29,
"training": 30,
"datasets": 31,
"neural": 32,
"networks": 33,
"natural": 34,
"processing": 35,
"enables": 36,
"computers": 37,
"understand": 38,
"human": 39,
"tokenization": 40,
"converts": 41,
"into": 42,
"smaller": 43,
"units": 44,
"called": 45,
"tokens": 46,
"each": 47,
"token": 48,
"receives": 49,
"unique": 50,
"numerical": 51,
"identifier": 52,
"vocabulary": 53,
"unknown": 54,
"words": 55,
"are": 56,
"replaced": 57,
"special": 58,
"added": 59,
"sequences": 60,
"equal": 61,
"relationships": 62,
" ": 63,
"<pad>": 64
}
}