davebulaval commited on
Commit
dc05dd7
1 Parent(s): 9491fcd

Upload RISCBAC.py

Browse files
Files changed (1) hide show
  1. RISCBAC.py +1 -1
RISCBAC.py CHANGED
@@ -105,4 +105,4 @@ class RISCBAC(datasets.GeneratorBasedBuilder):
105
  with open(filepath, "r", encoding="utf-8") as f:
106
  for key, line in enumerate(f):
107
  d = json.loads(line)
108
- yield key, {"text": d}
 
105
  with open(filepath, "r", encoding="utf-8") as f:
106
  for key, line in enumerate(f):
107
  d = json.loads(line)
108
+ yield key, d