asahi417 commited on
Commit
14243d9
·
1 Parent(s): e1ff3c2

Update nell_relational_similarity.py

Browse files
Files changed (1) hide show
  1. nell_relational_similarity.py +2 -2
nell_relational_similarity.py CHANGED
@@ -4,7 +4,7 @@ import datasets
4
  logger = datasets.logging.get_logger(__name__)
5
  _DESCRIPTION = """NELL-one for relational similarity"""
6
  _NAME = "nell_relational_similarity"
7
- _VERSION = "0.0.0"
8
  _CITATION = """@inproceedings{xiong-etal-2018-one,
9
  title = "One-Shot Relational Learning for Knowledge Graphs",
10
  author = "Xiong, Wenhan and
@@ -25,7 +25,7 @@ _CITATION = """@inproceedings{xiong-etal-2018-one,
25
  """
26
 
27
  _HOME_PAGE = "https://github.com/asahi417/relbert"
28
- _URL = f'https://huggingface.co/datasets/relbert/{_NAME}/raw/main/dataset'
29
  _URLS = {
30
  str(datasets.Split.TRAIN): [f'{_URL}/train.jsonl'],
31
  str(datasets.Split.VALIDATION): [f'{_URL}/valid.jsonl'],
 
4
  logger = datasets.logging.get_logger(__name__)
5
  _DESCRIPTION = """NELL-one for relational similarity"""
6
  _NAME = "nell_relational_similarity"
7
+ _VERSION = "0.0.1"
8
  _CITATION = """@inproceedings{xiong-etal-2018-one,
9
  title = "One-Shot Relational Learning for Knowledge Graphs",
10
  author = "Xiong, Wenhan and
 
25
  """
26
 
27
  _HOME_PAGE = "https://github.com/asahi417/relbert"
28
+ _URL = f'https://huggingface.co/datasets/relbert/{_NAME}/raw/main/data'
29
  _URLS = {
30
  str(datasets.Split.TRAIN): [f'{_URL}/train.jsonl'],
31
  str(datasets.Split.VALIDATION): [f'{_URL}/valid.jsonl'],