File size: 782 Bytes
969347a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | {
"BATCH_SIZE": 8,
"CV_VERSION": "mozilla-foundation/common_voice_11_0",
"DEVICE": "cuda",
"LANGUAGES": [
"tr"
],
"LOG_DIR": "logs",
"MAX_AUDIO_LENGTH": 15,
"MODEL_NAME": "openai/whisper-small",
"PRUNED_MODELS_DIR": "pruned_models",
"SAMPLES_PER_LANG": 100,
"TARGET_SR": 16000,
"THRESHOLD_RATIO": 0.9,
"WHISPER_EXPECTED_FEATURE_LENGTH": 3000,
"log_file_name": "prune_debug_whisper-small_tr.log",
"output_model_subfolder_name": "pruned_whisper-small_tr",
"report_file_name": "pruning_report_whisper-small_tr.txt",
"log_file_name_used": "prune_debug_whisper-small_tr.log",
"report_file_name_used": "pruning_report_whisper-small_tr.txt",
"output_model_subfolder_name_used": "pruned_whisper-small_tr"
} |