ashley_voice_clone_speecht5_finetuning / special_tokens_map.json
ashleyliu31's picture
Training in progress, step 1000
32a8337
raw
history blame contribute delete
122 Bytes
{
"bos_token": "<s>",
"eos_token": "</s>",
"mask_token": "<mask>",
"pad_token": "<pad>",
"unk_token": "<unk>"
}