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
@@ -1,4 +1,11 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
dataset_info:
|
3 |
- config_name: default
|
4 |
features:
|
@@ -10,36 +17,36 @@ dataset_info:
|
|
10 |
sequence:
|
11 |
class_label:
|
12 |
names:
|
13 |
-
'0':
|
14 |
-
'1':
|
15 |
-
'2':
|
16 |
'3': Other
|
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: 7938
|
35 |
- name: validation
|
36 |
-
num_bytes:
|
37 |
num_examples: 992
|
38 |
- name: test
|
39 |
-
num_bytes:
|
40 |
num_examples: 993
|
41 |
-
download_size:
|
42 |
-
dataset_size:
|
43 |
- config_name: original-genres
|
44 |
features:
|
45 |
- name: Book
|
@@ -686,17 +693,10 @@ configs:
|
|
686 |
data_files:
|
687 |
- split: train
|
688 |
path: original-genres/train-*
|
689 |
-
license: apache-2.0
|
690 |
-
task_categories:
|
691 |
-
- text-classification
|
692 |
-
language:
|
693 |
-
- en
|
694 |
tags:
|
695 |
- book
|
696 |
- genre
|
697 |
- goodreads
|
698 |
-
size_categories:
|
699 |
-
- 1K<n<10K
|
700 |
---
|
701 |
# Dataset Card for "goodreads-bookgenres"
|
702 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: apache-2.0
|
5 |
+
size_categories:
|
6 |
+
- 1K<n<10K
|
7 |
+
task_categories:
|
8 |
+
- text-classification
|
9 |
dataset_info:
|
10 |
- config_name: default
|
11 |
features:
|
|
|
17 |
sequence:
|
18 |
class_label:
|
19 |
names:
|
20 |
+
'0': Non-Fiction
|
21 |
+
'1': Nature & Environment
|
22 |
+
'2': History & Politics
|
23 |
'3': Other
|
24 |
+
'4': Science Fiction & Fantasy
|
25 |
+
'5': Philosophy & Religion
|
26 |
+
'6': Arts & Design
|
27 |
+
'7': Romance
|
28 |
+
'8': Literature & Fiction
|
29 |
+
'9': Food & Cooking
|
30 |
+
'10': Business & Finance
|
31 |
+
'11': Mystery & Thriller
|
32 |
+
'12': Countries & Geography
|
33 |
+
'13': Sports & Recreation
|
34 |
+
'14': Health & Medicine
|
35 |
+
'15': Children & Young Adult
|
36 |
+
'16': Self-Help & Wellness
|
37 |
+
'17': Science & Technology
|
38 |
splits:
|
39 |
- name: train
|
40 |
+
num_bytes: 9085781.362692734
|
41 |
num_examples: 7938
|
42 |
- name: validation
|
43 |
+
num_bytes: 1135436.5220195504
|
44 |
num_examples: 992
|
45 |
- name: test
|
46 |
+
num_bytes: 1136581.1152877153
|
47 |
num_examples: 993
|
48 |
+
download_size: 6803615
|
49 |
+
dataset_size: 11357799.0
|
50 |
- config_name: original-genres
|
51 |
features:
|
52 |
- name: Book
|
|
|
693 |
data_files:
|
694 |
- split: train
|
695 |
path: original-genres/train-*
|
|
|
|
|
|
|
|
|
|
|
696 |
tags:
|
697 |
- book
|
698 |
- genre
|
699 |
- goodreads
|
|
|
|
|
700 |
---
|
701 |
# Dataset Card for "goodreads-bookgenres"
|
702 |
|