pszemraj commited on
Commit
a682cfa
1 Parent(s): 362a521

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md CHANGED
@@ -700,4 +700,35 @@ size_categories:
700
  ---
701
  # Dataset Card for "goodreads-bookgenres"
702
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
703
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
700
  ---
701
  # Dataset Card for "goodreads-bookgenres"
702
 
703
+
704
+ multiclass multilabel is the most fun :)
705
+
706
+
707
+ ### labels
708
+
709
+ ```yml
710
+ - name: Genres
711
+ sequence:
712
+ class_label:
713
+ names:
714
+ '0': Self-Help & Wellness
715
+ '1': Non-Fiction
716
+ '2': Health & Medicine
717
+ '3': Other
718
+ '4': Philosophy & Religion
719
+ '5': Science & Technology
720
+ '6': Countries & Geography
721
+ '7': Sports & Recreation
722
+ '8': History & Politics
723
+ '9': Children & Young Adult
724
+ '10': Literature & Fiction
725
+ '11': Science Fiction & Fantasy
726
+ '12': Nature & Environment
727
+ '13': Arts & Design
728
+ '14': Romance
729
+ '15': Business & Finance
730
+ '16': Food & Cooking
731
+ '17': Mystery & Thriller
732
+ ```
733
+
734
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)