philipphager commited on
Commit
db7e0aa
1 Parent(s): 4534c51

Update baidu-ultr_uva-mlm-ctr.py

Browse files
Files changed (1) hide show
  1. baidu-ultr_uva-mlm-ctr.py +1 -1
baidu-ultr_uva-mlm-ctr.py CHANGED
@@ -140,7 +140,7 @@ class BaiduUltrBuilder(datasets.GeneratorBasedBuilder):
140
 
141
  def _split_generators(self, dl_manager):
142
  if self.config.name == Config.CLICKS:
143
- train_files = self.download_clicks(dl_manager, parts=[1, 2, 3])
144
  test_files = self.download_clicks(dl_manager, parts=[0])
145
 
146
  query_columns = [
 
140
 
141
  def _split_generators(self, dl_manager):
142
  if self.config.name == Config.CLICKS:
143
+ train_files = self.download_clicks(dl_manager, parts=[1])
144
  test_files = self.download_clicks(dl_manager, parts=[0])
145
 
146
  query_columns = [