OpenNLPLab commited on
Commit
6cb133c
1 Parent(s): d8988f8

Upload 16 files

Browse files
Files changed (17) hide show
  1. .gitattributes +3 -0
  2. data/aan/l_max-4000-append_bos-False-append_eos-True/l_max-4000-append_bos-False-append_eos-True/dataset_dict.json +1 -0
  3. data/aan/l_max-4000-append_bos-False-append_eos-True/l_max-4000-append_bos-False-append_eos-True/test/dataset.arrow +3 -0
  4. data/aan/l_max-4000-append_bos-False-append_eos-True/l_max-4000-append_bos-False-append_eos-True/test/dataset_info.json +45 -0
  5. data/aan/l_max-4000-append_bos-False-append_eos-True/l_max-4000-append_bos-False-append_eos-True/test/state.json +18 -0
  6. data/aan/l_max-4000-append_bos-False-append_eos-True/l_max-4000-append_bos-False-append_eos-True/tokenizer.pkl +3 -0
  7. data/aan/l_max-4000-append_bos-False-append_eos-True/l_max-4000-append_bos-False-append_eos-True/train/dataset.arrow +3 -0
  8. data/aan/l_max-4000-append_bos-False-append_eos-True/l_max-4000-append_bos-False-append_eos-True/train/dataset_info.json +45 -0
  9. data/aan/l_max-4000-append_bos-False-append_eos-True/l_max-4000-append_bos-False-append_eos-True/train/state.json +18 -0
  10. data/aan/l_max-4000-append_bos-False-append_eos-True/l_max-4000-append_bos-False-append_eos-True/val/dataset.arrow +3 -0
  11. data/aan/l_max-4000-append_bos-False-append_eos-True/l_max-4000-append_bos-False-append_eos-True/val/dataset_info.json +45 -0
  12. data/aan/l_max-4000-append_bos-False-append_eos-True/l_max-4000-append_bos-False-append_eos-True/val/state.json +18 -0
  13. data/aan/l_max-4000-append_bos-False-append_eos-True/l_max-4000-append_bos-False-append_eos-True/vocab.pkl +3 -0
  14. data/aan/new_aan_pairs.eval.tsv +3 -0
  15. data/aan/new_aan_pairs.test.tsv +3 -0
  16. data/aan/new_aan_pairs.test_sample.tsv +0 -0
  17. data/aan/new_aan_pairs.train.tsv +3 -0
