ycsong-eugene commited on
Commit
b5ec459
1 Parent(s): 47fc94b

my copy hellaswag

Browse files
dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "test", "validation"]}
test/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84744b23a0aa9ea6a8d1286c61f47ba6164c6e056268664bc1080e91f55e1352
3
+ size 10794912
test/dataset_info.json ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "hellaswag",
3
+ "citation": "@inproceedings{zellers2019hellaswag,\n title={HellaSwag: Can a Machine Really Finish Your Sentence?},\n author={Zellers, Rowan and Holtzman, Ari and Bisk, Yonatan and Farhadi, Ali and Choi, Yejin},\n booktitle ={Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics},\n year={2019}\n}\n",
4
+ "config_name": "default",
5
+ "dataset_size": 65200194,
6
+ "description": "\nHellaSwag: Can a Machine Really Finish Your Sentence? is a new dataset for commonsense NLI. A paper was published at ACL2019.\n",
7
+ "download_checksums": {
8
+ "https://raw.githubusercontent.com/rowanz/hellaswag/master/data/hellaswag_train.jsonl": {
9
+ "num_bytes": 47496131,
10
+ "checksum": "dae5e69249868cb9fe4e23ff925c60b66169564cfb7072d793cd7356a2b69f8d"
11
+ },
12
+ "https://raw.githubusercontent.com/rowanz/hellaswag/master/data/hellaswag_test.jsonl": {
13
+ "num_bytes": 11752147,
14
+ "checksum": "da082b00543e422b8d25394614d102944586986def4de5cd1bd36d86bcb76261"
15
+ },
16
+ "https://raw.githubusercontent.com/rowanz/hellaswag/master/data/hellaswag_val.jsonl": {
17
+ "num_bytes": 12246618,
18
+ "checksum": "0aa3b88843990f3f10a97b9575c94d7b71fb2205240ba04ae4884d9e9c992588"
19
+ }
20
+ },
21
+ "download_size": 71494896,
22
+ "features": {
23
+ "ind": {
24
+ "dtype": "int32",
25
+ "id": null,
26
+ "_type": "Value"
27
+ },
28
+ "activity_label": {
29
+ "dtype": "string",
30
+ "id": null,
31
+ "_type": "Value"
32
+ },
33
+ "ctx_a": {
34
+ "dtype": "string",
35
+ "id": null,
36
+ "_type": "Value"
37
+ },
38
+ "ctx_b": {
39
+ "dtype": "string",
40
+ "id": null,
41
+ "_type": "Value"
42
+ },
43
+ "ctx": {
44
+ "dtype": "string",
45
+ "id": null,
46
+ "_type": "Value"
47
+ },
48
+ "endings": {
49
+ "feature": {
50
+ "dtype": "string",
51
+ "id": null,
52
+ "_type": "Value"
53
+ },
54
+ "length": -1,
55
+ "id": null,
56
+ "_type": "Sequence"
57
+ },
58
+ "source_id": {
59
+ "dtype": "string",
60
+ "id": null,
61
+ "_type": "Value"
62
+ },
63
+ "split": {
64
+ "dtype": "string",
65
+ "id": null,
66
+ "_type": "Value"
67
+ },
68
+ "split_type": {
69
+ "dtype": "string",
70
+ "id": null,
71
+ "_type": "Value"
72
+ },
73
+ "label": {
74
+ "dtype": "string",
75
+ "id": null,
76
+ "_type": "Value"
77
+ }
78
+ },
79
+ "homepage": "https://rowanzellers.com/hellaswag/",
80
+ "license": "",
81
+ "post_processed": null,
82
+ "post_processing_size": null,
83
+ "size_in_bytes": 136695090,
84
+ "splits": {
85
+ "train": {
86
+ "name": "train",
87
+ "num_bytes": 43232624,
88
+ "num_examples": 39905,
89
+ "dataset_name": "hellaswag"
90
+ },
91
+ "test": {
92
+ "name": "test",
93
+ "num_bytes": 10791853,
94
+ "num_examples": 10003,
95
+ "dataset_name": "hellaswag"
96
+ },
97
+ "validation": {
98
+ "name": "validation",
99
+ "num_bytes": 11175717,
100
+ "num_examples": 10042,
101
+ "dataset_name": "hellaswag"
102
+ }
103
+ },
104
+ "supervised_keys": null,
105
+ "task_templates": null,
106
+ "version": {
107
+ "version_str": "0.1.0",
108
+ "description": null,
109
+ "major": 0,
110
+ "minor": 1,
111
+ "patch": 0
112
+ }
113
+ }
test/state.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "126f4955bd0c79c0",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_indexes": {},
12
+ "_output_all_columns": false,
13
+ "_split": "test"
14
+ }
train/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a3d76e99f3ddd583e82f2e119aa6335d4e74f2b54f291ca55a4b91483285e9f
3
+ size 43237408
train/dataset_info.json ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "hellaswag",
3
+ "citation": "@inproceedings{zellers2019hellaswag,\n title={HellaSwag: Can a Machine Really Finish Your Sentence?},\n author={Zellers, Rowan and Holtzman, Ari and Bisk, Yonatan and Farhadi, Ali and Choi, Yejin},\n booktitle ={Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics},\n year={2019}\n}\n",
4
+ "config_name": "default",
5
+ "dataset_size": 65200194,
6
+ "description": "\nHellaSwag: Can a Machine Really Finish Your Sentence? is a new dataset for commonsense NLI. A paper was published at ACL2019.\n",
7
+ "download_checksums": {
8
+ "https://raw.githubusercontent.com/rowanz/hellaswag/master/data/hellaswag_train.jsonl": {
9
+ "num_bytes": 47496131,
10
+ "checksum": "dae5e69249868cb9fe4e23ff925c60b66169564cfb7072d793cd7356a2b69f8d"
11
+ },
12
+ "https://raw.githubusercontent.com/rowanz/hellaswag/master/data/hellaswag_test.jsonl": {
13
+ "num_bytes": 11752147,
14
+ "checksum": "da082b00543e422b8d25394614d102944586986def4de5cd1bd36d86bcb76261"
15
+ },
16
+ "https://raw.githubusercontent.com/rowanz/hellaswag/master/data/hellaswag_val.jsonl": {
17
+ "num_bytes": 12246618,
18
+ "checksum": "0aa3b88843990f3f10a97b9575c94d7b71fb2205240ba04ae4884d9e9c992588"
19
+ }
20
+ },
21
+ "download_size": 71494896,
22
+ "features": {
23
+ "ind": {
24
+ "dtype": "int32",
25
+ "id": null,
26
+ "_type": "Value"
27
+ },
28
+ "activity_label": {
29
+ "dtype": "string",
30
+ "id": null,
31
+ "_type": "Value"
32
+ },
33
+ "ctx_a": {
34
+ "dtype": "string",
35
+ "id": null,
36
+ "_type": "Value"
37
+ },
38
+ "ctx_b": {
39
+ "dtype": "string",
40
+ "id": null,
41
+ "_type": "Value"
42
+ },
43
+ "ctx": {
44
+ "dtype": "string",
45
+ "id": null,
46
+ "_type": "Value"
47
+ },
48
+ "endings": {
49
+ "feature": {
50
+ "dtype": "string",
51
+ "id": null,
52
+ "_type": "Value"
53
+ },
54
+ "length": -1,
55
+ "id": null,
56
+ "_type": "Sequence"
57
+ },
58
+ "source_id": {
59
+ "dtype": "string",
60
+ "id": null,
61
+ "_type": "Value"
62
+ },
63
+ "split": {
64
+ "dtype": "string",
65
+ "id": null,
66
+ "_type": "Value"
67
+ },
68
+ "split_type": {
69
+ "dtype": "string",
70
+ "id": null,
71
+ "_type": "Value"
72
+ },
73
+ "label": {
74
+ "dtype": "string",
75
+ "id": null,
76
+ "_type": "Value"
77
+ }
78
+ },
79
+ "homepage": "https://rowanzellers.com/hellaswag/",
80
+ "license": "",
81
+ "post_processed": null,
82
+ "post_processing_size": null,
83
+ "size_in_bytes": 136695090,
84
+ "splits": {
85
+ "train": {
86
+ "name": "train",
87
+ "num_bytes": 43232624,
88
+ "num_examples": 39905,
89
+ "dataset_name": "hellaswag"
90
+ },
91
+ "test": {
92
+ "name": "test",
93
+ "num_bytes": 10791853,
94
+ "num_examples": 10003,
95
+ "dataset_name": "hellaswag"
96
+ },
97
+ "validation": {
98
+ "name": "validation",
99
+ "num_bytes": 11175717,
100
+ "num_examples": 10042,
101
+ "dataset_name": "hellaswag"
102
+ }
103
+ },
104
+ "supervised_keys": null,
105
+ "task_templates": null,
106
+ "version": {
107
+ "version_str": "0.1.0",
108
+ "description": null,
109
+ "major": 0,
110
+ "minor": 1,
111
+ "patch": 0
112
+ }
113
+ }
train/state.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "c69128f059fbf02b",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_indexes": {},
12
+ "_output_all_columns": false,
13
+ "_split": "train"
14
+ }
validation/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2acaf190c0df0c68605d206f43a5c6dbd0e1ad38cb6e51d62ff8e48e2abbeac9
3
+ size 11178824
validation/dataset_info.json ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "hellaswag",
3
+ "citation": "@inproceedings{zellers2019hellaswag,\n title={HellaSwag: Can a Machine Really Finish Your Sentence?},\n author={Zellers, Rowan and Holtzman, Ari and Bisk, Yonatan and Farhadi, Ali and Choi, Yejin},\n booktitle ={Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics},\n year={2019}\n}\n",
4
+ "config_name": "default",
5
+ "dataset_size": 65200194,
6
+ "description": "\nHellaSwag: Can a Machine Really Finish Your Sentence? is a new dataset for commonsense NLI. A paper was published at ACL2019.\n",
7
+ "download_checksums": {
8
+ "https://raw.githubusercontent.com/rowanz/hellaswag/master/data/hellaswag_train.jsonl": {
9
+ "num_bytes": 47496131,
10
+ "checksum": "dae5e69249868cb9fe4e23ff925c60b66169564cfb7072d793cd7356a2b69f8d"
11
+ },
12
+ "https://raw.githubusercontent.com/rowanz/hellaswag/master/data/hellaswag_test.jsonl": {
13
+ "num_bytes": 11752147,
14
+ "checksum": "da082b00543e422b8d25394614d102944586986def4de5cd1bd36d86bcb76261"
15
+ },
16
+ "https://raw.githubusercontent.com/rowanz/hellaswag/master/data/hellaswag_val.jsonl": {
17
+ "num_bytes": 12246618,
18
+ "checksum": "0aa3b88843990f3f10a97b9575c94d7b71fb2205240ba04ae4884d9e9c992588"
19
+ }
20
+ },
21
+ "download_size": 71494896,
22
+ "features": {
23
+ "ind": {
24
+ "dtype": "int32",
25
+ "id": null,
26
+ "_type": "Value"
27
+ },
28
+ "activity_label": {
29
+ "dtype": "string",
30
+ "id": null,
31
+ "_type": "Value"
32
+ },
33
+ "ctx_a": {
34
+ "dtype": "string",
35
+ "id": null,
36
+ "_type": "Value"
37
+ },
38
+ "ctx_b": {
39
+ "dtype": "string",
40
+ "id": null,
41
+ "_type": "Value"
42
+ },
43
+ "ctx": {
44
+ "dtype": "string",
45
+ "id": null,
46
+ "_type": "Value"
47
+ },
48
+ "endings": {
49
+ "feature": {
50
+ "dtype": "string",
51
+ "id": null,
52
+ "_type": "Value"
53
+ },
54
+ "length": -1,
55
+ "id": null,
56
+ "_type": "Sequence"
57
+ },
58
+ "source_id": {
59
+ "dtype": "string",
60
+ "id": null,
61
+ "_type": "Value"
62
+ },
63
+ "split": {
64
+ "dtype": "string",
65
+ "id": null,
66
+ "_type": "Value"
67
+ },
68
+ "split_type": {
69
+ "dtype": "string",
70
+ "id": null,
71
+ "_type": "Value"
72
+ },
73
+ "label": {
74
+ "dtype": "string",
75
+ "id": null,
76
+ "_type": "Value"
77
+ }
78
+ },
79
+ "homepage": "https://rowanzellers.com/hellaswag/",
80
+ "license": "",
81
+ "post_processed": null,
82
+ "post_processing_size": null,
83
+ "size_in_bytes": 136695090,
84
+ "splits": {
85
+ "train": {
86
+ "name": "train",
87
+ "num_bytes": 43232624,
88
+ "num_examples": 39905,
89
+ "dataset_name": "hellaswag"
90
+ },
91
+ "test": {
92
+ "name": "test",
93
+ "num_bytes": 10791853,
94
+ "num_examples": 10003,
95
+ "dataset_name": "hellaswag"
96
+ },
97
+ "validation": {
98
+ "name": "validation",
99
+ "num_bytes": 11175717,
100
+ "num_examples": 10042,
101
+ "dataset_name": "hellaswag"
102
+ }
103
+ },
104
+ "supervised_keys": null,
105
+ "task_templates": null,
106
+ "version": {
107
+ "version_str": "0.1.0",
108
+ "description": null,
109
+ "major": 0,
110
+ "minor": 1,
111
+ "patch": 0
112
+ }
113
+ }
validation/state.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "9042f0834e9b2f00",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_indexes": {},
12
+ "_output_all_columns": false,
13
+ "_split": "validation"
14
+ }