Instructions to use lemonade666/Ex-Omni-2D with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lemonade666/Ex-Omni-2D with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("lemonade666/Ex-Omni-2D") model = AutoModelForCausalLM.from_pretrained("lemonade666/Ex-Omni-2D", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add paper, project, and code links
Browse filesThis PR adds links to the official paper, project page, and GitHub repository in the model card content, making the model easier to find and reference.
README.md
CHANGED
|
@@ -1,18 +1,22 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
library_name: transformers
|
| 4 |
-
pipeline_tag: any-to-any
|
| 5 |
-
language:
|
| 6 |
-
- en
|
| 7 |
base_model:
|
| 8 |
- Qwen/Qwen3-8B
|
| 9 |
- Wan-AI/Wan2.1-T2V-1.3B
|
| 10 |
- Qwen/Qwen3-0.6B
|
| 11 |
- Qwen/Qwen3-TTS-Tokenizer-12Hz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# Ex-Omni-2D
|
| 15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
This repository contains the weights required by the public Ex-Omni-2D
|
| 17 |
inference pipeline. The current release includes the full-sequence Teacher;
|
| 18 |
the causal Student checkpoint is not included yet.
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
base_model:
|
| 3 |
- Qwen/Qwen3-8B
|
| 4 |
- Wan-AI/Wan2.1-T2V-1.3B
|
| 5 |
- Qwen/Qwen3-0.6B
|
| 6 |
- Qwen/Qwen3-TTS-Tokenizer-12Hz
|
| 7 |
+
language:
|
| 8 |
+
- en
|
| 9 |
+
library_name: transformers
|
| 10 |
+
license: apache-2.0
|
| 11 |
+
pipeline_tag: any-to-any
|
| 12 |
---
|
| 13 |
|
| 14 |
# Ex-Omni-2D
|
| 15 |
|
| 16 |
+
**Paper:** [Ex-Omni-2D: Expressive Omni-Modal Dialogue Models with Native Visual Presence](https://huggingface.co/papers/2608.10720)
|
| 17 |
+
**Project page:** [https://logo-cuhksz.github.io/Ex-Omni-2D](https://logo-cuhksz.github.io/Ex-Omni-2D)
|
| 18 |
+
**Code:** [https://github.com/LOGO-CUHKSZ/Ex-Omni-2D-Code](https://github.com/LOGO-CUHKSZ/Ex-Omni-2D-Code)
|
| 19 |
+
|
| 20 |
This repository contains the weights required by the public Ex-Omni-2D
|
| 21 |
inference pipeline. The current release includes the full-sequence Teacher;
|
| 22 |
the causal Student checkpoint is not included yet.
|