qgallouedec HF Staff commited on
Commit
f32c590
·
verified ·
1 Parent(s): e8cc842

Upload dataset

Browse files
README.md CHANGED
@@ -290,6 +290,195 @@ dataset_info:
290
  num_examples: 1
291
  download_size: 55681
292
  dataset_size: 7821
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
293
  configs:
294
  - config_name: default
295
  data_files:
@@ -303,4 +492,10 @@ configs:
303
  path: messages/train-*
304
  - split: test
305
  path: messages/test-*
 
 
 
 
 
 
306
  ---
 
290
  num_examples: 1
291
  download_size: 55681
292
  dataset_size: 7821
293
+ - config_name: preference
294
+ features:
295
+ - name: prompt
296
+ list:
297
+ - name: content
298
+ dtype: string
299
+ - name: role
300
+ dtype: string
301
+ - name: chosen
302
+ list:
303
+ - name: content
304
+ dtype: string
305
+ - name: name
306
+ dtype: string
307
+ - name: role
308
+ dtype: string
309
+ - name: tool_calls
310
+ list:
311
+ - name: function
312
+ struct:
313
+ - name: arguments
314
+ struct:
315
+ - name: artist
316
+ dtype: string
317
+ - name: city
318
+ dtype: string
319
+ - name: date
320
+ dtype: string
321
+ - name: duration
322
+ dtype: int64
323
+ - name: location
324
+ dtype: string
325
+ - name: note
326
+ dtype: string
327
+ - name: room
328
+ dtype: string
329
+ - name: state
330
+ dtype: string
331
+ - name: time
332
+ dtype: string
333
+ - name: title
334
+ dtype: string
335
+ - name: unit
336
+ dtype: string
337
+ - name: name
338
+ dtype: string
339
+ - name: type
340
+ dtype: string
341
+ - name: rejected
342
+ list:
343
+ - name: content
344
+ dtype: string
345
+ - name: name
346
+ dtype: string
347
+ - name: role
348
+ dtype: string
349
+ - name: tool_calls
350
+ list:
351
+ - name: function
352
+ struct:
353
+ - name: arguments
354
+ struct:
355
+ - name: artist
356
+ dtype: string
357
+ - name: city
358
+ dtype: string
359
+ - name: date
360
+ dtype: string
361
+ - name: duration
362
+ dtype: int64
363
+ - name: location
364
+ dtype: string
365
+ - name: note
366
+ dtype: string
367
+ - name: room
368
+ dtype: string
369
+ - name: state
370
+ dtype: string
371
+ - name: time
372
+ dtype: string
373
+ - name: title
374
+ dtype: string
375
+ - name: name
376
+ dtype: string
377
+ - name: type
378
+ dtype: string
379
+ - name: tools
380
+ list:
381
+ - name: function
382
+ struct:
383
+ - name: description
384
+ dtype: string
385
+ - name: name
386
+ dtype: string
387
+ - name: parameters
388
+ struct:
389
+ - name: properties
390
+ struct:
391
+ - name: artist
392
+ struct:
393
+ - name: description
394
+ dtype: string
395
+ - name: type
396
+ dtype: string
397
+ - name: city
398
+ struct:
399
+ - name: description
400
+ dtype: string
401
+ - name: type
402
+ dtype: string
403
+ - name: date
404
+ struct:
405
+ - name: description
406
+ dtype: string
407
+ - name: type
408
+ dtype: string
409
+ - name: duration
410
+ struct:
411
+ - name: description
412
+ dtype: string
413
+ - name: type
414
+ dtype: string
415
+ - name: location
416
+ struct:
417
+ - name: description
418
+ dtype: string
419
+ - name: type
420
+ dtype: string
421
+ - name: note
422
+ struct:
423
+ - name: description
424
+ dtype: string
425
+ - name: type
426
+ dtype: string
427
+ - name: room
428
+ struct:
429
+ - name: description
430
+ dtype: string
431
+ - name: type
432
+ dtype: string
433
+ - name: state
434
+ struct:
435
+ - name: description
436
+ dtype: string
437
+ - name: type
438
+ dtype: string
439
+ - name: time
440
+ struct:
441
+ - name: description
442
+ dtype: string
443
+ - name: type
444
+ dtype: string
445
+ - name: title
446
+ struct:
447
+ - name: description
448
+ dtype: string
449
+ - name: type
450
+ dtype: string
451
+ - name: unit
452
+ struct:
453
+ - name: description
454
+ dtype: string
455
+ - name: type
456
+ dtype: string
457
+ - name: required
458
+ list: string
459
+ - name: type
460
+ dtype: string
461
+ - name: return
462
+ struct:
463
+ - name: description
464
+ dtype: string
465
+ - name: prefixItems
466
+ list:
467
+ - name: type
468
+ dtype: string
469
+ - name: type
470
+ dtype: string
471
+ - name: type
472
+ dtype: string
473
+ splits:
474
+ - name: train
475
+ num_bytes: 5605
476
+ num_examples: 7
477
+ - name: test
478
+ num_bytes: 1060
479
+ num_examples: 1
480
+ download_size: 73470
481
+ dataset_size: 6665
482
  configs:
483
  - config_name: default
484
  data_files:
 
492
  path: messages/train-*
493
  - split: test
494
  path: messages/test-*
495
+ - config_name: preference
496
+ data_files:
497
+ - split: train
498
+ path: preference/train-*
499
+ - split: test
500
+ path: preference/test-*
501
  ---
preference/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b86ad1f74fc1edcbd2f37a5e500454c8ddb1a73d3bb1dd6102c1a5d69d65dfb
3
+ size 34473
preference/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cfdfe0c0e0902702211f124ce48a4ace60622efe0f15090fa1cc53c5619bd16
3
+ size 38997