Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
For training and inference, please refer to the Code: https://github.com/HarryHsing/EchoInk
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- harryhsing/OmniInstruct_V1_AVQA_R1
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
base_model:
|
8 |
+
- Qwen/Qwen2.5-Omni-7B
|
9 |
+
---
|
10 |
+
This repository contains the EchoInk-R1-7B model as presented in [EchoInk-R1: Exploring Audio-Visual Reasoning in Multimodal LLMs via Reinforcement Learning](https://arxiv.org/abs/2505.04623).
|
11 |
|
12 |
For training and inference, please refer to the Code: https://github.com/HarryHsing/EchoInk
|