fix readme
Browse files
conceptnet_relation_similarity.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_relation_similarity"
|
| 7 |
-
_VERSION = "2.0
|
| 8 |
_CITATION = """
|
| 9 |
@inproceedings{li-16,
|
| 10 |
title = {Commonsense Knowledge Base Completion},
|
|
@@ -33,7 +33,7 @@ _URL = f'https://huggingface.co/datasets/relbert/{_NAME}/raw/main/dataset'
|
|
| 33 |
_URLS = {
|
| 34 |
str(datasets.Split.TRAIN): [f'{_URL}/train.jsonl'],
|
| 35 |
str(datasets.Split.VALIDATION): [f'{_URL}/valid.jsonl'],
|
| 36 |
-
|
| 37 |
}
|
| 38 |
|
| 39 |
|
|
|
|
| 4 |
logger = datasets.logging.get_logger(__name__)
|
| 5 |
_DESCRIPTION = """[ConceptNet with high confidence](https://home.ttic.edu/~kgimpel/commonsense.html)"""
|
| 6 |
_NAME = "conceptnet_relation_similarity"
|
| 7 |
+
_VERSION = "2.1.0"
|
| 8 |
_CITATION = """
|
| 9 |
@inproceedings{li-16,
|
| 10 |
title = {Commonsense Knowledge Base Completion},
|
|
|
|
| 33 |
_URLS = {
|
| 34 |
str(datasets.Split.TRAIN): [f'{_URL}/train.jsonl'],
|
| 35 |
str(datasets.Split.VALIDATION): [f'{_URL}/valid.jsonl'],
|
| 36 |
+
str(datasets.Split.TEST): [f'{_URL}/test.jsonl'],
|
| 37 |
}
|
| 38 |
|
| 39 |
|