Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
Zaid commited on
Commit
5405309
1 Parent(s): 8488806

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: s1
5
+ dtype: string
6
+ - name: s2
7
+ dtype: string
8
+ - name: label
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': disagree
13
+ '1': agree
14
+ '2': other
15
+ splits:
16
+ - name: train
17
+ num_bytes: 511114
18
+ num_examples: 2652
19
+ - name: validation
20
+ num_bytes: 147938
21
+ num_examples: 755
22
+ - name: test
23
+ num_bytes: 73544
24
+ num_examples: 379
25
+ download_size: 340127
26
+ dataset_size: 732596
27
+ configs:
28
+ - config_name: default
29
+ data_files:
30
+ - split: train
31
+ path: data/train-*
32
+ - split: validation
33
+ path: data/validation-*
34
+ - split: test
35
+ path: data/test-*
36
+ ---
data/{test-00000-of-00001-1d0be597256e3865.parquet → test-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:39dcc41af579ac3af4483e44245e38668f5261be1a4c81f3987eaa7e356182e6
3
- size 30394
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b75d853f0f17f96f686f258fbbb0cff85b6abfe67e64c0e4354e8595bfbe2883
3
+ size 30933
data/{train-00000-of-00001-f2271a6aa929a79e.parquet → train-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2557a03e8e6c9a96a95bc2587343e3967da71431ab088d731dfec022d0b8a16f
3
- size 202968
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9954b95fb41240e6619abf3fa93bfc0eeeb8e6816f311800f085f774db53c8c5
3
+ size 248742
data/{validation-00000-of-00001-571419fb5af51cec.parquet → validation-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5c549e4f48fc9da0fabc2c51fa50d67ef34ceadf5637eee6ff27fc880faa8a4b
3
- size 59913
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4867fce4997c713e347132760f4a857c7144a0bec4b999fee6f6d94f30edb68d
3
+ size 60452
dataset_infos.json CHANGED
@@ -1 +1,123 @@
1
- {"arbml--ANS_stance": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"s1": {"dtype": "string", "id": null, "_type": "Value"}, "s2": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 3, "names": ["disagree", "agree", "other"], "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "ans_stance", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"validation": {"name": "validation", "num_bytes": 147938, "num_examples": 755, "dataset_name": "ANS_stance"}, "test": {"name": "test", "num_bytes": 73544, "num_examples": 379, "dataset_name": "ANS_stance"}, "train": {"name": "train", "num_bytes": 511114, "num_examples": 2652, "dataset_name": "ANS_stance"}}, "download_checksums": null, "download_size": 293275, "post_processing_size": null, "dataset_size": 732596, "size_in_bytes": 1025871}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "arbml--ANS_stance": {
3
+ "description": "",
4
+ "citation": "",
5
+ "homepage": "",
6
+ "license": "",
7
+ "features": {
8
+ "s1": {
9
+ "dtype": "string",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ "s2": {
14
+ "dtype": "string",
15
+ "id": null,
16
+ "_type": "Value"
17
+ },
18
+ "label": {
19
+ "num_classes": 3,
20
+ "names": [
21
+ "disagree",
22
+ "agree",
23
+ "other"
24
+ ],
25
+ "id": null,
26
+ "_type": "ClassLabel"
27
+ }
28
+ },
29
+ "post_processed": null,
30
+ "supervised_keys": null,
31
+ "task_templates": null,
32
+ "builder_name": "ans_stance",
33
+ "config_name": "default",
34
+ "version": {
35
+ "version_str": "0.0.0",
36
+ "description": null,
37
+ "major": 0,
38
+ "minor": 0,
39
+ "patch": 0
40
+ },
41
+ "splits": {
42
+ "validation": {
43
+ "name": "validation",
44
+ "num_bytes": 147938,
45
+ "num_examples": 755,
46
+ "dataset_name": "ANS_stance"
47
+ },
48
+ "test": {
49
+ "name": "test",
50
+ "num_bytes": 73544,
51
+ "num_examples": 379,
52
+ "dataset_name": "ANS_stance"
53
+ },
54
+ "train": {
55
+ "name": "train",
56
+ "num_bytes": 511114,
57
+ "num_examples": 2652,
58
+ "dataset_name": "ANS_stance"
59
+ }
60
+ },
61
+ "download_checksums": null,
62
+ "download_size": 293275,
63
+ "post_processing_size": null,
64
+ "dataset_size": 732596,
65
+ "size_in_bytes": 1025871
66
+ },
67
+ "default": {
68
+ "description": "",
69
+ "citation": "",
70
+ "homepage": "",
71
+ "license": "",
72
+ "features": {
73
+ "s1": {
74
+ "dtype": "string",
75
+ "_type": "Value"
76
+ },
77
+ "s2": {
78
+ "dtype": "string",
79
+ "_type": "Value"
80
+ },
81
+ "label": {
82
+ "names": [
83
+ "disagree",
84
+ "agree",
85
+ "other"
86
+ ],
87
+ "_type": "ClassLabel"
88
+ }
89
+ },
90
+ "builder_name": "parquet",
91
+ "dataset_name": "ans_stance",
92
+ "config_name": "default",
93
+ "version": {
94
+ "version_str": "0.0.0",
95
+ "major": 0,
96
+ "minor": 0,
97
+ "patch": 0
98
+ },
99
+ "splits": {
100
+ "train": {
101
+ "name": "train",
102
+ "num_bytes": 511114,
103
+ "num_examples": 2652,
104
+ "dataset_name": null
105
+ },
106
+ "validation": {
107
+ "name": "validation",
108
+ "num_bytes": 147938,
109
+ "num_examples": 755,
110
+ "dataset_name": null
111
+ },
112
+ "test": {
113
+ "name": "test",
114
+ "num_bytes": 73544,
115
+ "num_examples": 379,
116
+ "dataset_name": null
117
+ }
118
+ },
119
+ "download_size": 340127,
120
+ "dataset_size": 732596,
121
+ "size_in_bytes": 1072723
122
+ }
123
+ }