ypwang61 commited on
Commit
ca91fc7
·
verified ·
1 Parent(s): 667639a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +77 -68
README.md CHANGED
@@ -1,68 +1,77 @@
1
- ---
2
- license: apache-2.0
3
- dataset_info:
4
- features:
5
- - name: data_source
6
- dtype: string
7
- - name: prompt
8
- list:
9
- - name: content
10
- dtype: string
11
- - name: role
12
- dtype: string
13
- - name: ability
14
- dtype: string
15
- - name: reward_model
16
- struct:
17
- - name: ground_truth
18
- dtype: string
19
- - name: style
20
- dtype: string
21
- - name: extra_info
22
- struct:
23
- - name: index
24
- dtype: int64
25
- - name: split
26
- dtype: string
27
- splits:
28
- - name: pi1
29
- num_bytes: 61568
30
- num_examples: 128
31
- - name: pi2
32
- num_bytes: 25472
33
- num_examples: 128
34
- - name: pi13
35
- num_bytes: 49152
36
- num_examples: 128
37
- - name: pi1209
38
- num_bytes: 67328
39
- num_examples: 128
40
- - name: merge_pi1_pi13
41
- num_bytes: 55360
42
- num_examples: 128
43
- - name: merge_pi1_pi2_pi13_pi1209_r128
44
- num_bytes: 50880
45
- num_examples: 128
46
- - name: dsr_sub
47
- num_bytes: 475872
48
- num_examples: 1209
49
- download_size: 243791
50
- dataset_size: 785632
51
- configs:
52
- - config_name: default
53
- data_files:
54
- - split: pi1
55
- path: data/pi1-*
56
- - split: pi2
57
- path: data/pi2-*
58
- - split: pi13
59
- path: data/pi13-*
60
- - split: pi1209
61
- path: data/pi1209-*
62
- - split: merge_pi1_pi13
63
- path: data/merge_pi1_pi13-*
64
- - split: merge_pi1_pi2_pi13_pi1209_r128
65
- path: data/merge_pi1_pi2_pi13_pi1209_r128-*
66
- - split: dsr_sub
67
- path: data/dsr_sub-*
68
- ---
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ dataset_info:
4
+ features:
5
+ - name: data_source
6
+ dtype: string
7
+ - name: prompt
8
+ list:
9
+ - name: content
10
+ dtype: string
11
+ - name: role
12
+ dtype: string
13
+ - name: ability
14
+ dtype: string
15
+ - name: reward_model
16
+ struct:
17
+ - name: ground_truth
18
+ dtype: string
19
+ - name: style
20
+ dtype: string
21
+ - name: extra_info
22
+ struct:
23
+ - name: index
24
+ dtype: int64
25
+ - name: split
26
+ dtype: string
27
+ splits:
28
+ - name: pi1
29
+ num_bytes: 61568
30
+ num_examples: 128
31
+ - name: pi2
32
+ num_bytes: 25472
33
+ num_examples: 128
34
+ - name: pi13
35
+ num_bytes: 49152
36
+ num_examples: 128
37
+ - name: pi1209
38
+ num_bytes: 67328
39
+ num_examples: 128
40
+ - name: merge_pi1_pi13
41
+ num_bytes: 55360
42
+ num_examples: 128
43
+ - name: merge_pi1_pi2_pi13_pi1209_r128
44
+ num_bytes: 50880
45
+ num_examples: 128
46
+ - name: dsr_sub
47
+ num_bytes: 475872
48
+ num_examples: 1209
49
+ download_size: 243791
50
+ dataset_size: 785632
51
+ configs:
52
+ - config_name: default
53
+ data_files:
54
+ - split: pi1
55
+ path: data/pi1-*
56
+ - split: pi2
57
+ path: data/pi2-*
58
+ - split: pi13
59
+ path: data/pi13-*
60
+ - split: pi1209
61
+ path: data/pi1209-*
62
+ - split: merge_pi1_pi13
63
+ path: data/merge_pi1_pi13-*
64
+ - split: merge_pi1_pi2_pi13_pi1209_r128
65
+ path: data/merge_pi1_pi2_pi13_pi1209_r128-*
66
+ - split: dsr_sub
67
+ path: data/dsr_sub-*
68
+ task_categories:
69
+ - text-generation
70
+ ---
71
+
72
+
73
+
74
+
75
+ This repository contains the model presented in [Reinforcement Learning for Reasoning in Large Language Models with One Training Example](https://huggingface.co/papers/2504.20571).
76
+
77
+ Code: https://github.com/ypwang61/One-Shot-RLVR