Update README.md
Browse files
README.md
CHANGED
@@ -1,29 +1,48 @@
|
|
1 |
-
---
|
2 |
-
language:
|
3 |
-
- fr
|
4 |
-
license: apache-2.0
|
5 |
-
task_categories:
|
6 |
-
- text-generation
|
7 |
-
- text-classification
|
8 |
-
dataset_info:
|
9 |
-
features:
|
10 |
-
- name: author
|
11 |
-
dtype: string
|
12 |
-
- name: title
|
13 |
-
dtype: string
|
14 |
-
- name: content
|
15 |
-
dtype: string
|
16 |
-
- name: category
|
17 |
-
sequence: string
|
18 |
-
splits:
|
19 |
-
- name: train
|
20 |
-
num_bytes: 190159023
|
21 |
-
num_examples: 473
|
22 |
-
download_size: 116449985
|
23 |
-
dataset_size: 190159023
|
24 |
-
configs:
|
25 |
-
- config_name: default
|
26 |
-
data_files:
|
27 |
-
- split: train
|
28 |
-
path: data/train-*
|
29 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- fr
|
4 |
+
license: apache-2.0
|
5 |
+
task_categories:
|
6 |
+
- text-generation
|
7 |
+
- text-classification
|
8 |
+
dataset_info:
|
9 |
+
features:
|
10 |
+
- name: author
|
11 |
+
dtype: string
|
12 |
+
- name: title
|
13 |
+
dtype: string
|
14 |
+
- name: content
|
15 |
+
dtype: string
|
16 |
+
- name: category
|
17 |
+
sequence: string
|
18 |
+
splits:
|
19 |
+
- name: train
|
20 |
+
num_bytes: 190159023
|
21 |
+
num_examples: 473
|
22 |
+
download_size: 116449985
|
23 |
+
dataset_size: 190159023
|
24 |
+
configs:
|
25 |
+
- config_name: default
|
26 |
+
data_files:
|
27 |
+
- split: train
|
28 |
+
path: data/train-*
|
29 |
+
---
|
30 |
+
|
31 |
+
# Gutenberg French Book Dataset
|
32 |
+
|
33 |
+
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.
|
34 |
+
|
35 |
+
## Dataset Details
|
36 |
+
|
37 |
+
### Dataset Description
|
38 |
+
|
39 |
+
The dataset contains this fields :
|
40 |
+
- `author`: author of the book
|
41 |
+
- `title`: title of the book
|
42 |
+
- `content`: book content in utf-8 encoding
|
43 |
+
- `category`: list of book categories from Gutenberg Project
|
44 |
+
- **Language(s) (NLP):** French
|
45 |
+
- **License:** Apache-2.0
|
46 |
+
|
47 |
+
### Dataset Source
|
48 |
+
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.
|