siyue commited on
Commit
84e2362
·
1 Parent(s): 74dbbd7
Files changed (1) hide show
  1. squall.py +0 -1
squall.py CHANGED
@@ -149,7 +149,6 @@ class Squall(datasets.GeneratorBasedBuilder):
149
  if split_key != 'test':
150
  with open(squall_full, encoding="utf-8") as f:
151
  squall_full_data = json.load(f)
152
- raise ValueError(f"{[k for k in squall_full_data]}")
153
 
154
  NUM_MAPPING = {
155
  'half': 0.5,
 
149
  if split_key != 'test':
150
  with open(squall_full, encoding="utf-8") as f:
151
  squall_full_data = json.load(f)
 
152
 
153
  NUM_MAPPING = {
154
  'half': 0.5,