vosadcii commited on
Commit
7b9ad9f
1 Parent(s): 5c1e9bf
Files changed (3) hide show
  1. data/test.json +2 -2
  2. data/train.json +2 -2
  3. policies.py +1 -0
data/test.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5050155c6613ab338ac784590b718cad6993ff3a26adb51993ac087c3676d58b
3
- size 333056
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:482e2265aaca2481e701c35eb30a4238e579df8461406849bc88812d5b3242aa
3
+ size 224354
data/train.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:36d373a113b3e9e9c3e680d28d3f5b41199b4744d9f53186d772c81f4437add5
3
- size 2992890
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12078c13ce335f68bbabe387b5d7769fad4edff8301e34759472c3cc98ef8acc
3
+ size 2014321
policies.py CHANGED
@@ -45,6 +45,7 @@ class PoliciesQA(datasets.GeneratorBasedBuilder):
45
  description=_DESCRIPTION,
46
  features=datasets.Features(
47
  {
 
48
  "context": datasets.Value("string"),
49
  "question": datasets.Value("string"),
50
  "answers": datasets.features.Sequence(
 
45
  description=_DESCRIPTION,
46
  features=datasets.Features(
47
  {
48
+ "id": datasets.Value("string"),
49
  "context": datasets.Value("string"),
50
  "question": datasets.Value("string"),
51
  "answers": datasets.features.Sequence(