getkrishna commited on
Commit
e4f6b06
·
1 Parent(s): c866fcc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: message_id
5
+ dtype: string
6
+ - name: parent_id
7
+ dtype: string
8
+ - name: user_id
9
+ dtype: string
10
+ - name: created_date
11
+ dtype: string
12
+ - name: text
13
+ dtype: string
14
+ - name: role
15
+ dtype: string
16
+ - name: lang
17
+ dtype: string
18
+ - name: review_count
19
+ dtype: int32
20
+ - name: review_result
21
+ dtype: bool
22
+ - name: deleted
23
+ dtype: bool
24
+ - name: rank
25
+ dtype: int32
26
+ - name: synthetic
27
+ dtype: bool
28
+ - name: model_name
29
+ dtype: string
30
+ - name: detoxify
31
+ struct:
32
+ - name: toxicity
33
+ dtype: float64
34
+ - name: severe_toxicity
35
+ dtype: float64
36
+ - name: obscene
37
+ dtype: float64
38
+ - name: identity_attack
39
+ dtype: float64
40
+ - name: insult
41
+ dtype: float64
42
+ - name: threat
43
+ dtype: float64
44
+ - name: sexual_explicit
45
+ dtype: float64
46
+ - name: message_tree_id
47
+ dtype: string
48
+ - name: tree_state
49
+ dtype: string
50
+ - name: emojis
51
+ sequence:
52
+ - name: name
53
+ dtype: string
54
+ - name: count
55
+ dtype: int32
56
+ - name: labels
57
+ sequence:
58
+ - name: name
59
+ dtype: string
60
+ - name: value
61
+ dtype: float64
62
+ - name: count
63
+ dtype: int32
64
+ splits:
65
+ - name: train
66
+ num_bytes: 100489994
67
+ num_examples: 84437
68
+ - name: validation
69
+ num_bytes: 5250017
70
+ num_examples: 4401
71
+ download_size: 41603698
72
+ dataset_size: 105740011
73
+ ---
74
+ # Dataset Card for "OpenAssistant-oasst1"
75
+
76
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)