XuHuang commited on
Commit
bc24429
·
verified ·
1 Parent(s): 3ebbba6

Upload folder using huggingface_hub

Browse files
mnpo_iter1/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train"]}
mnpo_iter1/train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d81f123eab4f6bb11655a722eb9efd2336f35e09606c7d9bab3700bc212574ba
3
+ size 3429128
mnpo_iter1/train/dataset_info.json ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "json",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "json",
6
+ "dataset_size": 88338109,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "/hai/scratch/fangwu97/xu/SimPO_slurm/datasets/gemma2_ultrafeedback/gemma2_ufb_part1_split1_skywork_scored.jsonl": {
10
+ "num_bytes": 91148876,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 91148876,
15
+ "features": {
16
+ "prompt_id": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "prompt": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "all_generated_responses": {
25
+ "feature": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ },
29
+ "_type": "List"
30
+ },
31
+ "all_rm_scores": {
32
+ "feature": {
33
+ "dtype": "float64",
34
+ "_type": "Value"
35
+ },
36
+ "_type": "List"
37
+ },
38
+ "chosen": {
39
+ "dtype": "string",
40
+ "_type": "Value"
41
+ },
42
+ "rejected": {
43
+ "dtype": "string",
44
+ "_type": "Value"
45
+ },
46
+ "chosen_input_ids": {
47
+ "feature": {
48
+ "dtype": "int64",
49
+ "_type": "Value"
50
+ },
51
+ "_type": "List"
52
+ },
53
+ "chosen_attention_mask": {
54
+ "feature": {
55
+ "dtype": "int64",
56
+ "_type": "Value"
57
+ },
58
+ "_type": "List"
59
+ },
60
+ "chosen_labels": {
61
+ "feature": {
62
+ "dtype": "int64",
63
+ "_type": "Value"
64
+ },
65
+ "_type": "List"
66
+ },
67
+ "rejected_input_ids": {
68
+ "feature": {
69
+ "dtype": "int64",
70
+ "_type": "Value"
71
+ },
72
+ "_type": "List"
73
+ },
74
+ "rejected_attention_mask": {
75
+ "feature": {
76
+ "dtype": "int64",
77
+ "_type": "Value"
78
+ },
79
+ "_type": "List"
80
+ },
81
+ "rejected_labels": {
82
+ "feature": {
83
+ "dtype": "int64",
84
+ "_type": "Value"
85
+ },
86
+ "_type": "List"
87
+ },
88
+ "reference_chosen_logps": {
89
+ "dtype": "float32",
90
+ "_type": "Value"
91
+ },
92
+ "reference_rejected_logps": {
93
+ "dtype": "float32",
94
+ "_type": "Value"
95
+ }
96
+ },
97
+ "homepage": "",
98
+ "license": "",
99
+ "size_in_bytes": 179486985,
100
+ "splits": {
101
+ "train": {
102
+ "name": "train",
103
+ "num_bytes": 88338109,
104
+ "num_examples": 6618,
105
+ "dataset_name": "json"
106
+ }
107
+ },
108
+ "version": {
109
+ "version_str": "0.0.0",
110
+ "major": 0,
111
+ "minor": 0,
112
+ "patch": 0
113
+ }
114
+ }
mnpo_iter1/train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "ac551b48a9500286",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }