Spaces:
Running
Running
add music example
Browse files- src/content/common.py +6 -0
src/content/common.py
CHANGED
|
@@ -81,6 +81,12 @@ MODEL_NAMES = OrderedDict({
|
|
| 81 |
|
| 82 |
|
| 83 |
AUDIO_SAMPLES_W_INSTRUCT = {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 84 |
"7_ASR_IMDA_PART3_30_ASR_v2_2269": {
|
| 85 |
"apperance": "7. Automatic Speech Recognition task: conversation in Singapore accent",
|
| 86 |
"instructions": [
|
|
|
|
| 81 |
|
| 82 |
|
| 83 |
AUDIO_SAMPLES_W_INSTRUCT = {
|
| 84 |
+
"song_1": {
|
| 85 |
+
"apperance": "Instruction Following Demo: Music Question Answering",
|
| 86 |
+
"instructions": [
|
| 87 |
+
"Please provide a detailed description of the song in both English and Chinese."
|
| 88 |
+
]
|
| 89 |
+
},
|
| 90 |
"7_ASR_IMDA_PART3_30_ASR_v2_2269": {
|
| 91 |
"apperance": "7. Automatic Speech Recognition task: conversation in Singapore accent",
|
| 92 |
"instructions": [
|