Spaces:
Running
Running
Epsilon617
commited on
Commit
•
479afcd
1
Parent(s):
fc2d9fe
re ordering
Browse files
app.py
CHANGED
@@ -91,7 +91,8 @@ ID2CLASS = {
|
|
91 |
|
92 |
}
|
93 |
|
94 |
-
TASKS = ['
|
|
|
95 |
head_dir = './Prediction_Head/best-layer-MERT-v1-95M'
|
96 |
for task in TASKS:
|
97 |
print('loading', task)
|
|
|
91 |
|
92 |
}
|
93 |
|
94 |
+
TASKS = ['GS', 'MTGInstrument', 'MTGGenre', 'MTGTop50', 'MTGMood', 'NSynthI', 'NSynthP', 'VocalSetS', 'VocalSetT','EMO',]
|
95 |
+
Regression_TASKS = ['EMO']
|
96 |
head_dir = './Prediction_Head/best-layer-MERT-v1-95M'
|
97 |
for task in TASKS:
|
98 |
print('loading', task)
|