Update raco_forums_corpus.py
Browse files- raco_forums_corpus.py +1 -1
raco_forums_corpus.py
CHANGED
|
@@ -53,7 +53,7 @@ class RacoForumsCorpus(datasets.GeneratorBasedBuilder):
|
|
| 53 |
)
|
| 54 |
|
| 55 |
def _split_generators(self, dl_manager):
|
| 56 |
-
|
| 57 |
"train": f"{_URL}{_TRAINING_FILE}",
|
| 58 |
"dev": f"{_URL}{_DEV_FILE}",
|
| 59 |
}
|
|
|
|
| 53 |
)
|
| 54 |
|
| 55 |
def _split_generators(self, dl_manager):
|
| 56 |
+
urls_to_download = {
|
| 57 |
"train": f"{_URL}{_TRAINING_FILE}",
|
| 58 |
"dev": f"{_URL}{_DEV_FILE}",
|
| 59 |
}
|