lixuejing
commited on
Commit
·
25c2ffd
1
Parent(s):
adbce02
update
Browse files
src/leaderboard/read_evals.py
CHANGED
@@ -42,7 +42,7 @@ class EvalResult:
|
|
42 |
with open(json_filepath) as fp:
|
43 |
data = json.load(fp)
|
44 |
|
45 |
-
config = data.get("
|
46 |
|
47 |
# Precision
|
48 |
precision = Precision.from_str(config.get("model_dtype"))
|
|
|
42 |
with open(json_filepath) as fp:
|
43 |
data = json.load(fp)
|
44 |
|
45 |
+
config = data.get("config_general")
|
46 |
|
47 |
# Precision
|
48 |
precision = Precision.from_str(config.get("model_dtype"))
|