Datasets:
Update probability_words_nli.py
Browse files- probability_words_nli.py +0 -2
probability_words_nli.py
CHANGED
@@ -37,8 +37,6 @@ _DESCRIPTION = """\
|
|
37 |
Probing neural language models for understanding of words of estimative probability
|
38 |
"""
|
39 |
|
40 |
-
URL = 'https://sileod.s3.eu-west-3.amazonaws.com/probability_words/'
|
41 |
-
URL = 'https://huggingface.co/datasets/sileod/probability_words_nli/raw/main/'
|
42 |
URL = 'https://huggingface.co/datasets/sileod/probability_words_nli/resolve/main/'
|
43 |
|
44 |
class WepProbeConfig(datasets.BuilderConfig):
|
|
|
37 |
Probing neural language models for understanding of words of estimative probability
|
38 |
"""
|
39 |
|
|
|
|
|
40 |
URL = 'https://huggingface.co/datasets/sileod/probability_words_nli/resolve/main/'
|
41 |
|
42 |
class WepProbeConfig(datasets.BuilderConfig):
|