MarkDaniel212 commited on
Commit
e5e4788
Β·
verified Β·
1 Parent(s): 28133b9

Widen title rules, remove HF link, add demo screenshot

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -13,10 +13,10 @@ library_name: transformers
13
  <div align="center">
14
  <h3>
15
  <b>
16
- <span>━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</span><br/>
17
  MiMo-V2.5-ASR: Robust Speech Recognition Across<br/>
18
  Languages, Dialects, and Complex Acoustic Scenarios<br/>
19
- <span>━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</span>
20
  </b>
21
  </h3>
22
  </div>
@@ -25,8 +25,6 @@ library_name: transformers
25
 
26
  <div align="center" style="line-height: 1;">
27
  |
28
- <a href="https://huggingface.co/collections/XiaomiMiMo/mimo-v2.5-asr" target="_blank">πŸ€— HuggingFace</a>
29
- &nbsp;|
30
  <a href="https://github.com/XiaomiMiMo/MiMo-V2.5-ASR" target="_blank">πŸ’» GitHub</a>
31
  &nbsp;|
32
  <a href="https://xiaomimimo.github.io/MiMo-V2.5-ASR-Demo" target="_blank">πŸ“° Blog</a>
@@ -126,6 +124,8 @@ This launches a local Gradio interface for MiMo-V2.5-ASR. You can:
126
  * Optionally specify a **language tag** (Chinese / English / Auto) to bias the model for a specific language, or leave it to **Auto** for automatic language detection (recommended for code-switched speech).
127
  * The demo calls the `asr_sft()` interface under the hood.
128
 
 
 
129
  To load the model and tokenizer automatically at startup, pass their paths on the command line:
130
 
131
  ```bash
 
13
  <div align="center">
14
  <h3>
15
  <b>
16
+ <span>━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</span><br/>
17
  MiMo-V2.5-ASR: Robust Speech Recognition Across<br/>
18
  Languages, Dialects, and Complex Acoustic Scenarios<br/>
19
+ <span>━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</span>
20
  </b>
21
  </h3>
22
  </div>
 
25
 
26
  <div align="center" style="line-height: 1;">
27
  |
 
 
28
  <a href="https://github.com/XiaomiMiMo/MiMo-V2.5-ASR" target="_blank">πŸ’» GitHub</a>
29
  &nbsp;|
30
  <a href="https://xiaomimimo.github.io/MiMo-V2.5-ASR-Demo" target="_blank">πŸ“° Blog</a>
 
124
  * Optionally specify a **language tag** (Chinese / English / Auto) to bias the model for a specific language, or leave it to **Auto** for automatic language detection (recommended for code-switched speech).
125
  * The demo calls the `asr_sft()` interface under the hood.
126
 
127
+ ![MiMo-V2.5-ASR Gradio Demo](https://huggingface.co/XiaomiMiMo/MiMo-V2.5-ASR/resolve/main/assets/MiMo_ASR_Demo.png)
128
+
129
  To load the model and tokenizer automatically at startup, pass their paths on the command line:
130
 
131
  ```bash