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
@@ -47,6 +47,46 @@ dataset_info:
|
|
47 |
num_examples: 990
|
48 |
download_size: 6784892
|
49 |
dataset_size: 11320699.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
- config_name: original-genres
|
51 |
features:
|
52 |
- name: Book
|
@@ -689,6 +729,14 @@ configs:
|
|
689 |
path: data/validation-*
|
690 |
- split: test
|
691 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
692 |
- config_name: original-genres
|
693 |
data_files:
|
694 |
- split: train
|
|
|
47 |
num_examples: 990
|
48 |
download_size: 6784892
|
49 |
dataset_size: 11320699.0
|
50 |
+
- config_name: initial-aggregated-genres
|
51 |
+
features:
|
52 |
+
- name: Book
|
53 |
+
dtype: string
|
54 |
+
- name: Description
|
55 |
+
dtype: string
|
56 |
+
- name: Genres
|
57 |
+
sequence:
|
58 |
+
class_label:
|
59 |
+
names:
|
60 |
+
'0': History & Politics
|
61 |
+
'1': Health & Medicine
|
62 |
+
'2': Mystery & Thriller
|
63 |
+
'3': Arts & Design
|
64 |
+
'4': Self-Help & Wellness
|
65 |
+
'5': Sports & Recreation
|
66 |
+
'6': Non-Fiction
|
67 |
+
'7': Science Fiction & Fantasy
|
68 |
+
'8': Countries & Geography
|
69 |
+
'9': Other
|
70 |
+
'10': Nature & Environment
|
71 |
+
'11': Business & Finance
|
72 |
+
'12': Romance
|
73 |
+
'13': Philosophy & Religion
|
74 |
+
'14': Literature & Fiction
|
75 |
+
'15': Science & Technology
|
76 |
+
'16': Children & Young Adult
|
77 |
+
'17': Food & Cooking
|
78 |
+
splits:
|
79 |
+
- name: train
|
80 |
+
num_bytes: 9082425
|
81 |
+
num_examples: 7914
|
82 |
+
- name: validation
|
83 |
+
num_bytes: 1113236
|
84 |
+
num_examples: 989
|
85 |
+
- name: test
|
86 |
+
num_bytes: 1125038
|
87 |
+
num_examples: 990
|
88 |
+
download_size: 6784892
|
89 |
+
dataset_size: 11320699
|
90 |
- config_name: original-genres
|
91 |
features:
|
92 |
- name: Book
|
|
|
729 |
path: data/validation-*
|
730 |
- split: test
|
731 |
path: data/test-*
|
732 |
+
- config_name: initial-aggregated-genres
|
733 |
+
data_files:
|
734 |
+
- split: train
|
735 |
+
path: initial-aggregated-genres/train-*
|
736 |
+
- split: validation
|
737 |
+
path: initial-aggregated-genres/validation-*
|
738 |
+
- split: test
|
739 |
+
path: initial-aggregated-genres/test-*
|
740 |
- config_name: original-genres
|
741 |
data_files:
|
742 |
- split: train
|