Zaid commited on
Commit
559b93b
·
1 Parent(s): 15f560f

Update quac_expanded.py

Browse files
Files changed (1) hide show
  1. quac_expanded.py +1 -1
quac_expanded.py CHANGED
@@ -158,4 +158,4 @@ class Quac(datasets.GeneratorBasedBuilder):
158
  "orig_answer": orig_answer,
159
  }
160
  _id += 1
161
- context += '\n'+turn["question"]+'\n'+turn["answers"][0]
 
158
  "orig_answer": orig_answer,
159
  }
160
  _id += 1
161
+ context += '\n'+turn["question"]+'\n'+answer['texts'][0]