ThomasTheMaker commited on
Commit
6f286b3
·
verified ·
1 Parent(s): 1153313

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -1,3 +1,23 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - automatic-speech-recognition
5
+ pretty_name: Hey,Luna Wake Word Detection v1
6
+ size_categories:
7
+ - 100K<n<1M
8
+ ---
9
+
10
+ 300k audio files synthetically generated by VITS using https://github.com/dscripka/synthetic_speech_dataset_generation?tab=readme-ov-file
11
+
12
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6694524f8988b2388e3bc94c/Ad426ojwH0ZT7FZzpEQDj.png)
13
+
14
+ Command used
15
+ ```
16
+ python generate_clips.py \
17
+ --model VITS \
18
+ --enable_gpu \
19
+ --text "Hey, Luna" \
20
+ --N 30000 \
21
+ --max_per_speaker 1 \
22
+ --output_dir /luna_audio
23
+ ```