Update conceptnet.py
Browse files- conceptnet.py +2 -2
conceptnet.py
CHANGED
@@ -4,7 +4,7 @@ import datasets
|
|
4 |
logger = datasets.logging.get_logger(__name__)
|
5 |
_DESCRIPTION = """[ConceptNet with high confidence](https://home.ttic.edu/~kgimpel/commonsense.html)"""
|
6 |
_NAME = "conceptnet"
|
7 |
-
_VERSION = "3.0.
|
8 |
_CITATION = """
|
9 |
@inproceedings{li-16,
|
10 |
title = {Commonsense Knowledge Base Completion},
|
@@ -29,7 +29,7 @@ year = {2016}
|
|
29 |
"""
|
30 |
|
31 |
_HOME_PAGE = "https://github.com/asahi417/relbert"
|
32 |
-
_URL = f'https://huggingface.co/datasets/relbert/{_NAME}/
|
33 |
_URLS = {
|
34 |
str(datasets.Split.TRAIN): [f'{_URL}/train.jsonl'],
|
35 |
str(datasets.Split.VALIDATION): [f'{_URL}/valid.jsonl'],
|
|
|
4 |
logger = datasets.logging.get_logger(__name__)
|
5 |
_DESCRIPTION = """[ConceptNet with high confidence](https://home.ttic.edu/~kgimpel/commonsense.html)"""
|
6 |
_NAME = "conceptnet"
|
7 |
+
_VERSION = "3.0.4"
|
8 |
_CITATION = """
|
9 |
@inproceedings{li-16,
|
10 |
title = {Commonsense Knowledge Base Completion},
|
|
|
29 |
"""
|
30 |
|
31 |
_HOME_PAGE = "https://github.com/asahi417/relbert"
|
32 |
+
_URL = f'https://huggingface.co/datasets/relbert/{_NAME}/resolve/main/dataset'
|
33 |
_URLS = {
|
34 |
str(datasets.Split.TRAIN): [f'{_URL}/train.jsonl'],
|
35 |
str(datasets.Split.VALIDATION): [f'{_URL}/valid.jsonl'],
|