Zhankui He
commited on
Commit
·
d3f6c7d
1
Parent(s):
4d0321c
add extracted train/valid
Browse files- extract_prediction.py +1 -1
- train.jsonl +3 -0
- valid.jsonl +3 -0
extract_prediction.py
CHANGED
@@ -32,4 +32,4 @@ if __name__ == '__main__':
|
|
32 |
# python extract_prediction.py --from_json=inspired/test_raw.jsonl --to_json=inspired/test.jsonl --start 0
|
33 |
# python extract_prediction.py --from_json=redial/test_raw.jsonl --to_json=redial/test.jsonl --start 1
|
34 |
# python extract_prediction.py --from_json=reddit/test_raw.jsonl --to_json=reddit/test.jsonl --start 1
|
35 |
-
CLI(main)
|
|
|
32 |
# python extract_prediction.py --from_json=inspired/test_raw.jsonl --to_json=inspired/test.jsonl --start 0
|
33 |
# python extract_prediction.py --from_json=redial/test_raw.jsonl --to_json=redial/test.jsonl --start 1
|
34 |
# python extract_prediction.py --from_json=reddit/test_raw.jsonl --to_json=reddit/test.jsonl --start 1
|
35 |
+
CLI(main)
|
train.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3fc27acd46e2d785a787759428e74d57f920f4b05d85dfe9f185e65736c2063b
|
3 |
+
size 3702218
|
valid.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0d75848b9a077d086431a5033b9a0dc49f72d1128c39baae9db0956856f4894
|
3 |
+
size 474046
|