Any-to-Any
Transformers
Safetensors
English
chroma
feature-extraction
Speech-to-Speech
Multimodal
custom_code
Instructions to use FlashLabs/Chroma-4B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FlashLabs/Chroma-4B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("FlashLabs/Chroma-4B", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Finetuning for other languages?
#13
by vladciocan88 - opened
Is there any examples for finetuning in other languages?
Hi @vladciocan88 ,
currently we do not provide finetuning scripts for other languages. However, we are actively working on multilingual support, which will be included in upcoming versions.