nateraw commited on
Commit
03e1a27
·
1 Parent(s): 8dae101

Create dataset_config.json

Browse files
Files changed (1) hide show
  1. 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
+ }