Upload folder using huggingface_hub
Browse files- README.md +204 -0
- adapter_config.json +29 -0
- adapter_model.bin +3 -0
- qwen.tiktoken +0 -0
- special_tokens_map.json +3 -0
- tokenizer_config.json +12 -0
- trainer_state.json +428 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,204 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: Qwen/Qwen-VL-Chat
|
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 |
+
|
201 |
+
|
202 |
+
### Framework versions
|
203 |
+
|
204 |
+
- PEFT 0.8.2
|
adapter_config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen-VL-Chat",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"loftq_config": {},
|
12 |
+
"lora_alpha": 16,
|
13 |
+
"lora_dropout": 0.05,
|
14 |
+
"megatron_config": null,
|
15 |
+
"megatron_core": "megatron.core",
|
16 |
+
"modules_to_save": null,
|
17 |
+
"peft_type": "LORA",
|
18 |
+
"r": 64,
|
19 |
+
"rank_pattern": {},
|
20 |
+
"revision": null,
|
21 |
+
"target_modules": [
|
22 |
+
"attn.c_proj",
|
23 |
+
"c_attn",
|
24 |
+
"w2",
|
25 |
+
"w1"
|
26 |
+
],
|
27 |
+
"task_type": "CAUSAL_LM",
|
28 |
+
"use_rslora": false
|
29 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa0e9c32eaa5810b94b8139df5e6b3760a402bb7826a1154ba46278a9057c8d7
|
3 |
+
size 224482573
|
qwen.tiktoken
ADDED
The diff for this file is too large to render.
See raw diff
|
|
special_tokens_map.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"pad_token": "<|endoftext|>"
|
3 |
+
}
|
tokenizer_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"auto_map": {
|
3 |
+
"AutoTokenizer": [
|
4 |
+
"Qwen/Qwen-VL-Chat--tokenization_qwen.QWenTokenizer",
|
5 |
+
null
|
6 |
+
]
|
7 |
+
},
|
8 |
+
"clean_up_tokenization_spaces": true,
|
9 |
+
"model_max_length": 1024,
|
10 |
+
"padding_side": "right",
|
11 |
+
"tokenizer_class": "QWenTokenizer"
|
12 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,428 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.61642986536026,
|
3 |
+
"best_model_checkpoint": "ckpt/origin_vehicle_view/vehicle_environment/checkpoint-40",
|
4 |
+
"epoch": 4.923076923076923,
|
5 |
+
"eval_steps": 2,
|
6 |
+
"global_step": 40,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.12,
|
13 |
+
"learning_rate": 0.0001,
|
14 |
+
"loss": 0.9675,
|
15 |
+
"step": 1
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"epoch": 0.25,
|
19 |
+
"learning_rate": 9.983786540671051e-05,
|
20 |
+
"loss": 0.9305,
|
21 |
+
"step": 2
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"epoch": 0.25,
|
25 |
+
"eval_loss": 0.8616295456886292,
|
26 |
+
"eval_runtime": 44.7658,
|
27 |
+
"eval_samples_per_second": 1.966,
|
28 |
+
"eval_steps_per_second": 1.966,
|
29 |
+
"step": 2
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"epoch": 0.37,
|
33 |
+
"learning_rate": 9.935251313189564e-05,
|
34 |
+
"loss": 0.8069,
|
35 |
+
"step": 3
|
36 |
+
},
|
37 |
+
{
|
38 |
+
"epoch": 0.49,
|
39 |
+
"learning_rate": 9.85470908713026e-05,
|
40 |
+
"loss": 0.7265,
|
41 |
+
"step": 4
|
42 |
+
},
|
43 |
+
{
|
44 |
+
"epoch": 0.49,
|
45 |
+
"eval_loss": 0.7428572177886963,
|
46 |
+
"eval_runtime": 44.6505,
|
47 |
+
"eval_samples_per_second": 1.971,
|
48 |
+
"eval_steps_per_second": 1.971,
|
49 |
+
"step": 4
|
50 |
+
},
|
51 |
+
{
|
52 |
+
"epoch": 0.62,
|
53 |
+
"learning_rate": 9.742682209735727e-05,
|
54 |
+
"loss": 0.6581,
|
55 |
+
"step": 5
|
56 |
+
},
|
57 |
+
{
|
58 |
+
"epoch": 0.74,
|
59 |
+
"learning_rate": 9.599897218294122e-05,
|
60 |
+
"loss": 0.7686,
|
61 |
+
"step": 6
|
62 |
+
},
|
63 |
+
{
|
64 |
+
"epoch": 0.74,
|
65 |
+
"eval_loss": 0.6930713057518005,
|
66 |
+
"eval_runtime": 44.5391,
|
67 |
+
"eval_samples_per_second": 1.976,
|
68 |
+
"eval_steps_per_second": 1.976,
|
69 |
+
"step": 6
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 0.86,
|
73 |
+
"learning_rate": 9.42728012826605e-05,
|
74 |
+
"loss": 0.7107,
|
75 |
+
"step": 7
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"epoch": 0.98,
|
79 |
+
"learning_rate": 9.225950427718975e-05,
|
80 |
+
"loss": 0.6861,
|
81 |
+
"step": 8
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 0.98,
|
85 |
+
"eval_loss": 0.6726558804512024,
|
86 |
+
"eval_runtime": 44.3892,
|
87 |
+
"eval_samples_per_second": 1.982,
|
88 |
+
"eval_steps_per_second": 1.982,
|
89 |
+
"step": 8
|
90 |
+
},
|
91 |
+
{
|
92 |
+
"epoch": 1.11,
|
93 |
+
"learning_rate": 8.997213817017507e-05,
|
94 |
+
"loss": 0.6788,
|
95 |
+
"step": 9
|
96 |
+
},
|
97 |
+
{
|
98 |
+
"epoch": 1.23,
|
99 |
+
"learning_rate": 8.742553740855506e-05,
|
100 |
+
"loss": 0.633,
|
101 |
+
"step": 10
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 1.23,
|
105 |
+
"eval_loss": 0.6600349545478821,
|
106 |
+
"eval_runtime": 44.5792,
|
107 |
+
"eval_samples_per_second": 1.974,
|
108 |
+
"eval_steps_per_second": 1.974,
|
109 |
+
"step": 10
|
110 |
+
},
|
111 |
+
{
|
112 |
+
"epoch": 1.35,
|
113 |
+
"learning_rate": 8.463621767547998e-05,
|
114 |
+
"loss": 0.688,
|
115 |
+
"step": 11
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 1.48,
|
119 |
+
"learning_rate": 8.162226877976887e-05,
|
120 |
+
"loss": 0.6157,
|
121 |
+
"step": 12
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 1.48,
|
125 |
+
"eval_loss": 0.6478683948516846,
|
126 |
+
"eval_runtime": 44.3912,
|
127 |
+
"eval_samples_per_second": 1.982,
|
128 |
+
"eval_steps_per_second": 1.982,
|
129 |
+
"step": 12
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 1.6,
|
133 |
+
"learning_rate": 7.840323733655778e-05,
|
134 |
+
"loss": 0.6014,
|
135 |
+
"step": 13
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 1.72,
|
139 |
+
"learning_rate": 7.500000000000001e-05,
|
140 |
+
"loss": 0.5911,
|
141 |
+
"step": 14
|
142 |
+
},
|
143 |
+
{
|
144 |
+
"epoch": 1.72,
|
145 |
+
"eval_loss": 0.6389155387878418,
|
146 |
+
"eval_runtime": 44.4689,
|
147 |
+
"eval_samples_per_second": 1.979,
|
148 |
+
"eval_steps_per_second": 1.979,
|
149 |
+
"step": 14
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 1.85,
|
153 |
+
"learning_rate": 7.143462807015271e-05,
|
154 |
+
"loss": 0.5704,
|
155 |
+
"step": 15
|
156 |
+
},
|
157 |
+
{
|
158 |
+
"epoch": 1.97,
|
159 |
+
"learning_rate": 6.773024435212678e-05,
|
160 |
+
"loss": 0.5488,
|
161 |
+
"step": 16
|
162 |
+
},
|
163 |
+
{
|
164 |
+
"epoch": 1.97,
|
165 |
+
"eval_loss": 0.6339431405067444,
|
166 |
+
"eval_runtime": 44.2792,
|
167 |
+
"eval_samples_per_second": 1.987,
|
168 |
+
"eval_steps_per_second": 1.987,
|
169 |
+
"step": 16
|
170 |
+
},
|
171 |
+
{
|
172 |
+
"epoch": 2.09,
|
173 |
+
"learning_rate": 6.391087319582264e-05,
|
174 |
+
"loss": 0.5357,
|
175 |
+
"step": 17
|
176 |
+
},
|
177 |
+
{
|
178 |
+
"epoch": 2.22,
|
179 |
+
"learning_rate": 6.0001284688802226e-05,
|
180 |
+
"loss": 0.5757,
|
181 |
+
"step": 18
|
182 |
+
},
|
183 |
+
{
|
184 |
+
"epoch": 2.22,
|
185 |
+
"eval_loss": 0.6298430562019348,
|
186 |
+
"eval_runtime": 44.3397,
|
187 |
+
"eval_samples_per_second": 1.985,
|
188 |
+
"eval_steps_per_second": 1.985,
|
189 |
+
"step": 18
|
190 |
+
},
|
191 |
+
{
|
192 |
+
"epoch": 2.34,
|
193 |
+
"learning_rate": 5.602683401276615e-05,
|
194 |
+
"loss": 0.4802,
|
195 |
+
"step": 19
|
196 |
+
},
|
197 |
+
{
|
198 |
+
"epoch": 2.46,
|
199 |
+
"learning_rate": 5.201329700547076e-05,
|
200 |
+
"loss": 0.5275,
|
201 |
+
"step": 20
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"epoch": 2.46,
|
205 |
+
"eval_loss": 0.6287050247192383,
|
206 |
+
"eval_runtime": 44.3397,
|
207 |
+
"eval_samples_per_second": 1.985,
|
208 |
+
"eval_steps_per_second": 1.985,
|
209 |
+
"step": 20
|
210 |
+
},
|
211 |
+
{
|
212 |
+
"epoch": 2.58,
|
213 |
+
"learning_rate": 4.798670299452926e-05,
|
214 |
+
"loss": 0.5669,
|
215 |
+
"step": 21
|
216 |
+
},
|
217 |
+
{
|
218 |
+
"epoch": 2.71,
|
219 |
+
"learning_rate": 4.397316598723385e-05,
|
220 |
+
"loss": 0.5597,
|
221 |
+
"step": 22
|
222 |
+
},
|
223 |
+
{
|
224 |
+
"epoch": 2.71,
|
225 |
+
"eval_loss": 0.6267156004905701,
|
226 |
+
"eval_runtime": 44.3452,
|
227 |
+
"eval_samples_per_second": 1.984,
|
228 |
+
"eval_steps_per_second": 1.984,
|
229 |
+
"step": 22
|
230 |
+
},
|
231 |
+
{
|
232 |
+
"epoch": 2.83,
|
233 |
+
"learning_rate": 3.9998715311197785e-05,
|
234 |
+
"loss": 0.5352,
|
235 |
+
"step": 23
|
236 |
+
},
|
237 |
+
{
|
238 |
+
"epoch": 2.95,
|
239 |
+
"learning_rate": 3.608912680417737e-05,
|
240 |
+
"loss": 0.5408,
|
241 |
+
"step": 24
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 2.95,
|
245 |
+
"eval_loss": 0.6237527132034302,
|
246 |
+
"eval_runtime": 44.3608,
|
247 |
+
"eval_samples_per_second": 1.984,
|
248 |
+
"eval_steps_per_second": 1.984,
|
249 |
+
"step": 24
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 3.08,
|
253 |
+
"learning_rate": 3.226975564787322e-05,
|
254 |
+
"loss": 0.5596,
|
255 |
+
"step": 25
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 3.2,
|
259 |
+
"learning_rate": 2.8565371929847284e-05,
|
260 |
+
"loss": 0.4639,
|
261 |
+
"step": 26
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 3.2,
|
265 |
+
"eval_loss": 0.6214306354522705,
|
266 |
+
"eval_runtime": 44.405,
|
267 |
+
"eval_samples_per_second": 1.982,
|
268 |
+
"eval_steps_per_second": 1.982,
|
269 |
+
"step": 26
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 3.32,
|
273 |
+
"learning_rate": 2.500000000000001e-05,
|
274 |
+
"loss": 0.4747,
|
275 |
+
"step": 27
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 3.45,
|
279 |
+
"learning_rate": 2.1596762663442218e-05,
|
280 |
+
"loss": 0.524,
|
281 |
+
"step": 28
|
282 |
+
},
|
283 |
+
{
|
284 |
+
"epoch": 3.45,
|
285 |
+
"eval_loss": 0.6200035214424133,
|
286 |
+
"eval_runtime": 44.3045,
|
287 |
+
"eval_samples_per_second": 1.986,
|
288 |
+
"eval_steps_per_second": 1.986,
|
289 |
+
"step": 28
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 3.57,
|
293 |
+
"learning_rate": 1.837773122023114e-05,
|
294 |
+
"loss": 0.4932,
|
295 |
+
"step": 29
|
296 |
+
},
|
297 |
+
{
|
298 |
+
"epoch": 3.69,
|
299 |
+
"learning_rate": 1.536378232452003e-05,
|
300 |
+
"loss": 0.5016,
|
301 |
+
"step": 30
|
302 |
+
},
|
303 |
+
{
|
304 |
+
"epoch": 3.69,
|
305 |
+
"eval_loss": 0.6185718774795532,
|
306 |
+
"eval_runtime": 44.3925,
|
307 |
+
"eval_samples_per_second": 1.982,
|
308 |
+
"eval_steps_per_second": 1.982,
|
309 |
+
"step": 30
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"epoch": 3.82,
|
313 |
+
"learning_rate": 1.257446259144494e-05,
|
314 |
+
"loss": 0.5299,
|
315 |
+
"step": 31
|
316 |
+
},
|
317 |
+
{
|
318 |
+
"epoch": 3.94,
|
319 |
+
"learning_rate": 1.0027861829824952e-05,
|
320 |
+
"loss": 0.506,
|
321 |
+
"step": 32
|
322 |
+
},
|
323 |
+
{
|
324 |
+
"epoch": 3.94,
|
325 |
+
"eval_loss": 0.6176082491874695,
|
326 |
+
"eval_runtime": 44.3018,
|
327 |
+
"eval_samples_per_second": 1.986,
|
328 |
+
"eval_steps_per_second": 1.986,
|
329 |
+
"step": 32
|
330 |
+
},
|
331 |
+
{
|
332 |
+
"epoch": 4.06,
|
333 |
+
"learning_rate": 7.740495722810271e-06,
|
334 |
+
"loss": 0.5275,
|
335 |
+
"step": 33
|
336 |
+
},
|
337 |
+
{
|
338 |
+
"epoch": 4.18,
|
339 |
+
"learning_rate": 5.727198717339511e-06,
|
340 |
+
"loss": 0.4777,
|
341 |
+
"step": 34
|
342 |
+
},
|
343 |
+
{
|
344 |
+
"epoch": 4.18,
|
345 |
+
"eval_loss": 0.6165757775306702,
|
346 |
+
"eval_runtime": 44.3157,
|
347 |
+
"eval_samples_per_second": 1.986,
|
348 |
+
"eval_steps_per_second": 1.986,
|
349 |
+
"step": 34
|
350 |
+
},
|
351 |
+
{
|
352 |
+
"epoch": 4.31,
|
353 |
+
"learning_rate": 4.001027817058789e-06,
|
354 |
+
"loss": 0.4367,
|
355 |
+
"step": 35
|
356 |
+
},
|
357 |
+
{
|
358 |
+
"epoch": 4.43,
|
359 |
+
"learning_rate": 2.573177902642726e-06,
|
360 |
+
"loss": 0.5212,
|
361 |
+
"step": 36
|
362 |
+
},
|
363 |
+
{
|
364 |
+
"epoch": 4.43,
|
365 |
+
"eval_loss": 0.6167304515838623,
|
366 |
+
"eval_runtime": 44.414,
|
367 |
+
"eval_samples_per_second": 1.981,
|
368 |
+
"eval_steps_per_second": 1.981,
|
369 |
+
"step": 36
|
370 |
+
},
|
371 |
+
{
|
372 |
+
"epoch": 4.55,
|
373 |
+
"learning_rate": 1.4529091286973995e-06,
|
374 |
+
"loss": 0.4786,
|
375 |
+
"step": 37
|
376 |
+
},
|
377 |
+
{
|
378 |
+
"epoch": 4.68,
|
379 |
+
"learning_rate": 6.474868681043578e-07,
|
380 |
+
"loss": 0.4695,
|
381 |
+
"step": 38
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 4.68,
|
385 |
+
"eval_loss": 0.6164081692695618,
|
386 |
+
"eval_runtime": 44.4173,
|
387 |
+
"eval_samples_per_second": 1.981,
|
388 |
+
"eval_steps_per_second": 1.981,
|
389 |
+
"step": 38
|
390 |
+
},
|
391 |
+
{
|
392 |
+
"epoch": 4.8,
|
393 |
+
"learning_rate": 1.6213459328950352e-07,
|
394 |
+
"loss": 0.538,
|
395 |
+
"step": 39
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 4.92,
|
399 |
+
"learning_rate": 0.0,
|
400 |
+
"loss": 0.5674,
|
401 |
+
"step": 40
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 4.92,
|
405 |
+
"eval_loss": 0.61642986536026,
|
406 |
+
"eval_runtime": 44.2772,
|
407 |
+
"eval_samples_per_second": 1.987,
|
408 |
+
"eval_steps_per_second": 1.987,
|
409 |
+
"step": 40
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 4.92,
|
413 |
+
"step": 40,
|
414 |
+
"total_flos": 1.0722570250538189e+17,
|
415 |
+
"train_loss": 0.5893283441662789,
|
416 |
+
"train_runtime": 3029.6959,
|
417 |
+
"train_samples_per_second": 0.639,
|
418 |
+
"train_steps_per_second": 0.013
|
419 |
+
}
|
420 |
+
],
|
421 |
+
"logging_steps": 1.0,
|
422 |
+
"max_steps": 40,
|
423 |
+
"num_train_epochs": 5,
|
424 |
+
"save_steps": 4,
|
425 |
+
"total_flos": 1.0722570250538189e+17,
|
426 |
+
"trial_name": null,
|
427 |
+
"trial_params": null
|
428 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bcbf0bae7dc181187ae7b832c2e9c97d6e045b552fd4930a8eb7ed85a321ed4b
|
3 |
+
size 4219
|