What is CSM and its capabilities?
mainCSM (Conversational Speech Model) is a speech generation model that generates RVQ audio codes from text and audio inputs. It uses a Llama backbone and a Mimi audio decoder.
Key Characteristics:
- Base Model: It is a base generation model and does not come with pre-set specific voices; it can produce a variety of voices but is not fine-tuned on specific identities.
- Not an LLM: CSM is an audio generation model, not a general-purpose multimodal LLM. It cannot generate text. For conversational applications, you should use a separate LLM to generate the text responses before passing them to CSM.
- Language Support: While it has some capacity for non-English languages due to training data, it is primarily optimized for English and may not perform well in other languages.