Instructions to use yaolily/TimeChat-Captioner-GRPO-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yaolily/TimeChat-Captioner-GRPO-7B with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForTextToWaveform processor = AutoProcessor.from_pretrained("yaolily/TimeChat-Captioner-GRPO-7B") model = AutoModelForTextToWaveform.from_pretrained("yaolily/TimeChat-Captioner-GRPO-7B") - Notebooks
- Google Colab
- Kaggle
Ctrl+K