Spaces:
Running
Running
Update pages.py
Browse files
pages.py
CHANGED
@@ -135,8 +135,36 @@ def audio_llm():
|
|
135 |
'18_ASR_IMDA_PART6_30_ASR_v2_2834': "- Record the spoken word in text form.",
|
136 |
|
137 |
'19_ASR_AIShell_zh_ASR_v2_5044': "- Transform the oral presentation into a text document.",
|
138 |
-
|
139 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
140 |
}
|
141 |
|
142 |
audio_sample_names = [audio_sample_name for audio_sample_name in audio_samples_w_instruct.keys()]
|
|
|
135 |
'18_ASR_IMDA_PART6_30_ASR_v2_2834': "- Record the spoken word in text form.",
|
136 |
|
137 |
'19_ASR_AIShell_zh_ASR_v2_5044': "- Transform the oral presentation into a text document.",
|
138 |
+
'20_ASR_LIBRISPEECH_CLEAN_ASR_V2_833': "- Please provide a written transcription of the speech.",
|
139 |
+
|
140 |
+
'25_ST_COVOST2_ZH-CN_EN_ST_V2_4567': "- Please translate the given speech to English.",
|
141 |
+
'26_ST_COVOST2_EN_ZH-CN_ST_V2_5422': "- Please translate the given speech to Chinese.",
|
142 |
+
'27_ST_COVOST2_EN_ZH-CN_ST_V2_6697': "- Please translate the given speech to Chinese.",
|
143 |
+
'28_SI_ALPACA-GPT4-AUDIO_SI_V2_299': "- Please follow the instruction in the speech.",
|
144 |
+
'29_SI_ALPACA-GPT4-AUDIO_SI_V2_750': "- Please follow the instruction in the speech.",
|
145 |
+
'30_SI_ALPACA-GPT4-AUDIO_SI_V2_1454': "- Please follow the instruction in the speech.",
|
146 |
+
'31_SI_OPENHERMES-AUDIO_SI_V2_673': "- Please follow the instruction in the speech.",
|
147 |
+
|
148 |
+
'32_SQA_CN_COLLEDGE_ENTRANCE_ENGLISH_TEST_SQA_V2_572': "- What does the man think the woman should do at 4:00?",
|
149 |
+
'33_SQA_IMDA_PART3_30_SQA_V2_2310': "- Does Speaker2's wife cook for Speaker2 when they are at home?",
|
150 |
+
'34_SQA_IMDA_PART3_30_SQA_V2_3621': "- Does the phrase \"#gai-gai#\" have a meaning in Chinese or Hokkien language?",
|
151 |
+
'35_SQA_IMDA_PART3_30_SQA_V2_4062': "- What is the color of the vase mentioned in the dialogue?",
|
152 |
+
'36_DS_IMDA_PART4_30_DS_V2_849': "- Condense the dialogue into a concise summary highlighting major topics and conclusions.",
|
153 |
+
|
154 |
+
'39_Paralingual_IEMOCAP_ER_V2_91': "- Based on the speaker's speech patterns, what do you think they are feeling?",
|
155 |
+
'40_Paralingual_IEMOCAP_ER_V2_567': "- Based on the speaker's speech patterns, what do you think they are feeling?",
|
156 |
+
'42_Paralingual_IEMOCAP_GR_V2_320': "- Is it possible for you to identify whether the speaker in this recording is male or female?",
|
157 |
+
'43_Paralingual_IEMOCAP_GR_V2_129': "- Is it possible for you to identify whether the speaker in this recording is male or female?",
|
158 |
+
'45_Paralingual_IMDA_PART3_30_GR_V2_12312': "- So, who's speaking in the second part of the clip? \n\n- So, who's speaking in the first part of the clip?",
|
159 |
+
'47_Paralingual_IMDA_PART3_30_NR_V2_10479': "- Can you guess which ethnic group this person is from based on their accent?",
|
160 |
+
'49_Paralingual_MELD_ER_V2_676': "- What emotions do you think the speaker is expressing?",
|
161 |
+
'50_Paralingual_MELD_ER_V2_692': "- Based on the speaker's speech patterns, what do you think they are feeling?",
|
162 |
+
'51_Paralingual_VOXCELEB1_GR_V2_2148': "- May I know the gender of the speaker?",
|
163 |
+
'53_Paralingual_VOXCELEB1_NR_V2_2286': "- What's the nationality identity of the speaker?",
|
164 |
+
|
165 |
+
'55_SQA_PUBLIC_SPEECH_SG_TEST_SQA_V2_2': "- What impact would the growth of the healthcare sector have on the country's economy in terms of employment and growth?",
|
166 |
+
'56_SQA_PUBLIC_SPEECH_SG_TEST_SQA_V2_415': "- Based on the statement, can you summarize the speaker's position on the recent controversial issues in Singapore?",
|
167 |
+
'57_SQA_PUBLIC_SPEECH_SG_TEST_SQA_V2_460': "- How does the author respond to parents' worries about masks in schools?"
|
168 |
}
|
169 |
|
170 |
audio_sample_names = [audio_sample_name for audio_sample_name in audio_samples_w_instruct.keys()]
|