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")
The community tab is the place to discuss and collaborate with the HF community!