Datasets:
Guillaume Raille
commited on
Convert README to UTF-8 encoding
Browse files
README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
# tiny-moliere
|
| 2 |
|
| 3 |
-
A dataset repo generating `tinymoliere.txt` containing
|
| 4 |
|
| 5 |
Inspired by [tinyshakespeare](https://github.com/karpathy/char-rnn/blob/master/data/tinyshakespeare/input.txt) by Andrej Karpathy, this project provides a consolidated small text corpus ideal for training and learning with small transformer models.
|
| 6 |
|
| 7 |
## What it does
|
| 8 |
|
| 9 |
-
Downloads
|
| 10 |
|
| 11 |
## Usage
|
| 12 |
|
|
|
|
| 1 |
# tiny-moliere
|
| 2 |
|
| 3 |
+
A dataset repo generating `tinymoliere.txt` containing Molière's complete work.
|
| 4 |
|
| 5 |
Inspired by [tinyshakespeare](https://github.com/karpathy/char-rnn/blob/master/data/tinyshakespeare/input.txt) by Andrej Karpathy, this project provides a consolidated small text corpus ideal for training and learning with small transformer models.
|
| 6 |
|
| 7 |
## What it does
|
| 8 |
|
| 9 |
+
Downloads Molière's complete works from public PDFs, processes them to remove headers/footers and table of contents, then outputs a single clean text file suitable for machine learning tasks.
|
| 10 |
|
| 11 |
## Usage
|
| 12 |
|