Remove hard coded benchmark category

pull/5391/head
hunteraraujo 2023-09-28 19:40:23 -07:00
parent 0e804e27dd
commit 1f367618ed
1 changed files with 1 additions and 2 deletions

View File

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