asahi417 commited on
Commit
bc5d014
1 Parent(s): 6a79f52

Update conceptnet.py

Browse files
Files changed (1) hide show
  1. 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.2"
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}/raw/main/data'
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'],