Zaid commited on
Commit
4b26513
·
1 Parent(s): 559b93b

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'+answer['texts'][0]
 
158
  "orig_answer": orig_answer,
159
  }
160
  _id += 1
161
+ context += '\n\nQ: '+turn["question"]+'\nA: '+answer['texts'][0]