jbaselga commited on
Commit
968c192
verified
1 Parent(s): acae38e

Update api_server.py

Browse files
Files changed (1) hide show
  1. api_server.py +2 -2
api_server.py CHANGED
@@ -16,8 +16,8 @@ else:
16
  print("鈿狅笍 WARNING: No se encontr贸 el token de autenticaci贸n en la variable token_curso")
17
 
18
  # Carga y filtra nivel 1 GAIA (validation split)
19
- #ds = load_dataset("gaia-benchmark/GAIA", "2023_level1", split="validation")
20
- ds = ''
21
  QUESTIONS = []
22
  GROUND_TRUTH: Dict[str, str] = {}
23
 
 
16
  print("鈿狅笍 WARNING: No se encontr贸 el token de autenticaci贸n en la variable token_curso")
17
 
18
  # Carga y filtra nivel 1 GAIA (validation split)
19
+ ds = load_dataset("gaia-benchmark/GAIA", "2023_level1", split="validation")
20
+
21
  QUESTIONS = []
22
  GROUND_TRUTH: Dict[str, str] = {}
23