adamchanadam commited on
Commit
732f817
·
verified ·
1 Parent(s): 2ac7cd0

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +14 -14
config.json CHANGED
@@ -1,14 +1,14 @@
1
- {
2
- "save_directory": "D:\\_Adam_Projects\\AI\\myWorkspace_python\\YouTube_Caption_Generator\\HF_space\\output",
3
- "ffmpeg_path": "D:\\_Adam_Projects\\_Toolbox\\ffmpeg\\bin",
4
- "spacy_model": "zh_core_web_md",
5
- "whisper_model": "large-v3",
6
- "whisper_compute_type": "int8_float16",
7
- "whisper_language": "zh",
8
- "whisper_beam_size": 8,
9
- "whisper_temperature" : 0.4,
10
- "audio_start_percent":0,
11
- "audio_end_percent":100,
12
- "openai_model": "gpt-4o-mini",
13
- "max_refinement_count": 5
14
- }
 
1
+ {
2
+ "save_directory": "/output",
3
+ "ffmpeg_path": "/usr/bin/ffmpeg",
4
+ "spacy_model": "zh_core_web_md",
5
+ "whisper_model": "large-v3",
6
+ "whisper_compute_type": "int8_float16",
7
+ "whisper_language": "zh",
8
+ "whisper_beam_size": 8,
9
+ "whisper_temperature" : 0.4,
10
+ "audio_start_percent":0,
11
+ "audio_end_percent":100,
12
+ "openai_model": "gpt-4o-mini",
13
+ "max_refinement_count": 5
14
+ }