Widen title rules, remove HF link, add demo screenshot
Browse files
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 |
-
|
|
| 30 |
<a href="https://github.com/XiaomiMiMo/MiMo-V2.5-ASR" target="_blank">π» GitHub</a>
|
| 31 |
|
|
| 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 |
|
|
| 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 |
+

|
| 128 |
+
|
| 129 |
To load the model and tokenizer automatically at startup, pass their paths on the command line:
|
| 130 |
|
| 131 |
```bash
|