Instructions to use kyutai/CASA-Qwen2_5-VL-3B-LiveCC with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kyutai/CASA-Qwen2_5-VL-3B-LiveCC with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("kyutai/CASA-Qwen2_5-VL-3B-LiveCC", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Improve model card: add metadata, paper link, and sample usage
#1
by nielsr HF Staff - opened
Hi! I'm Niels, part of the community science team at Hugging Face.
This PR improves the model card for CASA-Qwen2_5-VL-3B-LiveCC by adding:
- The
library_name: transformersmetadata tag (the model is compatible viatrust_remote_code=True). - Links to the original paper, project page, and official GitHub repository.
- A sample usage snippet derived from the GitHub README to help users get started with the
transformerslibrary. - The BibTeX citation for the paper.
Feel free to merge if this looks good!
ameroyer changed pull request status to merged