Training in progress, step 200, checkpoint
Browse files- last-checkpoint/README.md +209 -0
- last-checkpoint/adapter_config.json +38 -0
- last-checkpoint/adapter_model.safetensors +3 -0
- last-checkpoint/merges.txt +0 -0
- last-checkpoint/optimizer.pt +3 -0
- last-checkpoint/rng_state.pth +3 -0
- last-checkpoint/scheduler.pt +3 -0
- last-checkpoint/special_tokens_map.json +30 -0
- last-checkpoint/tokenizer.json +0 -0
- last-checkpoint/tokenizer_config.json +28 -0
- last-checkpoint/trainer_state.json +334 -0
- last-checkpoint/training_args.bin +3 -0
- last-checkpoint/vocab.json +0 -0
last-checkpoint/README.md
ADDED
|
@@ -0,0 +1,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: AymenELKani/codeReasoningGPT-v2
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:AymenELKani/codeReasoningGPT-v2
|
| 7 |
+
- dpo
|
| 8 |
+
- lora
|
| 9 |
+
- transformers
|
| 10 |
+
- trl
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Model Card for Model ID
|
| 14 |
+
|
| 15 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
## Model Details
|
| 20 |
+
|
| 21 |
+
### Model Description
|
| 22 |
+
|
| 23 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
- **Developed by:** [More Information Needed]
|
| 28 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 29 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 30 |
+
- **Model type:** [More Information Needed]
|
| 31 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 32 |
+
- **License:** [More Information Needed]
|
| 33 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 34 |
+
|
| 35 |
+
### Model Sources [optional]
|
| 36 |
+
|
| 37 |
+
<!-- Provide the basic links for the model. -->
|
| 38 |
+
|
| 39 |
+
- **Repository:** [More Information Needed]
|
| 40 |
+
- **Paper [optional]:** [More Information Needed]
|
| 41 |
+
- **Demo [optional]:** [More Information Needed]
|
| 42 |
+
|
| 43 |
+
## Uses
|
| 44 |
+
|
| 45 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 46 |
+
|
| 47 |
+
### Direct Use
|
| 48 |
+
|
| 49 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 50 |
+
|
| 51 |
+
[More Information Needed]
|
| 52 |
+
|
| 53 |
+
### Downstream Use [optional]
|
| 54 |
+
|
| 55 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 56 |
+
|
| 57 |
+
[More Information Needed]
|
| 58 |
+
|
| 59 |
+
### Out-of-Scope Use
|
| 60 |
+
|
| 61 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 62 |
+
|
| 63 |
+
[More Information Needed]
|
| 64 |
+
|
| 65 |
+
## Bias, Risks, and Limitations
|
| 66 |
+
|
| 67 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 68 |
+
|
| 69 |
+
[More Information Needed]
|
| 70 |
+
|
| 71 |
+
### Recommendations
|
| 72 |
+
|
| 73 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 74 |
+
|
| 75 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 76 |
+
|
| 77 |
+
## How to Get Started with the Model
|
| 78 |
+
|
| 79 |
+
Use the code below to get started with the model.
|
| 80 |
+
|
| 81 |
+
[More Information Needed]
|
| 82 |
+
|
| 83 |
+
## Training Details
|
| 84 |
+
|
| 85 |
+
### Training Data
|
| 86 |
+
|
| 87 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 88 |
+
|
| 89 |
+
[More Information Needed]
|
| 90 |
+
|
| 91 |
+
### Training Procedure
|
| 92 |
+
|
| 93 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 94 |
+
|
| 95 |
+
#### Preprocessing [optional]
|
| 96 |
+
|
| 97 |
+
[More Information Needed]
|
| 98 |
+
|
| 99 |
+
|
| 100 |
+
#### Training Hyperparameters
|
| 101 |
+
|
| 102 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 103 |
+
|
| 104 |
+
#### Speeds, Sizes, Times [optional]
|
| 105 |
+
|
| 106 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 107 |
+
|
| 108 |
+
[More Information Needed]
|
| 109 |
+
|
| 110 |
+
## Evaluation
|
| 111 |
+
|
| 112 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 113 |
+
|
| 114 |
+
### Testing Data, Factors & Metrics
|
| 115 |
+
|
| 116 |
+
#### Testing Data
|
| 117 |
+
|
| 118 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 119 |
+
|
| 120 |
+
[More Information Needed]
|
| 121 |
+
|
| 122 |
+
#### Factors
|
| 123 |
+
|
| 124 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 125 |
+
|
| 126 |
+
[More Information Needed]
|
| 127 |
+
|
| 128 |
+
#### Metrics
|
| 129 |
+
|
| 130 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 131 |
+
|
| 132 |
+
[More Information Needed]
|
| 133 |
+
|
| 134 |
+
### Results
|
| 135 |
+
|
| 136 |
+
[More Information Needed]
|
| 137 |
+
|
| 138 |
+
#### Summary
|
| 139 |
+
|
| 140 |
+
|
| 141 |
+
|
| 142 |
+
## Model Examination [optional]
|
| 143 |
+
|
| 144 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 145 |
+
|
| 146 |
+
[More Information Needed]
|
| 147 |
+
|
| 148 |
+
## Environmental Impact
|
| 149 |
+
|
| 150 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 151 |
+
|
| 152 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 153 |
+
|
| 154 |
+
- **Hardware Type:** [More Information Needed]
|
| 155 |
+
- **Hours used:** [More Information Needed]
|
| 156 |
+
- **Cloud Provider:** [More Information Needed]
|
| 157 |
+
- **Compute Region:** [More Information Needed]
|
| 158 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 159 |
+
|
| 160 |
+
## Technical Specifications [optional]
|
| 161 |
+
|
| 162 |
+
### Model Architecture and Objective
|
| 163 |
+
|
| 164 |
+
[More Information Needed]
|
| 165 |
+
|
| 166 |
+
### Compute Infrastructure
|
| 167 |
+
|
| 168 |
+
[More Information Needed]
|
| 169 |
+
|
| 170 |
+
#### Hardware
|
| 171 |
+
|
| 172 |
+
[More Information Needed]
|
| 173 |
+
|
| 174 |
+
#### Software
|
| 175 |
+
|
| 176 |
+
[More Information Needed]
|
| 177 |
+
|
| 178 |
+
## Citation [optional]
|
| 179 |
+
|
| 180 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 181 |
+
|
| 182 |
+
**BibTeX:**
|
| 183 |
+
|
| 184 |
+
[More Information Needed]
|
| 185 |
+
|
| 186 |
+
**APA:**
|
| 187 |
+
|
| 188 |
+
[More Information Needed]
|
| 189 |
+
|
| 190 |
+
## Glossary [optional]
|
| 191 |
+
|
| 192 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 193 |
+
|
| 194 |
+
[More Information Needed]
|
| 195 |
+
|
| 196 |
+
## More Information [optional]
|
| 197 |
+
|
| 198 |
+
[More Information Needed]
|
| 199 |
+
|
| 200 |
+
## Model Card Authors [optional]
|
| 201 |
+
|
| 202 |
+
[More Information Needed]
|
| 203 |
+
|
| 204 |
+
## Model Card Contact
|
| 205 |
+
|
| 206 |
+
[More Information Needed]
|
| 207 |
+
### Framework versions
|
| 208 |
+
|
| 209 |
+
- PEFT 0.17.1
|
last-checkpoint/adapter_config.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "AymenELKani/codeReasoningGPT-v2",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": false,
|
| 10 |
+
"inference_mode": true,
|
| 11 |
+
"init_lora_weights": true,
|
| 12 |
+
"layer_replication": null,
|
| 13 |
+
"layers_pattern": null,
|
| 14 |
+
"layers_to_transform": null,
|
| 15 |
+
"loftq_config": {},
|
| 16 |
+
"lora_alpha": 32,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.05,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"qalora_group_size": 16,
|
| 24 |
+
"r": 16,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"target_modules": [
|
| 28 |
+
"c_fc",
|
| 29 |
+
"c_attn",
|
| 30 |
+
"c_proj"
|
| 31 |
+
],
|
| 32 |
+
"target_parameters": null,
|
| 33 |
+
"task_type": "CAUSAL_LM",
|
| 34 |
+
"trainable_token_indices": null,
|
| 35 |
+
"use_dora": false,
|
| 36 |
+
"use_qalora": false,
|
| 37 |
+
"use_rslora": false
|
| 38 |
+
}
|
last-checkpoint/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e45121682c0f97e75daad84c4e3f6088d1c964982f3ebecc6bcc18485c976e4
|
| 3 |
+
size 9449344
|
last-checkpoint/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
last-checkpoint/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:85ef4eb87482c88c6e61c72e659993d37e7a920cd89be6279259ead7a9d3de4e
|
| 3 |
+
size 18957003
|
last-checkpoint/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61c19bab1174704a4a4441475683bf1270277af15d2e2c95e964789128e482c4
|
| 3 |
+
size 14645
|
last-checkpoint/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:17a7ce1a7b7a584520d691f14ba8f7bf28c1affc10dcdcf4a387bb5410bb8239
|
| 3 |
+
size 1465
|
last-checkpoint/special_tokens_map.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<|endoftext|>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": true,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "<|endoftext|>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": true,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": {
|
| 17 |
+
"content": "<|endoftext|>",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": true,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
},
|
| 23 |
+
"unk_token": {
|
| 24 |
+
"content": "<|endoftext|>",
|
| 25 |
+
"lstrip": false,
|
| 26 |
+
"normalized": true,
|
| 27 |
+
"rstrip": false,
|
| 28 |
+
"single_word": false
|
| 29 |
+
}
|
| 30 |
+
}
|
last-checkpoint/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
last-checkpoint/tokenizer_config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"50256": {
|
| 5 |
+
"content": "<|endoftext|>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": true,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
}
|
| 12 |
+
},
|
| 13 |
+
"bos_token": "<|endoftext|>",
|
| 14 |
+
"clean_up_tokenization_spaces": false,
|
| 15 |
+
"eos_token": "<|endoftext|>",
|
| 16 |
+
"extra_special_tokens": {},
|
| 17 |
+
"max_length": 512,
|
| 18 |
+
"model_max_length": 1024,
|
| 19 |
+
"pad_to_multiple_of": null,
|
| 20 |
+
"pad_token": "<|endoftext|>",
|
| 21 |
+
"pad_token_type_id": 0,
|
| 22 |
+
"padding_side": "right",
|
| 23 |
+
"stride": 0,
|
| 24 |
+
"tokenizer_class": "GPT2Tokenizer",
|
| 25 |
+
"truncation_side": "right",
|
| 26 |
+
"truncation_strategy": "longest_first",
|
| 27 |
+
"unk_token": "<|endoftext|>"
|
| 28 |
+
}
|
last-checkpoint/trainer_state.json
ADDED
|
@@ -0,0 +1,334 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.11927836588638735,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 200,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"epoch": 0.005963918294319368,
|
| 14 |
+
"grad_norm": 19.664148330688477,
|
| 15 |
+
"learning_rate": 4.5e-06,
|
| 16 |
+
"logits/chosen": -61.68421173095703,
|
| 17 |
+
"logits/rejected": -59.81378936767578,
|
| 18 |
+
"logps/chosen": -3847.377685546875,
|
| 19 |
+
"logps/rejected": -3732.838623046875,
|
| 20 |
+
"loss": 0.6957,
|
| 21 |
+
"rewards/accuracies": 0.4749999940395355,
|
| 22 |
+
"rewards/chosen": 0.009157716296613216,
|
| 23 |
+
"rewards/margins": 0.04523131996393204,
|
| 24 |
+
"rewards/rejected": -0.036073606461286545,
|
| 25 |
+
"step": 10
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"epoch": 0.011927836588638736,
|
| 29 |
+
"grad_norm": 27.623851776123047,
|
| 30 |
+
"learning_rate": 9.5e-06,
|
| 31 |
+
"logits/chosen": -62.0186767578125,
|
| 32 |
+
"logits/rejected": -62.229949951171875,
|
| 33 |
+
"logps/chosen": -3975.751953125,
|
| 34 |
+
"logps/rejected": -3489.30615234375,
|
| 35 |
+
"loss": 0.6545,
|
| 36 |
+
"rewards/accuracies": 0.6000000238418579,
|
| 37 |
+
"rewards/chosen": 0.3238146901130676,
|
| 38 |
+
"rewards/margins": 0.1601802110671997,
|
| 39 |
+
"rewards/rejected": 0.1636344939470291,
|
| 40 |
+
"step": 20
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"epoch": 0.017891754882958102,
|
| 44 |
+
"grad_norm": 27.4714412689209,
|
| 45 |
+
"learning_rate": 1.45e-05,
|
| 46 |
+
"logits/chosen": -61.2970085144043,
|
| 47 |
+
"logits/rejected": -60.396812438964844,
|
| 48 |
+
"logps/chosen": -3610.776123046875,
|
| 49 |
+
"logps/rejected": -3742.642578125,
|
| 50 |
+
"loss": 0.582,
|
| 51 |
+
"rewards/accuracies": 0.7250000238418579,
|
| 52 |
+
"rewards/chosen": 1.0766934156417847,
|
| 53 |
+
"rewards/margins": 0.32587307691574097,
|
| 54 |
+
"rewards/rejected": 0.7508202791213989,
|
| 55 |
+
"step": 30
|
| 56 |
+
},
|
| 57 |
+
{
|
| 58 |
+
"epoch": 0.02385567317727747,
|
| 59 |
+
"grad_norm": 11.324883460998535,
|
| 60 |
+
"learning_rate": 1.9500000000000003e-05,
|
| 61 |
+
"logits/chosen": -57.98284149169922,
|
| 62 |
+
"logits/rejected": -58.55870819091797,
|
| 63 |
+
"logps/chosen": -3499.75732421875,
|
| 64 |
+
"logps/rejected": -3155.265625,
|
| 65 |
+
"loss": 0.465,
|
| 66 |
+
"rewards/accuracies": 0.800000011920929,
|
| 67 |
+
"rewards/chosen": 2.3674192428588867,
|
| 68 |
+
"rewards/margins": 0.7249017357826233,
|
| 69 |
+
"rewards/rejected": 1.6425174474716187,
|
| 70 |
+
"step": 40
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"epoch": 0.029819591471596837,
|
| 74 |
+
"grad_norm": 20.27655601501465,
|
| 75 |
+
"learning_rate": 2.45e-05,
|
| 76 |
+
"logits/chosen": -58.64543914794922,
|
| 77 |
+
"logits/rejected": -56.548179626464844,
|
| 78 |
+
"logps/chosen": -3525.67431640625,
|
| 79 |
+
"logps/rejected": -3034.49267578125,
|
| 80 |
+
"loss": 0.5633,
|
| 81 |
+
"rewards/accuracies": 0.800000011920929,
|
| 82 |
+
"rewards/chosen": 6.382194519042969,
|
| 83 |
+
"rewards/margins": 2.046049118041992,
|
| 84 |
+
"rewards/rejected": 4.336145877838135,
|
| 85 |
+
"step": 50
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"epoch": 0.035783509765916204,
|
| 89 |
+
"grad_norm": 65.18791961669922,
|
| 90 |
+
"learning_rate": 2.95e-05,
|
| 91 |
+
"logits/chosen": -57.381561279296875,
|
| 92 |
+
"logits/rejected": -56.21010208129883,
|
| 93 |
+
"logps/chosen": -3934.571533203125,
|
| 94 |
+
"logps/rejected": -3834.8515625,
|
| 95 |
+
"loss": 0.2975,
|
| 96 |
+
"rewards/accuracies": 0.824999988079071,
|
| 97 |
+
"rewards/chosen": 10.051956176757812,
|
| 98 |
+
"rewards/margins": 2.9109206199645996,
|
| 99 |
+
"rewards/rejected": 7.141035556793213,
|
| 100 |
+
"step": 60
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"epoch": 0.04174742806023558,
|
| 104 |
+
"grad_norm": 3.803753614425659,
|
| 105 |
+
"learning_rate": 3.45e-05,
|
| 106 |
+
"logits/chosen": -58.149757385253906,
|
| 107 |
+
"logits/rejected": -57.435768127441406,
|
| 108 |
+
"logps/chosen": -3799.5859375,
|
| 109 |
+
"logps/rejected": -3451.617919921875,
|
| 110 |
+
"loss": 0.6205,
|
| 111 |
+
"rewards/accuracies": 0.875,
|
| 112 |
+
"rewards/chosen": 9.363242149353027,
|
| 113 |
+
"rewards/margins": 3.4164345264434814,
|
| 114 |
+
"rewards/rejected": 5.946808815002441,
|
| 115 |
+
"step": 70
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.04771134635455494,
|
| 119 |
+
"grad_norm": 27.553604125976562,
|
| 120 |
+
"learning_rate": 3.9500000000000005e-05,
|
| 121 |
+
"logits/chosen": -59.83305740356445,
|
| 122 |
+
"logits/rejected": -59.072486877441406,
|
| 123 |
+
"logps/chosen": -3933.164794921875,
|
| 124 |
+
"logps/rejected": -3912.46240234375,
|
| 125 |
+
"loss": 0.5561,
|
| 126 |
+
"rewards/accuracies": 0.875,
|
| 127 |
+
"rewards/chosen": 8.799053192138672,
|
| 128 |
+
"rewards/margins": 4.589492321014404,
|
| 129 |
+
"rewards/rejected": 4.209560871124268,
|
| 130 |
+
"step": 80
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"epoch": 0.05367526464887431,
|
| 134 |
+
"grad_norm": 4.916882514953613,
|
| 135 |
+
"learning_rate": 4.4500000000000004e-05,
|
| 136 |
+
"logits/chosen": -58.64013671875,
|
| 137 |
+
"logits/rejected": -58.137168884277344,
|
| 138 |
+
"logps/chosen": -3592.069580078125,
|
| 139 |
+
"logps/rejected": -3692.88427734375,
|
| 140 |
+
"loss": 0.2698,
|
| 141 |
+
"rewards/accuracies": 0.949999988079071,
|
| 142 |
+
"rewards/chosen": 6.715191841125488,
|
| 143 |
+
"rewards/margins": 4.236520290374756,
|
| 144 |
+
"rewards/rejected": 2.4786713123321533,
|
| 145 |
+
"step": 90
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"epoch": 0.059639182943193675,
|
| 149 |
+
"grad_norm": 39.796302795410156,
|
| 150 |
+
"learning_rate": 4.9500000000000004e-05,
|
| 151 |
+
"logits/chosen": -58.97795867919922,
|
| 152 |
+
"logits/rejected": -60.2847785949707,
|
| 153 |
+
"logps/chosen": -3994.854248046875,
|
| 154 |
+
"logps/rejected": -4313.3271484375,
|
| 155 |
+
"loss": 0.2365,
|
| 156 |
+
"rewards/accuracies": 0.925000011920929,
|
| 157 |
+
"rewards/chosen": 8.663000106811523,
|
| 158 |
+
"rewards/margins": 4.546173095703125,
|
| 159 |
+
"rewards/rejected": 4.11682653427124,
|
| 160 |
+
"step": 100
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"epoch": 0.06560310123751305,
|
| 164 |
+
"grad_norm": 3.1577208042144775,
|
| 165 |
+
"learning_rate": 4.9999056250036984e-05,
|
| 166 |
+
"logits/chosen": -58.68115234375,
|
| 167 |
+
"logits/rejected": -58.9907341003418,
|
| 168 |
+
"logps/chosen": -3749.045654296875,
|
| 169 |
+
"logps/rejected": -3762.167236328125,
|
| 170 |
+
"loss": 0.0366,
|
| 171 |
+
"rewards/accuracies": 1.0,
|
| 172 |
+
"rewards/chosen": 11.467626571655273,
|
| 173 |
+
"rewards/margins": 5.942251682281494,
|
| 174 |
+
"rewards/rejected": 5.525373935699463,
|
| 175 |
+
"step": 110
|
| 176 |
+
},
|
| 177 |
+
{
|
| 178 |
+
"epoch": 0.07156701953183241,
|
| 179 |
+
"grad_norm": 3.2147419452667236,
|
| 180 |
+
"learning_rate": 4.999579399596396e-05,
|
| 181 |
+
"logits/chosen": -56.03290939331055,
|
| 182 |
+
"logits/rejected": -56.16686248779297,
|
| 183 |
+
"logps/chosen": -3634.969482421875,
|
| 184 |
+
"logps/rejected": -3742.016845703125,
|
| 185 |
+
"loss": 0.2662,
|
| 186 |
+
"rewards/accuracies": 0.949999988079071,
|
| 187 |
+
"rewards/chosen": 18.00886344909668,
|
| 188 |
+
"rewards/margins": 8.250906944274902,
|
| 189 |
+
"rewards/rejected": 9.757956504821777,
|
| 190 |
+
"step": 120
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"epoch": 0.07753093782615178,
|
| 194 |
+
"grad_norm": 0.006837156601250172,
|
| 195 |
+
"learning_rate": 4.9990201890548246e-05,
|
| 196 |
+
"logits/chosen": -53.0700569152832,
|
| 197 |
+
"logits/rejected": -53.876380920410156,
|
| 198 |
+
"logps/chosen": -4084.875732421875,
|
| 199 |
+
"logps/rejected": -4197.57958984375,
|
| 200 |
+
"loss": 0.0278,
|
| 201 |
+
"rewards/accuracies": 1.0,
|
| 202 |
+
"rewards/chosen": 18.550527572631836,
|
| 203 |
+
"rewards/margins": 10.616544723510742,
|
| 204 |
+
"rewards/rejected": 7.933982849121094,
|
| 205 |
+
"step": 130
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"epoch": 0.08349485612047115,
|
| 209 |
+
"grad_norm": 0.585788905620575,
|
| 210 |
+
"learning_rate": 4.998228045502851e-05,
|
| 211 |
+
"logits/chosen": -55.47416305541992,
|
| 212 |
+
"logits/rejected": -55.35027313232422,
|
| 213 |
+
"logps/chosen": -3845.14453125,
|
| 214 |
+
"logps/rejected": -3608.837158203125,
|
| 215 |
+
"loss": 0.0453,
|
| 216 |
+
"rewards/accuracies": 0.9750000238418579,
|
| 217 |
+
"rewards/chosen": 15.1895112991333,
|
| 218 |
+
"rewards/margins": 8.870885848999023,
|
| 219 |
+
"rewards/rejected": 6.318624973297119,
|
| 220 |
+
"step": 140
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 0.08945877441479051,
|
| 224 |
+
"grad_norm": 0.07510236650705338,
|
| 225 |
+
"learning_rate": 4.9972030427759666e-05,
|
| 226 |
+
"logits/chosen": -50.84516906738281,
|
| 227 |
+
"logits/rejected": -50.26861572265625,
|
| 228 |
+
"logps/chosen": -3661.830078125,
|
| 229 |
+
"logps/rejected": -3803.436767578125,
|
| 230 |
+
"loss": 0.2181,
|
| 231 |
+
"rewards/accuracies": 0.949999988079071,
|
| 232 |
+
"rewards/chosen": 15.063519477844238,
|
| 233 |
+
"rewards/margins": 11.220986366271973,
|
| 234 |
+
"rewards/rejected": 3.842533826828003,
|
| 235 |
+
"step": 150
|
| 236 |
+
},
|
| 237 |
+
{
|
| 238 |
+
"epoch": 0.09542269270910989,
|
| 239 |
+
"grad_norm": 0.06167513504624367,
|
| 240 |
+
"learning_rate": 4.995945276414404e-05,
|
| 241 |
+
"logits/chosen": -52.945655822753906,
|
| 242 |
+
"logits/rejected": -53.59800338745117,
|
| 243 |
+
"logps/chosen": -3374.52197265625,
|
| 244 |
+
"logps/rejected": -3389.505126953125,
|
| 245 |
+
"loss": 0.0903,
|
| 246 |
+
"rewards/accuracies": 0.9750000238418579,
|
| 247 |
+
"rewards/chosen": 8.205995559692383,
|
| 248 |
+
"rewards/margins": 9.442131996154785,
|
| 249 |
+
"rewards/rejected": -1.2361366748809814,
|
| 250 |
+
"step": 160
|
| 251 |
+
},
|
| 252 |
+
{
|
| 253 |
+
"epoch": 0.10138661100342926,
|
| 254 |
+
"grad_norm": 4.309830188751221,
|
| 255 |
+
"learning_rate": 4.994454863654233e-05,
|
| 256 |
+
"logits/chosen": -58.374549865722656,
|
| 257 |
+
"logits/rejected": -57.894004821777344,
|
| 258 |
+
"logps/chosen": -4359.32177734375,
|
| 259 |
+
"logps/rejected": -4773.193359375,
|
| 260 |
+
"loss": 0.0278,
|
| 261 |
+
"rewards/accuracies": 1.0,
|
| 262 |
+
"rewards/chosen": 6.901937961578369,
|
| 263 |
+
"rewards/margins": 13.444661140441895,
|
| 264 |
+
"rewards/rejected": -6.542723178863525,
|
| 265 |
+
"step": 170
|
| 266 |
+
},
|
| 267 |
+
{
|
| 268 |
+
"epoch": 0.10735052929774862,
|
| 269 |
+
"grad_norm": 0.1345188468694687,
|
| 270 |
+
"learning_rate": 4.992731943416432e-05,
|
| 271 |
+
"logits/chosen": -56.97514724731445,
|
| 272 |
+
"logits/rejected": -57.7388801574707,
|
| 273 |
+
"logps/chosen": -3933.59716796875,
|
| 274 |
+
"logps/rejected": -4406.06103515625,
|
| 275 |
+
"loss": 0.093,
|
| 276 |
+
"rewards/accuracies": 0.949999988079071,
|
| 277 |
+
"rewards/chosen": 7.6058669090271,
|
| 278 |
+
"rewards/margins": 12.426251411437988,
|
| 279 |
+
"rewards/rejected": -4.8203840255737305,
|
| 280 |
+
"step": 180
|
| 281 |
+
},
|
| 282 |
+
{
|
| 283 |
+
"epoch": 0.11331444759206799,
|
| 284 |
+
"grad_norm": 0.4823387563228607,
|
| 285 |
+
"learning_rate": 4.990776676293941e-05,
|
| 286 |
+
"logits/chosen": -60.002403259277344,
|
| 287 |
+
"logits/rejected": -61.1885871887207,
|
| 288 |
+
"logps/chosen": -4209.791015625,
|
| 289 |
+
"logps/rejected": -4174.68212890625,
|
| 290 |
+
"loss": 0.1487,
|
| 291 |
+
"rewards/accuracies": 0.9750000238418579,
|
| 292 |
+
"rewards/chosen": 3.5269577503204346,
|
| 293 |
+
"rewards/margins": 8.545251846313477,
|
| 294 |
+
"rewards/rejected": -5.018294811248779,
|
| 295 |
+
"step": 190
|
| 296 |
+
},
|
| 297 |
+
{
|
| 298 |
+
"epoch": 0.11927836588638735,
|
| 299 |
+
"grad_norm": 1.821547031402588,
|
| 300 |
+
"learning_rate": 4.98858924453669e-05,
|
| 301 |
+
"logits/chosen": -60.311546325683594,
|
| 302 |
+
"logits/rejected": -61.352203369140625,
|
| 303 |
+
"logps/chosen": -3726.235595703125,
|
| 304 |
+
"logps/rejected": -3612.451904296875,
|
| 305 |
+
"loss": 0.0083,
|
| 306 |
+
"rewards/accuracies": 1.0,
|
| 307 |
+
"rewards/chosen": 1.0089493989944458,
|
| 308 |
+
"rewards/margins": 10.570683479309082,
|
| 309 |
+
"rewards/rejected": -9.561734199523926,
|
| 310 |
+
"step": 200
|
| 311 |
+
}
|
| 312 |
+
],
|
| 313 |
+
"logging_steps": 10,
|
| 314 |
+
"max_steps": 3354,
|
| 315 |
+
"num_input_tokens_seen": 0,
|
| 316 |
+
"num_train_epochs": 2,
|
| 317 |
+
"save_steps": 200,
|
| 318 |
+
"stateful_callbacks": {
|
| 319 |
+
"TrainerControl": {
|
| 320 |
+
"args": {
|
| 321 |
+
"should_epoch_stop": false,
|
| 322 |
+
"should_evaluate": false,
|
| 323 |
+
"should_log": false,
|
| 324 |
+
"should_save": true,
|
| 325 |
+
"should_training_stop": false
|
| 326 |
+
},
|
| 327 |
+
"attributes": {}
|
| 328 |
+
}
|
| 329 |
+
},
|
| 330 |
+
"total_flos": 0.0,
|
| 331 |
+
"train_batch_size": 1,
|
| 332 |
+
"trial_name": null,
|
| 333 |
+
"trial_params": null
|
| 334 |
+
}
|
last-checkpoint/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6924268a72ca523e7197a24923fd2b3365de29bbad6e69bc0ffe77b8bc435390
|
| 3 |
+
size 6737
|
last-checkpoint/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|