Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
Zaid commited on
Commit
ff3d55a
·
verified ·
1 Parent(s): 179c43d

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: articles
5
+ dtype: string
6
+ - name: label
7
+ dtype: int64
8
+ splits:
9
+ - name: train
10
+ num_bytes: 25341201
11
+ num_examples: 5070
12
+ download_size: 11449988
13
+ dataset_size: 25341201
14
+ configs:
15
+ - config_name: default
16
+ data_files:
17
+ - split: train
18
+ path: data/train-*
19
+ ---
data/{train-00000-of-00001-50f6272506f13577.parquet → train-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1c690f6387c5e6f354a3e0774e8a26260cf9da7f0f40b5ccc55233867414fa85
3
- size 11416701
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed32d71ca022cb2239814070480bbca5ee7aa2ab26a884e480cd32181daf5c2c
3
+ size 11449988
dataset_infos.json CHANGED
@@ -1 +1,89 @@
1
- {"arbml--OSAC_CNN": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"articles": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 6, "names": ["scitech", "entertainment", "sport", "business", "middle_east", "world"], "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "osac_cnn", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 25341201, "num_examples": 5070, "dataset_name": "OSAC_CNN"}}, "download_checksums": null, "download_size": 11416701, "post_processing_size": null, "dataset_size": 25341201, "size_in_bytes": 36757902}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "arbml--OSAC_CNN": {
3
+ "description": "",
4
+ "citation": "",
5
+ "homepage": "",
6
+ "license": "",
7
+ "features": {
8
+ "articles": {
9
+ "dtype": "string",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ "label": {
14
+ "num_classes": 6,
15
+ "names": [
16
+ "scitech",
17
+ "entertainment",
18
+ "sport",
19
+ "business",
20
+ "middle_east",
21
+ "world"
22
+ ],
23
+ "id": null,
24
+ "_type": "ClassLabel"
25
+ }
26
+ },
27
+ "post_processed": null,
28
+ "supervised_keys": null,
29
+ "task_templates": null,
30
+ "builder_name": "osac_cnn",
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": 25341201,
43
+ "num_examples": 5070,
44
+ "dataset_name": "OSAC_CNN"
45
+ }
46
+ },
47
+ "download_checksums": null,
48
+ "download_size": 11416701,
49
+ "post_processing_size": null,
50
+ "dataset_size": 25341201,
51
+ "size_in_bytes": 36757902
52
+ },
53
+ "default": {
54
+ "description": "",
55
+ "citation": "",
56
+ "homepage": "",
57
+ "license": "",
58
+ "features": {
59
+ "articles": {
60
+ "dtype": "string",
61
+ "_type": "Value"
62
+ },
63
+ "label": {
64
+ "dtype": "int64",
65
+ "_type": "Value"
66
+ }
67
+ },
68
+ "builder_name": "parquet",
69
+ "dataset_name": "osac_cnn",
70
+ "config_name": "default",
71
+ "version": {
72
+ "version_str": "0.0.0",
73
+ "major": 0,
74
+ "minor": 0,
75
+ "patch": 0
76
+ },
77
+ "splits": {
78
+ "train": {
79
+ "name": "train",
80
+ "num_bytes": 25341201,
81
+ "num_examples": 5070,
82
+ "dataset_name": null
83
+ }
84
+ },
85
+ "download_size": 11449988,
86
+ "dataset_size": 25341201,
87
+ "size_in_bytes": 36791189
88
+ }
89
+ }