Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- checkpoint-126/README.md +202 -0
- checkpoint-126/adapter_config.json +39 -0
- checkpoint-126/adapter_model.safetensors +3 -0
- checkpoint-126/optimizer.pt +3 -0
- checkpoint-126/rng_state.pth +3 -0
- checkpoint-126/scheduler.pt +3 -0
- checkpoint-126/special_tokens_map.json +27 -0
- checkpoint-126/tokenizer.json +3 -0
- checkpoint-126/tokenizer_config.json +0 -0
- checkpoint-126/trainer_state.json +214 -0
- checkpoint-126/training_args.bin +3 -0
- checkpoint-186/README.md +202 -0
- checkpoint-186/adapter_config.json +39 -0
- checkpoint-186/adapter_model.safetensors +3 -0
- checkpoint-186/config.json +60 -0
- checkpoint-186/optimizer.pt +3 -0
- checkpoint-186/rng_state.pth +3 -0
- checkpoint-186/scheduler.pt +3 -0
- checkpoint-186/special_tokens_map.json +27 -0
- checkpoint-186/tokenizer.json +3 -0
- checkpoint-186/tokenizer_config.json +0 -0
- checkpoint-186/trainer_state.json +304 -0
- checkpoint-186/training_args.bin +3 -0
- training_args.bin +1 -1
.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-126/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
37 |
+
checkpoint-186/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
adapter_config.json
CHANGED
@@ -24,13 +24,13 @@
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
|
|
27 |
"up_proj",
|
28 |
"down_proj",
|
29 |
-
"q_proj",
|
30 |
-
"o_proj",
|
31 |
-
"gate_proj",
|
32 |
"k_proj",
|
33 |
-
"
|
|
|
|
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
+
"q_proj",
|
28 |
"up_proj",
|
29 |
"down_proj",
|
|
|
|
|
|
|
30 |
"k_proj",
|
31 |
+
"o_proj",
|
32 |
+
"v_proj",
|
33 |
+
"gate_proj"
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 131251312
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bfeb68b0a4f2f293efe175c3ce95680d0d7d10a4af7ed523f239b1c4997c4236
|
3 |
size 131251312
|
checkpoint-126/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: google/gemma-3-4b-it
|
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.1
|
checkpoint-126/adapter_config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "google/gemma-3-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": 32,
|
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": 16,
|
24 |
+
"rank_pattern": {},
|
25 |
+
"revision": null,
|
26 |
+
"target_modules": [
|
27 |
+
"q_proj",
|
28 |
+
"up_proj",
|
29 |
+
"down_proj",
|
30 |
+
"k_proj",
|
31 |
+
"o_proj",
|
32 |
+
"v_proj",
|
33 |
+
"gate_proj"
|
34 |
+
],
|
35 |
+
"task_type": "CAUSAL_LM",
|
36 |
+
"trainable_token_indices": null,
|
37 |
+
"use_dora": false,
|
38 |
+
"use_rslora": false
|
39 |
+
}
|
checkpoint-126/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca62a8958ce2119832c0687fe30c7d1a411501020a9dd5846adeacaa388d9f9e
|
3 |
+
size 131251312
|
checkpoint-126/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ceff60913fc2b1842c4ba2e946975a6beb8ba9f3e46df576ebc9af131cc33b61
|
3 |
+
size 238821222
|
checkpoint-126/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6861a77d18f1a753f29d0bc3870d6bc9dd58e91fec830031a33ba86e5b96617
|
3 |
+
size 14244
|
checkpoint-126/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ef01a1358df6bcc6543a0f4a68520d86f4c70e98e4cb6db182b943401264759
|
3 |
+
size 1064
|
checkpoint-126/special_tokens_map.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "<eos>",
|
20 |
+
"unk_token": {
|
21 |
+
"content": "<unk>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false
|
26 |
+
}
|
27 |
+
}
|
checkpoint-126/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4667f2089529e8e7657cfb6d1c19910ae71ff5f28aa7ab2ff2763330affad795
|
3 |
+
size 33384568
|
checkpoint-126/tokenizer_config.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-126/trainer_state.json
ADDED
@@ -0,0 +1,214 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 2.0,
|
6 |
+
"eval_steps": 10,
|
7 |
+
"global_step": 126,
|
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.1606425702811245,
|
14 |
+
"grad_norm": 8.837871551513672,
|
15 |
+
"learning_rate": 0.000189247311827957,
|
16 |
+
"loss": 8.4808,
|
17 |
+
"step": 10
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.1606425702811245,
|
21 |
+
"eval_loss": 0.47449949383735657,
|
22 |
+
"eval_runtime": 44.2521,
|
23 |
+
"eval_samples_per_second": 11.276,
|
24 |
+
"eval_steps_per_second": 2.825,
|
25 |
+
"step": 10
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"epoch": 0.321285140562249,
|
29 |
+
"grad_norm": 3.9745054244995117,
|
30 |
+
"learning_rate": 0.00017849462365591398,
|
31 |
+
"loss": 3.0872,
|
32 |
+
"step": 20
|
33 |
+
},
|
34 |
+
{
|
35 |
+
"epoch": 0.321285140562249,
|
36 |
+
"eval_loss": 0.3382565677165985,
|
37 |
+
"eval_runtime": 48.3781,
|
38 |
+
"eval_samples_per_second": 10.315,
|
39 |
+
"eval_steps_per_second": 2.584,
|
40 |
+
"step": 20
|
41 |
+
},
|
42 |
+
{
|
43 |
+
"epoch": 0.4819277108433735,
|
44 |
+
"grad_norm": 3.2844247817993164,
|
45 |
+
"learning_rate": 0.00016774193548387098,
|
46 |
+
"loss": 2.7654,
|
47 |
+
"step": 30
|
48 |
+
},
|
49 |
+
{
|
50 |
+
"epoch": 0.4819277108433735,
|
51 |
+
"eval_loss": 0.3172107934951782,
|
52 |
+
"eval_runtime": 50.1957,
|
53 |
+
"eval_samples_per_second": 9.941,
|
54 |
+
"eval_steps_per_second": 2.49,
|
55 |
+
"step": 30
|
56 |
+
},
|
57 |
+
{
|
58 |
+
"epoch": 0.642570281124498,
|
59 |
+
"grad_norm": 2.986614465713501,
|
60 |
+
"learning_rate": 0.00015698924731182796,
|
61 |
+
"loss": 2.4167,
|
62 |
+
"step": 40
|
63 |
+
},
|
64 |
+
{
|
65 |
+
"epoch": 0.642570281124498,
|
66 |
+
"eval_loss": 0.3065057694911957,
|
67 |
+
"eval_runtime": 49.9091,
|
68 |
+
"eval_samples_per_second": 9.998,
|
69 |
+
"eval_steps_per_second": 2.505,
|
70 |
+
"step": 40
|
71 |
+
},
|
72 |
+
{
|
73 |
+
"epoch": 0.8032128514056225,
|
74 |
+
"grad_norm": 2.47356915473938,
|
75 |
+
"learning_rate": 0.00014623655913978496,
|
76 |
+
"loss": 2.5307,
|
77 |
+
"step": 50
|
78 |
+
},
|
79 |
+
{
|
80 |
+
"epoch": 0.8032128514056225,
|
81 |
+
"eval_loss": 0.296438992023468,
|
82 |
+
"eval_runtime": 45.7506,
|
83 |
+
"eval_samples_per_second": 10.907,
|
84 |
+
"eval_steps_per_second": 2.732,
|
85 |
+
"step": 50
|
86 |
+
},
|
87 |
+
{
|
88 |
+
"epoch": 0.963855421686747,
|
89 |
+
"grad_norm": 2.9974865913391113,
|
90 |
+
"learning_rate": 0.00013548387096774193,
|
91 |
+
"loss": 2.48,
|
92 |
+
"step": 60
|
93 |
+
},
|
94 |
+
{
|
95 |
+
"epoch": 0.963855421686747,
|
96 |
+
"eval_loss": 0.2858414649963379,
|
97 |
+
"eval_runtime": 47.1672,
|
98 |
+
"eval_samples_per_second": 10.579,
|
99 |
+
"eval_steps_per_second": 2.65,
|
100 |
+
"step": 60
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 1.1124497991967872,
|
104 |
+
"grad_norm": 2.8883159160614014,
|
105 |
+
"learning_rate": 0.00012473118279569893,
|
106 |
+
"loss": 1.9267,
|
107 |
+
"step": 70
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 1.1124497991967872,
|
111 |
+
"eval_loss": 0.28903448581695557,
|
112 |
+
"eval_runtime": 45.0342,
|
113 |
+
"eval_samples_per_second": 11.08,
|
114 |
+
"eval_steps_per_second": 2.776,
|
115 |
+
"step": 70
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 1.2730923694779117,
|
119 |
+
"grad_norm": 2.6527364253997803,
|
120 |
+
"learning_rate": 0.00011397849462365593,
|
121 |
+
"loss": 1.9188,
|
122 |
+
"step": 80
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 1.2730923694779117,
|
126 |
+
"eval_loss": 0.284964382648468,
|
127 |
+
"eval_runtime": 44.0349,
|
128 |
+
"eval_samples_per_second": 11.332,
|
129 |
+
"eval_steps_per_second": 2.839,
|
130 |
+
"step": 80
|
131 |
+
},
|
132 |
+
{
|
133 |
+
"epoch": 1.4337349397590362,
|
134 |
+
"grad_norm": 3.009997606277466,
|
135 |
+
"learning_rate": 0.0001032258064516129,
|
136 |
+
"loss": 1.9806,
|
137 |
+
"step": 90
|
138 |
+
},
|
139 |
+
{
|
140 |
+
"epoch": 1.4337349397590362,
|
141 |
+
"eval_loss": 0.2806684672832489,
|
142 |
+
"eval_runtime": 46.0655,
|
143 |
+
"eval_samples_per_second": 10.832,
|
144 |
+
"eval_steps_per_second": 2.714,
|
145 |
+
"step": 90
|
146 |
+
},
|
147 |
+
{
|
148 |
+
"epoch": 1.5943775100401605,
|
149 |
+
"grad_norm": 2.434161424636841,
|
150 |
+
"learning_rate": 9.247311827956989e-05,
|
151 |
+
"loss": 1.8809,
|
152 |
+
"step": 100
|
153 |
+
},
|
154 |
+
{
|
155 |
+
"epoch": 1.5943775100401605,
|
156 |
+
"eval_loss": 0.27644357085227966,
|
157 |
+
"eval_runtime": 44.1705,
|
158 |
+
"eval_samples_per_second": 11.297,
|
159 |
+
"eval_steps_per_second": 2.83,
|
160 |
+
"step": 100
|
161 |
+
},
|
162 |
+
{
|
163 |
+
"epoch": 1.7550200803212852,
|
164 |
+
"grad_norm": 3.0396993160247803,
|
165 |
+
"learning_rate": 8.172043010752689e-05,
|
166 |
+
"loss": 1.8046,
|
167 |
+
"step": 110
|
168 |
+
},
|
169 |
+
{
|
170 |
+
"epoch": 1.7550200803212852,
|
171 |
+
"eval_loss": 0.27500617504119873,
|
172 |
+
"eval_runtime": 44.3244,
|
173 |
+
"eval_samples_per_second": 11.258,
|
174 |
+
"eval_steps_per_second": 2.82,
|
175 |
+
"step": 110
|
176 |
+
},
|
177 |
+
{
|
178 |
+
"epoch": 1.9156626506024095,
|
179 |
+
"grad_norm": 2.961737632751465,
|
180 |
+
"learning_rate": 7.096774193548388e-05,
|
181 |
+
"loss": 1.929,
|
182 |
+
"step": 120
|
183 |
+
},
|
184 |
+
{
|
185 |
+
"epoch": 1.9156626506024095,
|
186 |
+
"eval_loss": 0.2731240689754486,
|
187 |
+
"eval_runtime": 43.8996,
|
188 |
+
"eval_samples_per_second": 11.367,
|
189 |
+
"eval_steps_per_second": 2.847,
|
190 |
+
"step": 120
|
191 |
+
}
|
192 |
+
],
|
193 |
+
"logging_steps": 10,
|
194 |
+
"max_steps": 186,
|
195 |
+
"num_input_tokens_seen": 0,
|
196 |
+
"num_train_epochs": 3,
|
197 |
+
"save_steps": 500,
|
198 |
+
"stateful_callbacks": {
|
199 |
+
"TrainerControl": {
|
200 |
+
"args": {
|
201 |
+
"should_epoch_stop": false,
|
202 |
+
"should_evaluate": false,
|
203 |
+
"should_log": false,
|
204 |
+
"should_save": true,
|
205 |
+
"should_training_stop": false
|
206 |
+
},
|
207 |
+
"attributes": {}
|
208 |
+
}
|
209 |
+
},
|
210 |
+
"total_flos": 4.475620506599424e+16,
|
211 |
+
"train_batch_size": 4,
|
212 |
+
"trial_name": null,
|
213 |
+
"trial_params": null
|
214 |
+
}
|
checkpoint-126/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:397d33c02930459e5f249b114462600d30d6bd219204dba10b2570a68569ae34
|
3 |
+
size 5240
|
checkpoint-186/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: google/gemma-3-4b-it
|
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.1
|
checkpoint-186/adapter_config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "google/gemma-3-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": 32,
|
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": 16,
|
24 |
+
"rank_pattern": {},
|
25 |
+
"revision": null,
|
26 |
+
"target_modules": [
|
27 |
+
"q_proj",
|
28 |
+
"up_proj",
|
29 |
+
"down_proj",
|
30 |
+
"k_proj",
|
31 |
+
"o_proj",
|
32 |
+
"v_proj",
|
33 |
+
"gate_proj"
|
34 |
+
],
|
35 |
+
"task_type": "CAUSAL_LM",
|
36 |
+
"trainable_token_indices": null,
|
37 |
+
"use_dora": false,
|
38 |
+
"use_rslora": false
|
39 |
+
}
|
checkpoint-186/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bfeb68b0a4f2f293efe175c3ce95680d0d7d10a4af7ed523f239b1c4997c4236
|
3 |
+
size 131251312
|
checkpoint-186/config.json
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"Gemma3ForConditionalGeneration"
|
4 |
+
],
|
5 |
+
"boi_token_index": 255999,
|
6 |
+
"eoi_token_index": 256000,
|
7 |
+
"eos_token_id": [
|
8 |
+
1,
|
9 |
+
106
|
10 |
+
],
|
11 |
+
"image_token_index": 262144,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"mm_tokens_per_image": 256,
|
14 |
+
"model_type": "gemma3",
|
15 |
+
"text_config": {
|
16 |
+
"attention_bias": false,
|
17 |
+
"attention_dropout": 0.0,
|
18 |
+
"attn_logit_softcapping": null,
|
19 |
+
"cache_implementation": "hybrid",
|
20 |
+
"final_logit_softcapping": null,
|
21 |
+
"head_dim": 256,
|
22 |
+
"hidden_activation": "gelu_pytorch_tanh",
|
23 |
+
"hidden_size": 2560,
|
24 |
+
"initializer_range": 0.02,
|
25 |
+
"intermediate_size": 10240,
|
26 |
+
"max_position_embeddings": 131072,
|
27 |
+
"model_type": "gemma3_text",
|
28 |
+
"num_attention_heads": 8,
|
29 |
+
"num_hidden_layers": 34,
|
30 |
+
"num_key_value_heads": 4,
|
31 |
+
"query_pre_attn_scalar": 256,
|
32 |
+
"rms_norm_eps": 1e-06,
|
33 |
+
"rope_local_base_freq": 10000.0,
|
34 |
+
"rope_scaling": {
|
35 |
+
"factor": 8.0,
|
36 |
+
"rope_type": "linear"
|
37 |
+
},
|
38 |
+
"rope_theta": 1000000.0,
|
39 |
+
"sliding_window": 1024,
|
40 |
+
"sliding_window_pattern": 6,
|
41 |
+
"use_cache": true,
|
42 |
+
"vocab_size": 262208
|
43 |
+
},
|
44 |
+
"torch_dtype": "bfloat16",
|
45 |
+
"transformers_version": "4.50.2",
|
46 |
+
"vision_config": {
|
47 |
+
"attention_dropout": 0.0,
|
48 |
+
"hidden_act": "gelu_pytorch_tanh",
|
49 |
+
"hidden_size": 1152,
|
50 |
+
"image_size": 896,
|
51 |
+
"intermediate_size": 4304,
|
52 |
+
"layer_norm_eps": 1e-06,
|
53 |
+
"model_type": "siglip_vision_model",
|
54 |
+
"num_attention_heads": 16,
|
55 |
+
"num_channels": 3,
|
56 |
+
"num_hidden_layers": 27,
|
57 |
+
"patch_size": 14,
|
58 |
+
"vision_use_head": false
|
59 |
+
}
|
60 |
+
}
|
checkpoint-186/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:830a2f5b70ff5c0a907d7a0094d1c1fd7b46866030b972ee9e75820e5e7b96f2
|
3 |
+
size 238821222
|
checkpoint-186/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:360a6be4633dc0315ec4d25053047c9cd4fe56aad5b002436233716de0350afc
|
3 |
+
size 14244
|
checkpoint-186/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71ec17dd81af387bd1146a1b8edbaf6a378f8acfc261443bbcbf59b5d627ba85
|
3 |
+
size 1064
|
checkpoint-186/special_tokens_map.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "<eos>",
|
20 |
+
"unk_token": {
|
21 |
+
"content": "<unk>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false
|
26 |
+
}
|
27 |
+
}
|
checkpoint-186/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4667f2089529e8e7657cfb6d1c19910ae71ff5f28aa7ab2ff2763330affad795
|
3 |
+
size 33384568
|
checkpoint-186/tokenizer_config.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-186/trainer_state.json
ADDED
@@ -0,0 +1,304 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 2.963855421686747,
|
6 |
+
"eval_steps": 10,
|
7 |
+
"global_step": 186,
|
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.1606425702811245,
|
14 |
+
"grad_norm": 8.837871551513672,
|
15 |
+
"learning_rate": 0.000189247311827957,
|
16 |
+
"loss": 8.4808,
|
17 |
+
"step": 10
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.1606425702811245,
|
21 |
+
"eval_loss": 0.47449949383735657,
|
22 |
+
"eval_runtime": 44.2521,
|
23 |
+
"eval_samples_per_second": 11.276,
|
24 |
+
"eval_steps_per_second": 2.825,
|
25 |
+
"step": 10
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"epoch": 0.321285140562249,
|
29 |
+
"grad_norm": 3.9745054244995117,
|
30 |
+
"learning_rate": 0.00017849462365591398,
|
31 |
+
"loss": 3.0872,
|
32 |
+
"step": 20
|
33 |
+
},
|
34 |
+
{
|
35 |
+
"epoch": 0.321285140562249,
|
36 |
+
"eval_loss": 0.3382565677165985,
|
37 |
+
"eval_runtime": 48.3781,
|
38 |
+
"eval_samples_per_second": 10.315,
|
39 |
+
"eval_steps_per_second": 2.584,
|
40 |
+
"step": 20
|
41 |
+
},
|
42 |
+
{
|
43 |
+
"epoch": 0.4819277108433735,
|
44 |
+
"grad_norm": 3.2844247817993164,
|
45 |
+
"learning_rate": 0.00016774193548387098,
|
46 |
+
"loss": 2.7654,
|
47 |
+
"step": 30
|
48 |
+
},
|
49 |
+
{
|
50 |
+
"epoch": 0.4819277108433735,
|
51 |
+
"eval_loss": 0.3172107934951782,
|
52 |
+
"eval_runtime": 50.1957,
|
53 |
+
"eval_samples_per_second": 9.941,
|
54 |
+
"eval_steps_per_second": 2.49,
|
55 |
+
"step": 30
|
56 |
+
},
|
57 |
+
{
|
58 |
+
"epoch": 0.642570281124498,
|
59 |
+
"grad_norm": 2.986614465713501,
|
60 |
+
"learning_rate": 0.00015698924731182796,
|
61 |
+
"loss": 2.4167,
|
62 |
+
"step": 40
|
63 |
+
},
|
64 |
+
{
|
65 |
+
"epoch": 0.642570281124498,
|
66 |
+
"eval_loss": 0.3065057694911957,
|
67 |
+
"eval_runtime": 49.9091,
|
68 |
+
"eval_samples_per_second": 9.998,
|
69 |
+
"eval_steps_per_second": 2.505,
|
70 |
+
"step": 40
|
71 |
+
},
|
72 |
+
{
|
73 |
+
"epoch": 0.8032128514056225,
|
74 |
+
"grad_norm": 2.47356915473938,
|
75 |
+
"learning_rate": 0.00014623655913978496,
|
76 |
+
"loss": 2.5307,
|
77 |
+
"step": 50
|
78 |
+
},
|
79 |
+
{
|
80 |
+
"epoch": 0.8032128514056225,
|
81 |
+
"eval_loss": 0.296438992023468,
|
82 |
+
"eval_runtime": 45.7506,
|
83 |
+
"eval_samples_per_second": 10.907,
|
84 |
+
"eval_steps_per_second": 2.732,
|
85 |
+
"step": 50
|
86 |
+
},
|
87 |
+
{
|
88 |
+
"epoch": 0.963855421686747,
|
89 |
+
"grad_norm": 2.9974865913391113,
|
90 |
+
"learning_rate": 0.00013548387096774193,
|
91 |
+
"loss": 2.48,
|
92 |
+
"step": 60
|
93 |
+
},
|
94 |
+
{
|
95 |
+
"epoch": 0.963855421686747,
|
96 |
+
"eval_loss": 0.2858414649963379,
|
97 |
+
"eval_runtime": 47.1672,
|
98 |
+
"eval_samples_per_second": 10.579,
|
99 |
+
"eval_steps_per_second": 2.65,
|
100 |
+
"step": 60
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 1.1124497991967872,
|
104 |
+
"grad_norm": 2.8883159160614014,
|
105 |
+
"learning_rate": 0.00012473118279569893,
|
106 |
+
"loss": 1.9267,
|
107 |
+
"step": 70
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 1.1124497991967872,
|
111 |
+
"eval_loss": 0.28903448581695557,
|
112 |
+
"eval_runtime": 45.0342,
|
113 |
+
"eval_samples_per_second": 11.08,
|
114 |
+
"eval_steps_per_second": 2.776,
|
115 |
+
"step": 70
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 1.2730923694779117,
|
119 |
+
"grad_norm": 2.6527364253997803,
|
120 |
+
"learning_rate": 0.00011397849462365593,
|
121 |
+
"loss": 1.9188,
|
122 |
+
"step": 80
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 1.2730923694779117,
|
126 |
+
"eval_loss": 0.284964382648468,
|
127 |
+
"eval_runtime": 44.0349,
|
128 |
+
"eval_samples_per_second": 11.332,
|
129 |
+
"eval_steps_per_second": 2.839,
|
130 |
+
"step": 80
|
131 |
+
},
|
132 |
+
{
|
133 |
+
"epoch": 1.4337349397590362,
|
134 |
+
"grad_norm": 3.009997606277466,
|
135 |
+
"learning_rate": 0.0001032258064516129,
|
136 |
+
"loss": 1.9806,
|
137 |
+
"step": 90
|
138 |
+
},
|
139 |
+
{
|
140 |
+
"epoch": 1.4337349397590362,
|
141 |
+
"eval_loss": 0.2806684672832489,
|
142 |
+
"eval_runtime": 46.0655,
|
143 |
+
"eval_samples_per_second": 10.832,
|
144 |
+
"eval_steps_per_second": 2.714,
|
145 |
+
"step": 90
|
146 |
+
},
|
147 |
+
{
|
148 |
+
"epoch": 1.5943775100401605,
|
149 |
+
"grad_norm": 2.434161424636841,
|
150 |
+
"learning_rate": 9.247311827956989e-05,
|
151 |
+
"loss": 1.8809,
|
152 |
+
"step": 100
|
153 |
+
},
|
154 |
+
{
|
155 |
+
"epoch": 1.5943775100401605,
|
156 |
+
"eval_loss": 0.27644357085227966,
|
157 |
+
"eval_runtime": 44.1705,
|
158 |
+
"eval_samples_per_second": 11.297,
|
159 |
+
"eval_steps_per_second": 2.83,
|
160 |
+
"step": 100
|
161 |
+
},
|
162 |
+
{
|
163 |
+
"epoch": 1.7550200803212852,
|
164 |
+
"grad_norm": 3.0396993160247803,
|
165 |
+
"learning_rate": 8.172043010752689e-05,
|
166 |
+
"loss": 1.8046,
|
167 |
+
"step": 110
|
168 |
+
},
|
169 |
+
{
|
170 |
+
"epoch": 1.7550200803212852,
|
171 |
+
"eval_loss": 0.27500617504119873,
|
172 |
+
"eval_runtime": 44.3244,
|
173 |
+
"eval_samples_per_second": 11.258,
|
174 |
+
"eval_steps_per_second": 2.82,
|
175 |
+
"step": 110
|
176 |
+
},
|
177 |
+
{
|
178 |
+
"epoch": 1.9156626506024095,
|
179 |
+
"grad_norm": 2.961737632751465,
|
180 |
+
"learning_rate": 7.096774193548388e-05,
|
181 |
+
"loss": 1.929,
|
182 |
+
"step": 120
|
183 |
+
},
|
184 |
+
{
|
185 |
+
"epoch": 1.9156626506024095,
|
186 |
+
"eval_loss": 0.2731240689754486,
|
187 |
+
"eval_runtime": 43.8996,
|
188 |
+
"eval_samples_per_second": 11.367,
|
189 |
+
"eval_steps_per_second": 2.847,
|
190 |
+
"step": 120
|
191 |
+
},
|
192 |
+
{
|
193 |
+
"epoch": 2.0642570281124497,
|
194 |
+
"grad_norm": 2.265627145767212,
|
195 |
+
"learning_rate": 6.021505376344086e-05,
|
196 |
+
"loss": 1.5674,
|
197 |
+
"step": 130
|
198 |
+
},
|
199 |
+
{
|
200 |
+
"epoch": 2.0642570281124497,
|
201 |
+
"eval_loss": 0.2714921832084656,
|
202 |
+
"eval_runtime": 45.3105,
|
203 |
+
"eval_samples_per_second": 11.013,
|
204 |
+
"eval_steps_per_second": 2.759,
|
205 |
+
"step": 130
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 2.2248995983935744,
|
209 |
+
"grad_norm": 2.743725061416626,
|
210 |
+
"learning_rate": 4.9462365591397855e-05,
|
211 |
+
"loss": 1.5314,
|
212 |
+
"step": 140
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 2.2248995983935744,
|
216 |
+
"eval_loss": 0.28298166394233704,
|
217 |
+
"eval_runtime": 47.8967,
|
218 |
+
"eval_samples_per_second": 10.418,
|
219 |
+
"eval_steps_per_second": 2.61,
|
220 |
+
"step": 140
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 2.3855421686746987,
|
224 |
+
"grad_norm": 3.021275043487549,
|
225 |
+
"learning_rate": 3.870967741935484e-05,
|
226 |
+
"loss": 1.5405,
|
227 |
+
"step": 150
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 2.3855421686746987,
|
231 |
+
"eval_loss": 0.2852790653705597,
|
232 |
+
"eval_runtime": 47.6731,
|
233 |
+
"eval_samples_per_second": 10.467,
|
234 |
+
"eval_steps_per_second": 2.622,
|
235 |
+
"step": 150
|
236 |
+
},
|
237 |
+
{
|
238 |
+
"epoch": 2.5461847389558234,
|
239 |
+
"grad_norm": 2.859989881515503,
|
240 |
+
"learning_rate": 2.7956989247311828e-05,
|
241 |
+
"loss": 1.4902,
|
242 |
+
"step": 160
|
243 |
+
},
|
244 |
+
{
|
245 |
+
"epoch": 2.5461847389558234,
|
246 |
+
"eval_loss": 0.28039097785949707,
|
247 |
+
"eval_runtime": 49.8843,
|
248 |
+
"eval_samples_per_second": 10.003,
|
249 |
+
"eval_steps_per_second": 2.506,
|
250 |
+
"step": 160
|
251 |
+
},
|
252 |
+
{
|
253 |
+
"epoch": 2.7068273092369477,
|
254 |
+
"grad_norm": 2.8204994201660156,
|
255 |
+
"learning_rate": 1.7204301075268818e-05,
|
256 |
+
"loss": 1.4331,
|
257 |
+
"step": 170
|
258 |
+
},
|
259 |
+
{
|
260 |
+
"epoch": 2.7068273092369477,
|
261 |
+
"eval_loss": 0.27951765060424805,
|
262 |
+
"eval_runtime": 49.9628,
|
263 |
+
"eval_samples_per_second": 9.987,
|
264 |
+
"eval_steps_per_second": 2.502,
|
265 |
+
"step": 170
|
266 |
+
},
|
267 |
+
{
|
268 |
+
"epoch": 2.8674698795180724,
|
269 |
+
"grad_norm": 2.8627824783325195,
|
270 |
+
"learning_rate": 6.451612903225806e-06,
|
271 |
+
"loss": 1.4442,
|
272 |
+
"step": 180
|
273 |
+
},
|
274 |
+
{
|
275 |
+
"epoch": 2.8674698795180724,
|
276 |
+
"eval_loss": 0.280029833316803,
|
277 |
+
"eval_runtime": 49.9016,
|
278 |
+
"eval_samples_per_second": 10.0,
|
279 |
+
"eval_steps_per_second": 2.505,
|
280 |
+
"step": 180
|
281 |
+
}
|
282 |
+
],
|
283 |
+
"logging_steps": 10,
|
284 |
+
"max_steps": 186,
|
285 |
+
"num_input_tokens_seen": 0,
|
286 |
+
"num_train_epochs": 3,
|
287 |
+
"save_steps": 500,
|
288 |
+
"stateful_callbacks": {
|
289 |
+
"TrainerControl": {
|
290 |
+
"args": {
|
291 |
+
"should_epoch_stop": false,
|
292 |
+
"should_evaluate": false,
|
293 |
+
"should_log": false,
|
294 |
+
"should_save": true,
|
295 |
+
"should_training_stop": true
|
296 |
+
},
|
297 |
+
"attributes": {}
|
298 |
+
}
|
299 |
+
},
|
300 |
+
"total_flos": 6.632546051948544e+16,
|
301 |
+
"train_batch_size": 4,
|
302 |
+
"trial_name": null,
|
303 |
+
"trial_params": null
|
304 |
+
}
|
checkpoint-186/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:397d33c02930459e5f249b114462600d30d6bd219204dba10b2570a68569ae34
|
3 |
+
size 5240
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:397d33c02930459e5f249b114462600d30d6bd219204dba10b2570a68569ae34
|
3 |
size 5240
|