fix path
Browse files- abricot.py +2 -2
abricot.py
CHANGED
|
@@ -31,7 +31,7 @@ _LICENSE = "CC BY 4.0"
|
|
| 31 |
|
| 32 |
|
| 33 |
_URLS = {
|
| 34 |
-
"abs": "https://
|
| 35 |
}
|
| 36 |
|
| 37 |
|
|
@@ -81,7 +81,7 @@ class abricot(datasets.GeneratorBasedBuilder):
|
|
| 81 |
# if self.config.name == "abs":
|
| 82 |
# data_file = "dataset_it.csv"
|
| 83 |
data_file = dl_manager.download(urls)
|
| 84 |
-
print(data_file)
|
| 85 |
return [
|
| 86 |
datasets.SplitGenerator(
|
| 87 |
name=datasets.Split.VALIDATION,
|
|
|
|
| 31 |
|
| 32 |
|
| 33 |
_URLS = {
|
| 34 |
+
"abs": "https://raw.githubusercontent.com/aramelior/ABRICOT-ABstRactness-and-Inclusiveness-in-COntexT/main/dataset_it.csv"
|
| 35 |
}
|
| 36 |
|
| 37 |
|
|
|
|
| 81 |
# if self.config.name == "abs":
|
| 82 |
# data_file = "dataset_it.csv"
|
| 83 |
data_file = dl_manager.download(urls)
|
| 84 |
+
print("##############", data_file)
|
| 85 |
return [
|
| 86 |
datasets.SplitGenerator(
|
| 87 |
name=datasets.Split.VALIDATION,
|