PABannier / bark.cpp

Suno AI's Bark model in C/C++ for fast text-to-speech
MIT License
635 stars 49 forks source link

fix some inconsistencies in the README #72

Closed jmtatsch closed 11 months ago

jmtatsch commented 11 months ago

partially fixes #71

PABannier commented 11 months ago

Thanks @jmtatsch !

jmtatsch commented 11 months ago

Always happy to help. Could you please point me to the correct vocab.txt?

PABannier commented 11 months ago

@jmtatsch You can obtain it by downloading the tokenizer bert-multilingual-case from HuggingFace. This is what bark uses. I'm wondering if I shouldn't push it directly in ggml_weights. At least for now since we only support bark. WDYT?

jmtatsch commented 11 months ago

I always like it as easy as possible for the end user which should net the most users and thus the most contributions. Also it reduces the potential amount of issues the user will open up ;)