pszemraj commited on
Commit
a689489
1 Parent(s): 0277580

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md CHANGED
@@ -720,6 +720,48 @@ dataset_info:
720
  num_examples: 9923
721
  download_size: 6974335
722
  dataset_size: 59034301
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
723
  configs:
724
  - config_name: default
725
  data_files:
@@ -741,6 +783,14 @@ configs:
741
  data_files:
742
  - split: train
743
  path: original-genres/train-*
 
 
 
 
 
 
 
 
744
  tags:
745
  - book
746
  - genre
 
720
  num_examples: 9923
721
  download_size: 6974335
722
  dataset_size: 59034301
723
+ - config_name: zeroshot-labels
724
+ features:
725
+ - name: Book
726
+ dtype: string
727
+ - name: Description
728
+ dtype: string
729
+ - name: Genres
730
+ sequence:
731
+ class_label:
732
+ names:
733
+ '0': History & Politics
734
+ '1': Health & Medicine
735
+ '2': Mystery & Thriller
736
+ '3': Arts & Design
737
+ '4': Self-Help & Wellness
738
+ '5': Sports & Recreation
739
+ '6': Non-Fiction
740
+ '7': Science Fiction & Fantasy
741
+ '8': Countries & Geography
742
+ '9': Other
743
+ '10': Nature & Environment
744
+ '11': Business & Finance
745
+ '12': Romance
746
+ '13': Philosophy & Religion
747
+ '14': Literature & Fiction
748
+ '15': Science & Technology
749
+ '16': Children & Young Adult
750
+ '17': Food & Cooking
751
+ - name: predicted_genres
752
+ sequence: string
753
+ splits:
754
+ - name: train
755
+ num_bytes: 12129315
756
+ num_examples: 7914
757
+ - name: validation
758
+ num_bytes: 1494001
759
+ num_examples: 989
760
+ - name: test
761
+ num_bytes: 1506188
762
+ num_examples: 990
763
+ download_size: 6906669
764
+ dataset_size: 15129504
765
  configs:
766
  - config_name: default
767
  data_files:
 
783
  data_files:
784
  - split: train
785
  path: original-genres/train-*
786
+ - config_name: zeroshot-labels
787
+ data_files:
788
+ - split: train
789
+ path: zeroshot-labels/train-*
790
+ - split: validation
791
+ path: zeroshot-labels/validation-*
792
+ - split: test
793
+ path: zeroshot-labels/test-*
794
  tags:
795
  - book
796
  - genre