DWizard commited on
Commit
6269242
·
1 Parent(s): 576104c

add key to task config

Browse files

Former-commit-id: d8f6d5cab8b43eeff2387350d0eabb4c89564342

Files changed (1) hide show
  1. configs/task_config.yaml +8 -4
configs/task_config.yaml CHANGED
@@ -1,6 +1,10 @@
1
  # configuration for each task
2
  model: "gpt-4"
3
- local_dump: ./local_dump
4
- output_type: srt
5
- target_lang: CN
6
- field: SC2
 
 
 
 
 
1
  # configuration for each task
2
  model: "gpt-4"
3
+ # output type that user receive
4
+ output_type:
5
+ subtitle: "srt"
6
+ video: False
7
+ bilingal: False
8
+ source_lang: "EN"
9
+ target_lang: "CN"
10
+ field: "SC2"