File size: 1,790 Bytes
22a3294
 
08b2408
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93f31cc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22a3294
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
08b2408
 
 
 
 
 
93f31cc
 
 
 
 
 
22a3294
 
 
 
 
 
 
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
---
dataset_info:
- config_name: gspo
  features:
  - name: prompt
    dtype: string
  - name: answer
    dtype: string
  - name: domain
    dtype: string
  - name: type
    dtype: string
  - name: difficulty
    dtype: string
  splits:
  - name: train
    num_bytes: 6562375
    num_examples: 14250
  - name: test
    num_bytes: 345388
    num_examples: 750
  download_size: 1501037
  dataset_size: 6907763
- config_name: preference
  features:
  - name: prompt
    dtype: string
  - name: chosen
    dtype: string
  - name: rejected
    dtype: string
  - name: domain
    dtype: string
  - name: chosen_model
    dtype: string
  - name: rejected_model
    dtype: string
  - name: chosen_questions
    dtype: int64
  - name: rejected_questions
    dtype: int64
  splits:
  - name: train
    num_bytes: 50107976
    num_examples: 11967
  - name: test
    num_bytes: 2637923
    num_examples: 630
  download_size: 20538999
  dataset_size: 52745899
- config_name: sft
  features:
  - name: instruction
    dtype: string
  - name: output
    dtype: string
  - name: domain
    dtype: string
  - name: type
    dtype: string
  - name: difficulty
    dtype: string
  - name: teacher_model
    dtype: string
  - name: source
    dtype: string
  splits:
  - name: train
    num_bytes: 209870717
    num_examples: 38330
  - name: test
    num_bytes: 11049285
    num_examples: 2018
  download_size: 88505027
  dataset_size: 220920002
configs:
- config_name: gspo
  data_files:
  - split: train
    path: gspo/train-*
  - split: test
    path: gspo/test-*
- config_name: preference
  data_files:
  - split: train
    path: preference/train-*
  - split: test
    path: preference/test-*
- config_name: sft
  data_files:
  - split: train
    path: sft/train-*
  - split: test
    path: sft/test-*
---