File size: 1,279 Bytes
14b3370
 
 
 
 
 
 
 
 
1d971b4
14b3370
 
388ff2d
 
 
 
 
14b3370
388ff2d
 
 
 
 
14b3370
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dd0805e
14b3370
dd0805e
 
14b3370
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: conversation_id
    dtype: string
  - name: tulu_id
    dtype: string
  - name: source
    dtype: string
  - name: prompt
    dtype: string
  - name: chosen
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: rejected
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: intent
    dtype: string
  - name: knowledge
    dtype: string
  - name: difficulty
    dtype: string
  - name: difficulty_generator
    dtype: string
  - name: input_quality
    dtype: string
  - name: quality_explanation
    dtype: string
  - name: quality_generator
    dtype: string
  - name: task_category
    dtype: string
  - name: other_task_category
    sequence: string
  - name: task_category_generator
    dtype: string
  - name: llama_guard_2
    dtype: string
  - name: chosen_instruct_reward
    dtype: float64
  - name: rejected_instruct_reward
    dtype: float64
  - name: reward_model
    dtype: string
  - name: language
    dtype: string
  splits:
  - name: train
    num_bytes: 1967037997
    num_examples: 272898
  download_size: 986574467
  dataset_size: 1967037997
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---