Remove hard coded benchmark category

This commit is contained in:
hunteraraujo
2023-09-28 19:40:23 -07:00
parent 0e804e27dd
commit 1f367618ed

View File

@@ -63,8 +63,7 @@ class TaskInfo {
Map<String, dynamic> toJson() => { Map<String, dynamic> toJson() => {
'data_path': dataPath, 'data_path': dataPath,
'is_regression': isRegression, 'is_regression': isRegression,
// 'category': jsonEncode(category), 'category': jsonEncode(category),
'category': "[\"coding\"]",
'task': task, 'task': task,
'answer': answer, 'answer': answer,
'description': description, 'description': description,