SamChen888 commited on
Commit
06e71fe
·
verified ·
1 Parent(s): 6708c1b

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ checkpoint-348/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,59 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: other
4
+ base_model: unsloth/mistral-nemo-instruct-2407-bnb-4bit
5
+ tags:
6
+ - llama-factory
7
+ - lora
8
+ - unsloth
9
+ - generated_from_trainer
10
+ model-index:
11
+ - name: mistral-nemo-finetuned
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # mistral-nemo-finetuned
19
+
20
+ This model is a fine-tuned version of [mistralai/Mistral-Nemo-Instruct-2407](https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407) on the train_new dataset.
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 3e-05
40
+ - train_batch_size: 8
41
+ - eval_batch_size: 8
42
+ - seed: 42
43
+ - gradient_accumulation_steps: 4
44
+ - total_train_batch_size: 32
45
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
+ - lr_scheduler_type: cosine
47
+ - num_epochs: 3.0
48
+
49
+ ### Training results
50
+
51
+
52
+
53
+ ### Framework versions
54
+
55
+ - PEFT 0.12.0
56
+ - Transformers 4.46.1
57
+ - Pytorch 2.2.1+cu121
58
+ - Datasets 3.1.0
59
+ - Tokenizers 0.20.3
adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/mistral-nemo-instruct-2407-bnb-4bit",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "k_proj",
24
+ "gate_proj",
25
+ "q_proj",
26
+ "up_proj",
27
+ "o_proj",
28
+ "v_proj",
29
+ "down_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e58d1ff27b7e65906c64608ee0e5adbf7ad2d7c579a7bf589b65ebb87e06602
3
+ size 114106856
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.9935483870967743,
3
+ "total_flos": 2.344956384116736e+17,
4
+ "train_loss": 0.045667905531737996,
5
+ "train_runtime": 1808.5239,
6
+ "train_samples_per_second": 6.164,
7
+ "train_steps_per_second": 0.192
8
+ }
checkpoint-348/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/mistral-nemo-instruct-2407-bnb-4bit
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- 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. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ 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).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
checkpoint-348/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/mistral-nemo-instruct-2407-bnb-4bit",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "k_proj",
24
+ "gate_proj",
25
+ "q_proj",
26
+ "up_proj",
27
+ "o_proj",
28
+ "v_proj",
29
+ "down_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-348/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e58d1ff27b7e65906c64608ee0e5adbf7ad2d7c579a7bf589b65ebb87e06602
3
+ size 114106856
checkpoint-348/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f6fb5bd96032490e1389fa6fd2592f69eb47acac4a0714203f8afad04265fa4
3
+ size 228536930
checkpoint-348/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1ad24288d3c9b7105fb709c041f6a2fbf6db40df845dc703a2cba4b782106e4
3
+ size 14244
checkpoint-348/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0282d00eed9fe2ab27061734672e5936a63ea9e59fda708608ae904fc55aa57
3
+ size 1064
checkpoint-348/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
checkpoint-348/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0240ce510f08e6c2041724e9043e33be9d251d1e4a4d94eb68cd47b954b61d2
3
+ size 17078292
checkpoint-348/tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-348/trainer_state.json ADDED
@@ -0,0 +1,271 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.9935483870967743,
5
+ "eval_steps": 500,
6
+ "global_step": 348,
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.08602150537634409,
13
+ "grad_norm": 0.4689747393131256,
14
+ "learning_rate": 2.9938918800982563e-05,
15
+ "loss": 0.0829,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.17204301075268819,
20
+ "grad_norm": 0.31903743743896484,
21
+ "learning_rate": 2.975617265898004e-05,
22
+ "loss": 0.073,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.25806451612903225,
27
+ "grad_norm": 0.3387955129146576,
28
+ "learning_rate": 2.9453249887788343e-05,
29
+ "loss": 0.068,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.34408602150537637,
34
+ "grad_norm": 0.33919498324394226,
35
+ "learning_rate": 2.9032617538884018e-05,
36
+ "loss": 0.0603,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.43010752688172044,
41
+ "grad_norm": 0.33728891611099243,
42
+ "learning_rate": 2.84977013093626e-05,
43
+ "loss": 0.0617,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.5161290322580645,
48
+ "grad_norm": 0.30449143052101135,
49
+ "learning_rate": 2.7852857642513838e-05,
50
+ "loss": 0.0617,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.6021505376344086,
55
+ "grad_norm": 0.3293665945529938,
56
+ "learning_rate": 2.7103338248251055e-05,
57
+ "loss": 0.0587,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.6881720430107527,
62
+ "grad_norm": 0.4717239737510681,
63
+ "learning_rate": 2.6255247332346036e-05,
64
+ "loss": 0.0555,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.7741935483870968,
69
+ "grad_norm": 0.4681776463985443,
70
+ "learning_rate": 2.531549188280135e-05,
71
+ "loss": 0.0538,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.8602150537634409,
76
+ "grad_norm": 0.33837395906448364,
77
+ "learning_rate": 2.4291725418235848e-05,
78
+ "loss": 0.0466,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.946236559139785,
83
+ "grad_norm": 0.3245820999145508,
84
+ "learning_rate": 2.3192285656405456e-05,
85
+ "loss": 0.0457,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 1.032258064516129,
90
+ "grad_norm": 0.34947386384010315,
91
+ "learning_rate": 2.2026126610496852e-05,
92
+ "loss": 0.0491,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 1.118279569892473,
97
+ "grad_norm": 0.359684020280838,
98
+ "learning_rate": 2.0802745666212592e-05,
99
+ "loss": 0.0421,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 1.2043010752688172,
104
+ "grad_norm": 0.3907443583011627,
105
+ "learning_rate": 1.953210623354359e-05,
106
+ "loss": 0.0429,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 1.2903225806451613,
111
+ "grad_norm": 0.40398046374320984,
112
+ "learning_rate": 1.8224556603165363e-05,
113
+ "loss": 0.0448,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 1.3763440860215055,
118
+ "grad_norm": 0.40687504410743713,
119
+ "learning_rate": 1.689074566830434e-05,
120
+ "loss": 0.0439,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 1.4623655913978495,
125
+ "grad_norm": 0.7241388559341431,
126
+ "learning_rate": 1.5541536198449044e-05,
127
+ "loss": 0.0432,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 1.5483870967741935,
132
+ "grad_norm": 0.3367048501968384,
133
+ "learning_rate": 1.4187916371218739e-05,
134
+ "loss": 0.0384,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 1.6344086021505375,
139
+ "grad_norm": 0.27823126316070557,
140
+ "learning_rate": 1.2840910282888211e-05,
141
+ "loss": 0.0415,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 1.7204301075268817,
146
+ "grad_norm": 0.3167360723018646,
147
+ "learning_rate": 1.1511488166385349e-05,
148
+ "loss": 0.0419,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 1.8064516129032258,
153
+ "grad_norm": 0.3927469849586487,
154
+ "learning_rate": 1.0210477047960303e-05,
155
+ "loss": 0.0431,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 1.89247311827957,
160
+ "grad_norm": 0.3293432891368866,
161
+ "learning_rate": 8.948472570152874e-06,
162
+ "loss": 0.0389,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 1.978494623655914,
167
+ "grad_norm": 0.4683464765548706,
168
+ "learning_rate": 7.735752699185711e-06,
169
+ "loss": 0.0422,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 2.064516129032258,
174
+ "grad_norm": 0.33360326290130615,
175
+ "learning_rate": 6.582194019564266e-06,
176
+ "loss": 0.0337,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 2.150537634408602,
181
+ "grad_norm": 0.4784548878669739,
182
+ "learning_rate": 5.497191297593647e-06,
183
+ "loss": 0.0354,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 2.236559139784946,
188
+ "grad_norm": 0.442839652299881,
189
+ "learning_rate": 4.4895809688998655e-06,
190
+ "loss": 0.0375,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 2.3225806451612905,
195
+ "grad_norm": 0.3498876690864563,
196
+ "learning_rate": 3.567569173085455e-06,
197
+ "loss": 0.0296,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 2.4086021505376345,
202
+ "grad_norm": 0.6078402400016785,
203
+ "learning_rate": 2.7386649216166233e-06,
204
+ "loss": 0.0326,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 2.4946236559139785,
209
+ "grad_norm": 0.5483068227767944,
210
+ "learning_rate": 2.0096189432334194e-06,
211
+ "loss": 0.037,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 2.5806451612903225,
216
+ "grad_norm": 0.29595789313316345,
217
+ "learning_rate": 1.3863687049356465e-06,
218
+ "loss": 0.0344,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 2.6666666666666665,
223
+ "grad_norm": 0.3882715702056885,
224
+ "learning_rate": 8.7399005630238e-07,
225
+ "loss": 0.0382,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 2.752688172043011,
230
+ "grad_norm": 0.3592262864112854,
231
+ "learning_rate": 4.766558909615504e-07,
232
+ "loss": 0.0332,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 2.838709677419355,
237
+ "grad_norm": 0.42720264196395874,
238
+ "learning_rate": 1.9760216187710788e-07,
239
+ "loss": 0.0369,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 2.924731182795699,
244
+ "grad_norm": 0.34159648418426514,
245
+ "learning_rate": 3.910152723075322e-08,
246
+ "loss": 0.0361,
247
+ "step": 340
248
+ }
249
+ ],
250
+ "logging_steps": 10,
251
+ "max_steps": 348,
252
+ "num_input_tokens_seen": 0,
253
+ "num_train_epochs": 3,
254
+ "save_steps": 1000,
255
+ "stateful_callbacks": {
256
+ "TrainerControl": {
257
+ "args": {
258
+ "should_epoch_stop": false,
259
+ "should_evaluate": false,
260
+ "should_log": false,
261
+ "should_save": true,
262
+ "should_training_stop": true
263
+ },
264
+ "attributes": {}
265
+ }
266
+ },
267
+ "total_flos": 2.344956384116736e+17,
268
+ "train_batch_size": 8,
269
+ "trial_name": null,
270
+ "trial_params": null
271
+ }
checkpoint-348/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:581e11ecdf29838856a4d9fd37fef831aae8f22c808c0cf81d6fced7208a6071
3
+ size 5432
llamaboard_config.yaml ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ top.booster: unsloth
2
+ top.checkpoint_path: []
3
+ top.finetuning_type: lora
4
+ top.model_name: Mistral-Nemo-Instruct-2407
5
+ top.quantization_bit: '4'
6
+ top.quantization_method: bitsandbytes
7
+ top.rope_scaling: none
8
+ top.template: alpaca
9
+ train.additional_target: ''
10
+ train.badam_mode: layer
11
+ train.badam_switch_interval: 50
12
+ train.badam_switch_mode: ascending
13
+ train.badam_update_ratio: 0.05
14
+ train.batch_size: 8
15
+ train.compute_type: bf16
16
+ train.create_new_adapter: false
17
+ train.cutoff_len: 2048
18
+ train.dataset:
19
+ - train_new
20
+ train.dataset_dir: data
21
+ train.ds_offload: false
22
+ train.ds_stage: none
23
+ train.extra_args: '{"optim": "adamw_torch"}'
24
+ train.freeze_extra_modules: ''
25
+ train.freeze_trainable_layers: 2
26
+ train.freeze_trainable_modules: all
27
+ train.galore_rank: 16
28
+ train.galore_scale: 0.25
29
+ train.galore_target: all
30
+ train.galore_update_interval: 200
31
+ train.gradient_accumulation_steps: 4
32
+ train.learning_rate: 3e-5
33
+ train.logging_steps: 10
34
+ train.lora_alpha: 16
35
+ train.lora_dropout: 0
36
+ train.lora_rank: 8
37
+ train.lora_target: ''
38
+ train.loraplus_lr_ratio: 0
39
+ train.lr_scheduler_type: cosine
40
+ train.mask_history: false
41
+ train.max_grad_norm: '1.0'
42
+ train.max_samples: '3716'
43
+ train.neat_packing: false
44
+ train.neftune_alpha: 0
45
+ train.num_train_epochs: '3.0'
46
+ train.packing: false
47
+ train.ppo_score_norm: false
48
+ train.ppo_whiten_rewards: false
49
+ train.pref_beta: 0.1
50
+ train.pref_ftx: 0
51
+ train.pref_loss: sigmoid
52
+ train.report_to: false
53
+ train.resize_vocab: false
54
+ train.reward_model: null
55
+ train.save_steps: 1000
56
+ train.shift_attn: false
57
+ train.train_on_prompt: false
58
+ train.training_stage: Supervised Fine-Tuning
59
+ train.use_badam: false
60
+ train.use_dora: false
61
+ train.use_galore: false
62
+ train.use_llama_pro: false
63
+ train.use_pissa: false
64
+ train.use_rslora: false
65
+ train.val_size: 0
66
+ train.warmup_steps: 0
running_log.txt ADDED
@@ -0,0 +1,1228 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [WARNING|2025-02-04 08:13:37] logging.py:162 >> We recommend enable `upcast_layernorm` in quantized training.
2
+
3
+ [INFO|2025-02-04 08:13:37] parser.py:355 >> Process rank: 0, device: cuda:0, n_gpu: 1, distributed training: False, compute dtype: torch.bfloat16
4
+
5
+ [INFO|2025-02-04 08:13:38] configuration_utils.py:679 >> loading configuration file config.json from cache at /home/zeus/.cache/huggingface/hub/models--mistralai--Mistral-Nemo-Instruct-2407/snapshots/8aedd450f2583e9c67fae1929f6936b8fc5aef9c/config.json
6
+
7
+ [INFO|2025-02-04 08:13:38] configuration_utils.py:746 >> Model config MistralConfig {
8
+ "_name_or_path": "mistralai/Mistral-Nemo-Instruct-2407",
9
+ "architectures": [
10
+ "MistralForCausalLM"
11
+ ],
12
+ "attention_dropout": 0.0,
13
+ "bos_token_id": 1,
14
+ "eos_token_id": 2,
15
+ "head_dim": 128,
16
+ "hidden_act": "silu",
17
+ "hidden_size": 5120,
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 14336,
20
+ "max_position_embeddings": 131072,
21
+ "model_type": "mistral",
22
+ "num_attention_heads": 32,
23
+ "num_hidden_layers": 40,
24
+ "num_key_value_heads": 8,
25
+ "rms_norm_eps": 1e-05,
26
+ "rope_theta": 1000000.0,
27
+ "sliding_window": null,
28
+ "tie_word_embeddings": false,
29
+ "torch_dtype": "bfloat16",
30
+ "transformers_version": "4.46.1",
31
+ "use_cache": true,
32
+ "vocab_size": 131072
33
+ }
34
+
35
+
36
+ [INFO|2025-02-04 08:13:38] tokenization_utils_base.py:2211 >> loading file tokenizer.json from cache at /home/zeus/.cache/huggingface/hub/models--mistralai--Mistral-Nemo-Instruct-2407/snapshots/8aedd450f2583e9c67fae1929f6936b8fc5aef9c/tokenizer.json
37
+
38
+ [INFO|2025-02-04 08:13:38] tokenization_utils_base.py:2211 >> loading file tokenizer.model from cache at None
39
+
40
+ [INFO|2025-02-04 08:13:38] tokenization_utils_base.py:2211 >> loading file added_tokens.json from cache at None
41
+
42
+ [INFO|2025-02-04 08:13:38] tokenization_utils_base.py:2211 >> loading file special_tokens_map.json from cache at /home/zeus/.cache/huggingface/hub/models--mistralai--Mistral-Nemo-Instruct-2407/snapshots/8aedd450f2583e9c67fae1929f6936b8fc5aef9c/special_tokens_map.json
43
+
44
+ [INFO|2025-02-04 08:13:38] tokenization_utils_base.py:2211 >> loading file tokenizer_config.json from cache at /home/zeus/.cache/huggingface/hub/models--mistralai--Mistral-Nemo-Instruct-2407/snapshots/8aedd450f2583e9c67fae1929f6936b8fc5aef9c/tokenizer_config.json
45
+
46
+ [INFO|2025-02-04 08:13:39] configuration_utils.py:679 >> loading configuration file config.json from cache at /home/zeus/.cache/huggingface/hub/models--mistralai--Mistral-Nemo-Instruct-2407/snapshots/8aedd450f2583e9c67fae1929f6936b8fc5aef9c/config.json
47
+
48
+ [INFO|2025-02-04 08:13:39] configuration_utils.py:746 >> Model config MistralConfig {
49
+ "_name_or_path": "mistralai/Mistral-Nemo-Instruct-2407",
50
+ "architectures": [
51
+ "MistralForCausalLM"
52
+ ],
53
+ "attention_dropout": 0.0,
54
+ "bos_token_id": 1,
55
+ "eos_token_id": 2,
56
+ "head_dim": 128,
57
+ "hidden_act": "silu",
58
+ "hidden_size": 5120,
59
+ "initializer_range": 0.02,
60
+ "intermediate_size": 14336,
61
+ "max_position_embeddings": 131072,
62
+ "model_type": "mistral",
63
+ "num_attention_heads": 32,
64
+ "num_hidden_layers": 40,
65
+ "num_key_value_heads": 8,
66
+ "rms_norm_eps": 1e-05,
67
+ "rope_theta": 1000000.0,
68
+ "sliding_window": null,
69
+ "tie_word_embeddings": false,
70
+ "torch_dtype": "bfloat16",
71
+ "transformers_version": "4.46.1",
72
+ "use_cache": true,
73
+ "vocab_size": 131072
74
+ }
75
+
76
+
77
+ [INFO|2025-02-04 08:13:39] tokenization_utils_base.py:2211 >> loading file tokenizer.json from cache at /home/zeus/.cache/huggingface/hub/models--mistralai--Mistral-Nemo-Instruct-2407/snapshots/8aedd450f2583e9c67fae1929f6936b8fc5aef9c/tokenizer.json
78
+
79
+ [INFO|2025-02-04 08:13:39] tokenization_utils_base.py:2211 >> loading file tokenizer.model from cache at None
80
+
81
+ [INFO|2025-02-04 08:13:39] tokenization_utils_base.py:2211 >> loading file added_tokens.json from cache at None
82
+
83
+ [INFO|2025-02-04 08:13:39] tokenization_utils_base.py:2211 >> loading file special_tokens_map.json from cache at /home/zeus/.cache/huggingface/hub/models--mistralai--Mistral-Nemo-Instruct-2407/snapshots/8aedd450f2583e9c67fae1929f6936b8fc5aef9c/special_tokens_map.json
84
+
85
+ [INFO|2025-02-04 08:13:39] tokenization_utils_base.py:2211 >> loading file tokenizer_config.json from cache at /home/zeus/.cache/huggingface/hub/models--mistralai--Mistral-Nemo-Instruct-2407/snapshots/8aedd450f2583e9c67fae1929f6936b8fc5aef9c/tokenizer_config.json
86
+
87
+ [INFO|2025-02-04 08:13:39] logging.py:157 >> Add pad token: </s>
88
+
89
+ [INFO|2025-02-04 08:13:39] logging.py:157 >> Loading dataset train_new.json...
90
+
91
+ [INFO|2025-02-04 08:13:44] configuration_utils.py:679 >> loading configuration file config.json from cache at /home/zeus/.cache/huggingface/hub/models--mistralai--Mistral-Nemo-Instruct-2407/snapshots/8aedd450f2583e9c67fae1929f6936b8fc5aef9c/config.json
92
+
93
+ [INFO|2025-02-04 08:13:44] configuration_utils.py:746 >> Model config MistralConfig {
94
+ "_name_or_path": "mistralai/Mistral-Nemo-Instruct-2407",
95
+ "architectures": [
96
+ "MistralForCausalLM"
97
+ ],
98
+ "attention_dropout": 0.0,
99
+ "bos_token_id": 1,
100
+ "eos_token_id": 2,
101
+ "head_dim": 128,
102
+ "hidden_act": "silu",
103
+ "hidden_size": 5120,
104
+ "initializer_range": 0.02,
105
+ "intermediate_size": 14336,
106
+ "max_position_embeddings": 131072,
107
+ "model_type": "mistral",
108
+ "num_attention_heads": 32,
109
+ "num_hidden_layers": 40,
110
+ "num_key_value_heads": 8,
111
+ "rms_norm_eps": 1e-05,
112
+ "rope_theta": 1000000.0,
113
+ "sliding_window": null,
114
+ "tie_word_embeddings": false,
115
+ "torch_dtype": "bfloat16",
116
+ "transformers_version": "4.46.1",
117
+ "use_cache": true,
118
+ "vocab_size": 131072
119
+ }
120
+
121
+
122
+ [INFO|2025-02-04 08:13:44] logging.py:157 >> Quantizing model to 4 bit with bitsandbytes.
123
+
124
+ [INFO|2025-02-04 08:13:45] configuration_utils.py:679 >> loading configuration file config.json from cache at /home/zeus/.cache/huggingface/hub/models--unsloth--mistral-nemo-instruct-2407-bnb-4bit/snapshots/a8e82a934394c6858f5ee545fa55e1e8cc67065f/config.json
125
+
126
+ [INFO|2025-02-04 08:13:45] configuration_utils.py:746 >> Model config MistralConfig {
127
+ "_name_or_path": "unsloth/mistral-nemo-instruct-2407-bnb-4bit",
128
+ "architectures": [
129
+ "MistralForCausalLM"
130
+ ],
131
+ "attention_dropout": 0.0,
132
+ "bos_token_id": 1,
133
+ "eos_token_id": 2,
134
+ "head_dim": 128,
135
+ "hidden_act": "silu",
136
+ "hidden_size": 5120,
137
+ "initializer_range": 0.02,
138
+ "intermediate_size": 14336,
139
+ "max_position_embeddings": 131072,
140
+ "model_type": "mistral",
141
+ "num_attention_heads": 32,
142
+ "num_hidden_layers": 40,
143
+ "num_key_value_heads": 8,
144
+ "pad_token_id": 10,
145
+ "quantization_config": {
146
+ "_load_in_4bit": true,
147
+ "_load_in_8bit": false,
148
+ "bnb_4bit_compute_dtype": "bfloat16",
149
+ "bnb_4bit_quant_storage": "uint8",
150
+ "bnb_4bit_quant_type": "nf4",
151
+ "bnb_4bit_use_double_quant": true,
152
+ "llm_int8_enable_fp32_cpu_offload": false,
153
+ "llm_int8_has_fp16_weight": false,
154
+ "llm_int8_skip_modules": [
155
+ "lm_head",
156
+ "multi_modal_projector",
157
+ "merger",
158
+ "modality_projection"
159
+ ],
160
+ "llm_int8_threshold": 6.0,
161
+ "load_in_4bit": true,
162
+ "load_in_8bit": false,
163
+ "quant_method": "bitsandbytes"
164
+ },
165
+ "rms_norm_eps": 1e-05,
166
+ "rope_theta": 1000000.0,
167
+ "sliding_window": null,
168
+ "tie_word_embeddings": false,
169
+ "torch_dtype": "bfloat16",
170
+ "transformers_version": "4.46.1",
171
+ "unsloth_fixed": true,
172
+ "use_cache": true,
173
+ "vocab_size": 131072
174
+ }
175
+
176
+
177
+ [INFO|2025-02-04 08:13:46] configuration_utils.py:679 >> loading configuration file config.json from cache at /home/zeus/.cache/huggingface/hub/models--unslothai--aws/snapshots/66e4c14a24a0b445779c922eef992a4af0694a88/config.json
178
+
179
+ [INFO|2025-02-04 08:13:46] configuration_utils.py:679 >> loading configuration file config.json from cache at /home/zeus/.cache/huggingface/hub/models--unslothai--repeat/snapshots/7c48478c02f84ed89f149b0815cc0216ee831fb0/config.json
180
+
181
+ [INFO|2025-02-04 08:13:46] configuration_utils.py:679 >> loading configuration file config.json from cache at /home/zeus/.cache/huggingface/hub/models--unslothai--vram-48/snapshots/3aea312d98ea327daeb5dbf7374b1d7cf8c65bc0/config.json
182
+
183
+ [INFO|2025-02-04 08:13:46] configuration_utils.py:679 >> loading configuration file config.json from cache at /home/zeus/.cache/huggingface/hub/models--unslothai--1/snapshots/7ec782b7604cd9ea0781c23a4270f031650f5617/config.json
184
+
185
+ [INFO|2025-02-04 08:13:46] configuration_utils.py:679 >> loading configuration file config.json from cache at /home/zeus/.cache/huggingface/hub/models--unsloth--mistral-nemo-instruct-2407-bnb-4bit/snapshots/a8e82a934394c6858f5ee545fa55e1e8cc67065f/config.json
186
+
187
+ [INFO|2025-02-04 08:13:46] configuration_utils.py:746 >> Model config MistralConfig {
188
+ "_name_or_path": "unsloth/mistral-nemo-instruct-2407-bnb-4bit",
189
+ "architectures": [
190
+ "MistralForCausalLM"
191
+ ],
192
+ "attention_dropout": 0.0,
193
+ "bos_token_id": 1,
194
+ "eos_token_id": 2,
195
+ "head_dim": 128,
196
+ "hidden_act": "silu",
197
+ "hidden_size": 5120,
198
+ "initializer_range": 0.02,
199
+ "intermediate_size": 14336,
200
+ "max_position_embeddings": 131072,
201
+ "model_type": "mistral",
202
+ "num_attention_heads": 32,
203
+ "num_hidden_layers": 40,
204
+ "num_key_value_heads": 8,
205
+ "pad_token_id": 10,
206
+ "quantization_config": {
207
+ "_load_in_4bit": true,
208
+ "_load_in_8bit": false,
209
+ "bnb_4bit_compute_dtype": "bfloat16",
210
+ "bnb_4bit_quant_storage": "uint8",
211
+ "bnb_4bit_quant_type": "nf4",
212
+ "bnb_4bit_use_double_quant": true,
213
+ "llm_int8_enable_fp32_cpu_offload": false,
214
+ "llm_int8_has_fp16_weight": false,
215
+ "llm_int8_skip_modules": [
216
+ "lm_head",
217
+ "multi_modal_projector",
218
+ "merger",
219
+ "modality_projection"
220
+ ],
221
+ "llm_int8_threshold": 6.0,
222
+ "load_in_4bit": true,
223
+ "load_in_8bit": false,
224
+ "quant_method": "bitsandbytes"
225
+ },
226
+ "rms_norm_eps": 1e-05,
227
+ "rope_theta": 1000000.0,
228
+ "sliding_window": null,
229
+ "tie_word_embeddings": false,
230
+ "torch_dtype": "bfloat16",
231
+ "transformers_version": "4.46.1",
232
+ "unsloth_fixed": true,
233
+ "use_cache": true,
234
+ "vocab_size": 131072
235
+ }
236
+
237
+
238
+ [INFO|2025-02-04 08:13:46] configuration_utils.py:679 >> loading configuration file config.json from cache at /home/zeus/.cache/huggingface/hub/models--unsloth--mistral-nemo-instruct-2407-bnb-4bit/snapshots/a8e82a934394c6858f5ee545fa55e1e8cc67065f/config.json
239
+
240
+ [INFO|2025-02-04 08:13:46] configuration_utils.py:746 >> Model config MistralConfig {
241
+ "_name_or_path": "unsloth/mistral-nemo-instruct-2407-bnb-4bit",
242
+ "architectures": [
243
+ "MistralForCausalLM"
244
+ ],
245
+ "attention_dropout": 0.0,
246
+ "bos_token_id": 1,
247
+ "eos_token_id": 2,
248
+ "head_dim": 128,
249
+ "hidden_act": "silu",
250
+ "hidden_size": 5120,
251
+ "initializer_range": 0.02,
252
+ "intermediate_size": 14336,
253
+ "max_position_embeddings": 131072,
254
+ "model_type": "mistral",
255
+ "num_attention_heads": 32,
256
+ "num_hidden_layers": 40,
257
+ "num_key_value_heads": 8,
258
+ "pad_token_id": 10,
259
+ "quantization_config": {
260
+ "_load_in_4bit": true,
261
+ "_load_in_8bit": false,
262
+ "bnb_4bit_compute_dtype": "bfloat16",
263
+ "bnb_4bit_quant_storage": "uint8",
264
+ "bnb_4bit_quant_type": "nf4",
265
+ "bnb_4bit_use_double_quant": true,
266
+ "llm_int8_enable_fp32_cpu_offload": false,
267
+ "llm_int8_has_fp16_weight": false,
268
+ "llm_int8_skip_modules": [
269
+ "lm_head",
270
+ "multi_modal_projector",
271
+ "merger",
272
+ "modality_projection"
273
+ ],
274
+ "llm_int8_threshold": 6.0,
275
+ "load_in_4bit": true,
276
+ "load_in_8bit": false,
277
+ "quant_method": "bitsandbytes"
278
+ },
279
+ "rms_norm_eps": 1e-05,
280
+ "rope_theta": 1000000.0,
281
+ "sliding_window": null,
282
+ "tie_word_embeddings": false,
283
+ "torch_dtype": "bfloat16",
284
+ "transformers_version": "4.46.1",
285
+ "unsloth_fixed": true,
286
+ "use_cache": true,
287
+ "vocab_size": 131072
288
+ }
289
+
290
+
291
+ [INFO|2025-02-04 08:13:46] modeling_utils.py:3937 >> loading weights file model.safetensors from cache at /home/zeus/.cache/huggingface/hub/models--unsloth--mistral-nemo-instruct-2407-bnb-4bit/snapshots/a8e82a934394c6858f5ee545fa55e1e8cc67065f/model.safetensors.index.json
292
+
293
+ [INFO|2025-02-04 08:27:06] modeling_utils.py:1670 >> Instantiating MistralForCausalLM model under default dtype torch.bfloat16.
294
+
295
+ [INFO|2025-02-04 08:27:06] configuration_utils.py:1096 >> Generate config GenerationConfig {
296
+ "bos_token_id": 1,
297
+ "eos_token_id": 2,
298
+ "pad_token_id": 10
299
+ }
300
+
301
+
302
+ [INFO|2025-02-04 08:27:11] modeling_utils.py:4800 >> All model checkpoint weights were used when initializing MistralForCausalLM.
303
+
304
+
305
+ [INFO|2025-02-04 08:27:11] modeling_utils.py:4808 >> All the weights of MistralForCausalLM were initialized from the model checkpoint at unsloth/mistral-nemo-instruct-2407-bnb-4bit.
306
+ If your task is similar to the task the model of the checkpoint was trained on, you can already use MistralForCausalLM for predictions without further training.
307
+
308
+ [INFO|2025-02-04 08:27:12] configuration_utils.py:1051 >> loading configuration file generation_config.json from cache at /home/zeus/.cache/huggingface/hub/models--unsloth--mistral-nemo-instruct-2407-bnb-4bit/snapshots/a8e82a934394c6858f5ee545fa55e1e8cc67065f/generation_config.json
309
+
310
+ [INFO|2025-02-04 08:27:12] configuration_utils.py:1096 >> Generate config GenerationConfig {
311
+ "bos_token_id": 1,
312
+ "eos_token_id": 2,
313
+ "max_length": 131072,
314
+ "pad_token_id": 10
315
+ }
316
+
317
+
318
+ [INFO|2025-02-04 08:27:15] logging.py:157 >> Gradient checkpointing enabled.
319
+
320
+ [INFO|2025-02-04 08:27:15] logging.py:157 >> Upcasting trainable params to float32.
321
+
322
+ [INFO|2025-02-04 08:27:15] logging.py:157 >> Fine-tuning method: LoRA
323
+
324
+ [INFO|2025-02-04 08:27:15] logging.py:157 >> Found linear modules: k_proj,gate_proj,q_proj,up_proj,o_proj,v_proj,down_proj
325
+
326
+ [WARNING|2025-02-04 08:27:16] logging.py:168 >> Unsloth 2025.1.8 patched 40 layers with 40 QKV layers, 40 O layers and 40 MLP layers.
327
+
328
+ [INFO|2025-02-04 08:27:18] logging.py:157 >> trainable params: 28,508,160 || all params: 12,276,290,560 || trainable%: 0.2322
329
+
330
+ [INFO|2025-02-04 08:27:18] trainer.py:698 >> Using auto half precision backend
331
+
332
+ [WARNING|2025-02-04 08:27:18] <string>:208 >> ==((====))== Unsloth - 2x faster free finetuning | Num GPUs = 1
333
+ \\ /| Num examples = 3,716 | Num Epochs = 3
334
+ O^O/ \_/ \ Batch size per device = 8 | Gradient Accumulation steps = 4
335
+ \ / Total batch size = 32 | Total steps = 348
336
+ "-____-" Number of trainable parameters = 28,508,160
337
+
338
+ [WARNING|2025-02-04 08:27:18] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
339
+
340
+ [WARNING|2025-02-04 08:27:28] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
341
+
342
+ [WARNING|2025-02-04 08:27:32] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
343
+
344
+ [WARNING|2025-02-04 08:27:38] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
345
+
346
+ [WARNING|2025-02-04 08:27:42] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
347
+
348
+ [WARNING|2025-02-04 08:27:47] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
349
+
350
+ [WARNING|2025-02-04 08:27:52] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
351
+
352
+ [WARNING|2025-02-04 08:27:57] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
353
+
354
+ [WARNING|2025-02-04 08:28:02] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
355
+
356
+ [WARNING|2025-02-04 08:28:07] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
357
+
358
+ [INFO|2025-02-04 08:28:12] logging.py:157 >> {'loss': 0.0829, 'learning_rate': 2.9939e-05, 'epoch': 0.09}
359
+
360
+ [WARNING|2025-02-04 08:28:12] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
361
+
362
+ [WARNING|2025-02-04 08:28:17] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
363
+
364
+ [WARNING|2025-02-04 08:28:23] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
365
+
366
+ [WARNING|2025-02-04 08:28:28] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
367
+
368
+ [WARNING|2025-02-04 08:28:33] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
369
+
370
+ [WARNING|2025-02-04 08:28:38] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
371
+
372
+ [WARNING|2025-02-04 08:28:43] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
373
+
374
+ [WARNING|2025-02-04 08:28:48] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
375
+
376
+ [WARNING|2025-02-04 08:28:53] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
377
+
378
+ [WARNING|2025-02-04 08:28:58] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
379
+
380
+ [INFO|2025-02-04 08:29:03] logging.py:157 >> {'loss': 0.0730, 'learning_rate': 2.9756e-05, 'epoch': 0.17}
381
+
382
+ [WARNING|2025-02-04 08:29:03] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
383
+
384
+ [WARNING|2025-02-04 08:29:08] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
385
+
386
+ [WARNING|2025-02-04 08:29:13] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
387
+
388
+ [WARNING|2025-02-04 08:29:18] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
389
+
390
+ [WARNING|2025-02-04 08:29:25] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
391
+
392
+ [WARNING|2025-02-04 08:29:30] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
393
+
394
+ [WARNING|2025-02-04 08:29:35] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
395
+
396
+ [WARNING|2025-02-04 08:29:41] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
397
+
398
+ [WARNING|2025-02-04 08:29:46] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
399
+
400
+ [WARNING|2025-02-04 08:29:51] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
401
+
402
+ [INFO|2025-02-04 08:29:56] logging.py:157 >> {'loss': 0.0680, 'learning_rate': 2.9453e-05, 'epoch': 0.26}
403
+
404
+ [WARNING|2025-02-04 08:29:56] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
405
+
406
+ [WARNING|2025-02-04 08:30:01] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
407
+
408
+ [WARNING|2025-02-04 08:30:07] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
409
+
410
+ [WARNING|2025-02-04 08:30:12] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
411
+
412
+ [WARNING|2025-02-04 08:30:17] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
413
+
414
+ [WARNING|2025-02-04 08:30:22] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
415
+
416
+ [WARNING|2025-02-04 08:30:27] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
417
+
418
+ [WARNING|2025-02-04 08:30:33] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
419
+
420
+ [WARNING|2025-02-04 08:30:38] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
421
+
422
+ [WARNING|2025-02-04 08:30:43] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
423
+
424
+ [INFO|2025-02-04 08:30:48] logging.py:157 >> {'loss': 0.0603, 'learning_rate': 2.9033e-05, 'epoch': 0.34}
425
+
426
+ [WARNING|2025-02-04 08:30:48] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
427
+
428
+ [WARNING|2025-02-04 08:30:54] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
429
+
430
+ [WARNING|2025-02-04 08:30:59] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
431
+
432
+ [WARNING|2025-02-04 08:31:04] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
433
+
434
+ [WARNING|2025-02-04 08:31:09] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
435
+
436
+ [WARNING|2025-02-04 08:31:14] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
437
+
438
+ [WARNING|2025-02-04 08:31:20] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
439
+
440
+ [WARNING|2025-02-04 08:31:25] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
441
+
442
+ [WARNING|2025-02-04 08:31:30] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
443
+
444
+ [WARNING|2025-02-04 08:31:35] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
445
+
446
+ [INFO|2025-02-04 08:31:41] logging.py:157 >> {'loss': 0.0617, 'learning_rate': 2.8498e-05, 'epoch': 0.43}
447
+
448
+ [WARNING|2025-02-04 08:31:41] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
449
+
450
+ [WARNING|2025-02-04 08:31:46] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
451
+
452
+ [WARNING|2025-02-04 08:31:51] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
453
+
454
+ [WARNING|2025-02-04 08:31:56] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
455
+
456
+ [WARNING|2025-02-04 08:32:01] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
457
+
458
+ [WARNING|2025-02-04 08:32:06] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
459
+
460
+ [WARNING|2025-02-04 08:32:11] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
461
+
462
+ [WARNING|2025-02-04 08:32:16] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
463
+
464
+ [WARNING|2025-02-04 08:32:21] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
465
+
466
+ [WARNING|2025-02-04 08:32:26] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
467
+
468
+ [INFO|2025-02-04 08:32:31] logging.py:157 >> {'loss': 0.0617, 'learning_rate': 2.7853e-05, 'epoch': 0.52}
469
+
470
+ [WARNING|2025-02-04 08:32:31] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
471
+
472
+ [WARNING|2025-02-04 08:32:36] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
473
+
474
+ [WARNING|2025-02-04 08:32:41] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
475
+
476
+ [WARNING|2025-02-04 08:32:46] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
477
+
478
+ [WARNING|2025-02-04 08:32:52] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
479
+
480
+ [WARNING|2025-02-04 08:32:57] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
481
+
482
+ [WARNING|2025-02-04 08:33:02] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
483
+
484
+ [WARNING|2025-02-04 08:33:07] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
485
+
486
+ [WARNING|2025-02-04 08:33:12] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
487
+
488
+ [WARNING|2025-02-04 08:33:17] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
489
+
490
+ [INFO|2025-02-04 08:33:22] logging.py:157 >> {'loss': 0.0587, 'learning_rate': 2.7103e-05, 'epoch': 0.60}
491
+
492
+ [WARNING|2025-02-04 08:33:22] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
493
+
494
+ [WARNING|2025-02-04 08:33:28] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
495
+
496
+ [WARNING|2025-02-04 08:33:33] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
497
+
498
+ [WARNING|2025-02-04 08:33:38] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
499
+
500
+ [WARNING|2025-02-04 08:33:43] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
501
+
502
+ [WARNING|2025-02-04 08:33:48] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
503
+
504
+ [WARNING|2025-02-04 08:33:53] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
505
+
506
+ [WARNING|2025-02-04 08:33:58] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
507
+
508
+ [WARNING|2025-02-04 08:34:03] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
509
+
510
+ [WARNING|2025-02-04 08:34:09] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
511
+
512
+ [INFO|2025-02-04 08:34:14] logging.py:157 >> {'loss': 0.0555, 'learning_rate': 2.6255e-05, 'epoch': 0.69}
513
+
514
+ [WARNING|2025-02-04 08:34:14] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
515
+
516
+ [WARNING|2025-02-04 08:34:19] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
517
+
518
+ [WARNING|2025-02-04 08:34:25] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
519
+
520
+ [WARNING|2025-02-04 08:34:30] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
521
+
522
+ [WARNING|2025-02-04 08:34:35] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
523
+
524
+ [WARNING|2025-02-04 08:34:41] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
525
+
526
+ [WARNING|2025-02-04 08:34:46] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
527
+
528
+ [WARNING|2025-02-04 08:34:51] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
529
+
530
+ [WARNING|2025-02-04 08:34:57] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
531
+
532
+ [WARNING|2025-02-04 08:35:02] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
533
+
534
+ [INFO|2025-02-04 08:35:07] logging.py:157 >> {'loss': 0.0538, 'learning_rate': 2.5315e-05, 'epoch': 0.77}
535
+
536
+ [WARNING|2025-02-04 08:35:07] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
537
+
538
+ [WARNING|2025-02-04 08:35:13] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
539
+
540
+ [WARNING|2025-02-04 08:35:18] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
541
+
542
+ [WARNING|2025-02-04 08:35:23] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
543
+
544
+ [WARNING|2025-02-04 08:35:28] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
545
+
546
+ [WARNING|2025-02-04 08:35:33] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
547
+
548
+ [WARNING|2025-02-04 08:35:39] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
549
+
550
+ [WARNING|2025-02-04 08:35:44] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
551
+
552
+ [WARNING|2025-02-04 08:35:49] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
553
+
554
+ [WARNING|2025-02-04 08:35:54] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
555
+
556
+ [INFO|2025-02-04 08:35:59] logging.py:157 >> {'loss': 0.0466, 'learning_rate': 2.4292e-05, 'epoch': 0.86}
557
+
558
+ [WARNING|2025-02-04 08:35:59] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
559
+
560
+ [WARNING|2025-02-04 08:36:04] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
561
+
562
+ [WARNING|2025-02-04 08:36:10] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
563
+
564
+ [WARNING|2025-02-04 08:36:15] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
565
+
566
+ [WARNING|2025-02-04 08:36:20] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
567
+
568
+ [WARNING|2025-02-04 08:36:25] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
569
+
570
+ [WARNING|2025-02-04 08:36:30] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
571
+
572
+ [WARNING|2025-02-04 08:36:35] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
573
+
574
+ [WARNING|2025-02-04 08:36:40] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
575
+
576
+ [WARNING|2025-02-04 08:36:45] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
577
+
578
+ [INFO|2025-02-04 08:36:50] logging.py:157 >> {'loss': 0.0457, 'learning_rate': 2.3192e-05, 'epoch': 0.95}
579
+
580
+ [WARNING|2025-02-04 08:36:50] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
581
+
582
+ [WARNING|2025-02-04 08:36:55] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
583
+
584
+ [WARNING|2025-02-04 08:37:00] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
585
+
586
+ [WARNING|2025-02-04 08:37:05] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
587
+
588
+ [WARNING|2025-02-04 08:37:10] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
589
+
590
+ [WARNING|2025-02-04 08:37:15] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
591
+
592
+ [WARNING|2025-02-04 08:37:20] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
593
+
594
+ [WARNING|2025-02-04 08:37:21] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
595
+
596
+ [WARNING|2025-02-04 08:37:26] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
597
+
598
+ [WARNING|2025-02-04 08:37:31] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
599
+
600
+ [WARNING|2025-02-04 08:37:37] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
601
+
602
+ [INFO|2025-02-04 08:37:40] logging.py:157 >> {'loss': 0.0491, 'learning_rate': 2.2026e-05, 'epoch': 1.03}
603
+
604
+ [WARNING|2025-02-04 08:37:42] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
605
+
606
+ [WARNING|2025-02-04 08:37:47] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
607
+
608
+ [WARNING|2025-02-04 08:37:52] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
609
+
610
+ [WARNING|2025-02-04 08:37:57] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
611
+
612
+ [WARNING|2025-02-04 08:38:02] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
613
+
614
+ [WARNING|2025-02-04 08:38:08] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
615
+
616
+ [WARNING|2025-02-04 08:38:13] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
617
+
618
+ [WARNING|2025-02-04 08:38:18] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
619
+
620
+ [WARNING|2025-02-04 08:38:24] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
621
+
622
+ [WARNING|2025-02-04 08:38:29] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
623
+
624
+ [INFO|2025-02-04 08:38:32] logging.py:157 >> {'loss': 0.0421, 'learning_rate': 2.0803e-05, 'epoch': 1.12}
625
+
626
+ [WARNING|2025-02-04 08:38:34] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
627
+
628
+ [WARNING|2025-02-04 08:38:39] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
629
+
630
+ [WARNING|2025-02-04 08:38:44] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
631
+
632
+ [WARNING|2025-02-04 08:38:49] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
633
+
634
+ [WARNING|2025-02-04 08:38:54] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
635
+
636
+ [WARNING|2025-02-04 08:39:00] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
637
+
638
+ [WARNING|2025-02-04 08:39:05] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
639
+
640
+ [WARNING|2025-02-04 08:39:11] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
641
+
642
+ [WARNING|2025-02-04 08:39:16] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
643
+
644
+ [WARNING|2025-02-04 08:39:21] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
645
+
646
+ [INFO|2025-02-04 08:39:25] logging.py:157 >> {'loss': 0.0429, 'learning_rate': 1.9532e-05, 'epoch': 1.20}
647
+
648
+ [WARNING|2025-02-04 08:39:26] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
649
+
650
+ [WARNING|2025-02-04 08:39:31] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
651
+
652
+ [WARNING|2025-02-04 08:39:36] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
653
+
654
+ [WARNING|2025-02-04 08:39:42] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
655
+
656
+ [WARNING|2025-02-04 08:39:47] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
657
+
658
+ [WARNING|2025-02-04 08:39:52] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
659
+
660
+ [WARNING|2025-02-04 08:39:57] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
661
+
662
+ [WARNING|2025-02-04 08:40:02] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
663
+
664
+ [WARNING|2025-02-04 08:40:08] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
665
+
666
+ [WARNING|2025-02-04 08:40:13] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
667
+
668
+ [INFO|2025-02-04 08:40:16] logging.py:157 >> {'loss': 0.0448, 'learning_rate': 1.8225e-05, 'epoch': 1.29}
669
+
670
+ [WARNING|2025-02-04 08:40:18] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
671
+
672
+ [WARNING|2025-02-04 08:40:23] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
673
+
674
+ [WARNING|2025-02-04 08:40:28] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
675
+
676
+ [WARNING|2025-02-04 08:40:33] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
677
+
678
+ [WARNING|2025-02-04 08:40:38] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
679
+
680
+ [WARNING|2025-02-04 08:40:43] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
681
+
682
+ [WARNING|2025-02-04 08:40:48] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
683
+
684
+ [WARNING|2025-02-04 08:40:53] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
685
+
686
+ [WARNING|2025-02-04 08:40:59] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
687
+
688
+ [WARNING|2025-02-04 08:41:04] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
689
+
690
+ [INFO|2025-02-04 08:41:08] logging.py:157 >> {'loss': 0.0439, 'learning_rate': 1.6891e-05, 'epoch': 1.38}
691
+
692
+ [WARNING|2025-02-04 08:41:09] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
693
+
694
+ [WARNING|2025-02-04 08:41:14] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
695
+
696
+ [WARNING|2025-02-04 08:41:20] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
697
+
698
+ [WARNING|2025-02-04 08:41:25] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
699
+
700
+ [WARNING|2025-02-04 08:41:30] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
701
+
702
+ [WARNING|2025-02-04 08:41:35] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
703
+
704
+ [WARNING|2025-02-04 08:41:40] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
705
+
706
+ [WARNING|2025-02-04 08:41:45] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
707
+
708
+ [WARNING|2025-02-04 08:41:51] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
709
+
710
+ [WARNING|2025-02-04 08:41:56] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
711
+
712
+ [INFO|2025-02-04 08:42:00] logging.py:157 >> {'loss': 0.0432, 'learning_rate': 1.5542e-05, 'epoch': 1.46}
713
+
714
+ [WARNING|2025-02-04 08:42:01] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
715
+
716
+ [WARNING|2025-02-04 08:42:07] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
717
+
718
+ [WARNING|2025-02-04 08:42:12] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
719
+
720
+ [WARNING|2025-02-04 08:42:17] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
721
+
722
+ [WARNING|2025-02-04 08:42:22] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
723
+
724
+ [WARNING|2025-02-04 08:42:27] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
725
+
726
+ [WARNING|2025-02-04 08:42:32] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
727
+
728
+ [WARNING|2025-02-04 08:42:38] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
729
+
730
+ [WARNING|2025-02-04 08:42:43] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
731
+
732
+ [WARNING|2025-02-04 08:42:48] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
733
+
734
+ [INFO|2025-02-04 08:42:53] logging.py:157 >> {'loss': 0.0384, 'learning_rate': 1.4188e-05, 'epoch': 1.55}
735
+
736
+ [WARNING|2025-02-04 08:42:54] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
737
+
738
+ [WARNING|2025-02-04 08:42:59] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
739
+
740
+ [WARNING|2025-02-04 08:43:04] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
741
+
742
+ [WARNING|2025-02-04 08:43:09] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
743
+
744
+ [WARNING|2025-02-04 08:43:14] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
745
+
746
+ [WARNING|2025-02-04 08:43:19] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
747
+
748
+ [WARNING|2025-02-04 08:43:24] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
749
+
750
+ [WARNING|2025-02-04 08:43:29] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
751
+
752
+ [WARNING|2025-02-04 08:43:35] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
753
+
754
+ [WARNING|2025-02-04 08:43:40] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
755
+
756
+ [INFO|2025-02-04 08:43:44] logging.py:157 >> {'loss': 0.0415, 'learning_rate': 1.2841e-05, 'epoch': 1.63}
757
+
758
+ [WARNING|2025-02-04 08:43:45] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
759
+
760
+ [WARNING|2025-02-04 08:43:50] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
761
+
762
+ [WARNING|2025-02-04 08:43:55] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
763
+
764
+ [WARNING|2025-02-04 08:44:01] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
765
+
766
+ [WARNING|2025-02-04 08:44:07] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
767
+
768
+ [WARNING|2025-02-04 08:44:12] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
769
+
770
+ [WARNING|2025-02-04 08:44:17] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
771
+
772
+ [WARNING|2025-02-04 08:44:22] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
773
+
774
+ [WARNING|2025-02-04 08:44:27] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
775
+
776
+ [WARNING|2025-02-04 08:44:33] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
777
+
778
+ [INFO|2025-02-04 08:44:37] logging.py:157 >> {'loss': 0.0419, 'learning_rate': 1.1511e-05, 'epoch': 1.72}
779
+
780
+ [WARNING|2025-02-04 08:44:38] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
781
+
782
+ [WARNING|2025-02-04 08:44:43] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
783
+
784
+ [WARNING|2025-02-04 08:44:49] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
785
+
786
+ [WARNING|2025-02-04 08:44:54] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
787
+
788
+ [WARNING|2025-02-04 08:44:59] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
789
+
790
+ [WARNING|2025-02-04 08:45:04] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
791
+
792
+ [WARNING|2025-02-04 08:45:09] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
793
+
794
+ [WARNING|2025-02-04 08:45:14] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
795
+
796
+ [WARNING|2025-02-04 08:45:19] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
797
+
798
+ [WARNING|2025-02-04 08:45:25] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
799
+
800
+ [INFO|2025-02-04 08:45:28] logging.py:157 >> {'loss': 0.0431, 'learning_rate': 1.0210e-05, 'epoch': 1.81}
801
+
802
+ [WARNING|2025-02-04 08:45:30] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
803
+
804
+ [WARNING|2025-02-04 08:45:35] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
805
+
806
+ [WARNING|2025-02-04 08:45:40] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
807
+
808
+ [WARNING|2025-02-04 08:45:45] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
809
+
810
+ [WARNING|2025-02-04 08:45:51] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
811
+
812
+ [WARNING|2025-02-04 08:45:56] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
813
+
814
+ [WARNING|2025-02-04 08:46:01] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
815
+
816
+ [WARNING|2025-02-04 08:46:06] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
817
+
818
+ [WARNING|2025-02-04 08:46:12] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
819
+
820
+ [WARNING|2025-02-04 08:46:17] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
821
+
822
+ [INFO|2025-02-04 08:46:21] logging.py:157 >> {'loss': 0.0389, 'learning_rate': 8.9485e-06, 'epoch': 1.89}
823
+
824
+ [WARNING|2025-02-04 08:46:22] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
825
+
826
+ [WARNING|2025-02-04 08:46:27] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
827
+
828
+ [WARNING|2025-02-04 08:46:32] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
829
+
830
+ [WARNING|2025-02-04 08:46:37] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
831
+
832
+ [WARNING|2025-02-04 08:46:42] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
833
+
834
+ [WARNING|2025-02-04 08:46:47] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
835
+
836
+ [WARNING|2025-02-04 08:46:53] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
837
+
838
+ [WARNING|2025-02-04 08:46:58] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
839
+
840
+ [WARNING|2025-02-04 08:47:03] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
841
+
842
+ [WARNING|2025-02-04 08:47:08] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
843
+
844
+ [INFO|2025-02-04 08:47:12] logging.py:157 >> {'loss': 0.0422, 'learning_rate': 7.7358e-06, 'epoch': 1.98}
845
+
846
+ [WARNING|2025-02-04 08:47:13] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
847
+
848
+ [WARNING|2025-02-04 08:47:19] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
849
+
850
+ [WARNING|2025-02-04 08:47:24] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
851
+
852
+ [WARNING|2025-02-04 08:47:25] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
853
+
854
+ [WARNING|2025-02-04 08:47:30] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
855
+
856
+ [WARNING|2025-02-04 08:47:35] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
857
+
858
+ [WARNING|2025-02-04 08:47:40] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
859
+
860
+ [WARNING|2025-02-04 08:47:45] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
861
+
862
+ [WARNING|2025-02-04 08:47:50] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
863
+
864
+ [WARNING|2025-02-04 08:47:56] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
865
+
866
+ [WARNING|2025-02-04 08:48:01] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
867
+
868
+ [INFO|2025-02-04 08:48:04] logging.py:157 >> {'loss': 0.0337, 'learning_rate': 6.5822e-06, 'epoch': 2.06}
869
+
870
+ [WARNING|2025-02-04 08:48:06] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
871
+
872
+ [WARNING|2025-02-04 08:48:11] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
873
+
874
+ [WARNING|2025-02-04 08:48:17] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
875
+
876
+ [WARNING|2025-02-04 08:48:22] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
877
+
878
+ [WARNING|2025-02-04 08:48:27] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
879
+
880
+ [WARNING|2025-02-04 08:48:32] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
881
+
882
+ [WARNING|2025-02-04 08:48:37] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
883
+
884
+ [WARNING|2025-02-04 08:48:43] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
885
+
886
+ [WARNING|2025-02-04 08:48:48] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
887
+
888
+ [WARNING|2025-02-04 08:48:54] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
889
+
890
+ [INFO|2025-02-04 08:48:56] logging.py:157 >> {'loss': 0.0354, 'learning_rate': 5.4972e-06, 'epoch': 2.15}
891
+
892
+ [WARNING|2025-02-04 08:48:59] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
893
+
894
+ [WARNING|2025-02-04 08:49:04] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
895
+
896
+ [WARNING|2025-02-04 08:49:10] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
897
+
898
+ [WARNING|2025-02-04 08:49:15] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
899
+
900
+ [WARNING|2025-02-04 08:49:20] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
901
+
902
+ [WARNING|2025-02-04 08:49:26] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
903
+
904
+ [WARNING|2025-02-04 08:49:31] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
905
+
906
+ [WARNING|2025-02-04 08:49:36] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
907
+
908
+ [WARNING|2025-02-04 08:49:41] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
909
+
910
+ [WARNING|2025-02-04 08:49:47] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
911
+
912
+ [INFO|2025-02-04 08:49:49] logging.py:157 >> {'loss': 0.0375, 'learning_rate': 4.4896e-06, 'epoch': 2.24}
913
+
914
+ [WARNING|2025-02-04 08:49:52] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
915
+
916
+ [WARNING|2025-02-04 08:49:57] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
917
+
918
+ [WARNING|2025-02-04 08:50:02] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
919
+
920
+ [WARNING|2025-02-04 08:50:08] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
921
+
922
+ [WARNING|2025-02-04 08:50:13] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
923
+
924
+ [WARNING|2025-02-04 08:50:18] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
925
+
926
+ [WARNING|2025-02-04 08:50:23] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
927
+
928
+ [WARNING|2025-02-04 08:50:28] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
929
+
930
+ [WARNING|2025-02-04 08:50:33] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
931
+
932
+ [WARNING|2025-02-04 08:50:38] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
933
+
934
+ [INFO|2025-02-04 08:50:40] logging.py:157 >> {'loss': 0.0296, 'learning_rate': 3.5676e-06, 'epoch': 2.32}
935
+
936
+ [WARNING|2025-02-04 08:50:43] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
937
+
938
+ [WARNING|2025-02-04 08:50:48] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
939
+
940
+ [WARNING|2025-02-04 08:50:54] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
941
+
942
+ [WARNING|2025-02-04 08:50:59] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
943
+
944
+ [WARNING|2025-02-04 08:51:05] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
945
+
946
+ [WARNING|2025-02-04 08:51:10] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
947
+
948
+ [WARNING|2025-02-04 08:51:15] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
949
+
950
+ [WARNING|2025-02-04 08:51:21] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
951
+
952
+ [WARNING|2025-02-04 08:51:26] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
953
+
954
+ [WARNING|2025-02-04 08:51:31] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
955
+
956
+ [INFO|2025-02-04 08:51:34] logging.py:157 >> {'loss': 0.0326, 'learning_rate': 2.7387e-06, 'epoch': 2.41}
957
+
958
+ [WARNING|2025-02-04 08:51:36] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
959
+
960
+ [WARNING|2025-02-04 08:51:42] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
961
+
962
+ [WARNING|2025-02-04 08:51:47] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
963
+
964
+ [WARNING|2025-02-04 08:51:52] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
965
+
966
+ [WARNING|2025-02-04 08:51:57] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
967
+
968
+ [WARNING|2025-02-04 08:52:02] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
969
+
970
+ [WARNING|2025-02-04 08:52:07] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
971
+
972
+ [WARNING|2025-02-04 08:52:12] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
973
+
974
+ [WARNING|2025-02-04 08:52:17] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
975
+
976
+ [WARNING|2025-02-04 08:52:22] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
977
+
978
+ [INFO|2025-02-04 08:52:25] logging.py:157 >> {'loss': 0.0370, 'learning_rate': 2.0096e-06, 'epoch': 2.49}
979
+
980
+ [WARNING|2025-02-04 08:52:27] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
981
+
982
+ [WARNING|2025-02-04 08:52:33] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
983
+
984
+ [WARNING|2025-02-04 08:52:38] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
985
+
986
+ [WARNING|2025-02-04 08:52:43] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
987
+
988
+ [WARNING|2025-02-04 08:52:48] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
989
+
990
+ [WARNING|2025-02-04 08:52:53] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
991
+
992
+ [WARNING|2025-02-04 08:52:58] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
993
+
994
+ [WARNING|2025-02-04 08:53:04] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
995
+
996
+ [WARNING|2025-02-04 08:53:09] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
997
+
998
+ [WARNING|2025-02-04 08:53:14] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
999
+
1000
+ [INFO|2025-02-04 08:53:17] logging.py:157 >> {'loss': 0.0344, 'learning_rate': 1.3864e-06, 'epoch': 2.58}
1001
+
1002
+ [WARNING|2025-02-04 08:53:19] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1003
+
1004
+ [WARNING|2025-02-04 08:53:24] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1005
+
1006
+ [WARNING|2025-02-04 08:53:29] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1007
+
1008
+ [WARNING|2025-02-04 08:53:34] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1009
+
1010
+ [WARNING|2025-02-04 08:53:40] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1011
+
1012
+ [WARNING|2025-02-04 08:53:45] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1013
+
1014
+ [WARNING|2025-02-04 08:53:50] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1015
+
1016
+ [WARNING|2025-02-04 08:53:55] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1017
+
1018
+ [WARNING|2025-02-04 08:54:01] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1019
+
1020
+ [WARNING|2025-02-04 08:54:06] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1021
+
1022
+ [INFO|2025-02-04 08:54:09] logging.py:157 >> {'loss': 0.0382, 'learning_rate': 8.7399e-07, 'epoch': 2.67}
1023
+
1024
+ [WARNING|2025-02-04 08:54:11] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1025
+
1026
+ [WARNING|2025-02-04 08:54:16] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1027
+
1028
+ [WARNING|2025-02-04 08:54:22] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1029
+
1030
+ [WARNING|2025-02-04 08:54:27] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1031
+
1032
+ [WARNING|2025-02-04 08:54:32] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1033
+
1034
+ [WARNING|2025-02-04 08:54:37] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1035
+
1036
+ [WARNING|2025-02-04 08:54:43] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1037
+
1038
+ [WARNING|2025-02-04 08:54:48] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1039
+
1040
+ [WARNING|2025-02-04 08:54:53] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1041
+
1042
+ [WARNING|2025-02-04 08:54:58] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1043
+
1044
+ [INFO|2025-02-04 08:55:01] logging.py:157 >> {'loss': 0.0332, 'learning_rate': 4.7666e-07, 'epoch': 2.75}
1045
+
1046
+ [WARNING|2025-02-04 08:55:04] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1047
+
1048
+ [WARNING|2025-02-04 08:55:09] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1049
+
1050
+ [WARNING|2025-02-04 08:55:14] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1051
+
1052
+ [WARNING|2025-02-04 08:55:19] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1053
+
1054
+ [WARNING|2025-02-04 08:55:24] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1055
+
1056
+ [WARNING|2025-02-04 08:55:30] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1057
+
1058
+ [WARNING|2025-02-04 08:55:35] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1059
+
1060
+ [WARNING|2025-02-04 08:55:40] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1061
+
1062
+ [WARNING|2025-02-04 08:55:45] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1063
+
1064
+ [WARNING|2025-02-04 08:55:50] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1065
+
1066
+ [INFO|2025-02-04 08:55:53] logging.py:157 >> {'loss': 0.0369, 'learning_rate': 1.9760e-07, 'epoch': 2.84}
1067
+
1068
+ [WARNING|2025-02-04 08:55:55] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1069
+
1070
+ [WARNING|2025-02-04 08:56:00] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1071
+
1072
+ [WARNING|2025-02-04 08:56:06] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1073
+
1074
+ [WARNING|2025-02-04 08:56:11] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1075
+
1076
+ [WARNING|2025-02-04 08:56:16] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1077
+
1078
+ [WARNING|2025-02-04 08:56:21] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1079
+
1080
+ [WARNING|2025-02-04 08:56:26] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1081
+
1082
+ [WARNING|2025-02-04 08:56:31] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1083
+
1084
+ [WARNING|2025-02-04 08:56:37] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1085
+
1086
+ [WARNING|2025-02-04 08:56:42] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1087
+
1088
+ [INFO|2025-02-04 08:56:44] logging.py:157 >> {'loss': 0.0361, 'learning_rate': 3.9102e-08, 'epoch': 2.92}
1089
+
1090
+ [WARNING|2025-02-04 08:56:47] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1091
+
1092
+ [WARNING|2025-02-04 08:56:52] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1093
+
1094
+ [WARNING|2025-02-04 08:56:57] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1095
+
1096
+ [WARNING|2025-02-04 08:57:02] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1097
+
1098
+ [WARNING|2025-02-04 08:57:08] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1099
+
1100
+ [WARNING|2025-02-04 08:57:13] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1101
+
1102
+ [WARNING|2025-02-04 08:57:18] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1103
+
1104
+ [WARNING|2025-02-04 08:57:23] logging.py:168 >> 'Seq2SeqTrainingArguments' object has no attribute 'average_tokens_across_devices'
1105
+
1106
+ [INFO|2025-02-04 08:57:26] trainer.py:3801 >> Saving model checkpoint to saves/Mistral-Nemo-Instruct-2407/lora/mistral-nemo-finetuned/checkpoint-348
1107
+
1108
+ [INFO|2025-02-04 08:57:26] configuration_utils.py:679 >> loading configuration file config.json from cache at /home/zeus/.cache/huggingface/hub/models--unsloth--mistral-nemo-instruct-2407-bnb-4bit/snapshots/a8e82a934394c6858f5ee545fa55e1e8cc67065f/config.json
1109
+
1110
+ [INFO|2025-02-04 08:57:26] configuration_utils.py:746 >> Model config MistralConfig {
1111
+ "_name_or_path": "mistralai/Mistral-Nemo-Instruct-2407",
1112
+ "architectures": [
1113
+ "MistralForCausalLM"
1114
+ ],
1115
+ "attention_dropout": 0.0,
1116
+ "bos_token_id": 1,
1117
+ "eos_token_id": 2,
1118
+ "head_dim": 128,
1119
+ "hidden_act": "silu",
1120
+ "hidden_size": 5120,
1121
+ "initializer_range": 0.02,
1122
+ "intermediate_size": 14336,
1123
+ "max_position_embeddings": 131072,
1124
+ "model_type": "mistral",
1125
+ "num_attention_heads": 32,
1126
+ "num_hidden_layers": 40,
1127
+ "num_key_value_heads": 8,
1128
+ "pad_token_id": 10,
1129
+ "quantization_config": {
1130
+ "_load_in_4bit": true,
1131
+ "_load_in_8bit": false,
1132
+ "bnb_4bit_compute_dtype": "bfloat16",
1133
+ "bnb_4bit_quant_storage": "uint8",
1134
+ "bnb_4bit_quant_type": "nf4",
1135
+ "bnb_4bit_use_double_quant": true,
1136
+ "llm_int8_enable_fp32_cpu_offload": false,
1137
+ "llm_int8_has_fp16_weight": false,
1138
+ "llm_int8_skip_modules": [
1139
+ "lm_head",
1140
+ "multi_modal_projector",
1141
+ "merger",
1142
+ "modality_projection"
1143
+ ],
1144
+ "llm_int8_threshold": 6.0,
1145
+ "load_in_4bit": true,
1146
+ "load_in_8bit": false,
1147
+ "quant_method": "bitsandbytes"
1148
+ },
1149
+ "rms_norm_eps": 1e-05,
1150
+ "rope_theta": 1000000.0,
1151
+ "sliding_window": null,
1152
+ "tie_word_embeddings": false,
1153
+ "torch_dtype": "bfloat16",
1154
+ "transformers_version": "4.46.1",
1155
+ "unsloth_fixed": true,
1156
+ "use_cache": true,
1157
+ "vocab_size": 131072
1158
+ }
1159
+
1160
+
1161
+ [INFO|2025-02-04 08:57:27] <string>:484 >>
1162
+
1163
+ Training completed. Do not forget to share your model on huggingface.co/models =)
1164
+
1165
+
1166
+
1167
+ [INFO|2025-02-04 08:57:27] trainer.py:3801 >> Saving model checkpoint to saves/Mistral-Nemo-Instruct-2407/lora/mistral-nemo-finetuned
1168
+
1169
+ [INFO|2025-02-04 08:57:27] configuration_utils.py:679 >> loading configuration file config.json from cache at /home/zeus/.cache/huggingface/hub/models--unsloth--mistral-nemo-instruct-2407-bnb-4bit/snapshots/a8e82a934394c6858f5ee545fa55e1e8cc67065f/config.json
1170
+
1171
+ [INFO|2025-02-04 08:57:27] configuration_utils.py:746 >> Model config MistralConfig {
1172
+ "_name_or_path": "mistralai/Mistral-Nemo-Instruct-2407",
1173
+ "architectures": [
1174
+ "MistralForCausalLM"
1175
+ ],
1176
+ "attention_dropout": 0.0,
1177
+ "bos_token_id": 1,
1178
+ "eos_token_id": 2,
1179
+ "head_dim": 128,
1180
+ "hidden_act": "silu",
1181
+ "hidden_size": 5120,
1182
+ "initializer_range": 0.02,
1183
+ "intermediate_size": 14336,
1184
+ "max_position_embeddings": 131072,
1185
+ "model_type": "mistral",
1186
+ "num_attention_heads": 32,
1187
+ "num_hidden_layers": 40,
1188
+ "num_key_value_heads": 8,
1189
+ "pad_token_id": 10,
1190
+ "quantization_config": {
1191
+ "_load_in_4bit": true,
1192
+ "_load_in_8bit": false,
1193
+ "bnb_4bit_compute_dtype": "bfloat16",
1194
+ "bnb_4bit_quant_storage": "uint8",
1195
+ "bnb_4bit_quant_type": "nf4",
1196
+ "bnb_4bit_use_double_quant": true,
1197
+ "llm_int8_enable_fp32_cpu_offload": false,
1198
+ "llm_int8_has_fp16_weight": false,
1199
+ "llm_int8_skip_modules": [
1200
+ "lm_head",
1201
+ "multi_modal_projector",
1202
+ "merger",
1203
+ "modality_projection"
1204
+ ],
1205
+ "llm_int8_threshold": 6.0,
1206
+ "load_in_4bit": true,
1207
+ "load_in_8bit": false,
1208
+ "quant_method": "bitsandbytes"
1209
+ },
1210
+ "rms_norm_eps": 1e-05,
1211
+ "rope_theta": 1000000.0,
1212
+ "sliding_window": null,
1213
+ "tie_word_embeddings": false,
1214
+ "torch_dtype": "bfloat16",
1215
+ "transformers_version": "4.46.1",
1216
+ "unsloth_fixed": true,
1217
+ "use_cache": true,
1218
+ "vocab_size": 131072
1219
+ }
1220
+
1221
+
1222
+ [WARNING|2025-02-04 08:57:27] logging.py:162 >> No metric eval_loss to plot.
1223
+
1224
+ [WARNING|2025-02-04 08:57:27] logging.py:162 >> No metric eval_accuracy to plot.
1225
+
1226
+ [INFO|2025-02-04 08:57:27] modelcard.py:449 >> Dropping the following result as it does not have all the necessary fields:
1227
+ {'task': {'name': 'Causal Language Modeling', 'type': 'text-generation'}}
1228
+
special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0240ce510f08e6c2041724e9043e33be9d251d1e4a4d94eb68cd47b954b61d2
3
+ size 17078292
tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.9935483870967743,
3
+ "total_flos": 2.344956384116736e+17,
4
+ "train_loss": 0.045667905531737996,
5
+ "train_runtime": 1808.5239,
6
+ "train_samples_per_second": 6.164,
7
+ "train_steps_per_second": 0.192
8
+ }
trainer_log.jsonl ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"current_steps": 10, "total_steps": 348, "loss": 0.0829, "lr": 2.9938918800982563e-05, "epoch": 0.08602150537634409, "percentage": 2.87, "elapsed_time": "0:00:54", "remaining_time": "0:30:25"}
2
+ {"current_steps": 20, "total_steps": 348, "loss": 0.073, "lr": 2.975617265898004e-05, "epoch": 0.17204301075268819, "percentage": 5.75, "elapsed_time": "0:01:44", "remaining_time": "0:28:32"}
3
+ {"current_steps": 30, "total_steps": 348, "loss": 0.068, "lr": 2.9453249887788343e-05, "epoch": 0.25806451612903225, "percentage": 8.62, "elapsed_time": "0:02:37", "remaining_time": "0:27:52"}
4
+ {"current_steps": 40, "total_steps": 348, "loss": 0.0603, "lr": 2.9032617538884018e-05, "epoch": 0.34408602150537637, "percentage": 11.49, "elapsed_time": "0:03:30", "remaining_time": "0:26:57"}
5
+ {"current_steps": 50, "total_steps": 348, "loss": 0.0617, "lr": 2.84977013093626e-05, "epoch": 0.43010752688172044, "percentage": 14.37, "elapsed_time": "0:04:22", "remaining_time": "0:26:02"}
6
+ {"current_steps": 60, "total_steps": 348, "loss": 0.0617, "lr": 2.7852857642513838e-05, "epoch": 0.5161290322580645, "percentage": 17.24, "elapsed_time": "0:05:12", "remaining_time": "0:25:01"}
7
+ {"current_steps": 70, "total_steps": 348, "loss": 0.0587, "lr": 2.7103338248251055e-05, "epoch": 0.6021505376344086, "percentage": 20.11, "elapsed_time": "0:06:03", "remaining_time": "0:24:05"}
8
+ {"current_steps": 80, "total_steps": 348, "loss": 0.0555, "lr": 2.6255247332346036e-05, "epoch": 0.6881720430107527, "percentage": 22.99, "elapsed_time": "0:06:55", "remaining_time": "0:23:12"}
9
+ {"current_steps": 90, "total_steps": 348, "loss": 0.0538, "lr": 2.531549188280135e-05, "epoch": 0.7741935483870968, "percentage": 25.86, "elapsed_time": "0:07:48", "remaining_time": "0:22:23"}
10
+ {"current_steps": 100, "total_steps": 348, "loss": 0.0466, "lr": 2.4291725418235848e-05, "epoch": 0.8602150537634409, "percentage": 28.74, "elapsed_time": "0:08:40", "remaining_time": "0:21:31"}
11
+ {"current_steps": 110, "total_steps": 348, "loss": 0.0457, "lr": 2.3192285656405456e-05, "epoch": 0.946236559139785, "percentage": 31.61, "elapsed_time": "0:09:31", "remaining_time": "0:20:36"}
12
+ {"current_steps": 120, "total_steps": 348, "loss": 0.0491, "lr": 2.2026126610496852e-05, "epoch": 1.032258064516129, "percentage": 34.48, "elapsed_time": "0:10:21", "remaining_time": "0:19:41"}
13
+ {"current_steps": 130, "total_steps": 348, "loss": 0.0421, "lr": 2.0802745666212592e-05, "epoch": 1.118279569892473, "percentage": 37.36, "elapsed_time": "0:11:14", "remaining_time": "0:18:50"}
14
+ {"current_steps": 140, "total_steps": 348, "loss": 0.0429, "lr": 1.953210623354359e-05, "epoch": 1.2043010752688172, "percentage": 40.23, "elapsed_time": "0:12:06", "remaining_time": "0:17:59"}
15
+ {"current_steps": 150, "total_steps": 348, "loss": 0.0448, "lr": 1.8224556603165363e-05, "epoch": 1.2903225806451613, "percentage": 43.1, "elapsed_time": "0:12:57", "remaining_time": "0:17:06"}
16
+ {"current_steps": 160, "total_steps": 348, "loss": 0.0439, "lr": 1.689074566830434e-05, "epoch": 1.3763440860215055, "percentage": 45.98, "elapsed_time": "0:13:49", "remaining_time": "0:16:14"}
17
+ {"current_steps": 170, "total_steps": 348, "loss": 0.0432, "lr": 1.5541536198449044e-05, "epoch": 1.4623655913978495, "percentage": 48.85, "elapsed_time": "0:14:41", "remaining_time": "0:15:23"}
18
+ {"current_steps": 180, "total_steps": 348, "loss": 0.0384, "lr": 1.4187916371218739e-05, "epoch": 1.5483870967741935, "percentage": 51.72, "elapsed_time": "0:15:34", "remaining_time": "0:14:31"}
19
+ {"current_steps": 190, "total_steps": 348, "loss": 0.0415, "lr": 1.2840910282888211e-05, "epoch": 1.6344086021505375, "percentage": 54.6, "elapsed_time": "0:16:25", "remaining_time": "0:13:39"}
20
+ {"current_steps": 200, "total_steps": 348, "loss": 0.0419, "lr": 1.1511488166385349e-05, "epoch": 1.7204301075268817, "percentage": 57.47, "elapsed_time": "0:17:18", "remaining_time": "0:12:48"}
21
+ {"current_steps": 210, "total_steps": 348, "loss": 0.0431, "lr": 1.0210477047960303e-05, "epoch": 1.8064516129032258, "percentage": 60.34, "elapsed_time": "0:18:10", "remaining_time": "0:11:56"}
22
+ {"current_steps": 220, "total_steps": 348, "loss": 0.0389, "lr": 8.948472570152874e-06, "epoch": 1.89247311827957, "percentage": 63.22, "elapsed_time": "0:19:02", "remaining_time": "0:11:04"}
23
+ {"current_steps": 230, "total_steps": 348, "loss": 0.0422, "lr": 7.735752699185711e-06, "epoch": 1.978494623655914, "percentage": 66.09, "elapsed_time": "0:19:53", "remaining_time": "0:10:12"}
24
+ {"current_steps": 240, "total_steps": 348, "loss": 0.0337, "lr": 6.582194019564266e-06, "epoch": 2.064516129032258, "percentage": 68.97, "elapsed_time": "0:20:45", "remaining_time": "0:09:20"}
25
+ {"current_steps": 250, "total_steps": 348, "loss": 0.0354, "lr": 5.497191297593647e-06, "epoch": 2.150537634408602, "percentage": 71.84, "elapsed_time": "0:21:37", "remaining_time": "0:08:28"}
26
+ {"current_steps": 260, "total_steps": 348, "loss": 0.0375, "lr": 4.4895809688998655e-06, "epoch": 2.236559139784946, "percentage": 74.71, "elapsed_time": "0:22:31", "remaining_time": "0:07:37"}
27
+ {"current_steps": 270, "total_steps": 348, "loss": 0.0296, "lr": 3.567569173085455e-06, "epoch": 2.3225806451612905, "percentage": 77.59, "elapsed_time": "0:23:22", "remaining_time": "0:06:45"}
28
+ {"current_steps": 280, "total_steps": 348, "loss": 0.0326, "lr": 2.7386649216166233e-06, "epoch": 2.4086021505376345, "percentage": 80.46, "elapsed_time": "0:24:15", "remaining_time": "0:05:53"}
29
+ {"current_steps": 290, "total_steps": 348, "loss": 0.037, "lr": 2.0096189432334194e-06, "epoch": 2.4946236559139785, "percentage": 83.33, "elapsed_time": "0:25:06", "remaining_time": "0:05:01"}
30
+ {"current_steps": 300, "total_steps": 348, "loss": 0.0344, "lr": 1.3863687049356465e-06, "epoch": 2.5806451612903225, "percentage": 86.21, "elapsed_time": "0:25:58", "remaining_time": "0:04:09"}
31
+ {"current_steps": 310, "total_steps": 348, "loss": 0.0382, "lr": 8.7399005630238e-07, "epoch": 2.6666666666666665, "percentage": 89.08, "elapsed_time": "0:26:50", "remaining_time": "0:03:17"}
32
+ {"current_steps": 320, "total_steps": 348, "loss": 0.0332, "lr": 4.766558909615504e-07, "epoch": 2.752688172043011, "percentage": 91.95, "elapsed_time": "0:27:42", "remaining_time": "0:02:25"}
33
+ {"current_steps": 330, "total_steps": 348, "loss": 0.0369, "lr": 1.9760216187710788e-07, "epoch": 2.838709677419355, "percentage": 94.83, "elapsed_time": "0:28:34", "remaining_time": "0:01:33"}
34
+ {"current_steps": 340, "total_steps": 348, "loss": 0.0361, "lr": 3.910152723075322e-08, "epoch": 2.924731182795699, "percentage": 97.7, "elapsed_time": "0:29:26", "remaining_time": "0:00:41"}
35
+ {"current_steps": 348, "total_steps": 348, "epoch": 2.9935483870967743, "percentage": 100.0, "elapsed_time": "0:30:08", "remaining_time": "0:00:00"}
trainer_state.json ADDED
@@ -0,0 +1,280 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.9935483870967743,
5
+ "eval_steps": 500,
6
+ "global_step": 348,
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.08602150537634409,
13
+ "grad_norm": 0.4689747393131256,
14
+ "learning_rate": 2.9938918800982563e-05,
15
+ "loss": 0.0829,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.17204301075268819,
20
+ "grad_norm": 0.31903743743896484,
21
+ "learning_rate": 2.975617265898004e-05,
22
+ "loss": 0.073,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.25806451612903225,
27
+ "grad_norm": 0.3387955129146576,
28
+ "learning_rate": 2.9453249887788343e-05,
29
+ "loss": 0.068,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.34408602150537637,
34
+ "grad_norm": 0.33919498324394226,
35
+ "learning_rate": 2.9032617538884018e-05,
36
+ "loss": 0.0603,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.43010752688172044,
41
+ "grad_norm": 0.33728891611099243,
42
+ "learning_rate": 2.84977013093626e-05,
43
+ "loss": 0.0617,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.5161290322580645,
48
+ "grad_norm": 0.30449143052101135,
49
+ "learning_rate": 2.7852857642513838e-05,
50
+ "loss": 0.0617,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.6021505376344086,
55
+ "grad_norm": 0.3293665945529938,
56
+ "learning_rate": 2.7103338248251055e-05,
57
+ "loss": 0.0587,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.6881720430107527,
62
+ "grad_norm": 0.4717239737510681,
63
+ "learning_rate": 2.6255247332346036e-05,
64
+ "loss": 0.0555,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.7741935483870968,
69
+ "grad_norm": 0.4681776463985443,
70
+ "learning_rate": 2.531549188280135e-05,
71
+ "loss": 0.0538,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.8602150537634409,
76
+ "grad_norm": 0.33837395906448364,
77
+ "learning_rate": 2.4291725418235848e-05,
78
+ "loss": 0.0466,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.946236559139785,
83
+ "grad_norm": 0.3245820999145508,
84
+ "learning_rate": 2.3192285656405456e-05,
85
+ "loss": 0.0457,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 1.032258064516129,
90
+ "grad_norm": 0.34947386384010315,
91
+ "learning_rate": 2.2026126610496852e-05,
92
+ "loss": 0.0491,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 1.118279569892473,
97
+ "grad_norm": 0.359684020280838,
98
+ "learning_rate": 2.0802745666212592e-05,
99
+ "loss": 0.0421,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 1.2043010752688172,
104
+ "grad_norm": 0.3907443583011627,
105
+ "learning_rate": 1.953210623354359e-05,
106
+ "loss": 0.0429,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 1.2903225806451613,
111
+ "grad_norm": 0.40398046374320984,
112
+ "learning_rate": 1.8224556603165363e-05,
113
+ "loss": 0.0448,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 1.3763440860215055,
118
+ "grad_norm": 0.40687504410743713,
119
+ "learning_rate": 1.689074566830434e-05,
120
+ "loss": 0.0439,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 1.4623655913978495,
125
+ "grad_norm": 0.7241388559341431,
126
+ "learning_rate": 1.5541536198449044e-05,
127
+ "loss": 0.0432,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 1.5483870967741935,
132
+ "grad_norm": 0.3367048501968384,
133
+ "learning_rate": 1.4187916371218739e-05,
134
+ "loss": 0.0384,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 1.6344086021505375,
139
+ "grad_norm": 0.27823126316070557,
140
+ "learning_rate": 1.2840910282888211e-05,
141
+ "loss": 0.0415,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 1.7204301075268817,
146
+ "grad_norm": 0.3167360723018646,
147
+ "learning_rate": 1.1511488166385349e-05,
148
+ "loss": 0.0419,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 1.8064516129032258,
153
+ "grad_norm": 0.3927469849586487,
154
+ "learning_rate": 1.0210477047960303e-05,
155
+ "loss": 0.0431,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 1.89247311827957,
160
+ "grad_norm": 0.3293432891368866,
161
+ "learning_rate": 8.948472570152874e-06,
162
+ "loss": 0.0389,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 1.978494623655914,
167
+ "grad_norm": 0.4683464765548706,
168
+ "learning_rate": 7.735752699185711e-06,
169
+ "loss": 0.0422,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 2.064516129032258,
174
+ "grad_norm": 0.33360326290130615,
175
+ "learning_rate": 6.582194019564266e-06,
176
+ "loss": 0.0337,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 2.150537634408602,
181
+ "grad_norm": 0.4784548878669739,
182
+ "learning_rate": 5.497191297593647e-06,
183
+ "loss": 0.0354,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 2.236559139784946,
188
+ "grad_norm": 0.442839652299881,
189
+ "learning_rate": 4.4895809688998655e-06,
190
+ "loss": 0.0375,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 2.3225806451612905,
195
+ "grad_norm": 0.3498876690864563,
196
+ "learning_rate": 3.567569173085455e-06,
197
+ "loss": 0.0296,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 2.4086021505376345,
202
+ "grad_norm": 0.6078402400016785,
203
+ "learning_rate": 2.7386649216166233e-06,
204
+ "loss": 0.0326,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 2.4946236559139785,
209
+ "grad_norm": 0.5483068227767944,
210
+ "learning_rate": 2.0096189432334194e-06,
211
+ "loss": 0.037,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 2.5806451612903225,
216
+ "grad_norm": 0.29595789313316345,
217
+ "learning_rate": 1.3863687049356465e-06,
218
+ "loss": 0.0344,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 2.6666666666666665,
223
+ "grad_norm": 0.3882715702056885,
224
+ "learning_rate": 8.7399005630238e-07,
225
+ "loss": 0.0382,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 2.752688172043011,
230
+ "grad_norm": 0.3592262864112854,
231
+ "learning_rate": 4.766558909615504e-07,
232
+ "loss": 0.0332,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 2.838709677419355,
237
+ "grad_norm": 0.42720264196395874,
238
+ "learning_rate": 1.9760216187710788e-07,
239
+ "loss": 0.0369,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 2.924731182795699,
244
+ "grad_norm": 0.34159648418426514,
245
+ "learning_rate": 3.910152723075322e-08,
246
+ "loss": 0.0361,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 2.9935483870967743,
251
+ "step": 348,
252
+ "total_flos": 2.344956384116736e+17,
253
+ "train_loss": 0.045667905531737996,
254
+ "train_runtime": 1808.5239,
255
+ "train_samples_per_second": 6.164,
256
+ "train_steps_per_second": 0.192
257
+ }
258
+ ],
259
+ "logging_steps": 10,
260
+ "max_steps": 348,
261
+ "num_input_tokens_seen": 0,
262
+ "num_train_epochs": 3,
263
+ "save_steps": 1000,
264
+ "stateful_callbacks": {
265
+ "TrainerControl": {
266
+ "args": {
267
+ "should_epoch_stop": false,
268
+ "should_evaluate": false,
269
+ "should_log": false,
270
+ "should_save": true,
271
+ "should_training_stop": true
272
+ },
273
+ "attributes": {}
274
+ }
275
+ },
276
+ "total_flos": 2.344956384116736e+17,
277
+ "train_batch_size": 8,
278
+ "trial_name": null,
279
+ "trial_params": null
280
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:581e11ecdf29838856a4d9fd37fef831aae8f22c808c0cf81d6fced7208a6071
3
+ size 5432
training_args.yaml ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ bf16: true
2
+ cutoff_len: 2048
3
+ dataset: train_new
4
+ dataset_dir: data
5
+ ddp_timeout: 180000000
6
+ do_train: true
7
+ finetuning_type: lora
8
+ flash_attn: auto
9
+ gradient_accumulation_steps: 4
10
+ learning_rate: 3.0e-05
11
+ logging_steps: 10
12
+ lora_alpha: 16
13
+ lora_dropout: 0
14
+ lora_rank: 8
15
+ lora_target: all
16
+ lr_scheduler_type: cosine
17
+ max_grad_norm: 1.0
18
+ max_samples: 3716
19
+ model_name_or_path: mistralai/Mistral-Nemo-Instruct-2407
20
+ num_train_epochs: 3.0
21
+ optim: adamw_torch
22
+ output_dir: saves/Mistral-Nemo-Instruct-2407/lora/mistral-nemo-finetuned
23
+ packing: false
24
+ per_device_train_batch_size: 8
25
+ plot_loss: true
26
+ preprocessing_num_workers: 16
27
+ quantization_bit: 4
28
+ quantization_method: bitsandbytes
29
+ report_to: none
30
+ save_steps: 1000
31
+ stage: sft
32
+ template: alpaca
33
+ use_unsloth: true
34
+ warmup_steps: 0
training_loss.png ADDED