Update app.py
Browse files
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":
|
| 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)):
|