Sborole commited on
Commit
b10b432
·
verified ·
1 Parent(s): 884848e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
47
  repo_type="dataset"
48
  )
49
 
50
- dataset = load_dataset(data_dir, "2023_level1", split="test")
51
  print("Dataset", dataset)
52
  print(len(dataset))
53
  print(type(dataset))
 
47
  repo_type="dataset"
48
  )
49
 
50
+ dataset = load_dataset(data_dir, "2023_level1", split="validation")
51
  print("Dataset", dataset)
52
  print(len(dataset))
53
  print(type(dataset))