fix readme
Browse files- conceptnet_relational_similarity.py +1 -1
- dataset/test.jsonl +0 -0
- dataset/train.jsonl +0 -0
- dataset/valid.jsonl +0 -0
conceptnet_relational_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_relational_similarity"
|
7 |
-
_VERSION = "2.1.
|
8 |
_CITATION = """
|
9 |
@inproceedings{li-16,
|
10 |
title = {Commonsense Knowledge Base Completion},
|
|
|
4 |
logger = datasets.logging.get_logger(__name__)
|
5 |
_DESCRIPTION = """[ConceptNet with high confidence](https://home.ttic.edu/~kgimpel/commonsense.html)"""
|
6 |
_NAME = "conceptnet_relational_similarity"
|
7 |
+
_VERSION = "2.1.1"
|
8 |
_CITATION = """
|
9 |
@inproceedings{li-16,
|
10 |
title = {Commonsense Knowledge Base Completion},
|
dataset/test.jsonl
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
dataset/train.jsonl
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
dataset/valid.jsonl
CHANGED
The diff for this file is too large to render.
See raw diff
|
|