nkmry commited on
Commit
075f9f2
·
verified ·
1 Parent(s): 4267e4c

Upload folder using huggingface_hub

Browse files
LoRA/adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "llm-jp/llm-jp-3-13b",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": false,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 16,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.19645704545126425,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 8,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "up_proj",
27
+ "gate_proj",
28
+ "v_proj",
29
+ "k_proj",
30
+ "o_proj",
31
+ "q_proj",
32
+ "down_proj"
33
+ ],
34
+ "task_type": "CAUSAL_LM",
35
+ "use_dora": false,
36
+ "use_rslora": false
37
+ }
LoRA/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:219e2bdfab365126b2d779e021ce962477c4ef3601bfc0564887e29cc8d8bf70
3
+ size 125248064
README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: llm-jp/llm-jp-3-13b
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.14.0
adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "models/models--llm-jp--llm-jp-3-13b/snapshots/cd3823f4c1fcbb0ad2e2af46036ab1b0ca13192a",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": false,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 16,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.19646,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 8,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "up_proj",
27
+ "gate_proj",
28
+ "v_proj",
29
+ "k_proj",
30
+ "o_proj",
31
+ "q_proj",
32
+ "down_proj"
33
+ ],
34
+ "task_type": "CAUSAL_LM",
35
+ "use_dora": false,
36
+ "use_rslora": false
37
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:599aa9326bd3269013ea6e56717abc78246fce42cca0075d71cf040a10229b7c
3
+ size 125248064
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c21a83304f18469dd4069b566e0534934b1b244414a34007073f772f16e4deb1
3
+ size 250819170
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:253cf091305f568cc2de519c350ed78aafea682a85dd09056739981fa73d2ed8
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e3d1e388843f1e6f4e9bcebb47eedbd4bdce8322074d063e596506084f1d783
3
+ size 1064
special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<CLS|LLM-jp>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<MASK|LLM-jp>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<PAD|LLM-jp>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "<SEP|LLM-jp>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "3": {
30
+ "content": "<MASK|LLM-jp>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "4": {
38
+ "content": "<PAD|LLM-jp>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "5": {
46
+ "content": "<CLS|LLM-jp>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "6": {
54
+ "content": "<SEP|LLM-jp>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "7": {
62
+ "content": "<EOD|LLM-jp>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ }
69
+ },
70
+ "bos_token": "<s>",
71
+ "clean_up_tokenization_spaces": false,
72
+ "cls_token": "<CLS|LLM-jp>",
73
+ "eod_token": "</s>",
74
+ "eos_token": "</s>",
75
+ "extra_ids": 0,
76
+ "mask_token": "<MASK|LLM-jp>",
77
+ "model_max_length": 4096,
78
+ "pad_token": "<PAD|LLM-jp>",
79
+ "padding_side": "right",
80
+ "sep_token": "<SEP|LLM-jp>",
81
+ "sp_model_kwargs": {},
82
+ "tokenizer_class": "PreTrainedTokenizerFast",
83
+ "unk_token": "<unk>"
84
+ }
trainer_state.json ADDED
@@ -0,0 +1,386 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 1.3892344236373901,
3
+ "best_model_checkpoint": "matsuo-lab-llm-competition-ug9pb742/checkpoint-312",
4
+ "epoch": 3.0,
5
+ "eval_steps": 39,
6
+ "global_step": 390,
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.07692307692307693,
13
+ "grad_norm": 0.41445887088775635,
14
+ "learning_rate": 6.2224e-05,
15
+ "loss": 1.6218,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.15384615384615385,
20
+ "grad_norm": 0.7263110876083374,
21
+ "learning_rate": 6.058652631578948e-05,
22
+ "loss": 1.7018,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.23076923076923078,
27
+ "grad_norm": 0.4063463509082794,
28
+ "learning_rate": 5.894905263157895e-05,
29
+ "loss": 1.6955,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.3,
34
+ "eval_loss": 1.521242618560791,
35
+ "eval_runtime": 70.3814,
36
+ "eval_samples_per_second": 3.282,
37
+ "eval_steps_per_second": 0.412,
38
+ "step": 39
39
+ },
40
+ {
41
+ "epoch": 0.3076923076923077,
42
+ "grad_norm": 0.25590476393699646,
43
+ "learning_rate": 5.7311578947368427e-05,
44
+ "loss": 1.4888,
45
+ "step": 40
46
+ },
47
+ {
48
+ "epoch": 0.38461538461538464,
49
+ "grad_norm": 0.2585609257221222,
50
+ "learning_rate": 5.56741052631579e-05,
51
+ "loss": 1.4528,
52
+ "step": 50
53
+ },
54
+ {
55
+ "epoch": 0.46153846153846156,
56
+ "grad_norm": 0.3065848648548126,
57
+ "learning_rate": 5.4036631578947374e-05,
58
+ "loss": 1.5525,
59
+ "step": 60
60
+ },
61
+ {
62
+ "epoch": 0.5384615384615384,
63
+ "grad_norm": 0.2731223404407501,
64
+ "learning_rate": 5.239915789473685e-05,
65
+ "loss": 1.4864,
66
+ "step": 70
67
+ },
68
+ {
69
+ "epoch": 0.6,
70
+ "eval_loss": 1.4685145616531372,
71
+ "eval_runtime": 70.0638,
72
+ "eval_samples_per_second": 3.297,
73
+ "eval_steps_per_second": 0.414,
74
+ "step": 78
75
+ },
76
+ {
77
+ "epoch": 0.6153846153846154,
78
+ "grad_norm": 0.3084161579608917,
79
+ "learning_rate": 5.076168421052632e-05,
80
+ "loss": 1.3792,
81
+ "step": 80
82
+ },
83
+ {
84
+ "epoch": 0.6923076923076923,
85
+ "grad_norm": 0.3827728033065796,
86
+ "learning_rate": 4.9124210526315794e-05,
87
+ "loss": 1.5268,
88
+ "step": 90
89
+ },
90
+ {
91
+ "epoch": 0.7692307692307693,
92
+ "grad_norm": 0.3320125937461853,
93
+ "learning_rate": 4.748673684210527e-05,
94
+ "loss": 1.5606,
95
+ "step": 100
96
+ },
97
+ {
98
+ "epoch": 0.8461538461538461,
99
+ "grad_norm": 0.386620432138443,
100
+ "learning_rate": 4.584926315789474e-05,
101
+ "loss": 1.3499,
102
+ "step": 110
103
+ },
104
+ {
105
+ "epoch": 0.9,
106
+ "eval_loss": 1.4356176853179932,
107
+ "eval_runtime": 70.0699,
108
+ "eval_samples_per_second": 3.297,
109
+ "eval_steps_per_second": 0.414,
110
+ "step": 117
111
+ },
112
+ {
113
+ "epoch": 0.9230769230769231,
114
+ "grad_norm": 0.48299941420555115,
115
+ "learning_rate": 4.4211789473684215e-05,
116
+ "loss": 1.4698,
117
+ "step": 120
118
+ },
119
+ {
120
+ "epoch": 1.0,
121
+ "grad_norm": 0.6564630270004272,
122
+ "learning_rate": 4.257431578947369e-05,
123
+ "loss": 1.6282,
124
+ "step": 130
125
+ },
126
+ {
127
+ "epoch": 1.0769230769230769,
128
+ "grad_norm": 0.34602901339530945,
129
+ "learning_rate": 4.093684210526316e-05,
130
+ "loss": 1.3008,
131
+ "step": 140
132
+ },
133
+ {
134
+ "epoch": 1.1538461538461537,
135
+ "grad_norm": 0.45014750957489014,
136
+ "learning_rate": 3.9299368421052635e-05,
137
+ "loss": 1.4049,
138
+ "step": 150
139
+ },
140
+ {
141
+ "epoch": 1.2,
142
+ "eval_loss": 1.4226655960083008,
143
+ "eval_runtime": 70.033,
144
+ "eval_samples_per_second": 3.298,
145
+ "eval_steps_per_second": 0.414,
146
+ "step": 156
147
+ },
148
+ {
149
+ "epoch": 1.2307692307692308,
150
+ "grad_norm": 0.5505159497261047,
151
+ "learning_rate": 3.766189473684211e-05,
152
+ "loss": 1.5217,
153
+ "step": 160
154
+ },
155
+ {
156
+ "epoch": 1.3076923076923077,
157
+ "grad_norm": 0.4141960144042969,
158
+ "learning_rate": 3.602442105263158e-05,
159
+ "loss": 1.2895,
160
+ "step": 170
161
+ },
162
+ {
163
+ "epoch": 1.3846153846153846,
164
+ "grad_norm": 0.4828188717365265,
165
+ "learning_rate": 3.4386947368421056e-05,
166
+ "loss": 1.3107,
167
+ "step": 180
168
+ },
169
+ {
170
+ "epoch": 1.4615384615384617,
171
+ "grad_norm": 0.5664470195770264,
172
+ "learning_rate": 3.274947368421053e-05,
173
+ "loss": 1.4455,
174
+ "step": 190
175
+ },
176
+ {
177
+ "epoch": 1.5,
178
+ "eval_loss": 1.413093090057373,
179
+ "eval_runtime": 69.9748,
180
+ "eval_samples_per_second": 3.301,
181
+ "eval_steps_per_second": 0.414,
182
+ "step": 195
183
+ },
184
+ {
185
+ "epoch": 1.5384615384615383,
186
+ "grad_norm": 0.46674856543540955,
187
+ "learning_rate": 3.1112e-05,
188
+ "loss": 1.3529,
189
+ "step": 200
190
+ },
191
+ {
192
+ "epoch": 1.6153846153846154,
193
+ "grad_norm": 0.5345956683158875,
194
+ "learning_rate": 2.9474526315789477e-05,
195
+ "loss": 1.2989,
196
+ "step": 210
197
+ },
198
+ {
199
+ "epoch": 1.6923076923076923,
200
+ "grad_norm": 0.6872637271881104,
201
+ "learning_rate": 2.783705263157895e-05,
202
+ "loss": 1.4185,
203
+ "step": 220
204
+ },
205
+ {
206
+ "epoch": 1.7692307692307692,
207
+ "grad_norm": 0.49507564306259155,
208
+ "learning_rate": 2.6199578947368424e-05,
209
+ "loss": 1.4658,
210
+ "step": 230
211
+ },
212
+ {
213
+ "epoch": 1.8,
214
+ "eval_loss": 1.4004093408584595,
215
+ "eval_runtime": 69.6383,
216
+ "eval_samples_per_second": 3.317,
217
+ "eval_steps_per_second": 0.416,
218
+ "step": 234
219
+ },
220
+ {
221
+ "epoch": 1.8461538461538463,
222
+ "grad_norm": 0.5477748513221741,
223
+ "learning_rate": 2.4562105263157897e-05,
224
+ "loss": 1.2469,
225
+ "step": 240
226
+ },
227
+ {
228
+ "epoch": 1.9230769230769231,
229
+ "grad_norm": 0.6340446472167969,
230
+ "learning_rate": 2.292463157894737e-05,
231
+ "loss": 1.3764,
232
+ "step": 250
233
+ },
234
+ {
235
+ "epoch": 2.0,
236
+ "grad_norm": 1.1060491800308228,
237
+ "learning_rate": 2.1287157894736844e-05,
238
+ "loss": 1.4648,
239
+ "step": 260
240
+ },
241
+ {
242
+ "epoch": 2.076923076923077,
243
+ "grad_norm": 0.5065295100212097,
244
+ "learning_rate": 1.9649684210526318e-05,
245
+ "loss": 1.196,
246
+ "step": 270
247
+ },
248
+ {
249
+ "epoch": 2.1,
250
+ "eval_loss": 1.3942419290542603,
251
+ "eval_runtime": 70.0887,
252
+ "eval_samples_per_second": 3.296,
253
+ "eval_steps_per_second": 0.414,
254
+ "step": 273
255
+ },
256
+ {
257
+ "epoch": 2.1538461538461537,
258
+ "grad_norm": 0.6876117587089539,
259
+ "learning_rate": 1.801221052631579e-05,
260
+ "loss": 1.3281,
261
+ "step": 280
262
+ },
263
+ {
264
+ "epoch": 2.230769230769231,
265
+ "grad_norm": 0.7879146337509155,
266
+ "learning_rate": 1.6374736842105265e-05,
267
+ "loss": 1.4138,
268
+ "step": 290
269
+ },
270
+ {
271
+ "epoch": 2.3076923076923075,
272
+ "grad_norm": 0.6207026839256287,
273
+ "learning_rate": 1.4737263157894738e-05,
274
+ "loss": 1.203,
275
+ "step": 300
276
+ },
277
+ {
278
+ "epoch": 2.3846153846153846,
279
+ "grad_norm": 0.6773239374160767,
280
+ "learning_rate": 1.3099789473684212e-05,
281
+ "loss": 1.2431,
282
+ "step": 310
283
+ },
284
+ {
285
+ "epoch": 2.4,
286
+ "eval_loss": 1.3892344236373901,
287
+ "eval_runtime": 70.3067,
288
+ "eval_samples_per_second": 3.286,
289
+ "eval_steps_per_second": 0.412,
290
+ "step": 312
291
+ },
292
+ {
293
+ "epoch": 2.4615384615384617,
294
+ "grad_norm": 0.8685129880905151,
295
+ "learning_rate": 1.1462315789473685e-05,
296
+ "loss": 1.3195,
297
+ "step": 320
298
+ },
299
+ {
300
+ "epoch": 2.5384615384615383,
301
+ "grad_norm": 0.5892221927642822,
302
+ "learning_rate": 9.824842105263159e-06,
303
+ "loss": 1.3394,
304
+ "step": 330
305
+ },
306
+ {
307
+ "epoch": 2.6153846153846154,
308
+ "grad_norm": 0.7276835441589355,
309
+ "learning_rate": 8.187368421052632e-06,
310
+ "loss": 1.2584,
311
+ "step": 340
312
+ },
313
+ {
314
+ "epoch": 2.6923076923076925,
315
+ "grad_norm": 0.8118067979812622,
316
+ "learning_rate": 6.549894736842106e-06,
317
+ "loss": 1.3422,
318
+ "step": 350
319
+ },
320
+ {
321
+ "epoch": 2.7,
322
+ "eval_loss": 1.3936101198196411,
323
+ "eval_runtime": 70.3959,
324
+ "eval_samples_per_second": 3.281,
325
+ "eval_steps_per_second": 0.412,
326
+ "step": 351
327
+ },
328
+ {
329
+ "epoch": 2.769230769230769,
330
+ "grad_norm": 0.7172791957855225,
331
+ "learning_rate": 4.912421052631579e-06,
332
+ "loss": 1.3558,
333
+ "step": 360
334
+ },
335
+ {
336
+ "epoch": 2.8461538461538463,
337
+ "grad_norm": 0.7048629522323608,
338
+ "learning_rate": 3.274947368421053e-06,
339
+ "loss": 1.1974,
340
+ "step": 370
341
+ },
342
+ {
343
+ "epoch": 2.9230769230769234,
344
+ "grad_norm": 0.763253927230835,
345
+ "learning_rate": 1.6374736842105265e-06,
346
+ "loss": 1.3164,
347
+ "step": 380
348
+ },
349
+ {
350
+ "epoch": 3.0,
351
+ "grad_norm": 1.4231680631637573,
352
+ "learning_rate": 0.0,
353
+ "loss": 1.3841,
354
+ "step": 390
355
+ },
356
+ {
357
+ "epoch": 3.0,
358
+ "eval_loss": 1.3893393278121948,
359
+ "eval_runtime": 70.0743,
360
+ "eval_samples_per_second": 3.297,
361
+ "eval_steps_per_second": 0.414,
362
+ "step": 390
363
+ }
364
+ ],
365
+ "logging_steps": 10,
366
+ "max_steps": 390,
367
+ "num_input_tokens_seen": 0,
368
+ "num_train_epochs": 3,
369
+ "save_steps": 39,
370
+ "stateful_callbacks": {
371
+ "TrainerControl": {
372
+ "args": {
373
+ "should_epoch_stop": false,
374
+ "should_evaluate": false,
375
+ "should_log": false,
376
+ "should_save": true,
377
+ "should_training_stop": true
378
+ },
379
+ "attributes": {}
380
+ }
381
+ },
382
+ "total_flos": 1.9017979426870272e+17,
383
+ "train_batch_size": 16,
384
+ "trial_name": null,
385
+ "trial_params": null
386
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e5d5c3db0a1d619fc82ff18a3b1714be67e4a68cc421c9e923b04439c6ed5e6
3
+ size 5304