Guillaume Raille commited on
Commit
7c1a9b9
·
unverified ·
1 Parent(s): ef97bc4

Convert README to UTF-8 encoding

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,12 +1,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
 
 
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