makemore-names / README.md
zyan1de's picture
Upload README.md with huggingface_hub
e0eece0 verified
metadata
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's makemore repository (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

from huggingface_hub import hf_hub_download
path = hf_hub_download("zyan1de/makemore-names", "names.txt", repo_type="dataset")