TextGeneration1 / tokenizer.json
Mxytyu's picture
Create tokenizer.json
a03bb45 verified
raw
history blame contribute delete
117 Bytes
{
"model": {
"vocab_size": 2,
"model_type": "custom"
},
"vocab": {
"hello": 0,
"world": 1
}
}