Instructions to use Harry-1234/MODF-SIR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Harry-1234/MODF-SIR with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Harry-1234/MODF-SIR", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add library_name and paper link to model card
#1
by nielsr HF Staff - opened
This PR improves the model card by:
- Adding the
library_name: transformersmetadata tag to enable automated code snippets and improve discoverability. - Linking the model card to its research paper: MODF-SIR: A Multi-agent Omni-modal Distilled Framework for Social Intelligence Reasoning.
- Including a "Sample Usage" section with a code snippet for model initialization, derived from the project's official documentation.