Update README.md
Browse files
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 |
+
- de
|
9 |
+
tags:
|
10 |
+
- rag
|
11 |
---
|
12 |
+
# Dataset Card for gutenberg-txt-fr
|
13 |
+
|
14 |
+
93 deutch 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. :)
|