SpiceeChat/Genre-Classifier-Country-Per-Country
Name Dataset — Gender Classifier Parquet Parquet conversion of philipperemy/name-dataset for first-name gender classification. Source Original repository: https://github.com/philipperemy/name-dataset Original archive: name_dataset.zip Original CSV format: first_name,last_name,gender,country_code Converted format: first_name,gender One Hugging Face config/subset per country code. Cleaning Rows are removed when: first_name is null, empty, or… See the full description on the dataset page: https://huggingface.co/datasets/SpiceeChat/Genre-Classifier-Country-Per-Country.
Name Dataset — Gender Classifier Parquet
Parquet conversion of philipperemy/name-dataset for first-name gender classification.
Source
- Original repository:
https://github.com/philipperemy/name-dataset - Original archive:
name_dataset.zip - Original CSV format:
first_name,last_name,gender,country_code - Converted format:
first_name,gender - One Hugging Face config/subset per country code.
Cleaning
Rows are removed when:
first_nameis null, empty, or whitespace-onlygenderis null, empty, or whitespace-only
Dataset structure
Each subset contains one split:
trainColumns:
first_name: string
gender: stringConversion summary
- Parquet compression:
zstd - Converted subsets:
105 - Failed subsets:
0 - Total kept rows:
398 257 282 - Total dropped rows:
93 398 643
Subsets
Citation
@misc{NameDataset2021,
author = {Philippe Remy},
title = {Name Dataset},
year = {2021},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/philipperemy/name-dataset}},
}Legal / privacy note
The original dataset states that each record is a real person. This converted version removes last_name and keeps only first_name and gender for classifier training.
