Datasets:

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

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: text
7
+ dtype: string
8
+ - name: label
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': Positive
13
+ '1': Negative
14
+ splits:
15
+ - name: train
16
+ num_bytes: 931681
17
+ num_examples: 2154
18
+ download_size: 478770
19
+ dataset_size: 931681
20
+ configs:
21
+ - config_name: default
22
+ data_files:
23
+ - split: train
24
+ path: data/train-*
25
+ ---
data/{train-00000-of-00001-9b3d31ecbb08b854.parquet → train-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4edf82d4053e7ccc192df0ad5c361f52521a0b2283f8eb86faa39c2e13ee9393
3
- size 472275
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66831cce862dab8b5d01f8269d6ca91d91edad242c762af2270121619ce9a276
3
+ size 478770
dataset_infos.json CHANGED
@@ -1 +1,97 @@
1
- {"arbml--ATT": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"id": {"dtype": "string", "id": null, "_type": "Value"}, "text": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 2, "names": [1.0, -1.0], "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "att", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 931681, "num_examples": 2154, "dataset_name": "ATT"}}, "download_checksums": null, "download_size": 472275, "post_processing_size": null, "dataset_size": 931681, "size_in_bytes": 1403956}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "arbml--ATT": {
3
+ "description": "",
4
+ "citation": "",
5
+ "homepage": "",
6
+ "license": "",
7
+ "features": {
8
+ "id": {
9
+ "dtype": "string",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ "text": {
14
+ "dtype": "string",
15
+ "id": null,
16
+ "_type": "Value"
17
+ },
18
+ "label": {
19
+ "num_classes": 2,
20
+ "names": [
21
+ 1.0,
22
+ -1.0
23
+ ],
24
+ "id": null,
25
+ "_type": "ClassLabel"
26
+ }
27
+ },
28
+ "post_processed": null,
29
+ "supervised_keys": null,
30
+ "task_templates": null,
31
+ "builder_name": "att",
32
+ "config_name": "default",
33
+ "version": {
34
+ "version_str": "0.0.0",
35
+ "description": null,
36
+ "major": 0,
37
+ "minor": 0,
38
+ "patch": 0
39
+ },
40
+ "splits": {
41
+ "train": {
42
+ "name": "train",
43
+ "num_bytes": 931681,
44
+ "num_examples": 2154,
45
+ "dataset_name": "ATT"
46
+ }
47
+ },
48
+ "download_checksums": null,
49
+ "download_size": 472275,
50
+ "post_processing_size": null,
51
+ "dataset_size": 931681,
52
+ "size_in_bytes": 1403956
53
+ },
54
+ "default": {
55
+ "description": "",
56
+ "citation": "",
57
+ "homepage": "",
58
+ "license": "",
59
+ "features": {
60
+ "id": {
61
+ "dtype": "string",
62
+ "_type": "Value"
63
+ },
64
+ "text": {
65
+ "dtype": "string",
66
+ "_type": "Value"
67
+ },
68
+ "label": {
69
+ "names": [
70
+ "Positive",
71
+ "Negative"
72
+ ],
73
+ "_type": "ClassLabel"
74
+ }
75
+ },
76
+ "builder_name": "parquet",
77
+ "dataset_name": "att",
78
+ "config_name": "default",
79
+ "version": {
80
+ "version_str": "0.0.0",
81
+ "major": 0,
82
+ "minor": 0,
83
+ "patch": 0
84
+ },
85
+ "splits": {
86
+ "train": {
87
+ "name": "train",
88
+ "num_bytes": 931681,
89
+ "num_examples": 2154,
90
+ "dataset_name": null
91
+ }
92
+ },
93
+ "download_size": 478770,
94
+ "dataset_size": 931681,
95
+ "size_in_bytes": 1410451
96
+ }
97
+ }