Zaid commited on
Commit
ad91619
1 Parent(s): be0cdba

Upload dataset

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