Datasets:
jialong commited on
Commit ·
72f8e33
1
Parent(s): 1a4fcf6
Trim local prep instructions from README
Browse files
README.md
CHANGED
|
@@ -33,28 +33,6 @@ This repository no longer ships prebuilt Arrow artifacts. Prepare the
|
|
| 33 |
local fine-tuning dataset on your own machine with the corresponding
|
| 34 |
MAGIC-TTS beta data-preparation scripts.
|
| 35 |
|
| 36 |
-
## Recommended Local Preparation Flow
|
| 37 |
-
|
| 38 |
-
After cloning or downloading this dataset, point the preparation
|
| 39 |
-
wrapper at the bundled manifest:
|
| 40 |
-
|
| 41 |
-
```bash
|
| 42 |
-
bash scripts/prepare_finetune_dataset.sh \
|
| 43 |
-
--input-jsonl /path/to/b150_official_test_100/selected_samples.exported.jsonl \
|
| 44 |
-
--text-field target_text \
|
| 45 |
-
--audio-root /path/to/b150_official_test_100/raw \
|
| 46 |
-
--output-dir /path/to/prepared_b150_official_test_100
|
| 47 |
-
```
|
| 48 |
-
|
| 49 |
-
Notes:
|
| 50 |
-
|
| 51 |
-
- The manifest stores paths relative to `raw/`, for example
|
| 52 |
-
`audio/EN/...` or `audio/ZH/...`.
|
| 53 |
-
- The current split contains `44` English samples and `56` Chinese
|
| 54 |
-
samples.
|
| 55 |
-
- The `duration` field is included in the manifest, so local dataset
|
| 56 |
-
preparation does not depend on Arrow metadata.
|
| 57 |
-
|
| 58 |
## Associated Paper
|
| 59 |
|
| 60 |
This dataset is part of the `MAGIC-TTS` release:
|
|
|
|
| 33 |
local fine-tuning dataset on your own machine with the corresponding
|
| 34 |
MAGIC-TTS beta data-preparation scripts.
|
| 35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
## Associated Paper
|
| 37 |
|
| 38 |
This dataset is part of the `MAGIC-TTS` release:
|