Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +202 -0
- adapter_config.json +5 -2
- adapter_model.safetensors +2 -2
- added_tokens.json +3 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +33 -0
- tokenizer.json +3 -0
- tokenizer.model +3 -0
- tokenizer_config.json +0 -0
- trainer_state.json +454 -0
- training_args.bin +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ 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 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: unsloth/gemma-3-1b-it-unsloth-bnb-4bit
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.15.2
|
adapter_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path": "unsloth/gemma-
|
5 |
"bias": "none",
|
6 |
"corda_config": null,
|
7 |
"eva_config": null,
|
@@ -24,9 +24,12 @@
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
|
|
|
|
|
|
27 |
"v_proj",
|
28 |
"o_proj",
|
29 |
-
"
|
30 |
"q_proj"
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "unsloth/gemma-3-1b-it-unsloth-bnb-4bit",
|
5 |
"bias": "none",
|
6 |
"corda_config": null,
|
7 |
"eva_config": null,
|
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
+
"up_proj",
|
28 |
+
"down_proj",
|
29 |
+
"k_proj",
|
30 |
"v_proj",
|
31 |
"o_proj",
|
32 |
+
"gate_proj",
|
33 |
"q_proj"
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74bef3db54e6bac3c49f92460956081a498029372a38f71d4d5ab83bf672595f
|
3 |
+
size 52231312
|
added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<image_soft_token>": 262144
|
3 |
+
}
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43d6c1506146720c3840cb82ed1d8e4a9b1bc15ed2d95d45e25cf580ca4fd753
|
3 |
+
size 26913540
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4c917636c7a58af68a29056522a757e9f9b99005b776641aa157c536967817d
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:974fb60062a9e094d57046984954545b807c1053a95415c6cb8cd6fd59c288ae
|
3 |
+
size 1064
|
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": "<end_of_turn>",
|
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 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4667f2089529e8e7657cfb6d1c19910ae71ff5f28aa7ab2ff2763330affad795
|
3 |
+
size 33384568
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1299c11d7cf632ef3b4e11937501358ada021bbdf7c47638d13c0ee982f2e79c
|
3 |
+
size 4689074
|
tokenizer_config.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
trainer_state.json
ADDED
@@ -0,0 +1,454 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 0.055645722235103175,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 60,
|
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.0009274287039183863,
|
14 |
+
"grad_norm": 4.868922710418701,
|
15 |
+
"learning_rate": 0.0,
|
16 |
+
"loss": 5.2325,
|
17 |
+
"step": 1
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.0018548574078367725,
|
21 |
+
"grad_norm": 5.811268329620361,
|
22 |
+
"learning_rate": 5e-06,
|
23 |
+
"loss": 4.7512,
|
24 |
+
"step": 2
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.0027822861117551586,
|
28 |
+
"grad_norm": 1.8592679500579834,
|
29 |
+
"learning_rate": 1e-05,
|
30 |
+
"loss": 3.6976,
|
31 |
+
"step": 3
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.003709714815673545,
|
35 |
+
"grad_norm": 3.553828001022339,
|
36 |
+
"learning_rate": 1.5e-05,
|
37 |
+
"loss": 4.4847,
|
38 |
+
"step": 4
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.004637143519591932,
|
42 |
+
"grad_norm": 3.7580947875976562,
|
43 |
+
"learning_rate": 2e-05,
|
44 |
+
"loss": 4.3681,
|
45 |
+
"step": 5
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.005564572223510317,
|
49 |
+
"grad_norm": 6.560013294219971,
|
50 |
+
"learning_rate": 2.5e-05,
|
51 |
+
"loss": 5.4142,
|
52 |
+
"step": 6
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.006492000927428704,
|
56 |
+
"grad_norm": 5.0084710121154785,
|
57 |
+
"learning_rate": 3e-05,
|
58 |
+
"loss": 4.8401,
|
59 |
+
"step": 7
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.00741942963134709,
|
63 |
+
"grad_norm": 2.0739693641662598,
|
64 |
+
"learning_rate": 3.5e-05,
|
65 |
+
"loss": 3.9564,
|
66 |
+
"step": 8
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.008346858335265477,
|
70 |
+
"grad_norm": 5.008288383483887,
|
71 |
+
"learning_rate": 4e-05,
|
72 |
+
"loss": 4.901,
|
73 |
+
"step": 9
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.009274287039183864,
|
77 |
+
"grad_norm": 1.2743533849716187,
|
78 |
+
"learning_rate": 4.5e-05,
|
79 |
+
"loss": 3.7309,
|
80 |
+
"step": 10
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.010201715743102248,
|
84 |
+
"grad_norm": 1.1797062158584595,
|
85 |
+
"learning_rate": 5e-05,
|
86 |
+
"loss": 3.56,
|
87 |
+
"step": 11
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.011129144447020635,
|
91 |
+
"grad_norm": 3.787964344024658,
|
92 |
+
"learning_rate": 4.9e-05,
|
93 |
+
"loss": 5.1572,
|
94 |
+
"step": 12
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.012056573150939021,
|
98 |
+
"grad_norm": 1.1445714235305786,
|
99 |
+
"learning_rate": 4.8e-05,
|
100 |
+
"loss": 3.5998,
|
101 |
+
"step": 13
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.012984001854857407,
|
105 |
+
"grad_norm": 1.2640348672866821,
|
106 |
+
"learning_rate": 4.7e-05,
|
107 |
+
"loss": 3.6054,
|
108 |
+
"step": 14
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.013911430558775794,
|
112 |
+
"grad_norm": 0.9739102721214294,
|
113 |
+
"learning_rate": 4.600000000000001e-05,
|
114 |
+
"loss": 3.4424,
|
115 |
+
"step": 15
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.01483885926269418,
|
119 |
+
"grad_norm": 3.6449685096740723,
|
120 |
+
"learning_rate": 4.5e-05,
|
121 |
+
"loss": 5.1529,
|
122 |
+
"step": 16
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.015766287966612568,
|
126 |
+
"grad_norm": 1.0862540006637573,
|
127 |
+
"learning_rate": 4.4000000000000006e-05,
|
128 |
+
"loss": 3.4454,
|
129 |
+
"step": 17
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.016693716670530954,
|
133 |
+
"grad_norm": 2.713123083114624,
|
134 |
+
"learning_rate": 4.3e-05,
|
135 |
+
"loss": 4.4682,
|
136 |
+
"step": 18
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.01762114537444934,
|
140 |
+
"grad_norm": 1.0332715511322021,
|
141 |
+
"learning_rate": 4.2e-05,
|
142 |
+
"loss": 3.3278,
|
143 |
+
"step": 19
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.018548574078367727,
|
147 |
+
"grad_norm": 1.1742037534713745,
|
148 |
+
"learning_rate": 4.1e-05,
|
149 |
+
"loss": 3.5884,
|
150 |
+
"step": 20
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.01947600278228611,
|
154 |
+
"grad_norm": 1.1539186239242554,
|
155 |
+
"learning_rate": 4e-05,
|
156 |
+
"loss": 3.6538,
|
157 |
+
"step": 21
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.020403431486204496,
|
161 |
+
"grad_norm": 1.303881287574768,
|
162 |
+
"learning_rate": 3.9000000000000006e-05,
|
163 |
+
"loss": 3.387,
|
164 |
+
"step": 22
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.021330860190122883,
|
168 |
+
"grad_norm": 1.8081673383712769,
|
169 |
+
"learning_rate": 3.8e-05,
|
170 |
+
"loss": 3.7469,
|
171 |
+
"step": 23
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.02225828889404127,
|
175 |
+
"grad_norm": 1.0129601955413818,
|
176 |
+
"learning_rate": 3.7e-05,
|
177 |
+
"loss": 3.0917,
|
178 |
+
"step": 24
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.023185717597959656,
|
182 |
+
"grad_norm": 2.841965436935425,
|
183 |
+
"learning_rate": 3.6e-05,
|
184 |
+
"loss": 3.6627,
|
185 |
+
"step": 25
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.024113146301878042,
|
189 |
+
"grad_norm": 2.4179654121398926,
|
190 |
+
"learning_rate": 3.5e-05,
|
191 |
+
"loss": 3.8892,
|
192 |
+
"step": 26
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.025040575005796428,
|
196 |
+
"grad_norm": 1.5163795948028564,
|
197 |
+
"learning_rate": 3.4000000000000007e-05,
|
198 |
+
"loss": 3.2586,
|
199 |
+
"step": 27
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.025968003709714815,
|
203 |
+
"grad_norm": 2.0588231086730957,
|
204 |
+
"learning_rate": 3.3e-05,
|
205 |
+
"loss": 3.7464,
|
206 |
+
"step": 28
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.0268954324136332,
|
210 |
+
"grad_norm": 1.082326889038086,
|
211 |
+
"learning_rate": 3.2000000000000005e-05,
|
212 |
+
"loss": 3.5218,
|
213 |
+
"step": 29
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.027822861117551587,
|
217 |
+
"grad_norm": 3.831888437271118,
|
218 |
+
"learning_rate": 3.1e-05,
|
219 |
+
"loss": 4.0704,
|
220 |
+
"step": 30
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.028750289821469974,
|
224 |
+
"grad_norm": 1.2819643020629883,
|
225 |
+
"learning_rate": 3e-05,
|
226 |
+
"loss": 3.5,
|
227 |
+
"step": 31
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.02967771852538836,
|
231 |
+
"grad_norm": 2.7546770572662354,
|
232 |
+
"learning_rate": 2.9e-05,
|
233 |
+
"loss": 3.6709,
|
234 |
+
"step": 32
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.030605147229306746,
|
238 |
+
"grad_norm": 2.127004861831665,
|
239 |
+
"learning_rate": 2.8000000000000003e-05,
|
240 |
+
"loss": 3.7116,
|
241 |
+
"step": 33
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.031532575933225136,
|
245 |
+
"grad_norm": 1.5426557064056396,
|
246 |
+
"learning_rate": 2.7000000000000002e-05,
|
247 |
+
"loss": 3.7935,
|
248 |
+
"step": 34
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.03246000463714352,
|
252 |
+
"grad_norm": 1.4559600353240967,
|
253 |
+
"learning_rate": 2.6000000000000002e-05,
|
254 |
+
"loss": 3.2505,
|
255 |
+
"step": 35
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.03338743334106191,
|
259 |
+
"grad_norm": 1.2187875509262085,
|
260 |
+
"learning_rate": 2.5e-05,
|
261 |
+
"loss": 3.3403,
|
262 |
+
"step": 36
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.03431486204498029,
|
266 |
+
"grad_norm": 1.4153465032577515,
|
267 |
+
"learning_rate": 2.4e-05,
|
268 |
+
"loss": 2.73,
|
269 |
+
"step": 37
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.03524229074889868,
|
273 |
+
"grad_norm": 1.2564786672592163,
|
274 |
+
"learning_rate": 2.3000000000000003e-05,
|
275 |
+
"loss": 3.3627,
|
276 |
+
"step": 38
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.036169719452817065,
|
280 |
+
"grad_norm": 3.221158742904663,
|
281 |
+
"learning_rate": 2.2000000000000003e-05,
|
282 |
+
"loss": 3.6366,
|
283 |
+
"step": 39
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.037097148156735454,
|
287 |
+
"grad_norm": 1.5206141471862793,
|
288 |
+
"learning_rate": 2.1e-05,
|
289 |
+
"loss": 3.5083,
|
290 |
+
"step": 40
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.03802457686065384,
|
294 |
+
"grad_norm": 3.3207788467407227,
|
295 |
+
"learning_rate": 2e-05,
|
296 |
+
"loss": 3.6526,
|
297 |
+
"step": 41
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.03895200556457222,
|
301 |
+
"grad_norm": 2.6947567462921143,
|
302 |
+
"learning_rate": 1.9e-05,
|
303 |
+
"loss": 3.8998,
|
304 |
+
"step": 42
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.03987943426849061,
|
308 |
+
"grad_norm": 3.0442309379577637,
|
309 |
+
"learning_rate": 1.8e-05,
|
310 |
+
"loss": 4.0098,
|
311 |
+
"step": 43
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.04080686297240899,
|
315 |
+
"grad_norm": 3.0149142742156982,
|
316 |
+
"learning_rate": 1.7000000000000003e-05,
|
317 |
+
"loss": 3.6688,
|
318 |
+
"step": 44
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.04173429167632738,
|
322 |
+
"grad_norm": 2.458320140838623,
|
323 |
+
"learning_rate": 1.6000000000000003e-05,
|
324 |
+
"loss": 3.7055,
|
325 |
+
"step": 45
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.042661720380245766,
|
329 |
+
"grad_norm": 1.5240652561187744,
|
330 |
+
"learning_rate": 1.5e-05,
|
331 |
+
"loss": 3.2421,
|
332 |
+
"step": 46
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.043589149084164155,
|
336 |
+
"grad_norm": 5.896821975708008,
|
337 |
+
"learning_rate": 1.4000000000000001e-05,
|
338 |
+
"loss": 4.7299,
|
339 |
+
"step": 47
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.04451657778808254,
|
343 |
+
"grad_norm": 1.3863835334777832,
|
344 |
+
"learning_rate": 1.3000000000000001e-05,
|
345 |
+
"loss": 3.3415,
|
346 |
+
"step": 48
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.04544400649200093,
|
350 |
+
"grad_norm": 1.5955193042755127,
|
351 |
+
"learning_rate": 1.2e-05,
|
352 |
+
"loss": 3.3076,
|
353 |
+
"step": 49
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.04637143519591931,
|
357 |
+
"grad_norm": 2.4756007194519043,
|
358 |
+
"learning_rate": 1.1000000000000001e-05,
|
359 |
+
"loss": 3.8448,
|
360 |
+
"step": 50
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.0472988638998377,
|
364 |
+
"grad_norm": 1.1582512855529785,
|
365 |
+
"learning_rate": 1e-05,
|
366 |
+
"loss": 3.2583,
|
367 |
+
"step": 51
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.048226292603756084,
|
371 |
+
"grad_norm": 2.394286632537842,
|
372 |
+
"learning_rate": 9e-06,
|
373 |
+
"loss": 3.3061,
|
374 |
+
"step": 52
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.049153721307674474,
|
378 |
+
"grad_norm": 1.4328668117523193,
|
379 |
+
"learning_rate": 8.000000000000001e-06,
|
380 |
+
"loss": 3.1576,
|
381 |
+
"step": 53
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.050081150011592857,
|
385 |
+
"grad_norm": 1.2915327548980713,
|
386 |
+
"learning_rate": 7.000000000000001e-06,
|
387 |
+
"loss": 3.0897,
|
388 |
+
"step": 54
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.051008578715511246,
|
392 |
+
"grad_norm": 1.9309310913085938,
|
393 |
+
"learning_rate": 6e-06,
|
394 |
+
"loss": 3.372,
|
395 |
+
"step": 55
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.05193600741942963,
|
399 |
+
"grad_norm": 3.784912586212158,
|
400 |
+
"learning_rate": 5e-06,
|
401 |
+
"loss": 3.7925,
|
402 |
+
"step": 56
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 0.05286343612334802,
|
406 |
+
"grad_norm": 9.921348571777344,
|
407 |
+
"learning_rate": 4.000000000000001e-06,
|
408 |
+
"loss": 5.3381,
|
409 |
+
"step": 57
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 0.0537908648272664,
|
413 |
+
"grad_norm": 1.3432551622390747,
|
414 |
+
"learning_rate": 3e-06,
|
415 |
+
"loss": 3.543,
|
416 |
+
"step": 58
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 0.05471829353118479,
|
420 |
+
"grad_norm": 2.20005202293396,
|
421 |
+
"learning_rate": 2.0000000000000003e-06,
|
422 |
+
"loss": 3.658,
|
423 |
+
"step": 59
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 0.055645722235103175,
|
427 |
+
"grad_norm": 1.4739794731140137,
|
428 |
+
"learning_rate": 1.0000000000000002e-06,
|
429 |
+
"loss": 3.258,
|
430 |
+
"step": 60
|
431 |
+
}
|
432 |
+
],
|
433 |
+
"logging_steps": 1,
|
434 |
+
"max_steps": 60,
|
435 |
+
"num_input_tokens_seen": 0,
|
436 |
+
"num_train_epochs": 1,
|
437 |
+
"save_steps": 500,
|
438 |
+
"stateful_callbacks": {
|
439 |
+
"TrainerControl": {
|
440 |
+
"args": {
|
441 |
+
"should_epoch_stop": false,
|
442 |
+
"should_evaluate": false,
|
443 |
+
"should_log": false,
|
444 |
+
"should_save": true,
|
445 |
+
"should_training_stop": true
|
446 |
+
},
|
447 |
+
"attributes": {}
|
448 |
+
}
|
449 |
+
},
|
450 |
+
"total_flos": 715238756384256.0,
|
451 |
+
"train_batch_size": 2,
|
452 |
+
"trial_name": null,
|
453 |
+
"trial_params": null
|
454 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c553330158f5669e0fd93f1ff21b7b08ba11a6a294989ca3ba92a564ae5ca241
|
3 |
+
size 5560
|