Zaid commited on
Commit
212e12d
1 Parent(s): 033db56

Upload dataset

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