File size: 538 Bytes
70c7554
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "backend": "tokenizers",
  "bos_token": "<|begin_of_text|>",
  "clean_up_tokenization_spaces": true,
  "eos_token": "<|SPEECH_GENERATION_END|>",
  "extra_special_tokens": [
    "<|SPEAKER_TOKEN_POS|>"
  ],
  "is_local": false,
  "local_files_only": false,
  "max_length": null,
  "model_input_names": [
    "input_ids",
    "attention_mask"
  ],
  "model_max_length": 2048,
  "pad_to_multiple_of": null,
  "pad_token": "<|end_of_text|>",
  "pad_token_type_id": 0,
  "padding_side": "right",
  "tokenizer_class": "TokenizersBackend"
}