mariusjabami commited on
Commit
93ea578
·
verified ·
1 Parent(s): e15e69c

Upload folder using huggingface_hub

Browse files
adapter_config.json CHANGED
@@ -24,8 +24,8 @@
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
27
- "q_proj",
28
- "v_proj"
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "trainable_token_indices": null,
 
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
27
+ "v_proj",
28
+ "q_proj"
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "trainable_token_indices": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e25edca5a6d7ddef8b3e30502982709a0b20a24cbd2d50169477550e925c01ca
3
  size 3158328
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f63eb602b5590ce382fa63cf5d158d931b08445e63ed4715243d29222cd2fb37
3
  size 3158328
checkpoint-60/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: nicholasKluge/TeenyTinyLlama-460m
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
checkpoint-60/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "nicholasKluge/TeenyTinyLlama-460m",
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": 16,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.05,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 8,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "v_proj",
28
+ "q_proj"
29
+ ],
30
+ "task_type": "CAUSAL_LM",
31
+ "trainable_token_indices": null,
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-60/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64ccfa2f88496a6e78aafad46455b67efd6da8bb727d57e1ff78fa86809772f8
3
+ size 3158328
checkpoint-60/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd2cc1043be18b4c2ada5dca72fb63f96feff3ea618309739d08aec6e1df3d2f
3
+ size 6372346
checkpoint-60/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec45ecf07219cb1b1647acc6f8675cf92d5c0c810775f2e965a2be793350e6d1
3
+ size 14244
checkpoint-60/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:208b2eb124966b8ed8093a6f85eb728ac7610b3736ce48b194632b2ddbd1b8c3
3
+ size 1064
checkpoint-60/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
checkpoint-60/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-60/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ },
30
+ "3": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ }
38
+ },
39
+ "bos_token": "<s>",
40
+ "bos_token_id": 1,
41
+ "clean_up_tokenization_spaces": false,
42
+ "eos_token": "</s>",
43
+ "eos_token_id": 2,
44
+ "extra_special_tokens": {},
45
+ "legacy": false,
46
+ "model_max_length": 1000000000000000019884624838656,
47
+ "pad_token": "</s>",
48
+ "pad_token_id": 2,
49
+ "padding_side": "right",
50
+ "sp_model_kwargs": {},
51
+ "tokenizer_class": "LlamaTokenizerFast",
52
+ "unk_token": "<unk>",
53
+ "unk_token_id": 0,
54
+ "use_default_system_prompt": false
55
+ }
checkpoint-60/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.45454545454545453,
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.007575757575757576,
14
+ "grad_norm": 0.09537188708782196,
15
+ "learning_rate": 5e-05,
16
+ "loss": 2.6905,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.015151515151515152,
21
+ "grad_norm": 0.11260437220335007,
22
+ "learning_rate": 4.9242424242424245e-05,
23
+ "loss": 2.7568,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.022727272727272728,
28
+ "grad_norm": 0.10646557807922363,
29
+ "learning_rate": 4.848484848484849e-05,
30
+ "loss": 2.6741,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.030303030303030304,
35
+ "grad_norm": 0.13714808225631714,
36
+ "learning_rate": 4.772727272727273e-05,
37
+ "loss": 2.7554,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.03787878787878788,
42
+ "grad_norm": 0.10070829093456268,
43
+ "learning_rate": 4.696969696969697e-05,
44
+ "loss": 2.5577,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.045454545454545456,
49
+ "grad_norm": 0.1274138242006302,
50
+ "learning_rate": 4.621212121212121e-05,
51
+ "loss": 2.511,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.05303030303030303,
56
+ "grad_norm": 0.12040433287620544,
57
+ "learning_rate": 4.545454545454546e-05,
58
+ "loss": 2.6901,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.06060606060606061,
63
+ "grad_norm": 0.12598344683647156,
64
+ "learning_rate": 4.46969696969697e-05,
65
+ "loss": 2.7296,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.06818181818181818,
70
+ "grad_norm": 0.11921223253011703,
71
+ "learning_rate": 4.3939393939393944e-05,
72
+ "loss": 2.4968,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.07575757575757576,
77
+ "grad_norm": 0.15551121532917023,
78
+ "learning_rate": 4.318181818181819e-05,
79
+ "loss": 2.8515,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.08333333333333333,
84
+ "grad_norm": 0.14377211034297943,
85
+ "learning_rate": 4.242424242424243e-05,
86
+ "loss": 2.8905,
87
+ "step": 11
88
+ },
89
+ {
90
+ "epoch": 0.09090909090909091,
91
+ "grad_norm": 0.10209552943706512,
92
+ "learning_rate": 4.166666666666667e-05,
93
+ "loss": 2.6593,
94
+ "step": 12
95
+ },
96
+ {
97
+ "epoch": 0.09848484848484848,
98
+ "grad_norm": 0.13147519528865814,
99
+ "learning_rate": 4.0909090909090915e-05,
100
+ "loss": 2.6413,
101
+ "step": 13
102
+ },
103
+ {
104
+ "epoch": 0.10606060606060606,
105
+ "grad_norm": 0.12913918495178223,
106
+ "learning_rate": 4.015151515151515e-05,
107
+ "loss": 2.7072,
108
+ "step": 14
109
+ },
110
+ {
111
+ "epoch": 0.11363636363636363,
112
+ "grad_norm": 0.1154194250702858,
113
+ "learning_rate": 3.939393939393939e-05,
114
+ "loss": 2.7163,
115
+ "step": 15
116
+ },
117
+ {
118
+ "epoch": 0.12121212121212122,
119
+ "grad_norm": 0.12849478423595428,
120
+ "learning_rate": 3.8636363636363636e-05,
121
+ "loss": 2.7094,
122
+ "step": 16
123
+ },
124
+ {
125
+ "epoch": 0.12878787878787878,
126
+ "grad_norm": 0.13727141916751862,
127
+ "learning_rate": 3.787878787878788e-05,
128
+ "loss": 2.6256,
129
+ "step": 17
130
+ },
131
+ {
132
+ "epoch": 0.13636363636363635,
133
+ "grad_norm": 0.1416122019290924,
134
+ "learning_rate": 3.712121212121212e-05,
135
+ "loss": 2.5419,
136
+ "step": 18
137
+ },
138
+ {
139
+ "epoch": 0.14393939393939395,
140
+ "grad_norm": 0.12187984585762024,
141
+ "learning_rate": 3.6363636363636364e-05,
142
+ "loss": 2.4036,
143
+ "step": 19
144
+ },
145
+ {
146
+ "epoch": 0.15151515151515152,
147
+ "grad_norm": 0.15144124627113342,
148
+ "learning_rate": 3.560606060606061e-05,
149
+ "loss": 2.7657,
150
+ "step": 20
151
+ },
152
+ {
153
+ "epoch": 0.1590909090909091,
154
+ "grad_norm": 0.16624559462070465,
155
+ "learning_rate": 3.484848484848485e-05,
156
+ "loss": 2.7616,
157
+ "step": 21
158
+ },
159
+ {
160
+ "epoch": 0.16666666666666666,
161
+ "grad_norm": 0.13778212666511536,
162
+ "learning_rate": 3.409090909090909e-05,
163
+ "loss": 2.6763,
164
+ "step": 22
165
+ },
166
+ {
167
+ "epoch": 0.17424242424242425,
168
+ "grad_norm": 0.13686427474021912,
169
+ "learning_rate": 3.3333333333333335e-05,
170
+ "loss": 2.5902,
171
+ "step": 23
172
+ },
173
+ {
174
+ "epoch": 0.18181818181818182,
175
+ "grad_norm": 0.15202738344669342,
176
+ "learning_rate": 3.257575757575758e-05,
177
+ "loss": 2.414,
178
+ "step": 24
179
+ },
180
+ {
181
+ "epoch": 0.1893939393939394,
182
+ "grad_norm": 0.1230149045586586,
183
+ "learning_rate": 3.181818181818182e-05,
184
+ "loss": 2.3264,
185
+ "step": 25
186
+ },
187
+ {
188
+ "epoch": 0.19696969696969696,
189
+ "grad_norm": 0.15694740414619446,
190
+ "learning_rate": 3.106060606060606e-05,
191
+ "loss": 2.673,
192
+ "step": 26
193
+ },
194
+ {
195
+ "epoch": 0.20454545454545456,
196
+ "grad_norm": 0.14588165283203125,
197
+ "learning_rate": 3.0303030303030306e-05,
198
+ "loss": 2.5204,
199
+ "step": 27
200
+ },
201
+ {
202
+ "epoch": 0.21212121212121213,
203
+ "grad_norm": 0.11643742769956589,
204
+ "learning_rate": 2.954545454545455e-05,
205
+ "loss": 2.4545,
206
+ "step": 28
207
+ },
208
+ {
209
+ "epoch": 0.2196969696969697,
210
+ "grad_norm": 0.13210788369178772,
211
+ "learning_rate": 2.878787878787879e-05,
212
+ "loss": 2.3838,
213
+ "step": 29
214
+ },
215
+ {
216
+ "epoch": 0.22727272727272727,
217
+ "grad_norm": 0.14757853746414185,
218
+ "learning_rate": 2.803030303030303e-05,
219
+ "loss": 2.5976,
220
+ "step": 30
221
+ },
222
+ {
223
+ "epoch": 0.23484848484848486,
224
+ "grad_norm": 0.15585793554782867,
225
+ "learning_rate": 2.7272727272727273e-05,
226
+ "loss": 2.6754,
227
+ "step": 31
228
+ },
229
+ {
230
+ "epoch": 0.24242424242424243,
231
+ "grad_norm": 0.1773393601179123,
232
+ "learning_rate": 2.6515151515151516e-05,
233
+ "loss": 2.875,
234
+ "step": 32
235
+ },
236
+ {
237
+ "epoch": 0.25,
238
+ "grad_norm": 0.16676630079746246,
239
+ "learning_rate": 2.575757575757576e-05,
240
+ "loss": 2.6134,
241
+ "step": 33
242
+ },
243
+ {
244
+ "epoch": 0.25757575757575757,
245
+ "grad_norm": 0.18137340247631073,
246
+ "learning_rate": 2.5e-05,
247
+ "loss": 2.597,
248
+ "step": 34
249
+ },
250
+ {
251
+ "epoch": 0.26515151515151514,
252
+ "grad_norm": 0.1503434181213379,
253
+ "learning_rate": 2.4242424242424244e-05,
254
+ "loss": 2.4953,
255
+ "step": 35
256
+ },
257
+ {
258
+ "epoch": 0.2727272727272727,
259
+ "grad_norm": 0.18666601181030273,
260
+ "learning_rate": 2.3484848484848487e-05,
261
+ "loss": 2.6068,
262
+ "step": 36
263
+ },
264
+ {
265
+ "epoch": 0.2803030303030303,
266
+ "grad_norm": 0.1572176069021225,
267
+ "learning_rate": 2.272727272727273e-05,
268
+ "loss": 2.6932,
269
+ "step": 37
270
+ },
271
+ {
272
+ "epoch": 0.2878787878787879,
273
+ "grad_norm": 0.17906226217746735,
274
+ "learning_rate": 2.1969696969696972e-05,
275
+ "loss": 2.6904,
276
+ "step": 38
277
+ },
278
+ {
279
+ "epoch": 0.29545454545454547,
280
+ "grad_norm": 0.14453791081905365,
281
+ "learning_rate": 2.1212121212121215e-05,
282
+ "loss": 2.6939,
283
+ "step": 39
284
+ },
285
+ {
286
+ "epoch": 0.30303030303030304,
287
+ "grad_norm": 0.17917212843894958,
288
+ "learning_rate": 2.0454545454545457e-05,
289
+ "loss": 2.6053,
290
+ "step": 40
291
+ },
292
+ {
293
+ "epoch": 0.3106060606060606,
294
+ "grad_norm": 0.13931894302368164,
295
+ "learning_rate": 1.9696969696969697e-05,
296
+ "loss": 2.4931,
297
+ "step": 41
298
+ },
299
+ {
300
+ "epoch": 0.3181818181818182,
301
+ "grad_norm": 0.1697995960712433,
302
+ "learning_rate": 1.893939393939394e-05,
303
+ "loss": 2.7841,
304
+ "step": 42
305
+ },
306
+ {
307
+ "epoch": 0.32575757575757575,
308
+ "grad_norm": 0.18437106907367706,
309
+ "learning_rate": 1.8181818181818182e-05,
310
+ "loss": 2.8778,
311
+ "step": 43
312
+ },
313
+ {
314
+ "epoch": 0.3333333333333333,
315
+ "grad_norm": 0.17622561752796173,
316
+ "learning_rate": 1.7424242424242425e-05,
317
+ "loss": 2.4296,
318
+ "step": 44
319
+ },
320
+ {
321
+ "epoch": 0.3409090909090909,
322
+ "grad_norm": 0.1804683357477188,
323
+ "learning_rate": 1.6666666666666667e-05,
324
+ "loss": 2.6399,
325
+ "step": 45
326
+ },
327
+ {
328
+ "epoch": 0.3484848484848485,
329
+ "grad_norm": 0.18295425176620483,
330
+ "learning_rate": 1.590909090909091e-05,
331
+ "loss": 2.8005,
332
+ "step": 46
333
+ },
334
+ {
335
+ "epoch": 0.3560606060606061,
336
+ "grad_norm": 0.15364795923233032,
337
+ "learning_rate": 1.5151515151515153e-05,
338
+ "loss": 2.5525,
339
+ "step": 47
340
+ },
341
+ {
342
+ "epoch": 0.36363636363636365,
343
+ "grad_norm": 0.16968029737472534,
344
+ "learning_rate": 1.4393939393939396e-05,
345
+ "loss": 2.6071,
346
+ "step": 48
347
+ },
348
+ {
349
+ "epoch": 0.3712121212121212,
350
+ "grad_norm": 0.18445603549480438,
351
+ "learning_rate": 1.3636363636363637e-05,
352
+ "loss": 2.6512,
353
+ "step": 49
354
+ },
355
+ {
356
+ "epoch": 0.3787878787878788,
357
+ "grad_norm": 0.16352227330207825,
358
+ "learning_rate": 1.287878787878788e-05,
359
+ "loss": 2.5452,
360
+ "step": 50
361
+ },
362
+ {
363
+ "epoch": 0.38636363636363635,
364
+ "grad_norm": 0.15646548569202423,
365
+ "learning_rate": 1.2121212121212122e-05,
366
+ "loss": 2.4993,
367
+ "step": 51
368
+ },
369
+ {
370
+ "epoch": 0.3939393939393939,
371
+ "grad_norm": 0.1422729194164276,
372
+ "learning_rate": 1.1363636363636365e-05,
373
+ "loss": 2.4923,
374
+ "step": 52
375
+ },
376
+ {
377
+ "epoch": 0.4015151515151515,
378
+ "grad_norm": 0.1983378529548645,
379
+ "learning_rate": 1.0606060606060607e-05,
380
+ "loss": 2.5515,
381
+ "step": 53
382
+ },
383
+ {
384
+ "epoch": 0.4090909090909091,
385
+ "grad_norm": 0.1466148942708969,
386
+ "learning_rate": 9.848484848484848e-06,
387
+ "loss": 2.5185,
388
+ "step": 54
389
+ },
390
+ {
391
+ "epoch": 0.4166666666666667,
392
+ "grad_norm": 0.1356826275587082,
393
+ "learning_rate": 9.090909090909091e-06,
394
+ "loss": 2.4658,
395
+ "step": 55
396
+ },
397
+ {
398
+ "epoch": 0.42424242424242425,
399
+ "grad_norm": 0.15932199358940125,
400
+ "learning_rate": 8.333333333333334e-06,
401
+ "loss": 2.4564,
402
+ "step": 56
403
+ },
404
+ {
405
+ "epoch": 0.4318181818181818,
406
+ "grad_norm": 0.1498263031244278,
407
+ "learning_rate": 7.5757575757575764e-06,
408
+ "loss": 2.4288,
409
+ "step": 57
410
+ },
411
+ {
412
+ "epoch": 0.4393939393939394,
413
+ "grad_norm": 0.16778239607810974,
414
+ "learning_rate": 6.818181818181818e-06,
415
+ "loss": 2.378,
416
+ "step": 58
417
+ },
418
+ {
419
+ "epoch": 0.44696969696969696,
420
+ "grad_norm": 0.1550946831703186,
421
+ "learning_rate": 6.060606060606061e-06,
422
+ "loss": 2.5211,
423
+ "step": 59
424
+ },
425
+ {
426
+ "epoch": 0.45454545454545453,
427
+ "grad_norm": 0.15183551609516144,
428
+ "learning_rate": 5.303030303030304e-06,
429
+ "loss": 2.5247,
430
+ "step": 60
431
+ }
432
+ ],
433
+ "logging_steps": 1,
434
+ "max_steps": 66,
435
+ "num_input_tokens_seen": 0,
436
+ "num_train_epochs": 1,
437
+ "save_steps": 30,
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": false
446
+ },
447
+ "attributes": {}
448
+ }
449
+ },
450
+ "total_flos": 804110362214400.0,
451
+ "train_batch_size": 10,
452
+ "trial_name": null,
453
+ "trial_params": null
454
+ }
checkpoint-60/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a40b5b885530571dfec24a6030a1bfc70767a6dc1805cf039e51d186c88f60ba
3
+ size 5304
checkpoint-66/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: nicholasKluge/TeenyTinyLlama-460m
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
checkpoint-66/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "nicholasKluge/TeenyTinyLlama-460m",
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": 16,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.05,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 8,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "v_proj",
28
+ "q_proj"
29
+ ],
30
+ "task_type": "CAUSAL_LM",
31
+ "trainable_token_indices": null,
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-66/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f63eb602b5590ce382fa63cf5d158d931b08445e63ed4715243d29222cd2fb37
3
+ size 3158328
checkpoint-66/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea60e935c1b9ba5b44f0870dab39b4ac7e3bd20eabe679e0c8826b185e5d861e
3
+ size 6372346
checkpoint-66/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a46bd25aeb912bc9b6e38f527d8f6959f93e5c426c0bda99cef58b4ea6e6a7ce
3
+ size 14244
checkpoint-66/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc0ec60d8c290dfd16f33e6e6eb692c15927f6457b46119a2e5421dc3a097e68
3
+ size 1064
checkpoint-66/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
checkpoint-66/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-66/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ },
30
+ "3": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ }
38
+ },
39
+ "bos_token": "<s>",
40
+ "bos_token_id": 1,
41
+ "clean_up_tokenization_spaces": false,
42
+ "eos_token": "</s>",
43
+ "eos_token_id": 2,
44
+ "extra_special_tokens": {},
45
+ "legacy": false,
46
+ "model_max_length": 1000000000000000019884624838656,
47
+ "pad_token": "</s>",
48
+ "pad_token_id": 2,
49
+ "padding_side": "right",
50
+ "sp_model_kwargs": {},
51
+ "tokenizer_class": "LlamaTokenizerFast",
52
+ "unk_token": "<unk>",
53
+ "unk_token_id": 0,
54
+ "use_default_system_prompt": false
55
+ }
checkpoint-66/trainer_state.json ADDED
@@ -0,0 +1,496 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.5,
6
+ "eval_steps": 500,
7
+ "global_step": 66,
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.007575757575757576,
14
+ "grad_norm": 0.09537188708782196,
15
+ "learning_rate": 5e-05,
16
+ "loss": 2.6905,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.015151515151515152,
21
+ "grad_norm": 0.11260437220335007,
22
+ "learning_rate": 4.9242424242424245e-05,
23
+ "loss": 2.7568,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.022727272727272728,
28
+ "grad_norm": 0.10646557807922363,
29
+ "learning_rate": 4.848484848484849e-05,
30
+ "loss": 2.6741,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.030303030303030304,
35
+ "grad_norm": 0.13714808225631714,
36
+ "learning_rate": 4.772727272727273e-05,
37
+ "loss": 2.7554,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.03787878787878788,
42
+ "grad_norm": 0.10070829093456268,
43
+ "learning_rate": 4.696969696969697e-05,
44
+ "loss": 2.5577,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.045454545454545456,
49
+ "grad_norm": 0.1274138242006302,
50
+ "learning_rate": 4.621212121212121e-05,
51
+ "loss": 2.511,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.05303030303030303,
56
+ "grad_norm": 0.12040433287620544,
57
+ "learning_rate": 4.545454545454546e-05,
58
+ "loss": 2.6901,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.06060606060606061,
63
+ "grad_norm": 0.12598344683647156,
64
+ "learning_rate": 4.46969696969697e-05,
65
+ "loss": 2.7296,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.06818181818181818,
70
+ "grad_norm": 0.11921223253011703,
71
+ "learning_rate": 4.3939393939393944e-05,
72
+ "loss": 2.4968,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.07575757575757576,
77
+ "grad_norm": 0.15551121532917023,
78
+ "learning_rate": 4.318181818181819e-05,
79
+ "loss": 2.8515,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.08333333333333333,
84
+ "grad_norm": 0.14377211034297943,
85
+ "learning_rate": 4.242424242424243e-05,
86
+ "loss": 2.8905,
87
+ "step": 11
88
+ },
89
+ {
90
+ "epoch": 0.09090909090909091,
91
+ "grad_norm": 0.10209552943706512,
92
+ "learning_rate": 4.166666666666667e-05,
93
+ "loss": 2.6593,
94
+ "step": 12
95
+ },
96
+ {
97
+ "epoch": 0.09848484848484848,
98
+ "grad_norm": 0.13147519528865814,
99
+ "learning_rate": 4.0909090909090915e-05,
100
+ "loss": 2.6413,
101
+ "step": 13
102
+ },
103
+ {
104
+ "epoch": 0.10606060606060606,
105
+ "grad_norm": 0.12913918495178223,
106
+ "learning_rate": 4.015151515151515e-05,
107
+ "loss": 2.7072,
108
+ "step": 14
109
+ },
110
+ {
111
+ "epoch": 0.11363636363636363,
112
+ "grad_norm": 0.1154194250702858,
113
+ "learning_rate": 3.939393939393939e-05,
114
+ "loss": 2.7163,
115
+ "step": 15
116
+ },
117
+ {
118
+ "epoch": 0.12121212121212122,
119
+ "grad_norm": 0.12849478423595428,
120
+ "learning_rate": 3.8636363636363636e-05,
121
+ "loss": 2.7094,
122
+ "step": 16
123
+ },
124
+ {
125
+ "epoch": 0.12878787878787878,
126
+ "grad_norm": 0.13727141916751862,
127
+ "learning_rate": 3.787878787878788e-05,
128
+ "loss": 2.6256,
129
+ "step": 17
130
+ },
131
+ {
132
+ "epoch": 0.13636363636363635,
133
+ "grad_norm": 0.1416122019290924,
134
+ "learning_rate": 3.712121212121212e-05,
135
+ "loss": 2.5419,
136
+ "step": 18
137
+ },
138
+ {
139
+ "epoch": 0.14393939393939395,
140
+ "grad_norm": 0.12187984585762024,
141
+ "learning_rate": 3.6363636363636364e-05,
142
+ "loss": 2.4036,
143
+ "step": 19
144
+ },
145
+ {
146
+ "epoch": 0.15151515151515152,
147
+ "grad_norm": 0.15144124627113342,
148
+ "learning_rate": 3.560606060606061e-05,
149
+ "loss": 2.7657,
150
+ "step": 20
151
+ },
152
+ {
153
+ "epoch": 0.1590909090909091,
154
+ "grad_norm": 0.16624559462070465,
155
+ "learning_rate": 3.484848484848485e-05,
156
+ "loss": 2.7616,
157
+ "step": 21
158
+ },
159
+ {
160
+ "epoch": 0.16666666666666666,
161
+ "grad_norm": 0.13778212666511536,
162
+ "learning_rate": 3.409090909090909e-05,
163
+ "loss": 2.6763,
164
+ "step": 22
165
+ },
166
+ {
167
+ "epoch": 0.17424242424242425,
168
+ "grad_norm": 0.13686427474021912,
169
+ "learning_rate": 3.3333333333333335e-05,
170
+ "loss": 2.5902,
171
+ "step": 23
172
+ },
173
+ {
174
+ "epoch": 0.18181818181818182,
175
+ "grad_norm": 0.15202738344669342,
176
+ "learning_rate": 3.257575757575758e-05,
177
+ "loss": 2.414,
178
+ "step": 24
179
+ },
180
+ {
181
+ "epoch": 0.1893939393939394,
182
+ "grad_norm": 0.1230149045586586,
183
+ "learning_rate": 3.181818181818182e-05,
184
+ "loss": 2.3264,
185
+ "step": 25
186
+ },
187
+ {
188
+ "epoch": 0.19696969696969696,
189
+ "grad_norm": 0.15694740414619446,
190
+ "learning_rate": 3.106060606060606e-05,
191
+ "loss": 2.673,
192
+ "step": 26
193
+ },
194
+ {
195
+ "epoch": 0.20454545454545456,
196
+ "grad_norm": 0.14588165283203125,
197
+ "learning_rate": 3.0303030303030306e-05,
198
+ "loss": 2.5204,
199
+ "step": 27
200
+ },
201
+ {
202
+ "epoch": 0.21212121212121213,
203
+ "grad_norm": 0.11643742769956589,
204
+ "learning_rate": 2.954545454545455e-05,
205
+ "loss": 2.4545,
206
+ "step": 28
207
+ },
208
+ {
209
+ "epoch": 0.2196969696969697,
210
+ "grad_norm": 0.13210788369178772,
211
+ "learning_rate": 2.878787878787879e-05,
212
+ "loss": 2.3838,
213
+ "step": 29
214
+ },
215
+ {
216
+ "epoch": 0.22727272727272727,
217
+ "grad_norm": 0.14757853746414185,
218
+ "learning_rate": 2.803030303030303e-05,
219
+ "loss": 2.5976,
220
+ "step": 30
221
+ },
222
+ {
223
+ "epoch": 0.23484848484848486,
224
+ "grad_norm": 0.15585793554782867,
225
+ "learning_rate": 2.7272727272727273e-05,
226
+ "loss": 2.6754,
227
+ "step": 31
228
+ },
229
+ {
230
+ "epoch": 0.24242424242424243,
231
+ "grad_norm": 0.1773393601179123,
232
+ "learning_rate": 2.6515151515151516e-05,
233
+ "loss": 2.875,
234
+ "step": 32
235
+ },
236
+ {
237
+ "epoch": 0.25,
238
+ "grad_norm": 0.16676630079746246,
239
+ "learning_rate": 2.575757575757576e-05,
240
+ "loss": 2.6134,
241
+ "step": 33
242
+ },
243
+ {
244
+ "epoch": 0.25757575757575757,
245
+ "grad_norm": 0.18137340247631073,
246
+ "learning_rate": 2.5e-05,
247
+ "loss": 2.597,
248
+ "step": 34
249
+ },
250
+ {
251
+ "epoch": 0.26515151515151514,
252
+ "grad_norm": 0.1503434181213379,
253
+ "learning_rate": 2.4242424242424244e-05,
254
+ "loss": 2.4953,
255
+ "step": 35
256
+ },
257
+ {
258
+ "epoch": 0.2727272727272727,
259
+ "grad_norm": 0.18666601181030273,
260
+ "learning_rate": 2.3484848484848487e-05,
261
+ "loss": 2.6068,
262
+ "step": 36
263
+ },
264
+ {
265
+ "epoch": 0.2803030303030303,
266
+ "grad_norm": 0.1572176069021225,
267
+ "learning_rate": 2.272727272727273e-05,
268
+ "loss": 2.6932,
269
+ "step": 37
270
+ },
271
+ {
272
+ "epoch": 0.2878787878787879,
273
+ "grad_norm": 0.17906226217746735,
274
+ "learning_rate": 2.1969696969696972e-05,
275
+ "loss": 2.6904,
276
+ "step": 38
277
+ },
278
+ {
279
+ "epoch": 0.29545454545454547,
280
+ "grad_norm": 0.14453791081905365,
281
+ "learning_rate": 2.1212121212121215e-05,
282
+ "loss": 2.6939,
283
+ "step": 39
284
+ },
285
+ {
286
+ "epoch": 0.30303030303030304,
287
+ "grad_norm": 0.17917212843894958,
288
+ "learning_rate": 2.0454545454545457e-05,
289
+ "loss": 2.6053,
290
+ "step": 40
291
+ },
292
+ {
293
+ "epoch": 0.3106060606060606,
294
+ "grad_norm": 0.13931894302368164,
295
+ "learning_rate": 1.9696969696969697e-05,
296
+ "loss": 2.4931,
297
+ "step": 41
298
+ },
299
+ {
300
+ "epoch": 0.3181818181818182,
301
+ "grad_norm": 0.1697995960712433,
302
+ "learning_rate": 1.893939393939394e-05,
303
+ "loss": 2.7841,
304
+ "step": 42
305
+ },
306
+ {
307
+ "epoch": 0.32575757575757575,
308
+ "grad_norm": 0.18437106907367706,
309
+ "learning_rate": 1.8181818181818182e-05,
310
+ "loss": 2.8778,
311
+ "step": 43
312
+ },
313
+ {
314
+ "epoch": 0.3333333333333333,
315
+ "grad_norm": 0.17622561752796173,
316
+ "learning_rate": 1.7424242424242425e-05,
317
+ "loss": 2.4296,
318
+ "step": 44
319
+ },
320
+ {
321
+ "epoch": 0.3409090909090909,
322
+ "grad_norm": 0.1804683357477188,
323
+ "learning_rate": 1.6666666666666667e-05,
324
+ "loss": 2.6399,
325
+ "step": 45
326
+ },
327
+ {
328
+ "epoch": 0.3484848484848485,
329
+ "grad_norm": 0.18295425176620483,
330
+ "learning_rate": 1.590909090909091e-05,
331
+ "loss": 2.8005,
332
+ "step": 46
333
+ },
334
+ {
335
+ "epoch": 0.3560606060606061,
336
+ "grad_norm": 0.15364795923233032,
337
+ "learning_rate": 1.5151515151515153e-05,
338
+ "loss": 2.5525,
339
+ "step": 47
340
+ },
341
+ {
342
+ "epoch": 0.36363636363636365,
343
+ "grad_norm": 0.16968029737472534,
344
+ "learning_rate": 1.4393939393939396e-05,
345
+ "loss": 2.6071,
346
+ "step": 48
347
+ },
348
+ {
349
+ "epoch": 0.3712121212121212,
350
+ "grad_norm": 0.18445603549480438,
351
+ "learning_rate": 1.3636363636363637e-05,
352
+ "loss": 2.6512,
353
+ "step": 49
354
+ },
355
+ {
356
+ "epoch": 0.3787878787878788,
357
+ "grad_norm": 0.16352227330207825,
358
+ "learning_rate": 1.287878787878788e-05,
359
+ "loss": 2.5452,
360
+ "step": 50
361
+ },
362
+ {
363
+ "epoch": 0.38636363636363635,
364
+ "grad_norm": 0.15646548569202423,
365
+ "learning_rate": 1.2121212121212122e-05,
366
+ "loss": 2.4993,
367
+ "step": 51
368
+ },
369
+ {
370
+ "epoch": 0.3939393939393939,
371
+ "grad_norm": 0.1422729194164276,
372
+ "learning_rate": 1.1363636363636365e-05,
373
+ "loss": 2.4923,
374
+ "step": 52
375
+ },
376
+ {
377
+ "epoch": 0.4015151515151515,
378
+ "grad_norm": 0.1983378529548645,
379
+ "learning_rate": 1.0606060606060607e-05,
380
+ "loss": 2.5515,
381
+ "step": 53
382
+ },
383
+ {
384
+ "epoch": 0.4090909090909091,
385
+ "grad_norm": 0.1466148942708969,
386
+ "learning_rate": 9.848484848484848e-06,
387
+ "loss": 2.5185,
388
+ "step": 54
389
+ },
390
+ {
391
+ "epoch": 0.4166666666666667,
392
+ "grad_norm": 0.1356826275587082,
393
+ "learning_rate": 9.090909090909091e-06,
394
+ "loss": 2.4658,
395
+ "step": 55
396
+ },
397
+ {
398
+ "epoch": 0.42424242424242425,
399
+ "grad_norm": 0.15932199358940125,
400
+ "learning_rate": 8.333333333333334e-06,
401
+ "loss": 2.4564,
402
+ "step": 56
403
+ },
404
+ {
405
+ "epoch": 0.4318181818181818,
406
+ "grad_norm": 0.1498263031244278,
407
+ "learning_rate": 7.5757575757575764e-06,
408
+ "loss": 2.4288,
409
+ "step": 57
410
+ },
411
+ {
412
+ "epoch": 0.4393939393939394,
413
+ "grad_norm": 0.16778239607810974,
414
+ "learning_rate": 6.818181818181818e-06,
415
+ "loss": 2.378,
416
+ "step": 58
417
+ },
418
+ {
419
+ "epoch": 0.44696969696969696,
420
+ "grad_norm": 0.1550946831703186,
421
+ "learning_rate": 6.060606060606061e-06,
422
+ "loss": 2.5211,
423
+ "step": 59
424
+ },
425
+ {
426
+ "epoch": 0.45454545454545453,
427
+ "grad_norm": 0.15183551609516144,
428
+ "learning_rate": 5.303030303030304e-06,
429
+ "loss": 2.5247,
430
+ "step": 60
431
+ },
432
+ {
433
+ "epoch": 0.4621212121212121,
434
+ "grad_norm": 0.17925047874450684,
435
+ "learning_rate": 4.5454545454545455e-06,
436
+ "loss": 2.5269,
437
+ "step": 61
438
+ },
439
+ {
440
+ "epoch": 0.4696969696969697,
441
+ "grad_norm": 0.16853377223014832,
442
+ "learning_rate": 3.7878787878787882e-06,
443
+ "loss": 2.3889,
444
+ "step": 62
445
+ },
446
+ {
447
+ "epoch": 0.4772727272727273,
448
+ "grad_norm": 0.19110067188739777,
449
+ "learning_rate": 3.0303030303030305e-06,
450
+ "loss": 2.5901,
451
+ "step": 63
452
+ },
453
+ {
454
+ "epoch": 0.48484848484848486,
455
+ "grad_norm": 0.16294632852077484,
456
+ "learning_rate": 2.2727272727272728e-06,
457
+ "loss": 2.6124,
458
+ "step": 64
459
+ },
460
+ {
461
+ "epoch": 0.49242424242424243,
462
+ "grad_norm": 0.1811217963695526,
463
+ "learning_rate": 1.5151515151515152e-06,
464
+ "loss": 2.5185,
465
+ "step": 65
466
+ },
467
+ {
468
+ "epoch": 0.5,
469
+ "grad_norm": 0.20019829273223877,
470
+ "learning_rate": 7.575757575757576e-07,
471
+ "loss": 2.7543,
472
+ "step": 66
473
+ }
474
+ ],
475
+ "logging_steps": 1,
476
+ "max_steps": 66,
477
+ "num_input_tokens_seen": 0,
478
+ "num_train_epochs": 1,
479
+ "save_steps": 30,
480
+ "stateful_callbacks": {
481
+ "TrainerControl": {
482
+ "args": {
483
+ "should_epoch_stop": false,
484
+ "should_evaluate": false,
485
+ "should_log": false,
486
+ "should_save": true,
487
+ "should_training_stop": true
488
+ },
489
+ "attributes": {}
490
+ }
491
+ },
492
+ "total_flos": 884521398435840.0,
493
+ "train_batch_size": 10,
494
+ "trial_name": null,
495
+ "trial_params": null
496
+ }
checkpoint-66/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a40b5b885530571dfec24a6030a1bfc70767a6dc1805cf039e51d186c88f60ba
3
+ size 5304
tokenizer.json CHANGED
@@ -1,7 +1,21 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 512
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 2,
16
+ "pad_type_id": 0,
17
+ "pad_token": "</s>"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,