File size: 955 Bytes
062b3e9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
539c849
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
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.