Upload folder using huggingface_hub
Browse files- README.md +204 -0
- adapter_config.json +27 -0
- adapter_model.safetensors +3 -0
- optimizer.pt +3 -0
- qwen.tiktoken +0 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +9 -0
- tokenizer_config.json +13 -0
- trainer_state.json +219 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,204 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: Qwen/Qwen-1_8B
|
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.7.2.dev0
|
adapter_config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen-1_8B",
|
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.1,
|
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 |
+
"c_proj",
|
23 |
+
"c_attn"
|
24 |
+
],
|
25 |
+
"task_type": "CAUSAL_LM",
|
26 |
+
"use_rslora": false
|
27 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0243af7f0eb925a1e94772d59c5c923470a9593c40bd8fe7ccfe73ab96b836a
|
3 |
+
size 121915776
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b36604b4ff0d622e13c0e1f5a76124e1863e296268fac2a957926026f3f4e37
|
3 |
+
size 243883194
|
qwen.tiktoken
ADDED
The diff for this file is too large to render.
See raw diff
|
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c9f3bf515d210b2779e6907b7dcba3bbf9d0eb2d5f1764a29fa35355540b1b5
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ccb54d0139ddf32a93ee725362dd8028f6a8c59e1e2faa2e66ab1b6583eb8b9
|
3 |
+
size 1064
|
special_tokens_map.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"pad_token": {
|
3 |
+
"content": "<|endoftext|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
}
|
9 |
+
}
|
tokenizer_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {},
|
3 |
+
"auto_map": {
|
4 |
+
"AutoTokenizer": [
|
5 |
+
"Qwen/Qwen-1_8B--tokenization_qwen.QWenTokenizer",
|
6 |
+
null
|
7 |
+
]
|
8 |
+
},
|
9 |
+
"clean_up_tokenization_spaces": true,
|
10 |
+
"model_max_length": 8192,
|
11 |
+
"pad_token": "<|endoftext|>",
|
12 |
+
"tokenizer_class": "QWenTokenizer"
|
13 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,219 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.9990680335507922,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 67,
|
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.03,
|
13 |
+
"learning_rate": 1.3333333333333333e-05,
|
14 |
+
"loss": 2.6108,
|
15 |
+
"step": 2
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"epoch": 0.06,
|
19 |
+
"learning_rate": 1.9987954562051724e-05,
|
20 |
+
"loss": 1.6199,
|
21 |
+
"step": 4
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"epoch": 0.09,
|
25 |
+
"learning_rate": 1.989176509964781e-05,
|
26 |
+
"loss": 1.6419,
|
27 |
+
"step": 6
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"epoch": 0.12,
|
31 |
+
"learning_rate": 1.9700312531945444e-05,
|
32 |
+
"loss": 1.5481,
|
33 |
+
"step": 8
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"epoch": 0.15,
|
37 |
+
"learning_rate": 1.941544065183021e-05,
|
38 |
+
"loss": 1.2691,
|
39 |
+
"step": 10
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.18,
|
43 |
+
"learning_rate": 1.9039892931234434e-05,
|
44 |
+
"loss": 1.5849,
|
45 |
+
"step": 12
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.21,
|
49 |
+
"learning_rate": 1.8577286100002723e-05,
|
50 |
+
"loss": 2.0085,
|
51 |
+
"step": 14
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.24,
|
55 |
+
"learning_rate": 1.803207531480645e-05,
|
56 |
+
"loss": 2.5487,
|
57 |
+
"step": 16
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"epoch": 0.27,
|
61 |
+
"learning_rate": 1.7409511253549592e-05,
|
62 |
+
"loss": 2.0596,
|
63 |
+
"step": 18
|
64 |
+
},
|
65 |
+
{
|
66 |
+
"epoch": 0.3,
|
67 |
+
"learning_rate": 1.6715589548470187e-05,
|
68 |
+
"loss": 1.5496,
|
69 |
+
"step": 20
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 0.33,
|
73 |
+
"learning_rate": 1.5956993044924334e-05,
|
74 |
+
"loss": 1.5185,
|
75 |
+
"step": 22
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"epoch": 0.36,
|
79 |
+
"learning_rate": 1.5141027441932217e-05,
|
80 |
+
"loss": 1.4942,
|
81 |
+
"step": 24
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 0.39,
|
85 |
+
"learning_rate": 1.4275550934302822e-05,
|
86 |
+
"loss": 1.4978,
|
87 |
+
"step": 26
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.42,
|
91 |
+
"learning_rate": 1.3368898533922202e-05,
|
92 |
+
"loss": 1.747,
|
93 |
+
"step": 28
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.45,
|
97 |
+
"learning_rate": 1.242980179903264e-05,
|
98 |
+
"loss": 2.1236,
|
99 |
+
"step": 30
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 0.48,
|
103 |
+
"learning_rate": 1.1467304744553618e-05,
|
104 |
+
"loss": 2.3737,
|
105 |
+
"step": 32
|
106 |
+
},
|
107 |
+
{
|
108 |
+
"epoch": 0.51,
|
109 |
+
"learning_rate": 1.0490676743274181e-05,
|
110 |
+
"loss": 2.4957,
|
111 |
+
"step": 34
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"epoch": 0.54,
|
115 |
+
"learning_rate": 9.50932325672582e-06,
|
116 |
+
"loss": 1.9203,
|
117 |
+
"step": 36
|
118 |
+
},
|
119 |
+
{
|
120 |
+
"epoch": 0.57,
|
121 |
+
"learning_rate": 8.532695255446384e-06,
|
122 |
+
"loss": 1.5704,
|
123 |
+
"step": 38
|
124 |
+
},
|
125 |
+
{
|
126 |
+
"epoch": 0.6,
|
127 |
+
"learning_rate": 7.570198200967363e-06,
|
128 |
+
"loss": 1.4592,
|
129 |
+
"step": 40
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.63,
|
133 |
+
"learning_rate": 6.631101466077801e-06,
|
134 |
+
"loss": 1.3415,
|
135 |
+
"step": 42
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.66,
|
139 |
+
"learning_rate": 5.724449065697182e-06,
|
140 |
+
"loss": 1.6542,
|
141 |
+
"step": 44
|
142 |
+
},
|
143 |
+
{
|
144 |
+
"epoch": 0.69,
|
145 |
+
"learning_rate": 4.858972558067784e-06,
|
146 |
+
"loss": 1.9814,
|
147 |
+
"step": 46
|
148 |
+
},
|
149 |
+
{
|
150 |
+
"epoch": 0.72,
|
151 |
+
"learning_rate": 4.043006955075667e-06,
|
152 |
+
"loss": 2.253,
|
153 |
+
"step": 48
|
154 |
+
},
|
155 |
+
{
|
156 |
+
"epoch": 0.75,
|
157 |
+
"learning_rate": 3.284410451529816e-06,
|
158 |
+
"loss": 2.793,
|
159 |
+
"step": 50
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"epoch": 0.78,
|
163 |
+
"learning_rate": 2.5904887464504115e-06,
|
164 |
+
"loss": 1.622,
|
165 |
+
"step": 52
|
166 |
+
},
|
167 |
+
{
|
168 |
+
"epoch": 0.81,
|
169 |
+
"learning_rate": 1.967924685193552e-06,
|
170 |
+
"loss": 1.3729,
|
171 |
+
"step": 54
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.84,
|
175 |
+
"learning_rate": 1.4227138999972801e-06,
|
176 |
+
"loss": 1.6564,
|
177 |
+
"step": 56
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.86,
|
181 |
+
"learning_rate": 9.601070687655667e-07,
|
182 |
+
"loss": 1.4771,
|
183 |
+
"step": 58
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"epoch": 0.89,
|
187 |
+
"learning_rate": 5.845593481697931e-07,
|
188 |
+
"loss": 1.4098,
|
189 |
+
"step": 60
|
190 |
+
},
|
191 |
+
{
|
192 |
+
"epoch": 0.92,
|
193 |
+
"learning_rate": 2.996874680545603e-07,
|
194 |
+
"loss": 1.652,
|
195 |
+
"step": 62
|
196 |
+
},
|
197 |
+
{
|
198 |
+
"epoch": 0.95,
|
199 |
+
"learning_rate": 1.0823490035218986e-07,
|
200 |
+
"loss": 2.1706,
|
201 |
+
"step": 64
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"epoch": 0.98,
|
205 |
+
"learning_rate": 1.2045437948275952e-08,
|
206 |
+
"loss": 1.4907,
|
207 |
+
"step": 66
|
208 |
+
}
|
209 |
+
],
|
210 |
+
"logging_steps": 2,
|
211 |
+
"max_steps": 67,
|
212 |
+
"num_input_tokens_seen": 0,
|
213 |
+
"num_train_epochs": 1,
|
214 |
+
"save_steps": 500,
|
215 |
+
"total_flos": 4704416760397824.0,
|
216 |
+
"train_batch_size": 1,
|
217 |
+
"trial_name": null,
|
218 |
+
"trial_params": null
|
219 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fe1fe2b481313fcce37dad8b7fd9ee8eba6b0740b7735b48e7061635964c9de
|
3 |
+
size 4728
|