Instructions to use AstraMindAI/Clap_modified with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AstraMindAI/Clap_modified with Transformers:
# Load model directly from transformers import AutoTokenizer, ClapTextModelWithProjection tokenizer = AutoTokenizer.from_pretrained("AstraMindAI/Clap_modified") model = ClapTextModelWithProjection.from_pretrained("AstraMindAI/Clap_modified") - Notebooks
- Google Colab
- Kaggle