lhoestq HF staff commited on
Commit
f0d5eb3
1 Parent(s): eedd6ac

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +34 -1
README.md CHANGED
@@ -20,6 +20,39 @@ task_ids:
20
  - multi-label-classification
21
  paperswithcode_id: korean-hatespeech-dataset
22
  pretty_name: Korean HateSpeech Dataset
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Dataset Card for [Dataset Name]
@@ -174,4 +207,4 @@ This dataset is curated by Jihyung Moon, Won Ik Cho and Junbum Lee.
174
 
175
  ### Contributions
176
 
177
- Thanks to [@stevhliu](https://github.com/stevhliu) for adding this dataset.
 
20
  - multi-label-classification
21
  paperswithcode_id: korean-hatespeech-dataset
22
  pretty_name: Korean HateSpeech Dataset
23
+ dataset_info:
24
+ features:
25
+ - name: comments
26
+ dtype: string
27
+ - name: contain_gender_bias
28
+ dtype:
29
+ class_label:
30
+ names:
31
+ 0: 'False'
32
+ 1: 'True'
33
+ - name: bias
34
+ dtype:
35
+ class_label:
36
+ names:
37
+ 0: none
38
+ 1: gender
39
+ 2: others
40
+ - name: hate
41
+ dtype:
42
+ class_label:
43
+ names:
44
+ 0: hate
45
+ 1: offensive
46
+ 2: none
47
+ splits:
48
+ - name: test
49
+ num_bytes: 58913
50
+ num_examples: 471
51
+ - name: train
52
+ num_bytes: 983608
53
+ num_examples: 7896
54
+ download_size: 968449
55
+ dataset_size: 1042521
56
  ---
57
 
58
  # Dataset Card for [Dataset Name]
 
207
 
208
  ### Contributions
209
 
210
+ Thanks to [@stevhliu](https://github.com/stevhliu) for adding this dataset.