strickvl commited on
Commit
8795549
1 Parent(s): 7456143

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +493 -35
README.md CHANGED
@@ -1,35 +1,493 @@
1
- ---
2
- license: apache-2.0
3
- dataset_info:
4
- features:
5
- - name: page_content
6
- dtype: string
7
- - name: filename
8
- dtype: string
9
- - name: parent_section
10
- dtype: string
11
- - name: url
12
- dtype: string
13
- - name: embedding
14
- sequence: float64
15
- - name: token_count
16
- dtype: int64
17
- - name: generated_questions
18
- dtype: 'null'
19
- splits:
20
- - name: train
21
- num_bytes: 8661520.0
22
- num_examples: 1656
23
- - name: test
24
- num_bytes: 2165380.0
25
- num_examples: 414
26
- download_size: 7247429
27
- dataset_size: 10826900.0
28
- configs:
29
- - config_name: default
30
- data_files:
31
- - split: train
32
- path: data/train-*
33
- - split: test
34
- path: data/test-*
35
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ size_categories: n<1K
4
+ dataset_info:
5
+ features:
6
+ - name: page_content
7
+ dtype: string
8
+ - name: filename
9
+ dtype: string
10
+ - name: parent_section
11
+ dtype: string
12
+ - name: url
13
+ dtype: string
14
+ - name: embedding
15
+ sequence: float64
16
+ - name: token_count
17
+ dtype: int64
18
+ - name: generated_questions
19
+ dtype: 'null'
20
+ splits:
21
+ - name: train
22
+ num_bytes: 8661520.0
23
+ num_examples: 1656
24
+ - name: test
25
+ num_bytes: 2165380.0
26
+ num_examples: 414
27
+ download_size: 7247429
28
+ dataset_size: 10826900.0
29
+ configs:
30
+ - config_name: default
31
+ data_files:
32
+ - split: train
33
+ path: data/train-*
34
+ - split: test
35
+ path: data/test-*
36
+ tags:
37
+ - synthetic
38
+ - distilabel
39
+ - rlaif
40
+ ---
41
+
42
+ <p align="left">
43
+ <a href="https://github.com/argilla-io/distilabel">
44
+ <img src="https://raw.githubusercontent.com/argilla-io/distilabel/main/docs/assets/distilabel-badge-light.png" alt="Built with Distilabel" width="200" height="32"/>
45
+ </a>
46
+ </p>
47
+
48
+ # Dataset Card for rag_qa_embedding_questions_0_60_0
49
+
50
+ This dataset has been created with [distilabel](https://distilabel.argilla.io/).
51
+
52
+ ## Dataset Summary
53
+
54
+ This dataset contains a `pipeline.yaml` which can be used to reproduce the pipeline that generated it in distilabel using the `distilabel` CLI:
55
+
56
+ ```console
57
+ distilabel pipeline run --config "https://huggingface.co/datasets/zenml/rag_qa_embedding_questions_0_60_0/raw/main/pipeline.yaml"
58
+ ```
59
+
60
+ or explore the configuration:
61
+
62
+ ```console
63
+ distilabel pipeline info --config "https://huggingface.co/datasets/zenml/rag_qa_embedding_questions_0_60_0/raw/main/pipeline.yaml"
64
+ ```
65
+
66
+ ## Dataset structure
67
+
68
+ The examples have the following structure per configuration:
69
+
70
+
71
+ <details><summary> Configuration: default </summary><hr>
72
+
73
+ ```json
74
+ {
75
+ "anchor": "a Validator is such an example.\n\nRelated concepts:the Artifact Store is a type of Stack Component that needs to be registered as part of your ZenML Stack.\n\nthe objects circulated through your pipelines are serialized and stored in the Artifact Store using Materializers. Materializers implement the logic required to serialize and deserialize the artifact contents and to store them and retrieve their contents to/from the Artifact Store.\n\nWhen to use it\n\nThe Artifact Store is a mandatory component in the ZenML stack. It is used to store all artifacts produced by pipeline runs, and you are required to configure it in all of your stacks.\n\nArtifact Store Flavors\n\nOut of the box, ZenML comes with a local artifact store already part of the default stack that stores artifacts on your local filesystem. Additional Artifact Stores are provided by integrations:\n\nArtifact Store Flavor Integration URI Schema(s) Notes Local local built-in None This is the default Artifact Store. It stores artifacts on your local filesystem. Should be used only for running ZenML locally. Amazon S3 s3 s3 s3:// Uses AWS S3 as an object store backend Google Cloud Storage gcp gcp gs:// Uses Google Cloud Storage as an object store backend Azure azure azure abfs:// , az:// Uses Azure Blob Storage as an object store backend Custom Implementation custom custom Extend the Artifact Store abstraction and provide your own implementation\n\nIf you would like to see the available flavors of Artifact Stores, you can use the command:\n\nzenml artifact-store flavor list\n\nEvery Artifact Store has a path attribute that must be configured when it is registered with ZenML. This is a URI pointing to the root path where all objects are stored in the Artifact Store. It must use a URI schema that is supported by the Artifact Store flavor. For example, the S3 Artifact Store will need a URI that contains the s3:// schema:\n\nzenml artifact-store register s3_store -f s3 --path s3://my_bucket\n\nHow to use it",
76
+ "distilabel_metadata": {
77
+ "raw_output_generate_sentence_pair_0": "## Positive\n\nWhat is an example of a Validator in the context of ZenML?\n\n## Negative\n\nHow do I bake a cake using a conventional oven?"
78
+ },
79
+ "embedding": [
80
+ -0.019603008404374123,
81
+ 0.08797857165336609,
82
+ -0.06656765937805176,
83
+ -0.019056085497140884,
84
+ 0.05016424506902695,
85
+ 0.01070385705679655,
86
+ 0.061889052391052246,
87
+ -0.014415157958865166,
88
+ -0.016513124108314514,
89
+ 0.0025589235592633486,
90
+ -0.005752587225288153,
91
+ -0.041953735053539276,
92
+ 0.02728356048464775,
93
+ -0.045923247933387756,
94
+ -0.03559301421046257,
95
+ 0.005565543193370104,
96
+ -0.013582361862063408,
97
+ 0.09388464689254761,
98
+ -0.05918664112687111,
99
+ 0.05039374902844429,
100
+ 0.06077946349978447,
101
+ -0.04967673122882843,
102
+ -0.05284794420003891,
103
+ 0.06533030420541763,
104
+ -0.055677831172943115,
105
+ 0.05671410262584686,
106
+ -0.07180123031139374,
107
+ -0.050225306302309036,
108
+ 0.09422469884157181,
109
+ -0.017017552629113197,
110
+ -0.019184069707989693,
111
+ 0.022295577451586723,
112
+ 0.04076128453016281,
113
+ -0.01735600084066391,
114
+ -0.014900101348757744,
115
+ 0.04534675553441048,
116
+ 0.01427963562309742,
117
+ -0.02754569798707962,
118
+ -0.03748117387294769,
119
+ 0.006909397896379232,
120
+ 0.02827935665845871,
121
+ 0.01905050501227379,
122
+ -0.06169116497039795,
123
+ -0.01947461999952793,
124
+ -0.07177381962537766,
125
+ -0.057355742901563644,
126
+ 0.09354127198457718,
127
+ -0.0771837830543518,
128
+ -0.053417861461639404,
129
+ -0.10259026288986206,
130
+ -0.03638579323887825,
131
+ -0.015628790482878685,
132
+ 0.050252001732587814,
133
+ 0.038633354008197784,
134
+ -0.11690302938222885,
135
+ 0.014547523111104965,
136
+ 0.037087325006723404,
137
+ 0.07835511118173599,
138
+ 0.014776629395782948,
139
+ -0.045438677072525024,
140
+ 0.057870928198099136,
141
+ -0.016583144664764404,
142
+ -0.10156729072332382,
143
+ 0.0009343742858618498,
144
+ -0.014334199018776417,
145
+ 0.007813438773155212,
146
+ -0.006030609365552664,
147
+ -9.712073369883001e-05,
148
+ 0.08472524583339691,
149
+ -0.00239965389482677,
150
+ 0.015142153948545456,
151
+ 0.040839556604623795,
152
+ 0.023937707766890526,
153
+ 0.07912278175354004,
154
+ -0.04416893422603607,
155
+ -0.0012095278361812234,
156
+ 0.071326345205307,
157
+ -0.012680805288255215,
158
+ 0.008911368437111378,
159
+ 0.01196920033544302,
160
+ -0.00842869933694601,
161
+ 0.056009817868471146,
162
+ 0.1302947998046875,
163
+ -0.0639277994632721,
164
+ 0.03560153394937515,
165
+ 0.02563265897333622,
166
+ -0.029885349795222282,
167
+ -0.10918867588043213,
168
+ 0.015818530693650246,
169
+ 0.012486901134252548,
170
+ 0.08962222188711166,
171
+ -0.035825978964567184,
172
+ 0.057780005037784576,
173
+ 0.017719691619277,
174
+ -0.0014026215067133307,
175
+ -0.014720304869115353,
176
+ 0.05166172981262207,
177
+ -0.03564745560288429,
178
+ 0.06596067547798157,
179
+ 0.0360492542386055,
180
+ 0.005622338503599167,
181
+ 0.035980258136987686,
182
+ 0.0034437966533005238,
183
+ -0.09015928208827972,
184
+ 0.06519704312086105,
185
+ 0.01959429308772087,
186
+ 0.03877943381667137,
187
+ 0.023380503058433533,
188
+ -0.00608200253918767,
189
+ -0.060240987688302994,
190
+ -0.07964522391557693,
191
+ 0.0522129200398922,
192
+ 0.03674212098121643,
193
+ -0.03776464983820915,
194
+ -0.011903529986739159,
195
+ -0.038470182567834854,
196
+ -0.00719649251550436,
197
+ 0.022017549723386765,
198
+ 0.01115080714225769,
199
+ 0.018173333257436752,
200
+ -0.03615434467792511,
201
+ -0.054352615028619766,
202
+ 0.030737273395061493,
203
+ 0.04784351587295532,
204
+ 0.017969757318496704,
205
+ -0.029749374836683273,
206
+ -0.08099731802940369,
207
+ -0.021213004365563393,
208
+ 0.11717896163463593,
209
+ -0.0005691039841622114,
210
+ -0.048878785222768784,
211
+ -0.09010278433561325,
212
+ -0.03907202184200287,
213
+ -0.0010197553783655167,
214
+ -0.039922021329402924,
215
+ -0.07111968100070953,
216
+ 0.008699718862771988,
217
+ -0.006751767825335264,
218
+ -0.01947721838951111,
219
+ 0.07503973692655563,
220
+ -0.028313906863331795,
221
+ 0.020767539739608765,
222
+ 0.09591975063085556,
223
+ 0.030255548655986786,
224
+ -0.031507086008787155,
225
+ 0.09177420288324356,
226
+ 0.010247922502458096,
227
+ -0.016766445711255074,
228
+ -0.019413763657212257,
229
+ -0.10505134612321854,
230
+ -0.12736432254314423,
231
+ -0.009946055710315704,
232
+ 0.04052949324250221,
233
+ 0.045728884637355804,
234
+ -0.0003641027433332056,
235
+ 0.0029127378948032856,
236
+ -0.021135900169610977,
237
+ -0.04219302535057068,
238
+ -0.050895895808935165,
239
+ 0.0344807468354702,
240
+ 0.05828568711876869,
241
+ 0.02509785257279873,
242
+ -0.061470210552215576,
243
+ 0.008010058663785458,
244
+ -0.0995793417096138,
245
+ -0.05995986610651016,
246
+ -0.02674211375415325,
247
+ -0.006577110383659601,
248
+ 0.04671042039990425,
249
+ -0.06266741454601288,
250
+ -0.004703350365161896,
251
+ 0.0678488090634346,
252
+ 0.014992384240031242,
253
+ -0.04470638558268547,
254
+ -0.0833042785525322,
255
+ -0.019231170415878296,
256
+ 0.01556460838764906,
257
+ -0.0731145516037941,
258
+ 5.923862772760913e-05,
259
+ 0.06116379424929619,
260
+ 0.07664042711257935,
261
+ 0.01233543548732996,
262
+ -0.09120973199605942,
263
+ -0.04624924436211586,
264
+ -0.051592472940683365,
265
+ -0.049887578934431076,
266
+ 0.030882157385349274,
267
+ -0.020825745537877083,
268
+ 0.11577165871858597,
269
+ -0.020540809258818626,
270
+ -0.11562108248472214,
271
+ 0.11160523444414139,
272
+ 0.06113634631037712,
273
+ -0.02727067843079567,
274
+ -0.0032547598239034414,
275
+ -0.039789751172065735,
276
+ 0.08106094598770142,
277
+ -0.0756615400314331,
278
+ -0.015963342040777206,
279
+ -0.0041692801751196384,
280
+ -0.09486579149961472,
281
+ 0.03605150431394577,
282
+ 0.05088043212890625,
283
+ 0.022832566872239113,
284
+ -0.10018346458673477,
285
+ 0.1098344475030899,
286
+ 0.026152649894356728,
287
+ -0.0917510837316513,
288
+ -0.08380376547574997,
289
+ -0.01750972867012024,
290
+ 0.04283956065773964,
291
+ 0.109138622879982,
292
+ -0.05464600771665573,
293
+ 0.03911203518509865,
294
+ 0.004071115981787443,
295
+ 0.11751160770654678,
296
+ 0.01832791417837143,
297
+ -0.04127562418580055,
298
+ 0.005904931575059891,
299
+ 0.025166278705000877,
300
+ 0.05061770975589752,
301
+ -0.05272798612713814,
302
+ 0.07353868335485458,
303
+ 1.3602227003068346e-32,
304
+ 0.025594022125005722,
305
+ -0.021838508546352386,
306
+ 0.024731094017624855,
307
+ 0.04913734644651413,
308
+ 0.02501094713807106,
309
+ -0.04582279548048973,
310
+ 0.031199226155877113,
311
+ -0.06630127876996994,
312
+ -0.030553847551345825,
313
+ -0.011592522263526917,
314
+ 0.000671732472255826,
315
+ 0.02400658279657364,
316
+ 0.03939850255846977,
317
+ -0.021791866049170494,
318
+ -0.0790247842669487,
319
+ -0.05441589280962944,
320
+ -0.036039166152477264,
321
+ -0.09200872480869293,
322
+ 0.07729769498109818,
323
+ 0.006383686326444149,
324
+ -0.015254843048751354,
325
+ 0.0403054803609848,
326
+ -0.04747699201107025,
327
+ 0.05831427127122879,
328
+ 0.03335465118288994,
329
+ 0.07286794483661652,
330
+ -0.050214171409606934,
331
+ -0.045996733009815216,
332
+ -0.01774127036333084,
333
+ 0.07549244910478592,
334
+ -0.03774094581604004,
335
+ -0.022207533940672874,
336
+ 0.021795330569148064,
337
+ -0.11515171080827713,
338
+ 0.05605769529938698,
339
+ -0.11543746292591095,
340
+ -0.014826461672782898,
341
+ 0.05440954491496086,
342
+ -0.03650732338428497,
343
+ 0.010554494336247444,
344
+ 0.023765496909618378,
345
+ 0.058350175619125366,
346
+ -0.002261135494336486,
347
+ 0.12711979448795319,
348
+ -0.023404059931635857,
349
+ -0.06798161566257477,
350
+ 0.04461073502898216,
351
+ 0.04359634965658188,
352
+ -0.040195394307374954,
353
+ -0.04211441054940224,
354
+ -0.04949387535452843,
355
+ -0.03845454752445221,
356
+ 0.028708547353744507,
357
+ -0.06203414499759674,
358
+ -0.03484724089503288,
359
+ 0.0707663744688034,
360
+ 0.034657567739486694,
361
+ 0.013774221763014793,
362
+ -0.0089842164888978,
363
+ 0.053604841232299805,
364
+ -0.024439644068479538,
365
+ 0.05480222404003143,
366
+ 0.02866414189338684,
367
+ -0.007701316848397255,
368
+ 0.048379313200712204,
369
+ 0.024535108357667923,
370
+ 0.06627874076366425,
371
+ 0.048236388713121414,
372
+ -0.01640668511390686,
373
+ -0.07818447053432465,
374
+ 0.08151119947433472,
375
+ -0.011873959563672543,
376
+ 0.03387558460235596,
377
+ 0.07075875997543335,
378
+ 0.06772889196872711,
379
+ -0.02633785270154476,
380
+ 0.025654736906290054,
381
+ 0.0037505433429032564,
382
+ -0.03296981006860733,
383
+ 0.041948359459638596,
384
+ 0.03736785054206848,
385
+ -0.061397161334753036,
386
+ -0.015202737413346767,
387
+ 0.04601648822426796,
388
+ 0.0076554943807423115,
389
+ -0.08594772219657898,
390
+ -0.01159139908850193,
391
+ 0.029404357075691223,
392
+ -0.003666120581328869,
393
+ 0.05043405666947365,
394
+ 0.07781212031841278,
395
+ -0.006592143792659044,
396
+ -0.10962627828121185,
397
+ -0.023083284497261047,
398
+ 0.0063989185728132725,
399
+ 5.807841933987655e-32,
400
+ -0.03637437894940376,
401
+ 0.04886360466480255,
402
+ -0.026994196698069572,
403
+ -0.068549245595932,
404
+ -0.05784931778907776,
405
+ -0.024086106568574905,
406
+ 0.05126174911856651,
407
+ -0.03480663523077965,
408
+ -0.0012546406360343099,
409
+ -0.04999297857284546,
410
+ -0.008570533245801926,
411
+ -0.004849524237215519,
412
+ -0.03287435322999954,
413
+ -0.0439794585108757,
414
+ 0.06501618027687073,
415
+ 0.08045683801174164,
416
+ 0.03239308297634125,
417
+ 0.07142871618270874,
418
+ -0.07378595322370529,
419
+ -0.07735473662614822,
420
+ -0.008054512552917004,
421
+ 0.024919847026467323,
422
+ 0.08559053391218185,
423
+ -0.015420821495354176,
424
+ -0.001689162920229137,
425
+ -0.0347902737557888,
426
+ -0.008012068457901478,
427
+ 0.040186233818531036,
428
+ 0.04225902631878853,
429
+ 0.003451184369623661,
430
+ -0.02468629740178585,
431
+ 0.0354267954826355,
432
+ 0.08624500781297684,
433
+ -0.003964735195040703,
434
+ 0.024244753643870354,
435
+ 0.04941505193710327,
436
+ -0.005374164320528507,
437
+ -0.006723733618855476,
438
+ 0.015048518776893616,
439
+ -0.04810328036546707,
440
+ -0.03001583367586136,
441
+ 0.018195906654000282,
442
+ 0.04849797859787941,
443
+ -0.05551789700984955,
444
+ 0.021140411496162415,
445
+ 0.017796119675040245,
446
+ -0.034293923527002335,
447
+ -0.07182387262582779,
448
+ 0.07405133545398712,
449
+ -0.02787785790860653,
450
+ -0.002613218268379569,
451
+ 0.042195260524749756,
452
+ -0.00011539961997186765,
453
+ 0.024067576974630356,
454
+ 0.010399093851447105,
455
+ 0.04949599504470825,
456
+ -0.021067099645733833,
457
+ -0.0684317871928215,
458
+ -0.03523276001214981,
459
+ -0.09176722913980484,
460
+ 0.029108544811606407,
461
+ -0.00594607088714838,
462
+ 0.11504005640745163,
463
+ -0.02448330447077751
464
+ ],
465
+ "filename": "https://docs.zenml.io/stack-components/artifact-stores",
466
+ "generated_questions": null,
467
+ "model_name": "gpt-4o",
468
+ "negative": "How do I bake a cake using a conventional oven?",
469
+ "parent_section": "stack-components",
470
+ "positive": "What is an example of a Validator in the context of ZenML?",
471
+ "token_count": 393,
472
+ "url": "https://docs.zenml.io/stack-components/artifact-stores"
473
+ }
474
+ ```
475
+
476
+ This subset can be loaded as:
477
+
478
+ ```python
479
+ from datasets import load_dataset
480
+
481
+ ds = load_dataset("zenml/rag_qa_embedding_questions_0_60_0", "default")
482
+ ```
483
+
484
+ Or simply as it follows, since there's only one configuration and is named `default`:
485
+
486
+ ```python
487
+ from datasets import load_dataset
488
+
489
+ ds = load_dataset("zenml/rag_qa_embedding_questions_0_60_0")
490
+ ```
491
+
492
+
493
+ </details>