lhoestq HF staff commited on
Commit
bde7395
·
1 Parent(s): 3d8fc4f

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +88 -39
README.md CHANGED
@@ -30,44 +30,93 @@ train-eval-index:
30
  comment_text: text
31
  toxic: target
32
  metrics:
33
- - type: accuracy
34
- name: Accuracy
35
- - type: f1
36
- name: F1 macro
37
- args:
38
- average: macro
39
- - type: f1
40
- name: F1 micro
41
- args:
42
- average: micro
43
- - type: f1
44
- name: F1 weighted
45
- args:
46
- average: weighted
47
- - type: precision
48
- name: Precision macro
49
- args:
50
- average: macro
51
- - type: precision
52
- name: Precision micro
53
- args:
54
- average: micro
55
- - type: precision
56
- name: Precision weighted
57
- args:
58
- average: weighted
59
- - type: recall
60
- name: Recall macro
61
- args:
62
- average: macro
63
- - type: recall
64
- name: Recall micro
65
- args:
66
- average: micro
67
- - type: recall
68
- name: Recall weighted
69
- args:
70
- average: weighted
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
  ---
72
 
73
  # Dataset Card for [Dataset Name]
@@ -206,4 +255,4 @@ No citation information.
206
 
207
  ### Contributions
208
 
209
- Thanks to [@Tigrex161](https://github.com/Tigrex161) for adding this dataset.
 
30
  comment_text: text
31
  toxic: target
32
  metrics:
33
+ - type: accuracy
34
+ name: Accuracy
35
+ - type: f1
36
+ name: F1 macro
37
+ args:
38
+ average: macro
39
+ - type: f1
40
+ name: F1 micro
41
+ args:
42
+ average: micro
43
+ - type: f1
44
+ name: F1 weighted
45
+ args:
46
+ average: weighted
47
+ - type: precision
48
+ name: Precision macro
49
+ args:
50
+ average: macro
51
+ - type: precision
52
+ name: Precision micro
53
+ args:
54
+ average: micro
55
+ - type: precision
56
+ name: Precision weighted
57
+ args:
58
+ average: weighted
59
+ - type: recall
60
+ name: Recall macro
61
+ args:
62
+ average: macro
63
+ - type: recall
64
+ name: Recall micro
65
+ args:
66
+ average: micro
67
+ - type: recall
68
+ name: Recall weighted
69
+ args:
70
+ average: weighted
71
+ dataset_info:
72
+ features:
73
+ - name: comment_text
74
+ dtype: string
75
+ - name: toxic
76
+ dtype:
77
+ class_label:
78
+ names:
79
+ 0: 'false'
80
+ 1: 'true'
81
+ - name: severe_toxic
82
+ dtype:
83
+ class_label:
84
+ names:
85
+ 0: 'false'
86
+ 1: 'true'
87
+ - name: obscene
88
+ dtype:
89
+ class_label:
90
+ names:
91
+ 0: 'false'
92
+ 1: 'true'
93
+ - name: threat
94
+ dtype:
95
+ class_label:
96
+ names:
97
+ 0: 'false'
98
+ 1: 'true'
99
+ - name: insult
100
+ dtype:
101
+ class_label:
102
+ names:
103
+ 0: 'false'
104
+ 1: 'true'
105
+ - name: identity_hate
106
+ dtype:
107
+ class_label:
108
+ names:
109
+ 0: 'false'
110
+ 1: 'true'
111
+ splits:
112
+ - name: test
113
+ num_bytes: 28241991
114
+ num_examples: 63978
115
+ - name: train
116
+ num_bytes: 71282358
117
+ num_examples: 159571
118
+ download_size: 0
119
+ dataset_size: 99524349
120
  ---
121
 
122
  # Dataset Card for [Dataset Name]
 
255
 
256
  ### Contributions
257
 
258
+ Thanks to [@Tigrex161](https://github.com/Tigrex161) for adding this dataset.