7 ms·
I didn't see a mention of languages in the readme. Does this understand languages other than english?
by ghnws 2y ago
I didn't see a mention of languages in the readme. Does this understand languages other than english?
- timendum 2y agoThe suggested model for vision capabilities is english only.
- nkaz123 2y agoThere are two models at use here, whisper tiny for transcribing audio, and then llama 3 for responding. Whisper tiny is multi lingual (though I am using the english specific variant) and I believe llama 3 is technically capable of multi-lingual, but not sure of any benchmarks. I think it could be made better, but for now focus is english. I'll add this to the readme though. Thanks!