frascuchon HF staff commited on
Commit
e29bce4
1 Parent(s): 83688a1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +130 -0
README.md CHANGED
@@ -4,6 +4,136 @@ tags:
4
  - rlfh
5
  - argilla
6
  - human-feedback
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ---
8
 
9
  # Dataset Card for oasst_response_quality
 
4
  - rlfh
5
  - argilla
6
  - human-feedback
7
+ dataset_info:
8
+ features:
9
+ - name: prompt
10
+ dtype: string
11
+ id: field
12
+ - name: response
13
+ dtype: string
14
+ id: field
15
+ - name: relevant
16
+ list:
17
+ - name: user_id
18
+ dtype: string
19
+ id: question
20
+ - name: value
21
+ dtype: string
22
+ id: suggestion
23
+ - name: status
24
+ dtype: string
25
+ id: question
26
+ - name: relevant-suggestion
27
+ dtype: string
28
+ id: suggestion
29
+ - name: relevant-suggestion-metadata
30
+ struct:
31
+ - name: type
32
+ dtype: string
33
+ id: suggestion-metadata
34
+ - name: score
35
+ dtype: float32
36
+ id: suggestion-metadata
37
+ - name: agent
38
+ dtype: string
39
+ id: suggestion-metadata
40
+ - name: content_class
41
+ list:
42
+ - name: user_id
43
+ dtype: string
44
+ id: question
45
+ - name: value
46
+ sequence: string
47
+ id: suggestion
48
+ - name: status
49
+ dtype: string
50
+ id: question
51
+ - name: content_class-suggestion
52
+ sequence: string
53
+ id: suggestion
54
+ - name: content_class-suggestion-metadata
55
+ struct:
56
+ - name: type
57
+ dtype: string
58
+ id: suggestion-metadata
59
+ - name: score
60
+ dtype: float32
61
+ id: suggestion-metadata
62
+ - name: agent
63
+ dtype: string
64
+ id: suggestion-metadata
65
+ - name: rating
66
+ list:
67
+ - name: user_id
68
+ dtype: string
69
+ id: question
70
+ - name: value
71
+ dtype: int32
72
+ id: suggestion
73
+ - name: status
74
+ dtype: string
75
+ id: question
76
+ - name: rating-suggestion
77
+ dtype: int32
78
+ id: suggestion
79
+ - name: rating-suggestion-metadata
80
+ struct:
81
+ - name: type
82
+ dtype: string
83
+ id: suggestion-metadata
84
+ - name: score
85
+ dtype: float32
86
+ id: suggestion-metadata
87
+ - name: agent
88
+ dtype: string
89
+ id: suggestion-metadata
90
+ - name: corrected-text
91
+ list:
92
+ - name: user_id
93
+ dtype: string
94
+ id: question
95
+ - name: value
96
+ dtype: string
97
+ id: suggestion
98
+ - name: status
99
+ dtype: string
100
+ id: question
101
+ - name: corrected-text-suggestion
102
+ dtype: string
103
+ id: suggestion
104
+ - name: corrected-text-suggestion-metadata
105
+ struct:
106
+ - name: type
107
+ dtype: string
108
+ id: suggestion-metadata
109
+ - name: score
110
+ dtype: float32
111
+ id: suggestion-metadata
112
+ - name: agent
113
+ dtype: string
114
+ id: suggestion-metadata
115
+ - name: external_id
116
+ dtype: string
117
+ id: external_id
118
+ - name: metadata
119
+ dtype: string
120
+ id: metadata
121
+ - name: vectors
122
+ struct:
123
+ - name: prompt
124
+ sequence: float32
125
+ id: vectors
126
+ splits:
127
+ - name: train
128
+ num_bytes: 6458850
129
+ num_examples: 5590
130
+ download_size: 3574600
131
+ dataset_size: 6458850
132
+ configs:
133
+ - config_name: default
134
+ data_files:
135
+ - split: train
136
+ path: data/train-*
137
  ---
138
 
139
  # Dataset Card for oasst_response_quality