lhoestq HF staff commited on
Commit
6d2b45a
1 Parent(s): 3cdeeb8

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md CHANGED
@@ -22,6 +22,58 @@ task_ids:
22
  paperswithcode_id: null
23
  tags:
24
  - explanation-generation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  ---
26
 
27
 
22
  paperswithcode_id: null
23
  tags:
24
  - explanation-generation
25
+ dataset_info:
26
+ features:
27
+ - name: whoTarget
28
+ dtype: string
29
+ - name: intentYN
30
+ dtype: string
31
+ - name: sexYN
32
+ dtype: string
33
+ - name: sexReason
34
+ dtype: string
35
+ - name: offensiveYN
36
+ dtype: string
37
+ - name: annotatorGender
38
+ dtype: string
39
+ - name: annotatorMinority
40
+ dtype: string
41
+ - name: sexPhrase
42
+ dtype: string
43
+ - name: speakerMinorityYN
44
+ dtype: string
45
+ - name: WorkerId
46
+ dtype: string
47
+ - name: HITId
48
+ dtype: string
49
+ - name: annotatorPolitics
50
+ dtype: string
51
+ - name: annotatorRace
52
+ dtype: string
53
+ - name: annotatorAge
54
+ dtype: string
55
+ - name: post
56
+ dtype: string
57
+ - name: targetMinority
58
+ dtype: string
59
+ - name: targetCategory
60
+ dtype: string
61
+ - name: targetStereotype
62
+ dtype: string
63
+ - name: dataSource
64
+ dtype: string
65
+ splits:
66
+ - name: test
67
+ num_bytes: 5371665
68
+ num_examples: 17501
69
+ - name: train
70
+ num_bytes: 34006886
71
+ num_examples: 112900
72
+ - name: validation
73
+ num_bytes: 5096009
74
+ num_examples: 16738
75
+ download_size: 9464583
76
+ dataset_size: 44474560
77
  ---
78
 
79