jukebox-test / tokenizer_config.json
ArthurZ's picture
ArthurZ HF Staff
Update tokenizer_config.json
29271c7
raw
history blame contribute delete
295 Bytes
{
"max_n_lyric_tokens": 384,
"n_genres": 1,
"version" : ["v2","v3","v3"],
"tokenizer_class": "JukeboxTokenizer",
"unk_token": {
"__type": "AddedToken",
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}