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