lhoestq HF staff commited on
Commit
3d2ec16
1 Parent(s): 681c378

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -3,6 +3,36 @@ language:
3
  - en
4
  paperswithcode_id: null
5
  pretty_name: CivilComments
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
  # Dataset Card for "civil_comments"
@@ -190,4 +220,4 @@ The data fields are the same among all splits.
190
 
191
  ### Contributions
192
 
193
- Thanks to [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
3
  - en
4
  paperswithcode_id: null
5
  pretty_name: CivilComments
6
+ dataset_info:
7
+ features:
8
+ - name: text
9
+ dtype: string
10
+ - name: toxicity
11
+ dtype: float32
12
+ - name: severe_toxicity
13
+ dtype: float32
14
+ - name: obscene
15
+ dtype: float32
16
+ - name: threat
17
+ dtype: float32
18
+ - name: insult
19
+ dtype: float32
20
+ - name: identity_attack
21
+ dtype: float32
22
+ - name: sexual_explicit
23
+ dtype: float32
24
+ splits:
25
+ - name: test
26
+ num_bytes: 32073013
27
+ num_examples: 97320
28
+ - name: train
29
+ num_bytes: 596835730
30
+ num_examples: 1804874
31
+ - name: validation
32
+ num_bytes: 32326369
33
+ num_examples: 97320
34
+ download_size: 414947977
35
+ dataset_size: 661235112
36
  ---
37
 
38
  # Dataset Card for "civil_comments"
220
 
221
  ### Contributions
222
 
223
+ Thanks to [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf) for adding this dataset.