Update labels.py
Browse files
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):
|