ebrigham commited on
Commit
52b55b1
·
1 Parent(s): 9a643bd

Update labels.py

Browse files
Files changed (1) hide show
  1. labels.py +1 -2
labels.py CHANGED
@@ -87,8 +87,7 @@ class YahooAnswersTopics(datasets.GeneratorBasedBuilder):
87
  "best_answer": datasets.Value("string"),
88
  },
89
  ),
90
- supervised_keys=None,
91
- homepage="https://github.com/LC-John/Yahoo-Answers-Topic-Classification-Dataset",
92
  )
93
 
94
  def _split_generators(self, dl_manager):
 
87
  "best_answer": datasets.Value("string"),
88
  },
89
  ),
90
+ supervised_keys=None
 
91
  )
92
 
93
  def _split_generators(self, dl_manager):