Datasets:
| license: mit | |
| language: | |
| - en | |
| tags: | |
| - names | |
| - character-level | |
| - language-modeling | |
| pretty_name: makemore names | |
| # makemore-names | |
| A list of 32,032 common first names, one per line. | |
| ## Credit | |
| This dataset is sourced directly from [Andrej Karpathy](https://github.com/karpathy)'s | |
| [**makemore**](https://github.com/karpathy/makemore) repository | |
| ([`names.txt`](https://github.com/karpathy/makemore/blob/master/names.txt)). | |
| All credit goes to Andrej Karpathy. This is a re-upload for convenient access on the | |
| Hugging Face Hub; please refer to the original repository for context and license. | |
| ## Usage | |
| ```python | |
| from huggingface_hub import hf_hub_download | |
| path = hf_hub_download("zyan1de/makemore-names", "names.txt", repo_type="dataset") | |
| ``` | |