Update README.md
Browse files
README.md
CHANGED
|
@@ -7,8 +7,24 @@ tags:
|
|
| 7 |
license: apache-2.0
|
| 8 |
---
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
# DashengTokenizer
|
| 11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
DashengTokenizer is a high-performance continious audio tokenizer designed for audio understanding and generation tasks.
|
| 13 |
Compared to previous works, our framework trains a **single linear layer** to enable audio generation for semantically strong encoders.
|
| 14 |
|
|
|
|
| 7 |
license: apache-2.0
|
| 8 |
---
|
| 9 |
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
|
| 14 |
# DashengTokenizer
|
| 15 |
|
| 16 |
+
<div align="center">
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
<a href="https://arxiv.org/abs/2602.23765"><img src="https://img.shields.io/badge/arXiv-2602.23765-b31b1b" alt="version"></a>
|
| 20 |
+
<a href="https://huggingface.co/mispeech/dashengtokenizer"><img src="https://img.shields.io/badge/HuggingFace-ffcc66" alt="version"></a>
|
| 21 |
+
<a href="https://arxiv.org/abs/2602.2602.23765"><img src="https://img.shields.io/badge/license-Apache-13333b" alt="version"></a>
|
| 22 |
+
<a href="https://huggingface.co/mispeech/dashengtokenizer/colab">
|
| 23 |
+
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab">
|
| 24 |
+
</a>
|
| 25 |
+
|
| 26 |
+
</div>
|
| 27 |
+
|
| 28 |
DashengTokenizer is a high-performance continious audio tokenizer designed for audio understanding and generation tasks.
|
| 29 |
Compared to previous works, our framework trains a **single linear layer** to enable audio generation for semantically strong encoders.
|
| 30 |
|