File size: 672 Bytes
8fa2160 | 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 | {
"backend": "tokenizers",
"bos_token": "<|bos|>",
"eos_token": "<|eos|>",
"extra_special_tokens": [
"<|pad|>",
"<|unk|>",
"<|bos|>",
"<|eos|>",
"<|start_of_speech|>",
"<|end_of_speech|>",
"<|start_of_text|>",
"<|end_of_text|>",
"<|speech|>",
"<|sep|>",
"<|alloy|>",
"<|amuch|>",
"<|ash|>",
"<|ballad|>",
"<|coral|>",
"<|dan|>",
"<|echo|>",
"<|fable|>",
"<|nova|>",
"<|onyx|>",
"<|sage|>",
"<|shimmer|>",
"<|verse|>"
],
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|pad|>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<|unk|>"
}
|