{ | |
"save_directory": "D:\\_Adam_Projects\\AI\\myWorkspace_python\\YouTube_Caption_Generator\\HF_space\\output", | |
"ffmpeg_path": "D:\\_Adam_Projects\\_Toolbox\\ffmpeg\\bin", | |
"spacy_model": "zh_core_web_md", | |
"whisper_model": "large-v3", | |
"whisper_compute_type": "int8_float16", | |
"whisper_language": "zh", | |
"whisper_beam_size": 8, | |
"whisper_temperature" : 0.4, | |
"audio_start_percent":0, | |
"audio_end_percent":100, | |
"openai_model": "gpt-4o-mini", | |
"max_refinement_count": 5 | |
} | |