Training in progress, step 320, checkpoint
Browse files- .gitattributes +1 -0
- checkpoint-320/README.md +209 -0
- checkpoint-320/adapter_config.json +47 -0
- checkpoint-320/adapter_model.safetensors +3 -0
- checkpoint-320/added_tokens.json +3 -0
- checkpoint-320/chat_template.jinja +47 -0
- checkpoint-320/optimizer.pt +3 -0
- checkpoint-320/preprocessor_config.json +29 -0
- checkpoint-320/processor_config.json +4 -0
- checkpoint-320/rng_state.pth +3 -0
- checkpoint-320/scheduler.pt +3 -0
- checkpoint-320/special_tokens_map.json +33 -0
- checkpoint-320/tokenizer.json +3 -0
- checkpoint-320/tokenizer.model +3 -0
- checkpoint-320/tokenizer_config.json +0 -0
- checkpoint-320/trainer_state.json +338 -0
- checkpoint-320/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -50,3 +50,4 @@ checkpoint-120/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
50 |
checkpoint-160/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
51 |
checkpoint-240/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
52 |
checkpoint-280/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
50 |
checkpoint-160/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
51 |
checkpoint-240/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
52 |
checkpoint-280/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
53 |
+
checkpoint-320/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-320/README.md
ADDED
@@ -0,0 +1,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: google/medgemma-4b-it
|
3 |
+
library_name: peft
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
tags:
|
6 |
+
- base_model:adapter:google/medgemma-4b-it
|
7 |
+
- lora
|
8 |
+
- sft
|
9 |
+
- transformers
|
10 |
+
- trl
|
11 |
+
---
|
12 |
+
|
13 |
+
# Model Card for Model ID
|
14 |
+
|
15 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
16 |
+
|
17 |
+
|
18 |
+
|
19 |
+
## Model Details
|
20 |
+
|
21 |
+
### Model Description
|
22 |
+
|
23 |
+
<!-- Provide a longer summary of what this model is. -->
|
24 |
+
|
25 |
+
|
26 |
+
|
27 |
+
- **Developed by:** [More Information Needed]
|
28 |
+
- **Funded by [optional]:** [More Information Needed]
|
29 |
+
- **Shared by [optional]:** [More Information Needed]
|
30 |
+
- **Model type:** [More Information Needed]
|
31 |
+
- **Language(s) (NLP):** [More Information Needed]
|
32 |
+
- **License:** [More Information Needed]
|
33 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
34 |
+
|
35 |
+
### Model Sources [optional]
|
36 |
+
|
37 |
+
<!-- Provide the basic links for the model. -->
|
38 |
+
|
39 |
+
- **Repository:** [More Information Needed]
|
40 |
+
- **Paper [optional]:** [More Information Needed]
|
41 |
+
- **Demo [optional]:** [More Information Needed]
|
42 |
+
|
43 |
+
## Uses
|
44 |
+
|
45 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
46 |
+
|
47 |
+
### Direct Use
|
48 |
+
|
49 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
50 |
+
|
51 |
+
[More Information Needed]
|
52 |
+
|
53 |
+
### Downstream Use [optional]
|
54 |
+
|
55 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
56 |
+
|
57 |
+
[More Information Needed]
|
58 |
+
|
59 |
+
### Out-of-Scope Use
|
60 |
+
|
61 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
62 |
+
|
63 |
+
[More Information Needed]
|
64 |
+
|
65 |
+
## Bias, Risks, and Limitations
|
66 |
+
|
67 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
68 |
+
|
69 |
+
[More Information Needed]
|
70 |
+
|
71 |
+
### Recommendations
|
72 |
+
|
73 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
74 |
+
|
75 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
76 |
+
|
77 |
+
## How to Get Started with the Model
|
78 |
+
|
79 |
+
Use the code below to get started with the model.
|
80 |
+
|
81 |
+
[More Information Needed]
|
82 |
+
|
83 |
+
## Training Details
|
84 |
+
|
85 |
+
### Training Data
|
86 |
+
|
87 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
88 |
+
|
89 |
+
[More Information Needed]
|
90 |
+
|
91 |
+
### Training Procedure
|
92 |
+
|
93 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
94 |
+
|
95 |
+
#### Preprocessing [optional]
|
96 |
+
|
97 |
+
[More Information Needed]
|
98 |
+
|
99 |
+
|
100 |
+
#### Training Hyperparameters
|
101 |
+
|
102 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
103 |
+
|
104 |
+
#### Speeds, Sizes, Times [optional]
|
105 |
+
|
106 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
107 |
+
|
108 |
+
[More Information Needed]
|
109 |
+
|
110 |
+
## Evaluation
|
111 |
+
|
112 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
113 |
+
|
114 |
+
### Testing Data, Factors & Metrics
|
115 |
+
|
116 |
+
#### Testing Data
|
117 |
+
|
118 |
+
<!-- This should link to a Dataset Card if possible. -->
|
119 |
+
|
120 |
+
[More Information Needed]
|
121 |
+
|
122 |
+
#### Factors
|
123 |
+
|
124 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
125 |
+
|
126 |
+
[More Information Needed]
|
127 |
+
|
128 |
+
#### Metrics
|
129 |
+
|
130 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
131 |
+
|
132 |
+
[More Information Needed]
|
133 |
+
|
134 |
+
### Results
|
135 |
+
|
136 |
+
[More Information Needed]
|
137 |
+
|
138 |
+
#### Summary
|
139 |
+
|
140 |
+
|
141 |
+
|
142 |
+
## Model Examination [optional]
|
143 |
+
|
144 |
+
<!-- Relevant interpretability work for the model goes here -->
|
145 |
+
|
146 |
+
[More Information Needed]
|
147 |
+
|
148 |
+
## Environmental Impact
|
149 |
+
|
150 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
151 |
+
|
152 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
153 |
+
|
154 |
+
- **Hardware Type:** [More Information Needed]
|
155 |
+
- **Hours used:** [More Information Needed]
|
156 |
+
- **Cloud Provider:** [More Information Needed]
|
157 |
+
- **Compute Region:** [More Information Needed]
|
158 |
+
- **Carbon Emitted:** [More Information Needed]
|
159 |
+
|
160 |
+
## Technical Specifications [optional]
|
161 |
+
|
162 |
+
### Model Architecture and Objective
|
163 |
+
|
164 |
+
[More Information Needed]
|
165 |
+
|
166 |
+
### Compute Infrastructure
|
167 |
+
|
168 |
+
[More Information Needed]
|
169 |
+
|
170 |
+
#### Hardware
|
171 |
+
|
172 |
+
[More Information Needed]
|
173 |
+
|
174 |
+
#### Software
|
175 |
+
|
176 |
+
[More Information Needed]
|
177 |
+
|
178 |
+
## Citation [optional]
|
179 |
+
|
180 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
181 |
+
|
182 |
+
**BibTeX:**
|
183 |
+
|
184 |
+
[More Information Needed]
|
185 |
+
|
186 |
+
**APA:**
|
187 |
+
|
188 |
+
[More Information Needed]
|
189 |
+
|
190 |
+
## Glossary [optional]
|
191 |
+
|
192 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
193 |
+
|
194 |
+
[More Information Needed]
|
195 |
+
|
196 |
+
## More Information [optional]
|
197 |
+
|
198 |
+
[More Information Needed]
|
199 |
+
|
200 |
+
## Model Card Authors [optional]
|
201 |
+
|
202 |
+
[More Information Needed]
|
203 |
+
|
204 |
+
## Model Card Contact
|
205 |
+
|
206 |
+
[More Information Needed]
|
207 |
+
### Framework versions
|
208 |
+
|
209 |
+
- PEFT 0.16.0
|
checkpoint-320/adapter_config.json
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "google/medgemma-4b-it",
|
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": 16,
|
17 |
+
"lora_bias": false,
|
18 |
+
"lora_dropout": 0.05,
|
19 |
+
"megatron_config": null,
|
20 |
+
"megatron_core": "megatron.core",
|
21 |
+
"modules_to_save": [
|
22 |
+
"lm_head",
|
23 |
+
"embed_tokens"
|
24 |
+
],
|
25 |
+
"peft_type": "LORA",
|
26 |
+
"qalora_group_size": 16,
|
27 |
+
"r": 16,
|
28 |
+
"rank_pattern": {},
|
29 |
+
"revision": null,
|
30 |
+
"target_modules": [
|
31 |
+
"o_proj",
|
32 |
+
"fc1",
|
33 |
+
"gate_proj",
|
34 |
+
"up_proj",
|
35 |
+
"q_proj",
|
36 |
+
"v_proj",
|
37 |
+
"down_proj",
|
38 |
+
"k_proj",
|
39 |
+
"out_proj",
|
40 |
+
"fc2"
|
41 |
+
],
|
42 |
+
"task_type": "CAUSAL_LM",
|
43 |
+
"trainable_token_indices": null,
|
44 |
+
"use_dora": false,
|
45 |
+
"use_qalora": false,
|
46 |
+
"use_rslora": false
|
47 |
+
}
|
checkpoint-320/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2098c3cf5c0c80ead0f0e01a9df174d938668d9a61645ff2203a4c8062c1204a
|
3 |
+
size 2839126480
|
checkpoint-320/added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<image_soft_token>": 262144
|
3 |
+
}
|
checkpoint-320/chat_template.jinja
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{{ bos_token }}
|
2 |
+
{%- if messages[0]['role'] == 'system' -%}
|
3 |
+
{%- if messages[0]['content'] is string -%}
|
4 |
+
{%- set first_user_prefix = messages[0]['content'] + '
|
5 |
+
|
6 |
+
' -%}
|
7 |
+
{%- else -%}
|
8 |
+
{%- set first_user_prefix = messages[0]['content'][0]['text'] + '
|
9 |
+
|
10 |
+
' -%}
|
11 |
+
{%- endif -%}
|
12 |
+
{%- set loop_messages = messages[1:] -%}
|
13 |
+
{%- else -%}
|
14 |
+
{%- set first_user_prefix = "" -%}
|
15 |
+
{%- set loop_messages = messages -%}
|
16 |
+
{%- endif -%}
|
17 |
+
{%- for message in loop_messages -%}
|
18 |
+
{%- if (message['role'] == 'user') != (loop.index0 % 2 == 0) -%}
|
19 |
+
{{ raise_exception("Conversation roles must alternate user/assistant/user/assistant/...") }}
|
20 |
+
{%- endif -%}
|
21 |
+
{%- if (message['role'] == 'assistant') -%}
|
22 |
+
{%- set role = "model" -%}
|
23 |
+
{%- else -%}
|
24 |
+
{%- set role = message['role'] -%}
|
25 |
+
{%- endif -%}
|
26 |
+
{{ '<start_of_turn>' + role + '
|
27 |
+
' + (first_user_prefix if loop.first else "") }}
|
28 |
+
{%- if message['content'] is string -%}
|
29 |
+
{{ message['content'] | trim }}
|
30 |
+
{%- elif message['content'] is iterable -%}
|
31 |
+
{%- for item in message['content'] -%}
|
32 |
+
{%- if item['type'] == 'image' -%}
|
33 |
+
{{ '<start_of_image>' }}
|
34 |
+
{%- elif item['type'] == 'text' -%}
|
35 |
+
{{ item['text'] | trim }}
|
36 |
+
{%- endif -%}
|
37 |
+
{%- endfor -%}
|
38 |
+
{%- else -%}
|
39 |
+
{{ raise_exception("Invalid content type") }}
|
40 |
+
{%- endif -%}
|
41 |
+
{{ '<end_of_turn>
|
42 |
+
' }}
|
43 |
+
{%- endfor -%}
|
44 |
+
{%- if add_generation_prompt -%}
|
45 |
+
{{'<start_of_turn>model
|
46 |
+
'}}
|
47 |
+
{%- endif -%}
|
checkpoint-320/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35f0a0af8a357bf54ef440c29305feccb73c9492f5918cb56ec4520179b56339
|
3 |
+
size 5678690152
|
checkpoint-320/preprocessor_config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_convert_rgb": null,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_pan_and_scan": null,
|
5 |
+
"do_rescale": true,
|
6 |
+
"do_resize": true,
|
7 |
+
"image_mean": [
|
8 |
+
0.5,
|
9 |
+
0.5,
|
10 |
+
0.5
|
11 |
+
],
|
12 |
+
"image_processor_type": "Gemma3ImageProcessor",
|
13 |
+
"image_seq_length": 256,
|
14 |
+
"image_std": [
|
15 |
+
0.5,
|
16 |
+
0.5,
|
17 |
+
0.5
|
18 |
+
],
|
19 |
+
"pan_and_scan_max_num_crops": null,
|
20 |
+
"pan_and_scan_min_crop_size": null,
|
21 |
+
"pan_and_scan_min_ratio_to_activate": null,
|
22 |
+
"processor_class": "Gemma3Processor",
|
23 |
+
"resample": 2,
|
24 |
+
"rescale_factor": 0.00392156862745098,
|
25 |
+
"size": {
|
26 |
+
"height": 896,
|
27 |
+
"width": 896
|
28 |
+
}
|
29 |
+
}
|
checkpoint-320/processor_config.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"image_seq_length": 256,
|
3 |
+
"processor_class": "Gemma3Processor"
|
4 |
+
}
|
checkpoint-320/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:baf1861874f591f7d97b40d29b214c1396a90163b4dda6ac0f0d7689185500f3
|
3 |
+
size 14244
|
checkpoint-320/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8dadad6fdd920050da3791f01bd460f0fd5538cb204cc3aca710d3350dfcb77b
|
3 |
+
size 1064
|
checkpoint-320/special_tokens_map.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"boi_token": "<start_of_image>",
|
3 |
+
"bos_token": {
|
4 |
+
"content": "<bos>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false
|
9 |
+
},
|
10 |
+
"eoi_token": "<end_of_image>",
|
11 |
+
"eos_token": {
|
12 |
+
"content": "<eos>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false
|
17 |
+
},
|
18 |
+
"image_token": "<image_soft_token>",
|
19 |
+
"pad_token": {
|
20 |
+
"content": "<pad>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false
|
25 |
+
},
|
26 |
+
"unk_token": {
|
27 |
+
"content": "<unk>",
|
28 |
+
"lstrip": false,
|
29 |
+
"normalized": false,
|
30 |
+
"rstrip": false,
|
31 |
+
"single_word": false
|
32 |
+
}
|
33 |
+
}
|
checkpoint-320/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ebf1915455f8237564395182c49e3c685cfe3533b3d50ec6d49ce65ec43c32e
|
3 |
+
size 33384723
|
checkpoint-320/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1299c11d7cf632ef3b4e11937501358ada021bbdf7c47638d13c0ee982f2e79c
|
3 |
+
size 4689074
|
checkpoint-320/tokenizer_config.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-320/trainer_state.json
ADDED
@@ -0,0 +1,338 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 0.6659729448491155,
|
6 |
+
"eval_steps": 20,
|
7 |
+
"global_step": 320,
|
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.04162330905306972,
|
14 |
+
"grad_norm": 2.6779890060424805,
|
15 |
+
"learning_rate": 0.00019828326180257511,
|
16 |
+
"loss": 5.368,
|
17 |
+
"mean_token_accuracy": 0.8072595901787281,
|
18 |
+
"num_tokens": 161548.0,
|
19 |
+
"step": 20
|
20 |
+
},
|
21 |
+
{
|
22 |
+
"epoch": 0.04162330905306972,
|
23 |
+
"eval_loss": 0.12305498868227005,
|
24 |
+
"eval_mean_token_accuracy": 0.9847841203212738,
|
25 |
+
"eval_num_tokens": 161548.0,
|
26 |
+
"eval_runtime": 68.9772,
|
27 |
+
"eval_samples_per_second": 2.9,
|
28 |
+
"eval_steps_per_second": 0.725,
|
29 |
+
"step": 20
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"epoch": 0.08324661810613944,
|
33 |
+
"grad_norm": 0.5366652011871338,
|
34 |
+
"learning_rate": 0.00018969957081545064,
|
35 |
+
"loss": 0.1516,
|
36 |
+
"mean_token_accuracy": 0.9917096085846424,
|
37 |
+
"num_tokens": 323168.0,
|
38 |
+
"step": 40
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.08324661810613944,
|
42 |
+
"eval_loss": 0.013321125879883766,
|
43 |
+
"eval_mean_token_accuracy": 0.9938336944580078,
|
44 |
+
"eval_num_tokens": 323168.0,
|
45 |
+
"eval_runtime": 68.8811,
|
46 |
+
"eval_samples_per_second": 2.904,
|
47 |
+
"eval_steps_per_second": 0.726,
|
48 |
+
"step": 40
|
49 |
+
},
|
50 |
+
{
|
51 |
+
"epoch": 0.12486992715920915,
|
52 |
+
"grad_norm": 0.4724605977535248,
|
53 |
+
"learning_rate": 0.0001811158798283262,
|
54 |
+
"loss": 0.0462,
|
55 |
+
"mean_token_accuracy": 0.9939016968011856,
|
56 |
+
"num_tokens": 484780.0,
|
57 |
+
"step": 60
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"epoch": 0.12486992715920915,
|
61 |
+
"eval_loss": 0.010577572509646416,
|
62 |
+
"eval_mean_token_accuracy": 0.99473925948143,
|
63 |
+
"eval_num_tokens": 484780.0,
|
64 |
+
"eval_runtime": 68.7899,
|
65 |
+
"eval_samples_per_second": 2.907,
|
66 |
+
"eval_steps_per_second": 0.727,
|
67 |
+
"step": 60
|
68 |
+
},
|
69 |
+
{
|
70 |
+
"epoch": 0.16649323621227888,
|
71 |
+
"grad_norm": 0.33190304040908813,
|
72 |
+
"learning_rate": 0.00017253218884120172,
|
73 |
+
"loss": 0.0388,
|
74 |
+
"mean_token_accuracy": 0.9948750860989094,
|
75 |
+
"num_tokens": 646431.0,
|
76 |
+
"step": 80
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"epoch": 0.16649323621227888,
|
80 |
+
"eval_loss": 0.00940256379544735,
|
81 |
+
"eval_mean_token_accuracy": 0.9951227140426636,
|
82 |
+
"eval_num_tokens": 646431.0,
|
83 |
+
"eval_runtime": 69.1687,
|
84 |
+
"eval_samples_per_second": 2.891,
|
85 |
+
"eval_steps_per_second": 0.723,
|
86 |
+
"step": 80
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.2081165452653486,
|
90 |
+
"grad_norm": 0.20264093577861786,
|
91 |
+
"learning_rate": 0.00016394849785407727,
|
92 |
+
"loss": 0.0367,
|
93 |
+
"mean_token_accuracy": 0.9950500458478928,
|
94 |
+
"num_tokens": 808054.0,
|
95 |
+
"step": 100
|
96 |
+
},
|
97 |
+
{
|
98 |
+
"epoch": 0.2081165452653486,
|
99 |
+
"eval_loss": 0.008246215991675854,
|
100 |
+
"eval_mean_token_accuracy": 0.9951834440231323,
|
101 |
+
"eval_num_tokens": 808054.0,
|
102 |
+
"eval_runtime": 68.7059,
|
103 |
+
"eval_samples_per_second": 2.911,
|
104 |
+
"eval_steps_per_second": 0.728,
|
105 |
+
"step": 100
|
106 |
+
},
|
107 |
+
{
|
108 |
+
"epoch": 0.2497398543184183,
|
109 |
+
"grad_norm": 0.30675262212753296,
|
110 |
+
"learning_rate": 0.0001553648068669528,
|
111 |
+
"loss": 0.0341,
|
112 |
+
"mean_token_accuracy": 0.994870014488697,
|
113 |
+
"num_tokens": 969623.0,
|
114 |
+
"step": 120
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.2497398543184183,
|
118 |
+
"eval_loss": 0.00862042885273695,
|
119 |
+
"eval_mean_token_accuracy": 0.994941633939743,
|
120 |
+
"eval_num_tokens": 969623.0,
|
121 |
+
"eval_runtime": 68.8073,
|
122 |
+
"eval_samples_per_second": 2.907,
|
123 |
+
"eval_steps_per_second": 0.727,
|
124 |
+
"step": 120
|
125 |
+
},
|
126 |
+
{
|
127 |
+
"epoch": 0.29136316337148804,
|
128 |
+
"grad_norm": 0.1850423365831375,
|
129 |
+
"learning_rate": 0.00014678111587982832,
|
130 |
+
"loss": 0.034,
|
131 |
+
"mean_token_accuracy": 0.9949115067720413,
|
132 |
+
"num_tokens": 1131222.0,
|
133 |
+
"step": 140
|
134 |
+
},
|
135 |
+
{
|
136 |
+
"epoch": 0.29136316337148804,
|
137 |
+
"eval_loss": 0.007929541170597076,
|
138 |
+
"eval_mean_token_accuracy": 0.9951228404045105,
|
139 |
+
"eval_num_tokens": 1131222.0,
|
140 |
+
"eval_runtime": 68.7004,
|
141 |
+
"eval_samples_per_second": 2.911,
|
142 |
+
"eval_steps_per_second": 0.728,
|
143 |
+
"step": 140
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.33298647242455776,
|
147 |
+
"grad_norm": 0.3047815263271332,
|
148 |
+
"learning_rate": 0.00013819742489270387,
|
149 |
+
"loss": 0.0328,
|
150 |
+
"mean_token_accuracy": 0.9950883395969867,
|
151 |
+
"num_tokens": 1292839.0,
|
152 |
+
"step": 160
|
153 |
+
},
|
154 |
+
{
|
155 |
+
"epoch": 0.33298647242455776,
|
156 |
+
"eval_loss": 0.007993862964212894,
|
157 |
+
"eval_mean_token_accuracy": 0.9951430022716522,
|
158 |
+
"eval_num_tokens": 1292839.0,
|
159 |
+
"eval_runtime": 68.1668,
|
160 |
+
"eval_samples_per_second": 2.934,
|
161 |
+
"eval_steps_per_second": 0.733,
|
162 |
+
"step": 160
|
163 |
+
},
|
164 |
+
{
|
165 |
+
"epoch": 0.37460978147762747,
|
166 |
+
"grad_norm": 0.13929370045661926,
|
167 |
+
"learning_rate": 0.0001296137339055794,
|
168 |
+
"loss": 0.0331,
|
169 |
+
"mean_token_accuracy": 0.9951471641659737,
|
170 |
+
"num_tokens": 1454417.0,
|
171 |
+
"step": 180
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.37460978147762747,
|
175 |
+
"eval_loss": 0.007801079656928778,
|
176 |
+
"eval_mean_token_accuracy": 0.9954658925533295,
|
177 |
+
"eval_num_tokens": 1454417.0,
|
178 |
+
"eval_runtime": 68.0889,
|
179 |
+
"eval_samples_per_second": 2.937,
|
180 |
+
"eval_steps_per_second": 0.734,
|
181 |
+
"step": 180
|
182 |
+
},
|
183 |
+
{
|
184 |
+
"epoch": 0.4162330905306972,
|
185 |
+
"grad_norm": 0.29847878217697144,
|
186 |
+
"learning_rate": 0.00012103004291845495,
|
187 |
+
"loss": 0.0308,
|
188 |
+
"mean_token_accuracy": 0.9953480623662472,
|
189 |
+
"num_tokens": 1615982.0,
|
190 |
+
"step": 200
|
191 |
+
},
|
192 |
+
{
|
193 |
+
"epoch": 0.4162330905306972,
|
194 |
+
"eval_loss": 0.007313677109777927,
|
195 |
+
"eval_mean_token_accuracy": 0.9954455089569092,
|
196 |
+
"eval_num_tokens": 1615982.0,
|
197 |
+
"eval_runtime": 68.4814,
|
198 |
+
"eval_samples_per_second": 2.921,
|
199 |
+
"eval_steps_per_second": 0.73,
|
200 |
+
"step": 200
|
201 |
+
},
|
202 |
+
{
|
203 |
+
"epoch": 0.4578563995837669,
|
204 |
+
"grad_norm": 0.14924530684947968,
|
205 |
+
"learning_rate": 0.00011244635193133049,
|
206 |
+
"loss": 0.0298,
|
207 |
+
"mean_token_accuracy": 0.9952255949378014,
|
208 |
+
"num_tokens": 1777586.0,
|
209 |
+
"step": 220
|
210 |
+
},
|
211 |
+
{
|
212 |
+
"epoch": 0.4578563995837669,
|
213 |
+
"eval_loss": 0.0077740405686199665,
|
214 |
+
"eval_mean_token_accuracy": 0.9953651452064514,
|
215 |
+
"eval_num_tokens": 1777586.0,
|
216 |
+
"eval_runtime": 68.0902,
|
217 |
+
"eval_samples_per_second": 2.937,
|
218 |
+
"eval_steps_per_second": 0.734,
|
219 |
+
"step": 220
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.4994797086368366,
|
223 |
+
"grad_norm": 0.31947973370552063,
|
224 |
+
"learning_rate": 0.000103862660944206,
|
225 |
+
"loss": 0.0299,
|
226 |
+
"mean_token_accuracy": 0.9952647179365158,
|
227 |
+
"num_tokens": 1939204.0,
|
228 |
+
"step": 240
|
229 |
+
},
|
230 |
+
{
|
231 |
+
"epoch": 0.4994797086368366,
|
232 |
+
"eval_loss": 0.007334359921514988,
|
233 |
+
"eval_mean_token_accuracy": 0.9954258131980896,
|
234 |
+
"eval_num_tokens": 1939204.0,
|
235 |
+
"eval_runtime": 68.026,
|
236 |
+
"eval_samples_per_second": 2.94,
|
237 |
+
"eval_steps_per_second": 0.735,
|
238 |
+
"step": 240
|
239 |
+
},
|
240 |
+
{
|
241 |
+
"epoch": 0.5411030176899063,
|
242 |
+
"grad_norm": 0.15298807621002197,
|
243 |
+
"learning_rate": 9.527896995708155e-05,
|
244 |
+
"loss": 0.0305,
|
245 |
+
"mean_token_accuracy": 0.9951752610504627,
|
246 |
+
"num_tokens": 2100821.0,
|
247 |
+
"step": 260
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.5411030176899063,
|
251 |
+
"eval_loss": 0.007329077925533056,
|
252 |
+
"eval_mean_token_accuracy": 0.9955062341690063,
|
253 |
+
"eval_num_tokens": 2100821.0,
|
254 |
+
"eval_runtime": 68.3167,
|
255 |
+
"eval_samples_per_second": 2.928,
|
256 |
+
"eval_steps_per_second": 0.732,
|
257 |
+
"step": 260
|
258 |
+
},
|
259 |
+
{
|
260 |
+
"epoch": 0.5827263267429761,
|
261 |
+
"grad_norm": 0.1927741914987564,
|
262 |
+
"learning_rate": 8.669527896995709e-05,
|
263 |
+
"loss": 0.0301,
|
264 |
+
"mean_token_accuracy": 0.9952726632356643,
|
265 |
+
"num_tokens": 2262372.0,
|
266 |
+
"step": 280
|
267 |
+
},
|
268 |
+
{
|
269 |
+
"epoch": 0.5827263267429761,
|
270 |
+
"eval_loss": 0.007559146732091904,
|
271 |
+
"eval_mean_token_accuracy": 0.9953450250625611,
|
272 |
+
"eval_num_tokens": 2262372.0,
|
273 |
+
"eval_runtime": 68.1437,
|
274 |
+
"eval_samples_per_second": 2.935,
|
275 |
+
"eval_steps_per_second": 0.734,
|
276 |
+
"step": 280
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.6243496357960457,
|
280 |
+
"grad_norm": 0.15931323170661926,
|
281 |
+
"learning_rate": 7.811158798283263e-05,
|
282 |
+
"loss": 0.028,
|
283 |
+
"mean_token_accuracy": 0.9956002615392208,
|
284 |
+
"num_tokens": 2423931.0,
|
285 |
+
"step": 300
|
286 |
+
},
|
287 |
+
{
|
288 |
+
"epoch": 0.6243496357960457,
|
289 |
+
"eval_loss": 0.007200200576335192,
|
290 |
+
"eval_mean_token_accuracy": 0.9955260717868805,
|
291 |
+
"eval_num_tokens": 2423931.0,
|
292 |
+
"eval_runtime": 68.2059,
|
293 |
+
"eval_samples_per_second": 2.932,
|
294 |
+
"eval_steps_per_second": 0.733,
|
295 |
+
"step": 300
|
296 |
+
},
|
297 |
+
{
|
298 |
+
"epoch": 0.6659729448491155,
|
299 |
+
"grad_norm": 0.2115289717912674,
|
300 |
+
"learning_rate": 6.952789699570815e-05,
|
301 |
+
"loss": 0.0274,
|
302 |
+
"mean_token_accuracy": 0.9953135840594769,
|
303 |
+
"num_tokens": 2585532.0,
|
304 |
+
"step": 320
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.6659729448491155,
|
308 |
+
"eval_loss": 0.00743951927870512,
|
309 |
+
"eval_mean_token_accuracy": 0.9954253661632538,
|
310 |
+
"eval_num_tokens": 2585532.0,
|
311 |
+
"eval_runtime": 67.978,
|
312 |
+
"eval_samples_per_second": 2.942,
|
313 |
+
"eval_steps_per_second": 0.736,
|
314 |
+
"step": 320
|
315 |
+
}
|
316 |
+
],
|
317 |
+
"logging_steps": 20,
|
318 |
+
"max_steps": 481,
|
319 |
+
"num_input_tokens_seen": 0,
|
320 |
+
"num_train_epochs": 1,
|
321 |
+
"save_steps": 40,
|
322 |
+
"stateful_callbacks": {
|
323 |
+
"TrainerControl": {
|
324 |
+
"args": {
|
325 |
+
"should_epoch_stop": false,
|
326 |
+
"should_evaluate": false,
|
327 |
+
"should_log": false,
|
328 |
+
"should_save": true,
|
329 |
+
"should_training_stop": false
|
330 |
+
},
|
331 |
+
"attributes": {}
|
332 |
+
}
|
333 |
+
},
|
334 |
+
"total_flos": 6.75190564780343e+16,
|
335 |
+
"train_batch_size": 4,
|
336 |
+
"trial_name": null,
|
337 |
+
"trial_params": null
|
338 |
+
}
|
checkpoint-320/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a99c92db5718c8e3fa68a50a104ce7f740a033660d2ea251fbb6febbc7e4942
|
3 |
+
size 5816
|