Improve model card: Add pipeline tag, paper, and project page links (#7)
Browse files- Improve model card: Add pipeline tag, paper, and project page links (298d97a7d4f5cc4ddeca9679ac5a9cbb7fd08777)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,17 +1,22 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
datasets:
|
4 |
- k2-fsa/OpenDialog
|
5 |
- amphion/Emilia-Dataset
|
6 |
language:
|
7 |
- en
|
8 |
- zh
|
|
|
|
|
9 |
tags:
|
10 |
- text-to-speech
|
11 |
---
|
12 |
|
13 |
# ZipVoice⚡: Fast and High-Quality Zero-Shot Text-to-Speech with Flow Matching</center>
|
14 |
|
|
|
|
|
|
|
|
|
15 |
## 1. Explanation of each directory
|
16 |
|
17 |
| Directory | Model Type | Training Data | Initialized from |
|
|
|
1 |
---
|
|
|
2 |
datasets:
|
3 |
- k2-fsa/OpenDialog
|
4 |
- amphion/Emilia-Dataset
|
5 |
language:
|
6 |
- en
|
7 |
- zh
|
8 |
+
license: apache-2.0
|
9 |
+
pipeline_tag: text-to-speech
|
10 |
tags:
|
11 |
- text-to-speech
|
12 |
---
|
13 |
|
14 |
# ZipVoice⚡: Fast and High-Quality Zero-Shot Text-to-Speech with Flow Matching</center>
|
15 |
|
16 |
+
This model is a checkpoint for **ZipVoice-Dialog**, a non-autoregressive zero-shot spoken dialogue generation model, as presented in [ZipVoice-Dialog: Non-Autoregressive Spoken Dialogue Generation with Flow Matching](https://huggingface.co/papers/2507.09318).
|
17 |
+
|
18 |
+
You can also find the project/demo page here: [https://zipvoice-dialog.github.io](https://zipvoice-dialog.github.io)
|
19 |
+
|
20 |
## 1. Explanation of each directory
|
21 |
|
22 |
| Directory | Model Type | Training Data | Initialized from |
|