yanyc commited on
Commit
cd9ae06
·
1 Parent(s): c45a49c

Update SciGraph.py

Browse files
Files changed (1) hide show
  1. SciGraph.py +2 -2
SciGraph.py CHANGED
@@ -35,8 +35,8 @@ _LICENSE = ""
35
 
36
  _URLS = {
37
  'classes': 'class.json',
38
- 'function': 'assign.jsonl',
39
- 'topic': 'paper_new.jsonl'
40
  }
41
 
42
  # TODO: Add link to the official dataset URLs here
 
35
 
36
  _URLS = {
37
  'classes': 'class.json',
38
+ 'function': 'assign.json',
39
+ 'topic': 'paper_new.json'
40
  }
41
 
42
  # TODO: Add link to the official dataset URLs here