cabusar commited on
Commit
3f4ed49
1 Parent(s): 286d6fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -1,3 +1,26 @@
1
  ---
2
  license: unknown
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: unknown
3
+ task_categories:
4
+ - text-classification
5
+ - question-answering
6
+ - text2text-generation
7
+ language:
8
+ - fr
9
+ tags:
10
+ - rag
11
  ---
12
+ # Dataset Card for Dataset Name
13
+
14
+ 218 french books, txt file format, from Gutenberg project.
15
+
16
+ ### Dataset Sources
17
+
18
+ - **Gutemberg project** : https://www.gutenberg.org
19
+
20
+ ## Uses
21
+
22
+ Could be used for RAG, datas are not labeled.
23
+
24
+ ## Why ?
25
+
26
+ I needed a dataset of txt files to test RAG pipelines, didn't find one suitable, created this one, shared it. :)