davidguzmanr commited on
Commit
b683269
·
verified ·
1 Parent(s): 7510fd8

Add config/everyvoice-shared-data.yaml for Arabic Standard

Browse files
Files changed (1) hide show
  1. config/everyvoice-shared-data.yaml +18 -0
config/everyvoice-shared-data.yaml ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ audio: {alignment_sampling_rate: 22050, f_max: 8000, f_min: 0, fft_hop_size: 256,
2
+ fft_window_size: 1024, input_sampling_rate: 22050, max_audio_length: 11.0, max_wav_value: 32767.0,
3
+ min_audio_length: 0.4, n_fft: 1024, n_mels: 80, output_sampling_rate: 22050, spec_type: mel-librosa,
4
+ target_bit_depth: 16, vocoder_segment_size: 8192}
5
+ dataset: Open-Bible-Arabic-Standard
6
+ dataset_split_seed: 1234
7
+ path_to_audio_config_file: null
8
+ save_dir: ../preprocessed
9
+ source_data:
10
+ - data_dir: /home/davidguz/scratch/Repositories/open-bible-models/F5-TTS/data/open-bible-arabic
11
+ standard/wavs
12
+ filelist: ../open-bible-arabic-standard-filelist.psv
13
+ filelist_loader: everyvoice.utils.generic_dict_loader
14
+ label: dataset_0
15
+ permissions_obtained: true
16
+ sox_effects:
17
+ - [channels, '1']
18
+ train_split: 0.9