Spaces:
Restarting
on
CPU Upgrade
Restarting
on
CPU Upgrade
fewshot_as_multiturn
Browse files
src/leaderboard/read_evals.py
CHANGED
@@ -47,7 +47,7 @@ class EvalResult:
|
|
47 |
n_shot = data.get("n-shot")
|
48 |
start_date = data.get("date", 0)
|
49 |
chat_template = data.get("chat_template", None)
|
50 |
-
fewshot_as_multiturn = data.get("fewshot_as_multiturn",
|
51 |
|
52 |
# Precision
|
53 |
precision = Precision.from_str(config.get("model_dtype"))
|
|
|
47 |
n_shot = data.get("n-shot")
|
48 |
start_date = data.get("date", 0)
|
49 |
chat_template = data.get("chat_template", None)
|
50 |
+
fewshot_as_multiturn = data.get("fewshot_as_multiturn", False)
|
51 |
|
52 |
# Precision
|
53 |
precision = Precision.from_str(config.get("model_dtype"))
|