|
--- |
|
configs: |
|
- config_name: default |
|
data_files: |
|
- split: train |
|
path: data/train-* |
|
dataset_info: |
|
features: |
|
- name: 'Unnamed: 0' |
|
dtype: int64 |
|
- name: Sentences |
|
dtype: string |
|
- name: Label |
|
dtype: int64 |
|
- name: fr_sentences |
|
dtype: string |
|
splits: |
|
- name: train |
|
num_bytes: 192216 |
|
num_examples: 1137 |
|
download_size: 119626 |
|
dataset_size: 192216 |
|
--- |
|
# Dataset Card for "fr_sexism_labelled" |
|
|
|
Based on the Kaggle dataset [Sexist Workplace Statements](https://www.kaggle.com/datasets/dgrosz/sexist-workplace-statements). |
|
|
|
This dataset features more than 1100 examples of statements of workplace sexism, roughly balanced between examples of certain sexism and ambiguous or neutral cases (labeled with a “1” and “0” respectively). |
|
|
|
The original English dataset has been translated into French via machine translation with the [Helsinki-NLP/opus-mt-en-fr](https://huggingface.co/Helsinki-NLP/opus-mt-en-fr) model. |