Spaces:
Runtime error
Runtime error
Update src/leaderboard/read_evals.py
Browse files
src/leaderboard/read_evals.py
CHANGED
@@ -91,8 +91,7 @@ class EvalResult:
|
|
91 |
precision=precision,
|
92 |
revision= config.get("model_sha", ""),
|
93 |
still_on_hub=still_on_hub,
|
94 |
-
architecture=architecture
|
95 |
-
model_type=model_type
|
96 |
)
|
97 |
|
98 |
def update_with_request_file(self, requests_path):
|
|
|
91 |
precision=precision,
|
92 |
revision= config.get("model_sha", ""),
|
93 |
still_on_hub=still_on_hub,
|
94 |
+
architecture=architecture
|
|
|
95 |
)
|
96 |
|
97 |
def update_with_request_file(self, requests_path):
|