Giguru Scheuer commited on
Commit
1694ad7
·
1 Parent(s): 1f85475

Let download_size show on HuggingFace

Browse files
Files changed (1) hide show
  1. trec-cast-2019-multi-turn.py +2 -1
trec-cast-2019-multi-turn.py CHANGED
@@ -103,7 +103,8 @@ class TrecCast2019MultiTurn(datasets.GeneratorBasedBuilder):
103
  })),
104
  })
105
  download_size = 8010
106
- elif self.config.name == 'test_collection':
 
107
  features = datasets.Features({
108
  "docno": datasets.Value("string"),
109
  "text": datasets.Value("string"),
 
103
  })),
104
  })
105
  download_size = 8010
106
+ else: # for self.config.name == 'test_collection':
107
+
108
  features = datasets.Features({
109
  "docno": datasets.Value("string"),
110
  "text": datasets.Value("string"),