musab-mk commited on
Commit
e808e40
·
1 Parent(s): 1ba968b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +86 -0
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: conversation_id
5
+ dtype: string
6
+ - name: model
7
+ dtype: string
8
+ - name: conversation
9
+ list:
10
+ - name: content
11
+ dtype: string
12
+ - name: role
13
+ dtype: string
14
+ - name: turn
15
+ dtype: int64
16
+ - name: language
17
+ dtype: string
18
+ - name: openai_moderation
19
+ list:
20
+ - name: categories
21
+ struct:
22
+ - name: harassment
23
+ dtype: bool
24
+ - name: harassment/threatening
25
+ dtype: bool
26
+ - name: hate
27
+ dtype: bool
28
+ - name: hate/threatening
29
+ dtype: bool
30
+ - name: self-harm
31
+ dtype: bool
32
+ - name: self-harm/instructions
33
+ dtype: bool
34
+ - name: self-harm/intent
35
+ dtype: bool
36
+ - name: sexual
37
+ dtype: bool
38
+ - name: sexual/minors
39
+ dtype: bool
40
+ - name: violence
41
+ dtype: bool
42
+ - name: violence/graphic
43
+ dtype: bool
44
+ - name: category_scores
45
+ struct:
46
+ - name: harassment
47
+ dtype: float64
48
+ - name: harassment/threatening
49
+ dtype: float64
50
+ - name: hate
51
+ dtype: float64
52
+ - name: hate/threatening
53
+ dtype: float64
54
+ - name: self-harm
55
+ dtype: float64
56
+ - name: self-harm/instructions
57
+ dtype: float64
58
+ - name: self-harm/intent
59
+ dtype: float64
60
+ - name: sexual
61
+ dtype: float64
62
+ - name: sexual/minors
63
+ dtype: float64
64
+ - name: violence
65
+ dtype: float64
66
+ - name: violence/graphic
67
+ dtype: float64
68
+ - name: flagged
69
+ dtype: bool
70
+ - name: redacted
71
+ dtype: bool
72
+ splits:
73
+ - name: train
74
+ num_bytes: 1430256146.42016
75
+ num_examples: 544560
76
+ download_size: 1019590062
77
+ dataset_size: 1430256146.42016
78
+ configs:
79
+ - config_name: default
80
+ data_files:
81
+ - split: train
82
+ path: data/train-*
83
+ ---
84
+ # Dataset Card for "lmsys-chat-1m_deduped"
85
+
86
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)