Epsilon617 commited on
Commit
479afcd
1 Parent(s): fc2d9fe

re ordering

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -91,7 +91,8 @@ ID2CLASS = {
91
 
92
  }
93
 
94
- TASKS = ['EMO','GS', 'MTGInstrument', 'MTGGenre', 'MTGTop50', 'MTGMood', 'NSynthI', 'NSynthP', 'VocalSetS', 'VocalSetT']
 
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)