gender-by-name / README.md
erickrribeiro's picture
Upload README.md with huggingface_hub
ad8e9e1
|
raw
history blame
738 Bytes
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
dataset_info:
features:
- name: Name
dtype: string
- name: Gender
dtype:
class_label:
names:
'0': F
'1': M
- name: Count
dtype: int64
- name: Probability
dtype: float64
splits:
- name: train
num_bytes: 4090843.4554794286
num_examples: 117815
- name: test
num_bytes: 1022719.5445205712
num_examples: 29454
download_size: 2497614
dataset_size: 5113563.0
---
# Dataset Card for "gender-by-name"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)