File size: 16,307 Bytes
8795549
 
 
 
 
6e5a966
8795549
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6e5a966
8795549
6e5a966
 
 
c2e0b26
6e5a966
8795549
 
 
 
 
6e5a966
 
8795549
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bc9868d
8795549
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bc9868d
8795549
bc9868d
8795549
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
---
license: apache-2.0
size_categories: n<1K
dataset_info:
  features:
  - name: page_content
    dtype: string
  - name: filename
    dtype: string
  - name: parent_section
    dtype: string
  - name: url
    dtype: string
  - name: embedding
    sequence: float64
  - name: token_count
    dtype: int64
  - name: generated_questions
    dtype: 'null'
  splits:
  - name: train
    num_bytes: 8661527.2
    num_examples: 1656
  - name: test
    num_bytes: 2165381.8
    num_examples: 414
  download_size: 7288134
  dataset_size: 10826909.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
tags:
- synthetic
- distilabel
- rlaif
---

<p align="left">
  <a href="https://github.com/argilla-io/distilabel">
    <img src="https://raw.githubusercontent.com/argilla-io/distilabel/main/docs/assets/distilabel-badge-light.png" alt="Built with Distilabel" width="200" height="32"/>
  </a>
</p>

# Dataset Card for rag_qa_embedding_questions_0_60_0

