Model save
Browse files- README.md +60 -0
- all_results.json +9 -0
- config.json +30 -0
- generation_config.json +7 -0
- merges.txt +0 -0
- model.safetensors +3 -0
- runs/Jul15_23-01-23_ip-26-0-167-245/events.out.tfevents.1721084621.ip-26-0-167-245.4063478.0 +3 -0
- special_tokens_map.json +34 -0
- tokenizer.json +0 -0
- tokenizer_config.json +154 -0
- train_results.json +9 -0
- trainer_state.json +147 -0
- training_args.bin +3 -0
- vocab.json +0 -0
README.md
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: HuggingFaceTB/cosmo2-135M-webinst-sc2
|
3 |
+
tags:
|
4 |
+
- trl
|
5 |
+
- dpo
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: cosmo2-135M-webinst-sc2-dpo-helpsteer-ep1
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/loubnabnl/huggingface/runs/bh5ijwbx)
|
16 |
+
# cosmo2-135M-webinst-sc2-dpo-helpsteer-ep1
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [HuggingFaceTB/cosmo2-135M-webinst-sc2](https://huggingface.co/HuggingFaceTB/cosmo2-135M-webinst-sc2) on an unknown dataset.
|
19 |
+
|
20 |
+
## Model description
|
21 |
+
|
22 |
+
More information needed
|
23 |
+
|
24 |
+
## Intended uses & limitations
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Training and evaluation data
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training procedure
|
33 |
+
|
34 |
+
### Training hyperparameters
|
35 |
+
|
36 |
+
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 5e-06
|
38 |
+
- train_batch_size: 2
|
39 |
+
- eval_batch_size: 4
|
40 |
+
- seed: 42
|
41 |
+
- distributed_type: multi-GPU
|
42 |
+
- num_devices: 8
|
43 |
+
- gradient_accumulation_steps: 8
|
44 |
+
- total_train_batch_size: 128
|
45 |
+
- total_eval_batch_size: 32
|
46 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
+
- lr_scheduler_type: cosine
|
48 |
+
- lr_scheduler_warmup_ratio: 0.1
|
49 |
+
- num_epochs: 1
|
50 |
+
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
|
54 |
+
|
55 |
+
### Framework versions
|
56 |
+
|
57 |
+
- Transformers 4.42.3
|
58 |
+
- Pytorch 2.1.2
|
59 |
+
- Datasets 2.20.0
|
60 |
+
- Tokenizers 0.19.1
|
all_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.9872958257713249,
|
3 |
+
"total_flos": 0.0,
|
4 |
+
"train_loss": 0.6879464878755457,
|
5 |
+
"train_runtime": 373.787,
|
6 |
+
"train_samples": 8806,
|
7 |
+
"train_samples_per_second": 23.559,
|
8 |
+
"train_steps_per_second": 0.182
|
9 |
+
}
|
config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "HuggingFaceTB/cosmo2-135M-webinst-sc2",
|
3 |
+
"architectures": [
|
4 |
+
"LlamaForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 1,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"hidden_act": "silu",
|
11 |
+
"hidden_size": 576,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 1536,
|
14 |
+
"max_position_embeddings": 2048,
|
15 |
+
"mlp_bias": false,
|
16 |
+
"model_type": "llama",
|
17 |
+
"num_attention_heads": 9,
|
18 |
+
"num_hidden_layers": 30,
|
19 |
+
"num_key_value_heads": 3,
|
20 |
+
"pad_token_id": 2,
|
21 |
+
"pretraining_tp": 1,
|
22 |
+
"rms_norm_eps": 1e-05,
|
23 |
+
"rope_scaling": null,
|
24 |
+
"rope_theta": 10000.0,
|
25 |
+
"tie_word_embeddings": true,
|
26 |
+
"torch_dtype": "bfloat16",
|
27 |
+
"transformers_version": "4.42.3",
|
28 |
+
"use_cache": false,
|
29 |
+
"vocab_size": 49152
|
30 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"pad_token_id": 2,
|
6 |
+
"transformers_version": "4.42.3"
|
7 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33e43441217210b529ffc7a25b90cb17a82e3ada35b4c3bde44287eace3ffa0d
|
3 |
+
size 269060552
|
runs/Jul15_23-01-23_ip-26-0-167-245/events.out.tfevents.1721084621.ip-26-0-167-245.4063478.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:137a44c3c12285b0d9da936a6a99d7456d661f209fb349d8357a02f35eeda4a3
|
3 |
+
size 10291
|
special_tokens_map.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>"
|
5 |
+
],
|
6 |
+
"bos_token": {
|
7 |
+
"content": "<|im_start|>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false
|
12 |
+
},
|
13 |
+
"eos_token": {
|
14 |
+
"content": "<|im_end|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false
|
19 |
+
},
|
20 |
+
"pad_token": {
|
21 |
+
"content": "<|im_end|>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false
|
26 |
+
},
|
27 |
+
"unk_token": {
|
28 |
+
"content": "<|endoftext|>",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false
|
33 |
+
}
|
34 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,154 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"0": {
|
5 |
+
"content": "<|endoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"1": {
|
13 |
+
"content": "<|im_start|>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"2": {
|
21 |
+
"content": "<|im_end|>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
},
|
28 |
+
"3": {
|
29 |
+
"content": "<repo_name>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": false,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false,
|
34 |
+
"special": true
|
35 |
+
},
|
36 |
+
"4": {
|
37 |
+
"content": "<reponame>",
|
38 |
+
"lstrip": false,
|
39 |
+
"normalized": false,
|
40 |
+
"rstrip": false,
|
41 |
+
"single_word": false,
|
42 |
+
"special": true
|
43 |
+
},
|
44 |
+
"5": {
|
45 |
+
"content": "<file_sep>",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": false,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false,
|
50 |
+
"special": true
|
51 |
+
},
|
52 |
+
"6": {
|
53 |
+
"content": "<filename>",
|
54 |
+
"lstrip": false,
|
55 |
+
"normalized": false,
|
56 |
+
"rstrip": false,
|
57 |
+
"single_word": false,
|
58 |
+
"special": true
|
59 |
+
},
|
60 |
+
"7": {
|
61 |
+
"content": "<gh_stars>",
|
62 |
+
"lstrip": false,
|
63 |
+
"normalized": false,
|
64 |
+
"rstrip": false,
|
65 |
+
"single_word": false,
|
66 |
+
"special": true
|
67 |
+
},
|
68 |
+
"8": {
|
69 |
+
"content": "<issue_start>",
|
70 |
+
"lstrip": false,
|
71 |
+
"normalized": false,
|
72 |
+
"rstrip": false,
|
73 |
+
"single_word": false,
|
74 |
+
"special": true
|
75 |
+
},
|
76 |
+
"9": {
|
77 |
+
"content": "<issue_comment>",
|
78 |
+
"lstrip": false,
|
79 |
+
"normalized": false,
|
80 |
+
"rstrip": false,
|
81 |
+
"single_word": false,
|
82 |
+
"special": true
|
83 |
+
},
|
84 |
+
"10": {
|
85 |
+
"content": "<issue_closed>",
|
86 |
+
"lstrip": false,
|
87 |
+
"normalized": false,
|
88 |
+
"rstrip": false,
|
89 |
+
"single_word": false,
|
90 |
+
"special": true
|
91 |
+
},
|
92 |
+
"11": {
|
93 |
+
"content": "<jupyter_start>",
|
94 |
+
"lstrip": false,
|
95 |
+
"normalized": false,
|
96 |
+
"rstrip": false,
|
97 |
+
"single_word": false,
|
98 |
+
"special": true
|
99 |
+
},
|
100 |
+
"12": {
|
101 |
+
"content": "<jupyter_text>",
|
102 |
+
"lstrip": false,
|
103 |
+
"normalized": false,
|
104 |
+
"rstrip": false,
|
105 |
+
"single_word": false,
|
106 |
+
"special": true
|
107 |
+
},
|
108 |
+
"13": {
|
109 |
+
"content": "<jupyter_code>",
|
110 |
+
"lstrip": false,
|
111 |
+
"normalized": false,
|
112 |
+
"rstrip": false,
|
113 |
+
"single_word": false,
|
114 |
+
"special": true
|
115 |
+
},
|
116 |
+
"14": {
|
117 |
+
"content": "<jupyter_output>",
|
118 |
+
"lstrip": false,
|
119 |
+
"normalized": false,
|
120 |
+
"rstrip": false,
|
121 |
+
"single_word": false,
|
122 |
+
"special": true
|
123 |
+
},
|
124 |
+
"15": {
|
125 |
+
"content": "<jupyter_script>",
|
126 |
+
"lstrip": false,
|
127 |
+
"normalized": false,
|
128 |
+
"rstrip": false,
|
129 |
+
"single_word": false,
|
130 |
+
"special": true
|
131 |
+
},
|
132 |
+
"16": {
|
133 |
+
"content": "<empty_output>",
|
134 |
+
"lstrip": false,
|
135 |
+
"normalized": false,
|
136 |
+
"rstrip": false,
|
137 |
+
"single_word": false,
|
138 |
+
"special": true
|
139 |
+
}
|
140 |
+
},
|
141 |
+
"additional_special_tokens": [
|
142 |
+
"<|im_start|>",
|
143 |
+
"<|im_end|>"
|
144 |
+
],
|
145 |
+
"bos_token": "<|im_start|>",
|
146 |
+
"chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
147 |
+
"clean_up_tokenization_spaces": false,
|
148 |
+
"eos_token": "<|im_end|>",
|
149 |
+
"model_max_length": 2048,
|
150 |
+
"pad_token": "<|im_end|>",
|
151 |
+
"tokenizer_class": "GPT2Tokenizer",
|
152 |
+
"unk_token": "<|endoftext|>",
|
153 |
+
"vocab_size": 49152
|
154 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.9872958257713249,
|
3 |
+
"total_flos": 0.0,
|
4 |
+
"train_loss": 0.6879464878755457,
|
5 |
+
"train_runtime": 373.787,
|
6 |
+
"train_samples": 8806,
|
7 |
+
"train_samples_per_second": 23.559,
|
8 |
+
"train_steps_per_second": 0.182
|
9 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,147 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.9872958257713249,
|
5 |
+
"eval_steps": 100,
|
6 |
+
"global_step": 68,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.014519056261343012,
|
13 |
+
"grad_norm": 2.4859837489271306,
|
14 |
+
"learning_rate": 7.142857142857143e-07,
|
15 |
+
"logits/chosen": 0.09337720274925232,
|
16 |
+
"logits/rejected": 0.09554587304592133,
|
17 |
+
"logps/chosen": -152.76107788085938,
|
18 |
+
"logps/rejected": -188.5344696044922,
|
19 |
+
"loss": 0.6931,
|
20 |
+
"rewards/accuracies": 0.0,
|
21 |
+
"rewards/chosen": 0.0,
|
22 |
+
"rewards/margins": 0.0,
|
23 |
+
"rewards/rejected": 0.0,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.14519056261343014,
|
28 |
+
"grad_norm": 1.9129959728137063,
|
29 |
+
"learning_rate": 4.970219740227693e-06,
|
30 |
+
"logits/chosen": 0.5112766027450562,
|
31 |
+
"logits/rejected": 0.892162561416626,
|
32 |
+
"logps/chosen": -149.86944580078125,
|
33 |
+
"logps/rejected": -192.12844848632812,
|
34 |
+
"loss": 0.6935,
|
35 |
+
"rewards/accuracies": 0.3958333432674408,
|
36 |
+
"rewards/chosen": -0.0032075627241283655,
|
37 |
+
"rewards/margins": -0.0028414721600711346,
|
38 |
+
"rewards/rejected": -0.0003660905349534005,
|
39 |
+
"step": 10
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.29038112522686027,
|
43 |
+
"grad_norm": 6.387926383082319,
|
44 |
+
"learning_rate": 4.460299516441777e-06,
|
45 |
+
"logits/chosen": 0.7456380128860474,
|
46 |
+
"logits/rejected": 0.9128583073616028,
|
47 |
+
"logps/chosen": -145.0723876953125,
|
48 |
+
"logps/rejected": -185.00823974609375,
|
49 |
+
"loss": 0.692,
|
50 |
+
"rewards/accuracies": 0.5249999761581421,
|
51 |
+
"rewards/chosen": -0.002810679841786623,
|
52 |
+
"rewards/margins": -0.0024495997931808233,
|
53 |
+
"rewards/rejected": -0.00036108028143644333,
|
54 |
+
"step": 20
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"epoch": 0.4355716878402904,
|
58 |
+
"grad_norm": 2.851603494816296,
|
59 |
+
"learning_rate": 3.441819734087963e-06,
|
60 |
+
"logits/chosen": 0.6626991033554077,
|
61 |
+
"logits/rejected": 0.8471162915229797,
|
62 |
+
"logps/chosen": -145.3153076171875,
|
63 |
+
"logps/rejected": -191.17898559570312,
|
64 |
+
"loss": 0.6882,
|
65 |
+
"rewards/accuracies": 0.53125,
|
66 |
+
"rewards/chosen": -0.002587886294350028,
|
67 |
+
"rewards/margins": 0.008108791895210743,
|
68 |
+
"rewards/rejected": -0.010696678422391415,
|
69 |
+
"step": 30
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 0.5807622504537205,
|
73 |
+
"grad_norm": 2.4335402011634337,
|
74 |
+
"learning_rate": 2.1790041121336223e-06,
|
75 |
+
"logits/chosen": 0.8962385058403015,
|
76 |
+
"logits/rejected": 1.0721851587295532,
|
77 |
+
"logps/chosen": -192.60690307617188,
|
78 |
+
"logps/rejected": -232.34994506835938,
|
79 |
+
"loss": 0.6874,
|
80 |
+
"rewards/accuracies": 0.543749988079071,
|
81 |
+
"rewards/chosen": -0.022678321227431297,
|
82 |
+
"rewards/margins": 0.01420576311647892,
|
83 |
+
"rewards/rejected": -0.03688408061861992,
|
84 |
+
"step": 40
|
85 |
+
},
|
86 |
+
{
|
87 |
+
"epoch": 0.7259528130671506,
|
88 |
+
"grad_norm": 4.774287308012212,
|
89 |
+
"learning_rate": 9.994642986290797e-07,
|
90 |
+
"logits/chosen": 0.9905160665512085,
|
91 |
+
"logits/rejected": 1.3741340637207031,
|
92 |
+
"logps/chosen": -162.32839965820312,
|
93 |
+
"logps/rejected": -209.26821899414062,
|
94 |
+
"loss": 0.6823,
|
95 |
+
"rewards/accuracies": 0.59375,
|
96 |
+
"rewards/chosen": -0.002683633007109165,
|
97 |
+
"rewards/margins": 0.022018445655703545,
|
98 |
+
"rewards/rejected": -0.024702081456780434,
|
99 |
+
"step": 50
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 0.8711433756805808,
|
103 |
+
"grad_norm": 3.010894871763621,
|
104 |
+
"learning_rate": 2.092077387824884e-07,
|
105 |
+
"logits/chosen": 0.9261436462402344,
|
106 |
+
"logits/rejected": 1.0222227573394775,
|
107 |
+
"logps/chosen": -149.97549438476562,
|
108 |
+
"logps/rejected": -182.0010528564453,
|
109 |
+
"loss": 0.6835,
|
110 |
+
"rewards/accuracies": 0.625,
|
111 |
+
"rewards/chosen": -0.006383872590959072,
|
112 |
+
"rewards/margins": 0.01851298287510872,
|
113 |
+
"rewards/rejected": -0.024896854534745216,
|
114 |
+
"step": 60
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.9872958257713249,
|
118 |
+
"step": 68,
|
119 |
+
"total_flos": 0.0,
|
120 |
+
"train_loss": 0.6879464878755457,
|
121 |
+
"train_runtime": 373.787,
|
122 |
+
"train_samples_per_second": 23.559,
|
123 |
+
"train_steps_per_second": 0.182
|
124 |
+
}
|
125 |
+
],
|
126 |
+
"logging_steps": 10,
|
127 |
+
"max_steps": 68,
|
128 |
+
"num_input_tokens_seen": 0,
|
129 |
+
"num_train_epochs": 1,
|
130 |
+
"save_steps": 500,
|
131 |
+
"stateful_callbacks": {
|
132 |
+
"TrainerControl": {
|
133 |
+
"args": {
|
134 |
+
"should_epoch_stop": false,
|
135 |
+
"should_evaluate": false,
|
136 |
+
"should_log": false,
|
137 |
+
"should_save": false,
|
138 |
+
"should_training_stop": false
|
139 |
+
},
|
140 |
+
"attributes": {}
|
141 |
+
}
|
142 |
+
},
|
143 |
+
"total_flos": 0.0,
|
144 |
+
"train_batch_size": 2,
|
145 |
+
"trial_name": null,
|
146 |
+
"trial_params": null
|
147 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1814eb0fd93a0e71c87ba00ea1cd711059a7d8a7330086cef2bc0cc556aa6647
|
3 |
+
size 6520
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|