Update src/leaderboard/read_evals.py
Browse files
src/leaderboard/read_evals.py
CHANGED
|
@@ -38,7 +38,7 @@ class EvalResult:
|
|
| 38 |
with open(json_filepath) as fp:
|
| 39 |
data = json.load(fp)
|
| 40 |
|
| 41 |
-
config = data.get("
|
| 42 |
|
| 43 |
# Precision
|
| 44 |
precision = Precision.from_str(config.get("model_dtype"))
|
|
|
|
| 38 |
with open(json_filepath) as fp:
|
| 39 |
data = json.load(fp)
|
| 40 |
|
| 41 |
+
config = data.get("config_general")
|
| 42 |
|
| 43 |
# Precision
|
| 44 |
precision = Precision.from_str(config.get("model_dtype"))
|