Ruthvik2835 commited on
Commit
6950306
·
verified ·
1 Parent(s): 4cf2145

Initial model upload

Browse files
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: bigcode-openrail-m
4
+ base_model: bigcode/starcoder
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: starcoder-finetune
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # starcoder-finetune
16
+
17
+ This model is a fine-tuned version of [bigcode/starcoder](https://huggingface.co/bigcode/starcoder) on an unknown dataset.
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 0.0002
37
+ - train_batch_size: 4
38
+ - eval_batch_size: 4
39
+ - seed: 42
40
+ - gradient_accumulation_steps: 16
41
+ - total_train_batch_size: 64
42
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
+ - lr_scheduler_type: cosine
44
+ - lr_scheduler_warmup_ratio: 0.1
45
+ - training_steps: 35
46
+
47
+ ### Training results
48
+
49
+
50
+
51
+ ### Framework versions
52
+
53
+ - PEFT 0.15.2.dev0
54
+ - Transformers 4.53.0.dev0
55
+ - Pytorch 2.6.0+cu124
56
+ - Datasets 3.6.0
57
+ - Tokenizers 0.21.1
adapter_config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "bigcode/starcoder",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 64,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.1,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 32,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "c_fc",
28
+ "c_attn",
29
+ "c_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "trainable_token_indices": null,
33
+ "use_dora": false,
34
+ "use_rslora": false
35
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d7735461853d479d44c7d08042aa816d0e40fae541ca6e21a902a77077bc94b
3
+ size 441754760
checkpoint-35/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: bigcode/starcoder
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.15.2.dev0
checkpoint-35/adapter_config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "bigcode/starcoder",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 64,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.1,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 32,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "c_fc",
28
+ "c_attn",
29
+ "c_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "trainable_token_indices": null,
33
+ "use_dora": false,
34
+ "use_rslora": false
35
+ }
checkpoint-35/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d7735461853d479d44c7d08042aa816d0e40fae541ca6e21a902a77077bc94b
3
+ size 441754760
checkpoint-35/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffc527966c2ff9df28be541e5d72f923dc3d6b0cbe28812a179c9cdcde9e12b6
3
+ size 883695034
checkpoint-35/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1812bf0f1deabf107f30b99a1298283b4312b6bec72e3b1d842fb41d9d085829
3
+ size 14244
checkpoint-35/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cdce33ebc5972235a89e7008a7bf54a98fa227109b4975663485ad96089f907
3
+ size 1064
checkpoint-35/trainer_state.json ADDED
@@ -0,0 +1,279 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.0,
6
+ "eval_steps": 100.0,
7
+ "global_step": 35,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.02857142857142857,
14
+ "grad_norm": 0.04918956756591797,
15
+ "learning_rate": 0.0,
16
+ "loss": 0.5625,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.05714285714285714,
21
+ "grad_norm": 0.04941160976886749,
22
+ "learning_rate": 5e-05,
23
+ "loss": 0.5623,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.08571428571428572,
28
+ "grad_norm": 0.05087224394083023,
29
+ "learning_rate": 0.0001,
30
+ "loss": 0.5009,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.11428571428571428,
35
+ "grad_norm": 0.053648702800273895,
36
+ "learning_rate": 0.00015000000000000001,
37
+ "loss": 0.5467,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.14285714285714285,
42
+ "grad_norm": 0.056984659284353256,
43
+ "learning_rate": 0.0002,
44
+ "loss": 0.5003,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.17142857142857143,
49
+ "grad_norm": 0.06416453421115875,
50
+ "learning_rate": 0.00019948693233918952,
51
+ "loss": 0.4514,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.2,
56
+ "grad_norm": 0.07367783039808273,
57
+ "learning_rate": 0.00019795299412524945,
58
+ "loss": 0.4195,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.22857142857142856,
63
+ "grad_norm": 0.09809113293886185,
64
+ "learning_rate": 0.00019541392564000488,
65
+ "loss": 0.3534,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.2571428571428571,
70
+ "grad_norm": 0.2686680257320404,
71
+ "learning_rate": 0.00019189578116202307,
72
+ "loss": 0.3339,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.2857142857142857,
77
+ "grad_norm": 0.12331166863441467,
78
+ "learning_rate": 0.00018743466161445823,
79
+ "loss": 0.2941,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.3142857142857143,
84
+ "grad_norm": 0.13653112947940826,
85
+ "learning_rate": 0.00018207634412072764,
86
+ "loss": 0.2648,
87
+ "step": 11
88
+ },
89
+ {
90
+ "epoch": 0.34285714285714286,
91
+ "grad_norm": 0.12992143630981445,
92
+ "learning_rate": 0.0001758758122692791,
93
+ "loss": 0.2015,
94
+ "step": 12
95
+ },
96
+ {
97
+ "epoch": 0.37142857142857144,
98
+ "grad_norm": 0.13980498909950256,
99
+ "learning_rate": 0.00016889669190756868,
100
+ "loss": 0.1789,
101
+ "step": 13
102
+ },
103
+ {
104
+ "epoch": 0.4,
105
+ "grad_norm": 0.1361037641763687,
106
+ "learning_rate": 0.0001612105982547663,
107
+ "loss": 0.1397,
108
+ "step": 14
109
+ },
110
+ {
111
+ "epoch": 0.42857142857142855,
112
+ "grad_norm": 0.11609825491905212,
113
+ "learning_rate": 0.00015289640103269625,
114
+ "loss": 0.1201,
115
+ "step": 15
116
+ },
117
+ {
118
+ "epoch": 0.45714285714285713,
119
+ "grad_norm": 0.099339060485363,
120
+ "learning_rate": 0.00014403941515576344,
121
+ "loss": 0.0973,
122
+ "step": 16
123
+ },
124
+ {
125
+ "epoch": 0.4857142857142857,
126
+ "grad_norm": 0.09612716734409332,
127
+ "learning_rate": 0.00013473052528448201,
128
+ "loss": 0.0855,
129
+ "step": 17
130
+ },
131
+ {
132
+ "epoch": 0.5142857142857142,
133
+ "grad_norm": 0.10055588185787201,
134
+ "learning_rate": 0.00012506525322587207,
135
+ "loss": 0.0849,
136
+ "step": 18
137
+ },
138
+ {
139
+ "epoch": 0.5428571428571428,
140
+ "grad_norm": 0.08217591792345047,
141
+ "learning_rate": 0.00011514277775045768,
142
+ "loss": 0.0725,
143
+ "step": 19
144
+ },
145
+ {
146
+ "epoch": 0.5714285714285714,
147
+ "grad_norm": 0.07315342128276825,
148
+ "learning_rate": 0.00010506491688387127,
149
+ "loss": 0.0684,
150
+ "step": 20
151
+ },
152
+ {
153
+ "epoch": 0.6,
154
+ "grad_norm": 0.08092162758111954,
155
+ "learning_rate": 9.493508311612874e-05,
156
+ "loss": 0.0573,
157
+ "step": 21
158
+ },
159
+ {
160
+ "epoch": 0.6285714285714286,
161
+ "grad_norm": 0.06385105103254318,
162
+ "learning_rate": 8.485722224954237e-05,
163
+ "loss": 0.0594,
164
+ "step": 22
165
+ },
166
+ {
167
+ "epoch": 0.6571428571428571,
168
+ "grad_norm": 0.05351648107171059,
169
+ "learning_rate": 7.493474677412794e-05,
170
+ "loss": 0.0552,
171
+ "step": 23
172
+ },
173
+ {
174
+ "epoch": 0.6857142857142857,
175
+ "grad_norm": 0.05012252926826477,
176
+ "learning_rate": 6.526947471551798e-05,
177
+ "loss": 0.0607,
178
+ "step": 24
179
+ },
180
+ {
181
+ "epoch": 0.7142857142857143,
182
+ "grad_norm": 0.04566913843154907,
183
+ "learning_rate": 5.596058484423656e-05,
184
+ "loss": 0.0547,
185
+ "step": 25
186
+ },
187
+ {
188
+ "epoch": 0.7428571428571429,
189
+ "grad_norm": 0.044832587242126465,
190
+ "learning_rate": 4.710359896730379e-05,
191
+ "loss": 0.0483,
192
+ "step": 26
193
+ },
194
+ {
195
+ "epoch": 0.7714285714285715,
196
+ "grad_norm": 0.05177149549126625,
197
+ "learning_rate": 3.878940174523371e-05,
198
+ "loss": 0.0544,
199
+ "step": 27
200
+ },
201
+ {
202
+ "epoch": 0.8,
203
+ "grad_norm": 0.04932279884815216,
204
+ "learning_rate": 3.110330809243134e-05,
205
+ "loss": 0.0483,
206
+ "step": 28
207
+ },
208
+ {
209
+ "epoch": 0.8285714285714286,
210
+ "grad_norm": 0.05275353044271469,
211
+ "learning_rate": 2.4124187730720917e-05,
212
+ "loss": 0.0479,
213
+ "step": 29
214
+ },
215
+ {
216
+ "epoch": 0.8571428571428571,
217
+ "grad_norm": 0.04073500633239746,
218
+ "learning_rate": 1.7923655879272393e-05,
219
+ "loss": 0.0525,
220
+ "step": 30
221
+ },
222
+ {
223
+ "epoch": 0.8857142857142857,
224
+ "grad_norm": 0.04079524427652359,
225
+ "learning_rate": 1.2565338385541792e-05,
226
+ "loss": 0.0469,
227
+ "step": 31
228
+ },
229
+ {
230
+ "epoch": 0.9142857142857143,
231
+ "grad_norm": 0.06132270023226738,
232
+ "learning_rate": 8.10421883797694e-06,
233
+ "loss": 0.0421,
234
+ "step": 32
235
+ },
236
+ {
237
+ "epoch": 0.9428571428571428,
238
+ "grad_norm": 0.04404183104634285,
239
+ "learning_rate": 4.586074359995119e-06,
240
+ "loss": 0.0467,
241
+ "step": 33
242
+ },
243
+ {
244
+ "epoch": 0.9714285714285714,
245
+ "grad_norm": 0.03794850781559944,
246
+ "learning_rate": 2.0470058747505516e-06,
247
+ "loss": 0.0467,
248
+ "step": 34
249
+ },
250
+ {
251
+ "epoch": 1.0,
252
+ "grad_norm": 0.04732782021164894,
253
+ "learning_rate": 5.130676608104845e-07,
254
+ "loss": 0.0425,
255
+ "step": 35
256
+ }
257
+ ],
258
+ "logging_steps": 1.0,
259
+ "max_steps": 35,
260
+ "num_input_tokens_seen": 0,
261
+ "num_train_epochs": 9223372036854775807,
262
+ "save_steps": 500,
263
+ "stateful_callbacks": {
264
+ "TrainerControl": {
265
+ "args": {
266
+ "should_epoch_stop": false,
267
+ "should_evaluate": false,
268
+ "should_log": false,
269
+ "should_save": true,
270
+ "should_training_stop": true
271
+ },
272
+ "attributes": {}
273
+ }
274
+ },
275
+ "total_flos": 4.2046170486276096e+17,
276
+ "train_batch_size": 4,
277
+ "trial_name": null,
278
+ "trial_params": null
279
+ }
checkpoint-35/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b671e9c9edb8dfc9b290aee0d9cf45701cf889d4eda48c3d083d9855beeaa1f
3
+ size 5368
runs/Jun06_06-53-39_193fa9622865/events.out.tfevents.1749193234.193fa9622865.6025.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19e89fdf1bd1ca85299e4bdf4a53cdb12eb9ee9d77e12aeed52a84af85508470
3
+ size 13346
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b671e9c9edb8dfc9b290aee0d9cf45701cf889d4eda48c3d083d9855beeaa1f
3
+ size 5368