Datasets:
GEM
/

Languages:
English
Multilinguality:
unknown
Size Categories:
unknown
Language Creators:
unknown
Annotations Creators:
automatically-created
Source Datasets:
original
ArXiv:
Tags:
License:
ronaldahmed commited on
Commit
afa35cf
1 Parent(s): 2e0d769

challenge sets: abstractivity and topic diversity

Browse files
Files changed (4) hide show
  1. animal.zip +2 -2
  2. company.zip +2 -2
  3. film.zip +2 -2
  4. wiki_cat_sum.py +1 -1
animal.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:47869bcb495437c21bb9a3a59da5615d92224761a80147d94b68093c920f6f86
3
- size 48552492
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97877a55e311e586531e0cc4b48d0ace59b031af74cfa0833bdda1b1dfdb832b
3
+ size 514977130
company.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8ee5627ba95e05e7a87d759b226f3e0cc0f94d731b7c5dc99a99aa99cad106db
3
- size 86035755
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d61cb5eaa3b9d303d78f59846c23241505f966ccdd5ec18f23b5a73ee8ce9d6
3
+ size 911742095
film.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f67fa8665b365a9f111da965a839351a6b396eaf88194716f237168c64e778f0
3
- size 84121809
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:843c38d7f78b2cdb56b0d35cf10bc64c77293fd6960257c93ab2dea4b5a75cd7
3
+ size 897899176
wiki_cat_sum.py CHANGED
@@ -137,7 +137,7 @@ class WikiCatSum(datasets.GeneratorBasedBuilder):
137
  name=datasets.Split.TRAIN,
138
  # These kwargs will be passed to _generate_examples
139
  gen_kwargs={
140
- "filepath": os.path.join(data_dir, "%s/train-%s.jsonl" % (self.config.name,self.config.name)),
141
  "split": "train",
142
  },
143
  ),
 
137
  name=datasets.Split.TRAIN,
138
  # These kwargs will be passed to _generate_examples
139
  gen_kwargs={
140
+ "filepath": os.path.join(data_dir, "train-%s.jsonl" % (self.config.name)),
141
  "split": "train",
142
  },
143
  ),