forked from IIEleven11/Automatic-Audio-Dataset-Maker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
17 lines (15 loc) · 843 Bytes
/
config.yaml
File metadata and controls
17 lines (15 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# config.yaml
huggingface:
username: "IIEleven11" # Your Hugging Face username
repo_name: "RepoName" # Name for the repository
audio_processing:
skip_transcription: false # true to skip audio transcription
transcription_method: 1 # 1 for local Whisper, 2 for Deepgram API
num_gpus: null # number of GPUs to use (null for all available)
skip_denoise_normalize: true # deprecated
sampling_rate: 24000
refilter: false # If true, this will skip transcription and all of the audio analyzing. Useful if your thresholds were too strict and you want to adjust and try again.
dataset:
eval_percentage: 10 # Percentage of data for evaluation (normal ranges around 10-15%)
speaker_name_option: "single" # Can be "single" or "filename"
speaker_name: "someName" # Only used if speaker_name_option is "single"