Spaces:
Sleeping
Sleeping
DWizard
commited on
Commit
·
6269242
1
Parent(s):
576104c
add key to task config
Browse filesFormer-commit-id: d8f6d5cab8b43eeff2387350d0eabb4c89564342
- 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 |
-
|
4 |
-
output_type:
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
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"
|