Instructions to use Jiaha0Hu4ng/OneEmo-Base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Jiaha0Hu4ng/OneEmo-Base with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Jiaha0Hu4ng/OneEmo-Base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add pipeline tag, library name, and paper link
#1
by nielsr HF Staff - opened
This PR improves the model card by:
- Adding
pipeline_tag: video-text-to-textso the model can be discovered under the correct task. - Adding
library_name: transformerssince the model is usable with the Transformers library. - Linking the paper to OneEmo: A Unified Multimodal Reasoning Model for Emotion Perception, Understanding, and Interaction.
Thank you nielsr, I have merged it.
Jiaha0Hu4ng changed pull request status to merged