Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -10,30 +10,36 @@ dataset_info:
|
|
10 |
sequence:
|
11 |
class_label:
|
12 |
names:
|
13 |
-
'0':
|
14 |
-
'1':
|
15 |
-
'2':
|
16 |
-
'3':
|
17 |
-
'4':
|
18 |
-
'5':
|
19 |
-
'6':
|
20 |
-
'7':
|
21 |
-
'8':
|
22 |
-
'9':
|
23 |
-
'10':
|
24 |
-
'11':
|
25 |
-
'12':
|
26 |
-
'13':
|
27 |
-
'14':
|
28 |
-
'15':
|
29 |
-
'16':
|
30 |
-
'17':
|
31 |
splits:
|
32 |
- name: train
|
33 |
-
num_bytes:
|
34 |
-
num_examples:
|
35 |
-
|
36 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
- config_name: original-genres
|
38 |
features:
|
39 |
- name: Book
|
@@ -672,6 +678,10 @@ configs:
|
|
672 |
data_files:
|
673 |
- split: train
|
674 |
path: data/train-*
|
|
|
|
|
|
|
|
|
675 |
- config_name: original-genres
|
676 |
data_files:
|
677 |
- split: train
|
|
|
10 |
sequence:
|
11 |
class_label:
|
12 |
names:
|
13 |
+
'0': Self-Help & Wellness
|
14 |
+
'1': Non-Fiction
|
15 |
+
'2': Health & Medicine
|
16 |
+
'3': Other
|
17 |
+
'4': Philosophy & Religion
|
18 |
+
'5': Science & Technology
|
19 |
+
'6': Countries & Geography
|
20 |
+
'7': Sports & Recreation
|
21 |
+
'8': History & Politics
|
22 |
+
'9': Children & Young Adult
|
23 |
+
'10': Literature & Fiction
|
24 |
+
'11': Science Fiction & Fantasy
|
25 |
+
'12': Nature & Environment
|
26 |
+
'13': Arts & Design
|
27 |
+
'14': Romance
|
28 |
+
'15': Business & Finance
|
29 |
+
'16': Food & Cooking
|
30 |
+
'17': Mystery & Thriller
|
31 |
splits:
|
32 |
- name: train
|
33 |
+
num_bytes: 9186165.104303135
|
34 |
+
num_examples: 7938
|
35 |
+
- name: validation
|
36 |
+
num_bytes: 1147981.3282273505
|
37 |
+
num_examples: 992
|
38 |
+
- name: test
|
39 |
+
num_bytes: 1149138.5674695154
|
40 |
+
num_examples: 993
|
41 |
+
download_size: 6881783
|
42 |
+
dataset_size: 11483285.0
|
43 |
- config_name: original-genres
|
44 |
features:
|
45 |
- name: Book
|
|
|
678 |
data_files:
|
679 |
- split: train
|
680 |
path: data/train-*
|
681 |
+
- split: validation
|
682 |
+
path: data/validation-*
|
683 |
+
- split: test
|
684 |
+
path: data/test-*
|
685 |
- config_name: original-genres
|
686 |
data_files:
|
687 |
- split: train
|