Update README.md
Browse files
README.md
CHANGED
@@ -166,15 +166,16 @@ model-index:
|
|
166 |
type: librispeech_asr
|
167 |
config: clean
|
168 |
split: test
|
169 |
-
args:
|
170 |
language: en
|
171 |
metrics:
|
172 |
- name: Test WER
|
173 |
type: wer
|
174 |
value: 5.4
|
|
|
175 |
---
|
176 |
|
177 |
-
# EMOVA-Qwen-2.5-
|
178 |
|
179 |
<div align="center">
|
180 |
|
@@ -222,7 +223,7 @@ model-index:
|
|
222 |
|
223 |
## Usage
|
224 |
|
225 |
-
This repo contains the **EMOVA-Qwen2.5-
|
226 |
|
227 |
|
228 |
## Citation
|
|
|
166 |
type: librispeech_asr
|
167 |
config: clean
|
168 |
split: test
|
169 |
+
args:
|
170 |
language: en
|
171 |
metrics:
|
172 |
- name: Test WER
|
173 |
type: wer
|
174 |
value: 5.4
|
175 |
+
new_version: Emova-ollm/emova-qwen-2-5-3b-hf
|
176 |
---
|
177 |
|
178 |
+
# EMOVA-Qwen-2.5-3B
|
179 |
|
180 |
<div align="center">
|
181 |
|
|
|
223 |
|
224 |
## Usage
|
225 |
|
226 |
+
This repo contains the **EMOVA-Qwen2.5-3B** checkpoint organized in the **original format** of our [EMOVA codebase](https://github.com/emova-ollm/EMOVA), and thus, it should be utilized together with EMOVA codebase. Its paired config file is provided [here](https://github.com/emova-ollm/EMOVA/blob/main/configs/example/emova/qwen2_5_qwen2vit_nativeAnyres_3b/2.finetune.py). Check [here](https://github.com/emova-ollm/EMOVA#gradio-web-demo) to launch a web demo using this checkpoint.
|
227 |
|
228 |
|
229 |
## Citation
|