bugfix
Browse files
src/leaderboard/read_evals.py
CHANGED
|
@@ -56,11 +56,6 @@ class EvalResult:
|
|
| 56 |
"training_data": DisclosedType.from_str(config.get("training_data", "")),
|
| 57 |
}
|
| 58 |
|
| 59 |
-
if config.get("model_name", None) == "DeepMount00/Llama-3-8b-Ita":
|
| 60 |
-
import pdb
|
| 61 |
-
|
| 62 |
-
pdb.set_trace()
|
| 63 |
-
|
| 64 |
# Precision
|
| 65 |
precision = Precision.from_str(config.get("model_dtype"))
|
| 66 |
|
|
|
|
| 56 |
"training_data": DisclosedType.from_str(config.get("training_data", "")),
|
| 57 |
}
|
| 58 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
# Precision
|
| 60 |
precision = Precision.from_str(config.get("model_dtype"))
|
| 61 |
|