Wiebke commited on
Commit
1638102
1 Parent(s): dae1b53

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: rewire_id
5
+ dtype: string
6
+ - name: text
7
+ dtype: string
8
+ - name: label
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': not sexist
13
+ '1': sexist
14
+ - name: label_category
15
+ dtype: string
16
+ - name: label_vector
17
+ dtype: string
18
+ splits:
19
+ - name: train
20
+ num_bytes: 2470446.0
21
+ num_examples: 12600
22
+ - name: test
23
+ num_bytes: 274494.0
24
+ num_examples: 1400
25
+ download_size: 1475013
26
+ dataset_size: 2744940.0
27
+ ---
28
+ # Dataset Card for "SemEvalTask10_train_all_tasks"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)