french_gutenberg / README.md
rayml's picture
Update README.md
03fac95 verified
metadata
language:
  - fr
license: apache-2.0
task_categories:
  - text-generation
  - text-classification
dataset_info:
  features:
    - name: author
      dtype: string
    - name: title
      dtype: string
    - name: content
      dtype: string
    - name: category
      sequence: string
  splits:
    - name: train
      num_bytes: 190159023
      num_examples: 473
  download_size: 116449985
  dataset_size: 190159023
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

Gutenberg French Book Dataset

This dataset contains french books from Gutenberg's project collection with their related book categories. It’s designed for training AI models, research, or any other purpose related to natural language processing.

Dataset Details

Dataset Description

The dataset contains this fields :

  • author: author of the book
  • title: title of the book
  • content: book content in utf-8 encoding
  • category: list of book categories from Gutenberg Project
  • Language(s) (NLP): French
  • License: Apache-2.0

Dataset Source

The books in this dataset are sourced from Project Gutenberg, a digital library offering a vast collection of free eBooks. Project Gutenberg focuses on works that are in the public domain, which means they are no longer under copyright protection. As a result, you can freely use, distribute, and analyze these texts without any legal restrictions.