Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,15 @@ language:
|
|
8 |
pretty_name: dataset-rvc
|
9 |
size_categories:
|
10 |
- 1K<n<10K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
Valid license identifiers can be found in [our docs](https://huggingface.co/docs/hub/repositories-licenses).
|
|
|
8 |
pretty_name: dataset-rvc
|
9 |
size_categories:
|
10 |
- 1K<n<10K
|
11 |
+
configs:
|
12 |
+
- config_name: default
|
13 |
+
data_files:
|
14 |
+
- split: transcription
|
15 |
+
path: ./*.txt
|
16 |
+
- split: audio
|
17 |
+
path: ./*.wav
|
18 |
+
- split: train
|
19 |
+
|
20 |
---
|
21 |
|
22 |
Valid license identifiers can be found in [our docs](https://huggingface.co/docs/hub/repositories-licenses).
|