.gitattributes CHANGED
@@ -53,3 +53,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
 
 
 
 
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
56
+ data/aan/new_aan_pairs.eval.tsv filter=lfs diff=lfs merge=lfs -text
57
+ data/aan/new_aan_pairs.test.tsv filter=lfs diff=lfs merge=lfs -text
58
+ data/aan/new_aan_pairs.train.tsv filter=lfs diff=lfs merge=lfs -text
data/aan/l_max-4000-append_bos-False-append_eos-True/l_max-4000-append_bos-False-append_eos-True/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "val", "test"]}
data/aan/l_max-4000-append_bos-False-append_eos-True/l_max-4000-append_bos-False-append_eos-True/test/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e9f670042d560831f793b8dfc02d07363c8235ae3b1540ff9eab1bc2c13270a
3
+ size 1086684096
data/aan/l_max-4000-append_bos-False-append_eos-True/l_max-4000-append_bos-False-append_eos-True/test/dataset_info.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": null,
3
+ "citation": "",
4
+ "config_name": null,
5
+ "dataset_size": null,
6
+ "description": "",
7
+ "download_checksums": null,
8
+ "download_size": null,
9
+ "features": {
10
+ "label": {
11
+ "dtype": "int32",
12
+ "id": null,
13
+ "_type": "Value"
14
+ },
15
+ "input_ids1": {
16
+ "feature": {
17
+ "dtype": "int64",
18
+ "id": null,
19
+ "_type": "Value"
20
+ },
21
+ "length": -1,
22
+ "id": null,
23
+ "_type": "Sequence"
24
+ },
25
+ "input_ids2": {
26
+ "feature": {
27
+ "dtype": "int64",
28
+ "id": null,
29
+ "_type": "Value"
30
+ },
31
+ "length": -1,
32
+ "id": null,
33
+ "_type": "Sequence"
34
+ }
35
+ },
36
+ "homepage": "",
37
+ "license": "",
38
+ "post_processed": null,
39
+ "post_processing_size": null,
40
+ "size_in_bytes": null,
41
+ "splits": null,
42
+ "supervised_keys": null,
43
+ "task_templates": null,
44
+ "version": null
45
+ }
data/aan/l_max-4000-append_bos-False-append_eos-True/l_max-4000-append_bos-False-append_eos-True/test/state.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "17c3c7373a290187",
8
+ "_format_columns": [
9
+ "input_ids1",
10
+ "input_ids2",
11
+ "label"
12
+ ],
13
+ "_format_kwargs": {},
14
+ "_format_type": null,
15
+ "_indexes": {},
16
+ "_output_all_columns": false,
17
+ "_split": null
18
+ }
data/aan/l_max-4000-append_bos-False-append_eos-True/l_max-4000-append_bos-False-append_eos-True/tokenizer.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa31d0d60f0990d58332c9d3c97fea2c6fb65fa7e49a3aa65f06ee837ce868fc
3
+ size 32
data/aan/l_max-4000-append_bos-False-append_eos-True/l_max-4000-append_bos-False-append_eos-True/train/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e9f670042d560831f793b8dfc02d07363c8235ae3b1540ff9eab1bc2c13270a
3
+ size 1086684096
data/aan/l_max-4000-append_bos-False-append_eos-True/l_max-4000-append_bos-False-append_eos-True/train/dataset_info.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": null,
3
+ "citation": "",
4
+ "config_name": null,
5
+ "dataset_size": null,
6
+ "description": "",
7
+ "download_checksums": null,
8
+ "download_size": null,
9
+ "features": {
10
+ "label": {
11
+ "dtype": "int32",
12
+ "id": null,
13
+ "_type": "Value"
14
+ },
15
+ "input_ids1": {
16
+ "feature": {
17
+ "dtype": "int64",
18
+ "id": null,
19
+ "_type": "Value"
20
+ },
21
+ "length": -1,
22
+ "id": null,
23
+ "_type": "Sequence"
24
+ },
25
+ "input_ids2": {
26
+ "feature": {
27
+ "dtype": "int64",
28
+ "id": null,
29
+ "_type": "Value"
30
+ },
31
+ "length": -1,
32
+ "id": null,
33
+ "_type": "Sequence"
34
+ }
35
+ },
36
+ "homepage": "",
37
+ "license": "",
38
+ "post_processed": null,
39
+ "post_processing_size": null,
40
+ "size_in_bytes": null,
41
+ "splits": null,
42
+ "supervised_keys": null,
43
+ "task_templates": null,
44
+ "version": null
45
+ }
data/aan/l_max-4000-append_bos-False-append_eos-True/l_max-4000-append_bos-False-append_eos-True/train/state.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "085563f3d0343acc",
8
+ "_format_columns": [
9
+ "input_ids1",
10
+ "input_ids2",
11
+ "label"
12
+ ],
13
+ "_format_kwargs": {},
14
+ "_format_type": null,
15
+ "_indexes": {},
16
+ "_output_all_columns": false,
17
+ "_split": null
18
+ }
data/aan/l_max-4000-append_bos-False-append_eos-True/l_max-4000-append_bos-False-append_eos-True/val/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e9f670042d560831f793b8dfc02d07363c8235ae3b1540ff9eab1bc2c13270a
3
+ size 1086684096
data/aan/l_max-4000-append_bos-False-append_eos-True/l_max-4000-append_bos-False-append_eos-True/val/dataset_info.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": null,
3
+ "citation": "",
4
+ "config_name": null,
5
+ "dataset_size": null,
6
+ "description": "",
7
+ "download_checksums": null,
8
+ "download_size": null,
9
+ "features": {
10
+ "label": {
11
+ "dtype": "int32",
12
+ "id": null,
13
+ "_type": "Value"
14
+ },
15
+ "input_ids1": {
16
+ "feature": {
17
+ "dtype": "int64",
18
+ "id": null,
19
+ "_type": "Value"
20
+ },
21
+ "length": -1,
22
+ "id": null,
23
+ "_type": "Sequence"
24
+ },
25
+ "input_ids2": {
26
+ "feature": {
27
+ "dtype": "int64",
28
+ "id": null,
29
+ "_type": "Value"
30
+ },
31
+ "length": -1,
32
+ "id": null,
33
+ "_type": "Sequence"
34
+ }
35
+ },
36
+ "homepage": "",
37
+ "license": "",
38
+ "post_processed": null,
39
+ "post_processing_size": null,
40
+ "size_in_bytes": null,
41
+ "splits": null,
42
+ "supervised_keys": null,
43
+ "task_templates": null,
44
+ "version": null
45
+ }
data/aan/l_max-4000-append_bos-False-append_eos-True/l_max-4000-append_bos-False-append_eos-True/val/state.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "fa7b4f81f4967832",
8
+ "_format_columns": [
9
+ "input_ids1",
10
+ "input_ids2",
11
+ "label"
12
+ ],
13
+ "_format_kwargs": {},
14
+ "_format_type": null,
15
+ "_indexes": {},
16
+ "_output_all_columns": false,
17
+ "_split": null
18
+ }
data/aan/l_max-4000-append_bos-False-append_eos-True/l_max-4000-append_bos-False-append_eos-True/vocab.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81aaff08a18ab779361cdbbe8e3466af46879bebc62eb197dfc8bc2d67b71106
3
+ size 804
data/aan/new_aan_pairs.eval.tsv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53f7008370276e26b7f1c2f74b187de76f1c6edd089d978ace7b946918fd259c
3
+ size 1046290902
data/aan/new_aan_pairs.test.tsv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fef3c879f83d3e5173331dacbdd9a812a6d2af245396a1365dcb3e4b249831c9
3
+ size 1035013913
data/aan/new_aan_pairs.test_sample.tsv ADDED
The diff for this file is too large to render. See raw diff
 
data/aan/new_aan_pairs.train.tsv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0858d52d62320fa1aa07c2defb3124b86a5a6e1e5292a847f130356ea39d81d9
3
+ size 8534323181