This dataset has been created with [distilabel](https://distilabel.argilla.io/).

## Dataset Summary

This dataset contains a `pipeline.yaml` which can be used to reproduce the pipeline that generated it in distilabel using the `distilabel` CLI:

```console
distilabel pipeline run --config "https://huggingface.co/datasets/zenml/rag_qa_embedding_questions_0_60_0/raw/main/pipeline.yaml"
```

or explore the configuration:

```console
distilabel pipeline info --config "https://huggingface.co/datasets/zenml/rag_qa_embedding_questions_0_60_0/raw/main/pipeline.yaml"
```

## Dataset structure

The examples have the following structure per configuration:


<details><summary> Configuration: default </summary><hr>

```json
{
    "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",
    "distilabel_metadata": {
        "raw_output_generate_sentence_pair_0": "## Positive\n\nWhat is an example of a Validator in the ZenML documentation?\n\n## Negative\n\nHow can I implement a custom Artifact Store in AWS?"
    },
    "embedding": [
        -0.019603008404374123,
        0.08797857165336609,
        -0.06656765937805176,
        -0.019056085497140884,
        0.05016424506902695,
        0.01070385705679655,
        0.061889052391052246,
        -0.014415157958865166,
        -0.016513124108314514,
        0.0025589235592633486,
        -0.005752587225288153,
        -0.041953735053539276,
        0.02728356048464775,
        -0.045923247933387756,
        -0.03559301421046257,
        0.005565543193370104,
        -0.013582361862063408,
        0.09388464689254761,
        -0.05918664112687111,
        0.05039374902844429,
        0.06077946349978447,
        -0.04967673122882843,
        -0.05284794420003891,
        0.06533030420541763,
        -0.055677831172943115,
        0.05671410262584686,
        -0.07180123031139374,
        -0.050225306302309036,
        0.09422469884157181,
        -0.017017552629113197,
        -0.019184069707989693,
        0.022295577451586723,
        0.04076128453016281,
        -0.01735600084066391,
        -0.014900101348757744,
        0.04534675553441048,
        0.01427963562309742,
        -0.02754569798707962,
        -0.03748117387294769,
        0.006909397896379232,
        0.02827935665845871,
        0.01905050501227379,
        -0.06169116497039795,
        -0.01947461999952793,
        -0.07177381962537766,
        -0.057355742901563644,
        0.09354127198457718,
        -0.0771837830543518,
        -0.053417861461639404,
        -0.10259026288986206,
        -0.03638579323887825,
        -0.015628790482878685,
        0.050252001732587814,
        0.038633354008197784,
        -0.11690302938222885,
        0.014547523111104965,
        0.037087325006723404,
        0.07835511118173599,
        0.014776629395782948,
        -0.045438677072525024,
        0.057870928198099136,
        -0.016583144664764404,
        -0.10156729072332382,
        0.0009343742858618498,
        -0.014334199018776417,
        0.007813438773155212,
        -0.006030609365552664,
        -9.712073369883001e-05,
        0.08472524583339691,
        -0.00239965389482677,
        0.015142153948545456,
        0.040839556604623795,
        0.023937707766890526,
        0.07912278175354004,
        -0.04416893422603607,
        -0.0012095278361812234,
        0.071326345205307,
        -0.012680805288255215,
        0.008911368437111378,
        0.01196920033544302,
        -0.00842869933694601,
        0.056009817868471146,
        0.1302947998046875,
        -0.0639277994632721,
        0.03560153394937515,
        0.02563265897333622,
        -0.029885349795222282,
        -0.10918867588043213,
        0.015818530693650246,
        0.012486901134252548,
        0.08962222188711166,
        -0.035825978964567184,
        0.057780005037784576,
        0.017719691619277,
        -0.0014026215067133307,
        -0.014720304869115353,
        0.05166172981262207,
        -0.03564745560288429,
        0.06596067547798157,
        0.0360492542386055,
        0.005622338503599167,
        0.035980258136987686,
        0.0034437966533005238,
        -0.09015928208827972,
        0.06519704312086105,
        0.01959429308772087,
        0.03877943381667137,
        0.023380503058433533,
        -0.00608200253918767,
        -0.060240987688302994,
        -0.07964522391557693,
        0.0522129200398922,
        0.03674212098121643,
        -0.03776464983820915,
        -0.011903529986739159,
        -0.038470182567834854,
        -0.00719649251550436,
        0.022017549723386765,
        0.01115080714225769,
        0.018173333257436752,
        -0.03615434467792511,
        -0.054352615028619766,
        0.030737273395061493,
        0.04784351587295532,
        0.017969757318496704,
        -0.029749374836683273,
        -0.08099731802940369,
        -0.021213004365563393,
        0.11717896163463593,
        -0.0005691039841622114,
        -0.048878785222768784,
        -0.09010278433561325,
        -0.03907202184200287,
        -0.0010197553783655167,
        -0.039922021329402924,
        -0.07111968100070953,
        0.008699718862771988,
        -0.006751767825335264,
        -0.01947721838951111,
        0.07503973692655563,
        -0.028313906863331795,
        0.020767539739608765,
        0.09591975063085556,
        0.030255548655986786,
        -0.031507086008787155,
        0.09177420288324356,
        0.010247922502458096,
        -0.016766445711255074,
        -0.019413763657212257,
        -0.10505134612321854,
        -0.12736432254314423,
        -0.009946055710315704,
        0.04052949324250221,
        0.045728884637355804,
        -0.0003641027433332056,
        0.0029127378948032856,
        -0.021135900169610977,
        -0.04219302535057068,
        -0.050895895808935165,
        0.0344807468354702,
        0.05828568711876869,
        0.02509785257279873,
        -0.061470210552215576,
        0.008010058663785458,
        -0.0995793417096138,
        -0.05995986610651016,
        -0.02674211375415325,
        -0.006577110383659601,
        0.04671042039990425,
        -0.06266741454601288,
        -0.004703350365161896,
        0.0678488090634346,
        0.014992384240031242,
        -0.04470638558268547,
        -0.0833042785525322,
        -0.019231170415878296,
        0.01556460838764906,
        -0.0731145516037941,
        5.923862772760913e-05,
        0.06116379424929619,
        0.07664042711257935,
        0.01233543548732996,
        -0.09120973199605942,
        -0.04624924436211586,
        -0.051592472940683365,
        -0.049887578934431076,
        0.030882157385349274,
        -0.020825745537877083,
        0.11577165871858597,
        -0.020540809258818626,
        -0.11562108248472214,
        0.11160523444414139,
        0.06113634631037712,
        -0.02727067843079567,
        -0.0032547598239034414,
        -0.039789751172065735,
        0.08106094598770142,
        -0.0756615400314331,
        -0.015963342040777206,
        -0.0041692801751196384,
        -0.09486579149961472,
        0.03605150431394577,
        0.05088043212890625,
        0.022832566872239113,
        -0.10018346458673477,
        0.1098344475030899,
        0.026152649894356728,
        -0.0917510837316513,
        -0.08380376547574997,
        -0.01750972867012024,
        0.04283956065773964,
        0.109138622879982,
        -0.05464600771665573,
        0.03911203518509865,
        0.004071115981787443,
        0.11751160770654678,
        0.01832791417837143,
        -0.04127562418580055,
        0.005904931575059891,
        0.025166278705000877,
        0.05061770975589752,
        -0.05272798612713814,
        0.07353868335485458,
        1.3602227003068346e-32,
        0.025594022125005722,
        -0.021838508546352386,
        0.024731094017624855,
        0.04913734644651413,
        0.02501094713807106,
        -0.04582279548048973,
        0.031199226155877113,
        -0.06630127876996994,
        -0.030553847551345825,
        -0.011592522263526917,
        0.000671732472255826,
        0.02400658279657364,
        0.03939850255846977,
        -0.021791866049170494,
        -0.0790247842669487,
        -0.05441589280962944,
        -0.036039166152477264,
        -0.09200872480869293,
        0.07729769498109818,
        0.006383686326444149,
        -0.015254843048751354,
        0.0403054803609848,
        -0.04747699201107025,
        0.05831427127122879,
        0.03335465118288994,
        0.07286794483661652,
        -0.050214171409606934,
        -0.045996733009815216,
        -0.01774127036333084,
        0.07549244910478592,
        -0.03774094581604004,
        -0.022207533940672874,
        0.021795330569148064,
        -0.11515171080827713,
        0.05605769529938698,
        -0.11543746292591095,
        -0.014826461672782898,
        0.05440954491496086,
        -0.03650732338428497,
        0.010554494336247444,
        0.023765496909618378,
        0.058350175619125366,
        -0.002261135494336486,
        0.12711979448795319,
        -0.023404059931635857,
        -0.06798161566257477,
        0.04461073502898216,
        0.04359634965658188,
        -0.040195394307374954,
        -0.04211441054940224,
        -0.04949387535452843,
        -0.03845454752445221,
        0.028708547353744507,
        -0.06203414499759674,
        -0.03484724089503288,
        0.0707663744688034,
        0.034657567739486694,
        0.013774221763014793,
        -0.0089842164888978,
        0.053604841232299805,
        -0.024439644068479538,
        0.05480222404003143,
        0.02866414189338684,
        -0.007701316848397255,
        0.048379313200712204,
        0.024535108357667923,
        0.06627874076366425,
        0.048236388713121414,
        -0.01640668511390686,
        -0.07818447053432465,
        0.08151119947433472,
        -0.011873959563672543,
        0.03387558460235596,
        0.07075875997543335,
        0.06772889196872711,
        -0.02633785270154476,
        0.025654736906290054,
        0.0037505433429032564,
        -0.03296981006860733,
        0.041948359459638596,
        0.03736785054206848,
        -0.061397161334753036,
        -0.015202737413346767,
        0.04601648822426796,
        0.0076554943807423115,
        -0.08594772219657898,
        -0.01159139908850193,
        0.029404357075691223,
        -0.003666120581328869,
        0.05043405666947365,
        0.07781212031841278,
        -0.006592143792659044,
        -0.10962627828121185,
        -0.023083284497261047,
        0.0063989185728132725,
        5.807841933987655e-32,
        -0.03637437894940376,
        0.04886360466480255,
        -0.026994196698069572,
        -0.068549245595932,
        -0.05784931778907776,
        -0.024086106568574905,
        0.05126174911856651,
        -0.03480663523077965,
        -0.0012546406360343099,
        -0.04999297857284546,
        -0.008570533245801926,
        -0.004849524237215519,
        -0.03287435322999954,
        -0.0439794585108757,
        0.06501618027687073,
        0.08045683801174164,
        0.03239308297634125,
        0.07142871618270874,
        -0.07378595322370529,
        -0.07735473662614822,
        -0.008054512552917004,
        0.024919847026467323,
        0.08559053391218185,
        -0.015420821495354176,
        -0.001689162920229137,
        -0.0347902737557888,
        -0.008012068457901478,
        0.040186233818531036,
        0.04225902631878853,
        0.003451184369623661,
        -0.02468629740178585,
        0.0354267954826355,
        0.08624500781297684,
        -0.003964735195040703,
        0.024244753643870354,
        0.04941505193710327,
        -0.005374164320528507,
        -0.006723733618855476,
        0.015048518776893616,
        -0.04810328036546707,
        -0.03001583367586136,
        0.018195906654000282,
        0.04849797859787941,
        -0.05551789700984955,
        0.021140411496162415,
        0.017796119675040245,
        -0.034293923527002335,
        -0.07182387262582779,
        0.07405133545398712,
        -0.02787785790860653,
        -0.002613218268379569,
        0.042195260524749756,
        -0.00011539961997186765,
        0.024067576974630356,
        0.010399093851447105,
        0.04949599504470825,
        -0.021067099645733833,
        -0.0684317871928215,
        -0.03523276001214981,
        -0.09176722913980484,
        0.029108544811606407,
        -0.00594607088714838,
        0.11504005640745163,
        -0.02448330447077751
    ],
    "filename": "https://docs.zenml.io/stack-components/artifact-stores",
    "generated_questions": null,
    "model_name": "gpt-4o",
    "negative": "How can I implement a custom Artifact Store in AWS?",
    "parent_section": "stack-components",
    "positive": "What is an example of a Validator in the ZenML documentation?",
    "token_count": 393,
    "url": "https://docs.zenml.io/stack-components/artifact-stores"
}
```

This subset can be loaded as:

```python
from datasets import load_dataset

ds = load_dataset("zenml/rag_qa_embedding_questions_0_60_0", "default")
```

Or simply as it follows, since there's only one configuration and is named `default`: 

```python
from datasets import load_dataset

ds = load_dataset("zenml/rag_qa_embedding_questions_0_60_0")
```


</details>