--- dataset_info: features: - name: meta struct: - name: publication_date dtype: int64 - name: short_book_title dtype: string - name: url dtype: string - name: text dtype: string splits: - name: train num_bytes: 10580548205.687407 num_examples: 26372 download_size: 6635583644 dataset_size: 10580548205.687407 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "rp_books-en" The `default` config: ```python Dataset({ features: ['meta', 'text'], num_rows: 26372 }) ```