Upload risk_biased_dataset.py
Browse files- risk_biased_dataset.py +1 -1
risk_biased_dataset.py
CHANGED
@@ -20,7 +20,7 @@ _CITATION = """\
|
|
20 |
}
|
21 |
"""
|
22 |
|
23 |
-
_URL = "
|
24 |
|
25 |
class RiskBiasedDataset(datasets.GeneratorBasedBuilder):
|
26 |
"""Dataset of pre-processed samples from a portion of the
|
|
|
20 |
}
|
21 |
"""
|
22 |
|
23 |
+
_URL = "./data.json"
|
24 |
|
25 |
class RiskBiasedDataset(datasets.GeneratorBasedBuilder):
|
26 |
"""Dataset of pre-processed samples from a portion of the
|