Spaces:
Running
Running
DWizard
commited on
Commit
·
446f373
1
Parent(s):
6269242
fix task config
Browse filesFormer-commit-id: 83a5859600e9ac3f6c947e7c17e4f7addadd737c
- configs/task_config.yaml +5 -5
configs/task_config.yaml
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
# configuration for each task
|
2 |
-
model:
|
3 |
# output type that user receive
|
4 |
output_type:
|
5 |
-
subtitle:
|
6 |
video: False
|
7 |
bilingal: False
|
8 |
-
source_lang:
|
9 |
-
target_lang:
|
10 |
-
field:
|
|
|
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
|