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

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
-
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
+ ds = ''
21
  QUESTIONS = []
22
  GROUND_TRUTH: Dict[str, str] = {}
23