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
README.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
license: cc-by-nc-4.0
|
| 3 |
-
datasets:
|
| 4 |
-
- Jiaha0Hu4ng/EmoWorld-130K
|
| 5 |
base_model:
|
| 6 |
- Qwen/Qwen3.5-4B
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
# Model Card
|
|
@@ -46,7 +48,7 @@ The model was trained and evaluated in the following environment:
|
|
| 46 |
<!-- Provide the basic links for the model. -->
|
| 47 |
|
| 48 |
- **Repository:** [https://github.com/waHAHJIAHAO/OneEmo](https://github.com/waHAHJIAHAO/OneEmo)
|
| 49 |
-
- **Paper:** [
|
| 50 |
|
| 51 |
## How to Get Started with the Model
|
| 52 |
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
base_model:
|
| 3 |
- Qwen/Qwen3.5-4B
|
| 4 |
+
datasets:
|
| 5 |
+
- Jiaha0Hu4ng/EmoWorld-130K
|
| 6 |
+
license: cc-by-nc-4.0
|
| 7 |
+
library_name: transformers
|
| 8 |
+
pipeline_tag: video-text-to-text
|
| 9 |
---
|
| 10 |
|
| 11 |
# Model Card
|
|
|
|
| 48 |
<!-- Provide the basic links for the model. -->
|
| 49 |
|
| 50 |
- **Repository:** [https://github.com/waHAHJIAHAO/OneEmo](https://github.com/waHAHJIAHAO/OneEmo)
|
| 51 |
+
- **Paper:** [OneEmo: A Unified Multimodal Reasoning Model for Emotion Perception, Understanding, and Interaction](https://huggingface.co/papers/2608.06013)
|
| 52 |
|
| 53 |
## How to Get Started with the Model
|
| 54 |
|