Add license, pipeline tag, and library name metadata (#1)
Browse files- Add license, pipeline tag, and library name metadata (aa2d6ee35e8fec1d90d1482f330716208337ea7b)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -1,4 +1,8 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
# DualCodec: A Low-Frame-Rate, Semantically-Enhanced Neural Audio Codec for Speech Generation
|
| 4 |
|
|
@@ -194,7 +198,10 @@ data.segment_speech.segment_length=24000
|
|
| 194 |
|
| 195 |
```
|
| 196 |
|
|
|
|
| 197 |
|
|
|
|
|
|
|
| 198 |
|
| 199 |
## Finetuning DualCodec
|
| 200 |
1. Install other necessary components for training:
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
pipeline_tag: audio-to-audio
|
| 4 |
+
library_name: dualcodec
|
| 5 |
+
---
|
| 6 |
|
| 7 |
# DualCodec: A Low-Frame-Rate, Semantically-Enhanced Neural Audio Codec for Speech Generation
|
| 8 |
|
|
|
|
| 198 |
|
| 199 |
```
|
| 200 |
|
| 201 |
+
Below are example training loss curves for a DualCodec 25hz model:
|
| 202 |
|
| 203 |
+

|
| 204 |
+

|
| 205 |
|
| 206 |
## Finetuning DualCodec
|
| 207 |
1. Install other necessary components for training:
|