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, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("antgroup/HumanSense_Omni_Reasoning") model = AutoModelForMultimodalLM.from_pretrained("antgroup/HumanSense_Omni_Reasoning", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "_from_model_config": true, | |
| "transformers_version": "4.52.0.dev0" | |
| } | |