frascuchon HF staff commited on
Commit
b7002ae
1 Parent(s): f8d4b58

Upload README.md with huggingface_hub

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