Spaces:
Sleeping
Sleeping
Jimin Huang
commited on
Commit
·
1dd9b0f
1
Parent(s):
f028f4d
fix: alter column name
Browse files
backend/app/services/leaderboard.py
CHANGED
|
@@ -112,6 +112,7 @@ class LeaderboardService:
|
|
| 112 |
"normalized_score": data.get("MultiFin", 0)
|
| 113 |
},
|
| 114 |
}
|
|
|
|
| 115 |
|
| 116 |
features = {
|
| 117 |
"is_not_available_on_hub": data.get("Available on the hub", False),
|
|
|
|
| 112 |
"normalized_score": data.get("MultiFin", 0)
|
| 113 |
},
|
| 114 |
}
|
| 115 |
+
print (evaluations)
|
| 116 |
|
| 117 |
features = {
|
| 118 |
"is_not_available_on_hub": data.get("Available on the hub", False),
|