Datasets:
Update SourceData.py
Browse files- SourceData.py +1 -1
SourceData.py
CHANGED
|
@@ -21,7 +21,7 @@ from __future__ import absolute_import, division, print_function
|
|
| 21 |
import json
|
| 22 |
import datasets
|
| 23 |
|
| 24 |
-
_BASE_URL = "https://huggingface.co/datasets/EMBO/SourceData/
|
| 25 |
|
| 26 |
class SourceData(datasets.GeneratorBasedBuilder):
|
| 27 |
"""SourceDataNLP provides datasets to train NLP tasks in cell and molecular biology."""
|
|
|
|
| 21 |
import json
|
| 22 |
import datasets
|
| 23 |
|
| 24 |
+
_BASE_URL = "https://huggingface.co/datasets/EMBO/SourceData/resolve/main/"
|
| 25 |
|
| 26 |
class SourceData(datasets.GeneratorBasedBuilder):
|
| 27 |
"""SourceDataNLP provides datasets to train NLP tasks in cell and molecular biology."""
|