Spaces:
Running
Running
Update pages.py
Browse files
pages.py
CHANGED
@@ -110,11 +110,8 @@ def audio_llm():
|
|
110 |
|
111 |
with col1:
|
112 |
audio_samples_w_instruct = {
|
113 |
-
'1_ASR_IMDA_PART1_ASR_v2_141' : "- Turn the spoken language into a text format.\n\n- Please translate the content into Chinese.",
|
114 |
-
'4_ASR_IMDA_PART2_ASR_v2_999' : "- Translate the spoken words into text format.",
|
115 |
'7_ASR_IMDA_PART3_30_ASR_v2_2269': "- Need this talk written down, please.",
|
116 |
-
'10_ASR_IMDA_PART4_30_ASR_v2_1527': "- Write out the dialogue as text.",
|
117 |
-
'13_ASR_IMDA_PART5_30_ASR_v2_1446': "- Translate this vocal recording into a textual format.",
|
118 |
'17_ASR_IMDA_PART6_30_ASR_v2_1413': "- Record the spoken word in text form.",
|
119 |
|
120 |
'25_ST_COVOST2_ZH-CN_EN_ST_V2_4567': "- Please translate the given speech to English.",
|
@@ -146,6 +143,7 @@ def audio_llm():
|
|
146 |
'2_ASR_IMDA_PART1_ASR_v2_2258': "- Turn the spoken language into a text format.\n\n- Please translate the content into Chinese.",
|
147 |
'3_ASR_IMDA_PART1_ASR_v2_2265': "- Turn the spoken language into a text format.",
|
148 |
|
|
|
149 |
'5_ASR_IMDA_PART2_ASR_v2_2241': "- Translate the spoken words into text format.",
|
150 |
'6_ASR_IMDA_PART2_ASR_v2_3409': "- Translate the spoken words into text format.",
|
151 |
|
@@ -154,7 +152,9 @@ def audio_llm():
|
|
154 |
|
155 |
'11_ASR_IMDA_PART4_30_ASR_v2_3771': "- Write out the dialogue as text.",
|
156 |
'12_ASR_IMDA_PART4_30_ASR_v2_103' : "- Write out the dialogue as text.",
|
157 |
-
|
|
|
|
|
158 |
'14_ASR_IMDA_PART5_30_ASR_v2_2281': "- Translate this vocal recording into a textual format.",
|
159 |
'15_ASR_IMDA_PART5_30_ASR_v2_4388': "- Translate this vocal recording into a textual format.",
|
160 |
|
|
|
110 |
|
111 |
with col1:
|
112 |
audio_samples_w_instruct = {
|
113 |
+
'1_ASR_IMDA_PART1_ASR_v2_141' : "- Turn the spoken language into a text format.\n\n- Please translate the content into Chinese.",
|
|
|
114 |
'7_ASR_IMDA_PART3_30_ASR_v2_2269': "- Need this talk written down, please.",
|
|
|
|
|
115 |
'17_ASR_IMDA_PART6_30_ASR_v2_1413': "- Record the spoken word in text form.",
|
116 |
|
117 |
'25_ST_COVOST2_ZH-CN_EN_ST_V2_4567': "- Please translate the given speech to English.",
|
|
|
143 |
'2_ASR_IMDA_PART1_ASR_v2_2258': "- Turn the spoken language into a text format.\n\n- Please translate the content into Chinese.",
|
144 |
'3_ASR_IMDA_PART1_ASR_v2_2265': "- Turn the spoken language into a text format.",
|
145 |
|
146 |
+
'4_ASR_IMDA_PART2_ASR_v2_999' : "- Translate the spoken words into text format.",
|
147 |
'5_ASR_IMDA_PART2_ASR_v2_2241': "- Translate the spoken words into text format.",
|
148 |
'6_ASR_IMDA_PART2_ASR_v2_3409': "- Translate the spoken words into text format.",
|
149 |
|
|
|
152 |
|
153 |
'11_ASR_IMDA_PART4_30_ASR_v2_3771': "- Write out the dialogue as text.",
|
154 |
'12_ASR_IMDA_PART4_30_ASR_v2_103' : "- Write out the dialogue as text.",
|
155 |
+
'10_ASR_IMDA_PART4_30_ASR_v2_1527': "- Write out the dialogue as text.",
|
156 |
+
|
157 |
+
'13_ASR_IMDA_PART5_30_ASR_v2_1446': "- Translate this vocal recording into a textual format.",
|
158 |
'14_ASR_IMDA_PART5_30_ASR_v2_2281': "- Translate this vocal recording into a textual format.",
|
159 |
'15_ASR_IMDA_PART5_30_ASR_v2_4388': "- Translate this vocal recording into a textual format.",
|
160 |
|