KaraKaraWitch
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- no-annotation
|
4 |
+
language_creators:
|
5 |
+
- crowdsourced
|
6 |
+
task_categories:
|
7 |
+
- text-generation
|
8 |
+
- fill-mask
|
9 |
+
task_ids:
|
10 |
+
- language-modeling
|
11 |
+
- masked-language-modeling
|
12 |
+
source_datasets:
|
13 |
+
- original
|
14 |
+
language:
|
15 |
+
- en
|
16 |
+
pretty_name: Lecture Gratuits
|
17 |
+
---
|
18 |
+
|
19 |
+
# Dataset Card for LectureGratuits
|
20 |
+
|
21 |
+
![](Recursalberg.png "Clara makes her return. See recursal/Recursalberg for her description!")
|
22 |
+
|
23 |
+
*Waifu to catch your attention.*
|
24 |
+
|
25 |
+
## Dataset Details
|
26 |
+
|
27 |
+
### Dataset Description
|
28 |
+
|
29 |
+
*LectureGratuits* is a cleaned dataset of [*Ebooks Gratuits*](https://www.ebooksgratuits.com/) books. We downloaded all the publicly available ebooks books at the time and processed them.
|
30 |
+
Filtering to a total amount of tokens of **~X.YYB** (llama-2-7b-chat-tokenizer) / **~X.YYB** (RWKV Tokenizer) from primarily English language.
|
31 |
+
|
32 |
+
- **Curated by:** Darok
|
33 |
+
- **Funded by [optional]:** Recursal.ai
|
34 |
+
- **Shared by [optional]:** KaraKaraWitch
|
35 |
+
- **Language(s) (NLP):** English
|
36 |
+
- **License:** Public domain? (TBC)
|
37 |
+
|
38 |
+
### Dataset Sources [optional]
|
39 |
+
|
40 |
+
- **Source Data:** [ebooksgratuits.com](https://www.ebooksgratuits.com) (rclone download)
|
41 |
+
|
42 |
+
### Processing
|
43 |
+
|
44 |
+
KaraKaraWitch doesn't have specifics on how it's processed. We have postiluated the following workflow / processing:
|
45 |
+
|
46 |
+
0. Get the higher ID
|
47 |
+
1. Enumerate and download all the epub files: `https://www.ebooksgratuits.com/newsendbook.php?id=<ID>&format=epub`
|
48 |
+
2. Put them in a folder called `books`
|
49 |
+
3. extract content to each json file in `output` folder. (See filtering steps in `extract-text.py`)
|
50 |
+
4. Combine into a single file.
|
51 |
+
|
52 |
+
### Data Keys
|
53 |
+
|
54 |
+
```
|
55 |
+
text (str): The book's text. Converted to markdown.
|
56 |
+
meta (dict): A dictionary of metadata with the following keys:
|
57 |
+
- title
|
58 |
+
- author
|
59 |
+
- publisher
|
60 |
+
```
|
61 |
+
|
62 |
+
### Dataset Curators
|
63 |
+
|
64 |
+
This dataset was mainly Darok's work. I (KaraKaraWitch) only assisted them with questions and the writing of the dataset card.
|
65 |
+
|
66 |
+
### Licensing Information
|
67 |
+
|
68 |
+
Public domain? (TBC)
|
69 |
+
|
70 |
+
Recursal Waifus (The banner image) are licensed under CC-BY-SA.
|
71 |
+
They do not represent the related websites in any official capacity unless otherwise or announced by the website.
|
72 |
+
You may use them as a banner image. However, you must always link back to the dataset.
|
73 |
+
|
74 |
+
### Citation Information
|
75 |
+
|
76 |
+
```
|
77 |
+
@ONLINE{lecturegratuits,
|
78 |
+
title = {LectureGratuits},
|
79 |
+
author = {Darok, KaraKaraWitch, recursal.ai},
|
80 |
+
year = {2024},
|
81 |
+
howpublished = {\url{https://huggingface.co/datasets/recursal/LectureGratuits}},
|
82 |
+
}
|
83 |
+
```
|