Datasets:
GEM
/

Modalities:
Text
Languages:
English
ArXiv:
Tags:
License:
ronaldahmed commited on
Commit
13a796b
1 Parent(s): a0e4331

challenge sets: abstractivity and topic diversity

Browse files
Files changed (1) hide show
  1. wiki_cat_sum.py +1 -1
wiki_cat_sum.py CHANGED
@@ -91,7 +91,7 @@ class WikiCatSum(datasets.GeneratorBasedBuilder):
91
  "summary": datasets.features.Sequence(
92
  {
93
  "text": datasets.Value("string"),
94
- "topic": datasets.Value("int"),
95
  })
96
  # These are the features of your dataset like images, labels ...
97
  }
 
91
  "summary": datasets.features.Sequence(
92
  {
93
  "text": datasets.Value("string"),
94
+ "topic": datasets.Value("int16"),
95
  })
96
  # These are the features of your dataset like images, labels ...
97
  }