srinivasbilla commited on
Commit
678026d
·
verified ·
1 Parent(s): bff8048

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +2 -2
tokenizer_config.json CHANGED
@@ -231525,7 +231525,7 @@
231525
  "<|audio|>"
231526
  ],
231527
  "bos_token": "<|begin_of_text|>",
231528
- "chat_template": "{%- if not voice is defined %}{%- set voice = 'tara' %}{%- endif %}{% for message in messages %}{% if message['role'] == 'user' %}{{ '<custom_token_3>' + voice + ': ' + message['content'].strip() + '<|eot_id|><custom_token_4><custom_token_5><custom_token_1>'}}{% endif %}{% endfor %}",
231529
  "clean_up_tokenization_spaces": true,
231530
  "eos_token": "<|eot_id|>",
231531
  "extra_special_tokens": {},
@@ -231534,5 +231534,5 @@
231534
  "attention_mask"
231535
  ],
231536
  "model_max_length": 131072,
231537
- "tokenizer_class": "PreTrainedTokenizerFast"
231538
  }
 
231525
  "<|audio|>"
231526
  ],
231527
  "bos_token": "<|begin_of_text|>",
231528
+ "chat_template": "{%- if not voice is defined %}{%- set voice = 'zoe' %}{%- endif %}{% for message in messages %}{% if message['role'] == 'user' %}{{ '<|begin_of_text|><custom_token_3>' + voice + ': ' + message['content'].strip() + '<|eot_id|><custom_token_4><custom_token_5><custom_token_1>'}}{% endif %}{% endfor %}",
231529
  "clean_up_tokenization_spaces": true,
231530
  "eos_token": "<|eot_id|>",
231531
  "extra_special_tokens": {},
 
231534
  "attention_mask"
231535
  ],
231536
  "model_max_length": 131072,
231537
+ "tokenizer_class": "PreTrainedTokenizer"
231538
  }