File size: 699 Bytes
149a239
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "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|>",
    "<|male|>",
    "<|female|>",
    "<|other|>",
    "<|accent_us|>",
    "<|accent_uk|>",
    "<|start_of_mix|>",
    "<|end_of_mix|>",
    "<|start_of_phonemes|>",
    "<|end_of_phonemes|>",
    "<|puck|>",
    "<|kore|>",
    "<|conv|>"
  ],
  "model_max_length": 1000000000000000019884624838656,
  "pad_token": "<|pad|>",
  "tokenizer_class": "TokenizersBackend",
  "unk_token": "<|unk|>"
}