djstrong commited on
Commit
e22058f
·
1 Parent(s): 774daf2

fewshot_as_multiturn

Browse files
Files changed (1) hide show
  1. src/leaderboard/read_evals.py +1 -1
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", True)
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"))