wics commited on
Commit
19af8d2
·
1 Parent(s): e54b767

Update NCR.py

Browse files
Files changed (1) hide show
  1. NCR.py +3 -3
NCR.py CHANGED
@@ -30,9 +30,9 @@ _HOMEPAGE = ""
30
  _LICENSE = ""
31
 
32
  _URLS = {
33
- "train": "https://github.com/wicsaax/NCR/blob/main/train_2.json/train_2.json",
34
- "validation": "https://github.com/wicsaax/NCR/blob/main/train_2.json/dev_2.json",
35
- "test": "https://github.com/wicsaax/NCR/blob/main/train_2.json/test_2.json",
36
  }
37
 
38
 
 
30
  _LICENSE = ""
31
 
32
  _URLS = {
33
+ "train": "https://raw.githubusercontent.com/wicsaax/NCR/main/train_2.json",
34
+ "validation": "https://raw.githubusercontent.com/wicsaax/NCR/main/dev_2.json",
35
+ "test": "https://raw.githubusercontent.com/wicsaax/NCR/main/test_2.json",
36
  }
37
 
38