Text Generation
Transformers.js
English
text-generation-inference
Marshall-1 / tokenizer_config.json
lpuhalla's picture
Upload 4 files
b155c8d verified
raw
history blame contribute delete
350 Bytes
{
"version": "1.0",
"model": {
"type": "bpe",
"vocab_size": 30000,
"min_frequency": 2,
"special_tokens": [
"<pad>",
"<s>",
"</s>",
"<unk>",
"<mask>"
]
},
"padding": {
"strategy": "max_length",
"max_length": 128
}
}