File size: 1,596 Bytes
546ea42
 
 
9c28a1a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
546ea42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
tags:
- ml-intern
dataset_info:
  features:
  - name: prompt
    list:
    - name: role
      dtype: string
    - name: content
      dtype: string
  - name: chosen
    list:
    - name: role
      dtype: string
    - name: content
      dtype: string
    - name: name
      dtype: string
  - name: rejected
    list:
    - name: role
      dtype: string
    - name: content
      dtype: string
    - name: name
      dtype: string
  - name: task
    dtype: string
  - name: source
    dtype: string
  - name: ablation
    dtype: string
  - name: chosen_score
    dtype: float64
  - name: rejected_score
    dtype: float64
  - name: primary_dimension
    dtype: string
  splits:
  - name: train
    num_bytes: 20497296
    num_examples: 2193
  - name: eval
    num_bytes: 2789687
    num_examples: 274
  - name: test
    num_bytes: 2204631
    num_examples: 275
  download_size: 25152220
  dataset_size: 25491614
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: eval
    path: data/eval-*
  - split: test
    path: data/test-*
---

# narcolepticchicken/trace-preference-v7

<!-- ml-intern-provenance -->
## Generated by ML Intern

This dataset repository was generated by [ML Intern](https://github.com/huggingface/ml-intern), an agent for machine learning research and development on the Hugging Face Hub.

- Try ML Intern: https://smolagents-ml-intern.hf.space
- Source code: https://github.com/huggingface/ml-intern

## Usage

```python
from datasets import load_dataset

dataset = load_dataset('narcolepticchicken/trace-preference-v7')
```