Ahren09 commited on
Commit
0a04e25
·
verified ·
1 Parent(s): 764e1bb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +61 -0
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: filename
5
+ dtype: string
6
+ - name: begin
7
+ dtype: int64
8
+ - name: end
9
+ dtype: int64
10
+ - name: challenging
11
+ dtype: bool
12
+ - name: prompt
13
+ dtype: string
14
+ - name: continuation
15
+ dtype: string
16
+ - name: prompt_metrics
17
+ struct:
18
+ - name: flirtation
19
+ dtype: float64
20
+ - name: identity_attack
21
+ dtype: float64
22
+ - name: insult
23
+ dtype: float64
24
+ - name: profanity
25
+ dtype: float64
26
+ - name: severe_toxicity
27
+ dtype: float64
28
+ - name: sexually_explicit
29
+ dtype: float64
30
+ - name: threat
31
+ dtype: float64
32
+ - name: toxicity
33
+ dtype: float64
34
+ - name: continuation_metrics
35
+ struct:
36
+ - name: flirtation
37
+ dtype: float64
38
+ - name: identity_attack
39
+ dtype: float64
40
+ - name: insult
41
+ dtype: float64
42
+ - name: profanity
43
+ dtype: float64
44
+ - name: severe_toxicity
45
+ dtype: float64
46
+ - name: sexually_explicit
47
+ dtype: float64
48
+ - name: threat
49
+ dtype: float64
50
+ - name: toxicity
51
+ dtype: float64
52
+ splits:
53
+ - name: train
54
+ num_bytes: 5004962.387039681
55
+ num_examples: 14916
56
+ download_size: 4565657
57
+ dataset_size: 5004962.387039681
58
+ ---
59
+ # Dataset Card for "RealToxicityPrompts_test"
60
+
61
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)