Spaces:
Paused
Paused
Create dataset_config.json
Browse files- dataset_config.json +8 -0
dataset_config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"clips_csv_filepath": "data.csv",
|
3 |
+
"character": "theovon",
|
4 |
+
"do_extract_vocals": false,
|
5 |
+
"whisper_size": "medium",
|
6 |
+
"dl_dir": "downloads",
|
7 |
+
"data_dir": "dataset_raw"
|
8 |
+
}
|