Blanca commited on
Commit
7c37bf6
·
verified ·
1 Parent(s): a6db50e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,7 +39,7 @@ if METRIC == 'gemma': # WARNING: this can't be used because I do not have GPU in
39
  tokenizer = AutoTokenizer.from_pretrained('google/gemma-3-12b-it')
40
 
41
  YEAR_VERSION = "2025"
42
- ref_scores_len = {"test": 34}
43
 
44
  os.makedirs("scored", exist_ok=True)
45
 
@@ -286,7 +286,7 @@ def add_new_eval(
286
 
287
 
288
 
289
-
290
 
291
  # Check if there's any duplicate in the submission
292
  if len(task_ids) != len(set(task_ids)):
 
39
  tokenizer = AutoTokenizer.from_pretrained('google/gemma-3-12b-it')
40
 
41
  YEAR_VERSION = "2025"
42
+ ref_scores_len = {"test": 32}
43
 
44
  os.makedirs("scored", exist_ok=True)
45
 
 
286
 
287
 
288
 
289
+ print(task_ids, flush=True)
290
 
291
  # Check if there's any duplicate in the submission
292
  if len(task_ids) != len(set(task_ids)):