nataliaElv HF staff commited on
Commit
5154f52
1 Parent(s): 60d76b0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +182 -0
README.md ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: prompt
5
+ dtype: string
6
+ id: field
7
+ - name: input
8
+ dtype: string
9
+ id: field
10
+ - name: input2
11
+ dtype: string
12
+ id: field
13
+ - name: prompt-ents
14
+ list:
15
+ - name: user_id
16
+ dtype: string
17
+ id: question
18
+ - name: value
19
+ sequence:
20
+ - name: start
21
+ dtype: int32
22
+ - name: end
23
+ dtype: int32
24
+ - name: label
25
+ dtype: string
26
+ - name: text
27
+ dtype: string
28
+ id: question
29
+ - name: status
30
+ dtype: string
31
+ id: question
32
+ - name: prompt-ents-suggestion
33
+ sequence:
34
+ - name: start
35
+ dtype: int32
36
+ - name: end
37
+ dtype: int32
38
+ - name: label
39
+ dtype: string
40
+ - name: text
41
+ dtype: string
42
+ - name: score
43
+ dtype: float32
44
+ id: suggestion
45
+ - name: prompt-ents-suggestion-metadata
46
+ struct:
47
+ - name: type
48
+ dtype: string
49
+ id: suggestion-metadata
50
+ - name: score
51
+ dtype: float32
52
+ id: suggestion-metadata
53
+ - name: agent
54
+ dtype: string
55
+ id: suggestion-metadata
56
+ - name: input-ents
57
+ list:
58
+ - name: user_id
59
+ dtype: string
60
+ id: question
61
+ - name: value
62
+ sequence:
63
+ - name: start
64
+ dtype: int32
65
+ - name: end
66
+ dtype: int32
67
+ - name: label
68
+ dtype: string
69
+ - name: text
70
+ dtype: string
71
+ id: question
72
+ - name: status
73
+ dtype: string
74
+ id: question
75
+ - name: input-ents-suggestion
76
+ sequence:
77
+ - name: start
78
+ dtype: int32
79
+ - name: end
80
+ dtype: int32
81
+ - name: label
82
+ dtype: string
83
+ - name: text
84
+ dtype: string
85
+ - name: score
86
+ dtype: float32
87
+ id: suggestion
88
+ - name: input-ents-suggestion-metadata
89
+ struct:
90
+ - name: type
91
+ dtype: string
92
+ id: suggestion-metadata
93
+ - name: score
94
+ dtype: float32
95
+ id: suggestion-metadata
96
+ - name: agent
97
+ dtype: string
98
+ id: suggestion-metadata
99
+ - name: info-extraction
100
+ list:
101
+ - name: user_id
102
+ dtype: string
103
+ id: question
104
+ - name: value
105
+ sequence:
106
+ - name: start
107
+ dtype: int32
108
+ - name: end
109
+ dtype: int32
110
+ - name: label
111
+ dtype: string
112
+ - name: text
113
+ dtype: string
114
+ id: question
115
+ - name: status
116
+ dtype: string
117
+ id: question
118
+ - name: info-extraction-suggestion
119
+ sequence:
120
+ - name: start
121
+ dtype: int32
122
+ - name: end
123
+ dtype: int32
124
+ - name: label
125
+ dtype: string
126
+ - name: text
127
+ dtype: string
128
+ - name: score
129
+ dtype: float32
130
+ id: suggestion
131
+ - name: info-extraction-suggestion-metadata
132
+ struct:
133
+ - name: type
134
+ dtype: string
135
+ id: suggestion-metadata
136
+ - name: score
137
+ dtype: float32
138
+ id: suggestion-metadata
139
+ - name: agent
140
+ dtype: string
141
+ id: suggestion-metadata
142
+ - name: final-response
143
+ list:
144
+ - name: user_id
145
+ dtype: string
146
+ id: question
147
+ - name: value
148
+ dtype: string
149
+ id: question
150
+ - name: status
151
+ dtype: string
152
+ id: question
153
+ - name: final-response-suggestion
154
+ dtype: string
155
+ id: suggestion
156
+ - name: final-response-suggestion-metadata
157
+ struct:
158
+ - name: type
159
+ dtype: string
160
+ id: suggestion-metadata
161
+ - name: score
162
+ dtype: float32
163
+ id: suggestion-metadata
164
+ - name: agent
165
+ dtype: string
166
+ id: suggestion-metadata
167
+ - name: external_id
168
+ dtype: string
169
+ id: external_id
170
+ - name: metadata
171
+ dtype: string
172
+ id: metadata
173
+ splits:
174
+ - name: train
175
+ num_bytes: 690344
176
+ num_examples: 212
177
+ download_size: 466005
178
+ dataset_size: 690344
179
+ ---
180
+ # Dataset Card for "test_spans_dataset"
181
+
182
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)