Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
Zaid commited on
Commit
54be01d
·
verified ·
1 Parent(s): 6a98169

Upload dataset

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