Amardeep Kumar commited on
Commit
b250b6c
1 Parent(s): e261789

add data and ldkp3k.py

Browse files
data/{long_data_sample.json → large/train.jsonl} RENAMED
File without changes
data/medium/train.jsonl ADDED
The diff for this file is too large to render. See raw diff
data/small/train.jsonl ADDED
The diff for this file is too large to render. See raw diff
data/test.jsonl ADDED
The diff for this file is too large to render. See raw diff
data/valid.jsonl ADDED
The diff for this file is too large to render. See raw diff
ldkp3k.py CHANGED
@@ -25,7 +25,7 @@ _LICENSE = ""
25
 
26
  _URLS = {
27
  "test": "data/test.jsonl",
28
- "train": "data/long_data_sample.json",
29
  "valid": "data/valid.jsonl",
30
 
31
  }
25
 
26
  _URLS = {
27
  "test": "data/test.jsonl",
28
+ "train": "train.jsonl",
29
  "valid": "data/valid.jsonl",
30
 
31
  }