siyue commited on
Commit
44d2b2f
·
1 Parent(s): 9e67c4a
Files changed (1) hide show
  1. squall.py +1 -1
squall.py CHANGED
@@ -152,7 +152,7 @@ class Squall(datasets.GeneratorBasedBuilder):
152
  if split_key != 'test':
153
  with open(squall_full, encoding="utf-8") as f:
154
  squall_full_data = json.load(f)
155
- raise ValueError(f"type {print(squall_full_data)}")
156
 
157
  NUM_MAPPING = {
158
  'half': 0.5,
 
152
  if split_key != 'test':
153
  with open(squall_full, encoding="utf-8") as f:
154
  squall_full_data = json.load(f)
155
+ raise ValueError(f"{[k for k in squall_full_data]}")
156
 
157
  NUM_MAPPING = {
158
  'half': 0.5,