NimaZahedinameghi commited on
Commit
20db8b5
1 Parent(s): 8eed53f

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +152 -0
  2. adapter_config.json +34 -0
  3. adapter_model.bin +3 -0
  4. checkpoint-12/README.md +202 -0
  5. checkpoint-12/adapter_config.json +34 -0
  6. checkpoint-12/adapter_model.safetensors +3 -0
  7. checkpoint-12/optimizer.pt +3 -0
  8. checkpoint-12/rng_state.pth +3 -0
  9. checkpoint-12/scheduler.pt +3 -0
  10. checkpoint-12/special_tokens_map.json +24 -0
  11. checkpoint-12/tokenizer.model +3 -0
  12. checkpoint-12/tokenizer_config.json +44 -0
  13. checkpoint-12/trainer_state.json +157 -0
  14. checkpoint-12/training_args.bin +3 -0
  15. checkpoint-24/README.md +202 -0
  16. checkpoint-24/adapter_config.json +34 -0
  17. checkpoint-24/adapter_model.safetensors +3 -0
  18. checkpoint-24/optimizer.pt +3 -0
  19. checkpoint-24/rng_state.pth +3 -0
  20. checkpoint-24/scheduler.pt +3 -0
  21. checkpoint-24/special_tokens_map.json +24 -0
  22. checkpoint-24/tokenizer.model +3 -0
  23. checkpoint-24/tokenizer_config.json +44 -0
  24. checkpoint-24/trainer_state.json +273 -0
  25. checkpoint-24/training_args.bin +3 -0
  26. checkpoint-36/README.md +202 -0
  27. checkpoint-36/adapter_config.json +34 -0
  28. checkpoint-36/adapter_model.safetensors +3 -0
  29. checkpoint-36/optimizer.pt +3 -0
  30. checkpoint-36/rng_state.pth +3 -0
  31. checkpoint-36/scheduler.pt +3 -0
  32. checkpoint-36/special_tokens_map.json +24 -0
  33. checkpoint-36/tokenizer.model +3 -0
  34. checkpoint-36/tokenizer_config.json +44 -0
  35. checkpoint-36/trainer_state.json +389 -0
  36. checkpoint-36/training_args.bin +3 -0
  37. checkpoint-48/README.md +202 -0
  38. checkpoint-48/adapter_config.json +34 -0
  39. checkpoint-48/adapter_model.safetensors +3 -0
  40. checkpoint-48/optimizer.pt +3 -0
  41. checkpoint-48/rng_state.pth +3 -0
  42. checkpoint-48/scheduler.pt +3 -0
  43. checkpoint-48/special_tokens_map.json +24 -0
  44. checkpoint-48/tokenizer.model +3 -0
  45. checkpoint-48/tokenizer_config.json +44 -0
  46. checkpoint-48/trainer_state.json +505 -0
  47. checkpoint-48/training_args.bin +3 -0
  48. config.json +44 -0
  49. special_tokens_map.json +24 -0
  50. tokenizer.model +3 -0
README.md ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
3
+ library_name: peft
4
+ license: apache-2.0
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: outputs/lora-out
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
16
+ <details><summary>See axolotl config</summary>
17
+
18
+ axolotl version: `0.4.1`
19
+ ```yaml
20
+ base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
21
+ model_type: LlamaForCausalLM
22
+ tokenizer_type: LlamaTokenizer
23
+
24
+ load_in_8bit: true
25
+ load_in_4bit: false
26
+ strict: false
27
+
28
+ datasets:
29
+ - path: mhenrichsen/alpaca_2k_test
30
+ type: alpaca
31
+ dataset_prepared_path:
32
+ val_set_size: 0.05
33
+ output_dir: ./outputs/lora-out
34
+
35
+ sequence_len: 4096
36
+ sample_packing: true
37
+ eval_sample_packing: false
38
+ pad_to_sequence_len: true
39
+
40
+ adapter: lora
41
+ lora_model_dir:
42
+ lora_r: 32
43
+ lora_alpha: 16
44
+ lora_dropout: 0.05
45
+ lora_target_linear: true
46
+ lora_fan_in_fan_out:
47
+
48
+ wandb_project:
49
+ wandb_entity:
50
+ wandb_watch:
51
+ wandb_name:
52
+ wandb_log_model:
53
+
54
+ gradient_accumulation_steps: 4
55
+ micro_batch_size: 2
56
+ num_epochs: 4
57
+ optimizer: adamw_bnb_8bit
58
+ lr_scheduler: cosine
59
+ learning_rate: 0.0002
60
+
61
+ train_on_inputs: false
62
+ group_by_length: false
63
+ bf16: auto
64
+ fp16:
65
+ tf32: false
66
+
67
+ gradient_checkpointing: true
68
+ early_stopping_patience:
69
+ resume_from_checkpoint:
70
+ local_rank:
71
+ logging_steps: 1
72
+ xformers_attention:
73
+ flash_attention: true
74
+
75
+ warmup_steps: 10
76
+ evals_per_epoch: 4
77
+ saves_per_epoch: 1
78
+ debug:
79
+ deepspeed:
80
+ weight_decay: 0.0
81
+ fsdp:
82
+ fsdp_config:
83
+ special_tokens:
84
+
85
+ ```
86
+
87
+ </details><br>
88
+
89
+ # outputs/lora-out
90
+
91
+ This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T) on the None dataset.
92
+ It achieves the following results on the evaluation set:
93
+ - Loss: 1.2122
94
+
95
+ ## Model description
96
+
97
+ More information needed
98
+
99
+ ## Intended uses & limitations
100
+
101
+ More information needed
102
+
103
+ ## Training and evaluation data
104
+
105
+ More information needed
106
+
107
+ ## Training procedure
108
+
109
+ ### Training hyperparameters
110
+
111
+ The following hyperparameters were used during training:
112
+ - learning_rate: 0.0002
113
+ - train_batch_size: 2
114
+ - eval_batch_size: 2
115
+ - seed: 42
116
+ - gradient_accumulation_steps: 4
117
+ - total_train_batch_size: 8
118
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
119
+ - lr_scheduler_type: cosine
120
+ - lr_scheduler_warmup_steps: 10
121
+ - num_epochs: 4
122
+
123
+ ### Training results
124
+
125
+ | Training Loss | Epoch | Step | Validation Loss |
126
+ |:-------------:|:------:|:----:|:---------------:|
127
+ | 1.4615 | 0.08 | 1 | 1.4899 |
128
+ | 1.3849 | 0.24 | 3 | 1.4852 |
129
+ | 1.3665 | 0.48 | 6 | 1.4411 |
130
+ | 1.2689 | 0.72 | 9 | 1.3381 |
131
+ | 1.2258 | 0.96 | 12 | 1.2960 |
132
+ | 1.2518 | 1.16 | 15 | 1.2797 |
133
+ | 1.2263 | 1.4 | 18 | 1.2534 |
134
+ | 1.1343 | 1.6400 | 21 | 1.2354 |
135
+ | 1.2699 | 1.88 | 24 | 1.2255 |
136
+ | 1.1493 | 2.08 | 27 | 1.2228 |
137
+ | 1.153 | 2.32 | 30 | 1.2188 |
138
+ | 1.1947 | 2.56 | 33 | 1.2183 |
139
+ | 1.1125 | 2.8 | 36 | 1.2157 |
140
+ | 1.1512 | 3.04 | 39 | 1.2123 |
141
+ | 1.1883 | 3.24 | 42 | 1.2100 |
142
+ | 1.1012 | 3.48 | 45 | 1.2119 |
143
+ | 1.1891 | 3.7200 | 48 | 1.2122 |
144
+
145
+
146
+ ### Framework versions
147
+
148
+ - PEFT 0.11.1
149
+ - Transformers 4.41.1
150
+ - Pytorch 2.1.2+cu118
151
+ - Datasets 2.19.1
152
+ - Tokenizers 0.19.1
adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 32,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "o_proj",
24
+ "v_proj",
25
+ "k_proj",
26
+ "up_proj",
27
+ "down_proj",
28
+ "gate_proj",
29
+ "q_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83fb3b79b5ba0461f172a5ba42b454e475a89f340302d0e7290c06fafb74bb5e
3
+ size 101036698
checkpoint-12/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
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.11.1
checkpoint-12/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 32,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "o_proj",
24
+ "v_proj",
25
+ "k_proj",
26
+ "up_proj",
27
+ "down_proj",
28
+ "gate_proj",
29
+ "q_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-12/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4e78dfab986ee65ea34621a7fcd0838be219cf44ea2ac5d5125cbb1dc459193
3
+ size 100966336
checkpoint-12/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:344a969815604ff51a5d4ced4dd10e3d5b4b6cadb4f6ec63d2d38fcd9ea29224
3
+ size 50916644
checkpoint-12/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1caded59d882f62e038c05e37353b49af7a26d65cdab24f3ce036c72f8a46a4
3
+ size 14244
checkpoint-12/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e535a15f440e3b1b4d1872998a3c1d64048b2d54e365eb59e3aa3a5899e46b5
3
+ size 1064
checkpoint-12/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-12/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
checkpoint-12/tokenizer_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": true,
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
+ },
31
+ "bos_token": "<s>",
32
+ "clean_up_tokenization_spaces": false,
33
+ "eos_token": "</s>",
34
+ "legacy": false,
35
+ "model_max_length": 1000000000000000019884624838656,
36
+ "pad_token": "</s>",
37
+ "padding_side": "right",
38
+ "sp_model_kwargs": {},
39
+ "spaces_between_special_tokens": false,
40
+ "tokenizer_class": "LlamaTokenizer",
41
+ "unk_token": "<unk>",
42
+ "use_default_system_prompt": false,
43
+ "use_fast": true
44
+ }
checkpoint-12/trainer_state.json ADDED
@@ -0,0 +1,157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.96,
5
+ "eval_steps": 3,
6
+ "global_step": 12,
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.08,
13
+ "grad_norm": 0.1656520962715149,
14
+ "learning_rate": 2e-05,
15
+ "loss": 1.4615,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.08,
20
+ "eval_loss": 1.4899382591247559,
21
+ "eval_runtime": 29.186,
22
+ "eval_samples_per_second": 3.426,
23
+ "eval_steps_per_second": 1.713,
24
+ "step": 1
25
+ },
26
+ {
27
+ "epoch": 0.16,
28
+ "grad_norm": 0.1882542371749878,
29
+ "learning_rate": 4e-05,
30
+ "loss": 1.4241,
31
+ "step": 2
32
+ },
33
+ {
34
+ "epoch": 0.24,
35
+ "grad_norm": 0.15945176780223846,
36
+ "learning_rate": 6e-05,
37
+ "loss": 1.3849,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 0.24,
42
+ "eval_loss": 1.485183835029602,
43
+ "eval_runtime": 29.3484,
44
+ "eval_samples_per_second": 3.407,
45
+ "eval_steps_per_second": 1.704,
46
+ "step": 3
47
+ },
48
+ {
49
+ "epoch": 0.32,
50
+ "grad_norm": 0.13675835728645325,
51
+ "learning_rate": 8e-05,
52
+ "loss": 1.2212,
53
+ "step": 4
54
+ },
55
+ {
56
+ "epoch": 0.4,
57
+ "grad_norm": 0.1532098948955536,
58
+ "learning_rate": 0.0001,
59
+ "loss": 1.3626,
60
+ "step": 5
61
+ },
62
+ {
63
+ "epoch": 0.48,
64
+ "grad_norm": 0.16159594058990479,
65
+ "learning_rate": 0.00012,
66
+ "loss": 1.3665,
67
+ "step": 6
68
+ },
69
+ {
70
+ "epoch": 0.48,
71
+ "eval_loss": 1.441084623336792,
72
+ "eval_runtime": 29.4785,
73
+ "eval_samples_per_second": 3.392,
74
+ "eval_steps_per_second": 1.696,
75
+ "step": 6
76
+ },
77
+ {
78
+ "epoch": 0.56,
79
+ "grad_norm": 0.1462002545595169,
80
+ "learning_rate": 0.00014,
81
+ "loss": 1.3003,
82
+ "step": 7
83
+ },
84
+ {
85
+ "epoch": 0.64,
86
+ "grad_norm": 0.13418763875961304,
87
+ "learning_rate": 0.00016,
88
+ "loss": 1.3331,
89
+ "step": 8
90
+ },
91
+ {
92
+ "epoch": 0.72,
93
+ "grad_norm": 0.10984567552804947,
94
+ "learning_rate": 0.00018,
95
+ "loss": 1.2689,
96
+ "step": 9
97
+ },
98
+ {
99
+ "epoch": 0.72,
100
+ "eval_loss": 1.3380621671676636,
101
+ "eval_runtime": 29.5305,
102
+ "eval_samples_per_second": 3.386,
103
+ "eval_steps_per_second": 1.693,
104
+ "step": 9
105
+ },
106
+ {
107
+ "epoch": 0.8,
108
+ "grad_norm": 0.10075916349887848,
109
+ "learning_rate": 0.0002,
110
+ "loss": 1.2942,
111
+ "step": 10
112
+ },
113
+ {
114
+ "epoch": 0.88,
115
+ "grad_norm": 0.11774784326553345,
116
+ "learning_rate": 0.000199658449300667,
117
+ "loss": 1.2936,
118
+ "step": 11
119
+ },
120
+ {
121
+ "epoch": 0.96,
122
+ "grad_norm": 0.10691336542367935,
123
+ "learning_rate": 0.00019863613034027224,
124
+ "loss": 1.2258,
125
+ "step": 12
126
+ },
127
+ {
128
+ "epoch": 0.96,
129
+ "eval_loss": 1.296021580696106,
130
+ "eval_runtime": 29.6291,
131
+ "eval_samples_per_second": 3.375,
132
+ "eval_steps_per_second": 1.688,
133
+ "step": 12
134
+ }
135
+ ],
136
+ "logging_steps": 1,
137
+ "max_steps": 48,
138
+ "num_input_tokens_seen": 0,
139
+ "num_train_epochs": 4,
140
+ "save_steps": 12,
141
+ "stateful_callbacks": {
142
+ "TrainerControl": {
143
+ "args": {
144
+ "should_epoch_stop": false,
145
+ "should_evaluate": false,
146
+ "should_log": false,
147
+ "should_save": true,
148
+ "should_training_stop": false
149
+ },
150
+ "attributes": {}
151
+ }
152
+ },
153
+ "total_flos": 2500249176244224.0,
154
+ "train_batch_size": 2,
155
+ "trial_name": null,
156
+ "trial_params": null
157
+ }
checkpoint-12/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9de536148fb50b99c1a1c0fda0b62700ebddf19e423baa229b84d9504c8284b
3
+ size 5944
checkpoint-24/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
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.11.1
checkpoint-24/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 32,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "o_proj",
24
+ "v_proj",
25
+ "k_proj",
26
+ "up_proj",
27
+ "down_proj",
28
+ "gate_proj",
29
+ "q_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-24/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67420864913bf0f42a9ef48086ce13937732242dbc9aa876b5b44b3475b92eb9
3
+ size 100966336
checkpoint-24/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87e88e5c37837daf2c65be357c477b98f9858c11ed8f5796b4210b8c555b5410
3
+ size 50916644
checkpoint-24/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ee5d7712ead1407778ee7b5133124a5e5000c60cc08598d67c309c3e44dcfca
3
+ size 14244
checkpoint-24/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fd2df94f244c74ef9128181bbcabe340233f441f19aa2de60f32d36a56a9cac
3
+ size 1064
checkpoint-24/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-24/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
checkpoint-24/tokenizer_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": true,
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
+ },
31
+ "bos_token": "<s>",
32
+ "clean_up_tokenization_spaces": false,
33
+ "eos_token": "</s>",
34
+ "legacy": false,
35
+ "model_max_length": 1000000000000000019884624838656,
36
+ "pad_token": "</s>",
37
+ "padding_side": "right",
38
+ "sp_model_kwargs": {},
39
+ "spaces_between_special_tokens": false,
40
+ "tokenizer_class": "LlamaTokenizer",
41
+ "unk_token": "<unk>",
42
+ "use_default_system_prompt": false,
43
+ "use_fast": true
44
+ }
checkpoint-24/trainer_state.json ADDED
@@ -0,0 +1,273 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.88,
5
+ "eval_steps": 3,
6
+ "global_step": 24,
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.08,
13
+ "grad_norm": 0.1656520962715149,
14
+ "learning_rate": 2e-05,
15
+ "loss": 1.4615,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.08,
20
+ "eval_loss": 1.4899382591247559,
21
+ "eval_runtime": 29.186,
22
+ "eval_samples_per_second": 3.426,
23
+ "eval_steps_per_second": 1.713,
24
+ "step": 1
25
+ },
26
+ {
27
+ "epoch": 0.16,
28
+ "grad_norm": 0.1882542371749878,
29
+ "learning_rate": 4e-05,
30
+ "loss": 1.4241,
31
+ "step": 2
32
+ },
33
+ {
34
+ "epoch": 0.24,
35
+ "grad_norm": 0.15945176780223846,
36
+ "learning_rate": 6e-05,
37
+ "loss": 1.3849,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 0.24,
42
+ "eval_loss": 1.485183835029602,
43
+ "eval_runtime": 29.3484,
44
+ "eval_samples_per_second": 3.407,
45
+ "eval_steps_per_second": 1.704,
46
+ "step": 3
47
+ },
48
+ {
49
+ "epoch": 0.32,
50
+ "grad_norm": 0.13675835728645325,
51
+ "learning_rate": 8e-05,
52
+ "loss": 1.2212,
53
+ "step": 4
54
+ },
55
+ {
56
+ "epoch": 0.4,
57
+ "grad_norm": 0.1532098948955536,
58
+ "learning_rate": 0.0001,
59
+ "loss": 1.3626,
60
+ "step": 5
61
+ },
62
+ {
63
+ "epoch": 0.48,
64
+ "grad_norm": 0.16159594058990479,
65
+ "learning_rate": 0.00012,
66
+ "loss": 1.3665,
67
+ "step": 6
68
+ },
69
+ {
70
+ "epoch": 0.48,
71
+ "eval_loss": 1.441084623336792,
72
+ "eval_runtime": 29.4785,
73
+ "eval_samples_per_second": 3.392,
74
+ "eval_steps_per_second": 1.696,
75
+ "step": 6
76
+ },
77
+ {
78
+ "epoch": 0.56,
79
+ "grad_norm": 0.1462002545595169,
80
+ "learning_rate": 0.00014,
81
+ "loss": 1.3003,
82
+ "step": 7
83
+ },
84
+ {
85
+ "epoch": 0.64,
86
+ "grad_norm": 0.13418763875961304,
87
+ "learning_rate": 0.00016,
88
+ "loss": 1.3331,
89
+ "step": 8
90
+ },
91
+ {
92
+ "epoch": 0.72,
93
+ "grad_norm": 0.10984567552804947,
94
+ "learning_rate": 0.00018,
95
+ "loss": 1.2689,
96
+ "step": 9
97
+ },
98
+ {
99
+ "epoch": 0.72,
100
+ "eval_loss": 1.3380621671676636,
101
+ "eval_runtime": 29.5305,
102
+ "eval_samples_per_second": 3.386,
103
+ "eval_steps_per_second": 1.693,
104
+ "step": 9
105
+ },
106
+ {
107
+ "epoch": 0.8,
108
+ "grad_norm": 0.10075916349887848,
109
+ "learning_rate": 0.0002,
110
+ "loss": 1.2942,
111
+ "step": 10
112
+ },
113
+ {
114
+ "epoch": 0.88,
115
+ "grad_norm": 0.11774784326553345,
116
+ "learning_rate": 0.000199658449300667,
117
+ "loss": 1.2936,
118
+ "step": 11
119
+ },
120
+ {
121
+ "epoch": 0.96,
122
+ "grad_norm": 0.10691336542367935,
123
+ "learning_rate": 0.00019863613034027224,
124
+ "loss": 1.2258,
125
+ "step": 12
126
+ },
127
+ {
128
+ "epoch": 0.96,
129
+ "eval_loss": 1.296021580696106,
130
+ "eval_runtime": 29.6291,
131
+ "eval_samples_per_second": 3.375,
132
+ "eval_steps_per_second": 1.688,
133
+ "step": 12
134
+ },
135
+ {
136
+ "epoch": 1.04,
137
+ "grad_norm": 0.10832437872886658,
138
+ "learning_rate": 0.00019694002659393305,
139
+ "loss": 1.2647,
140
+ "step": 13
141
+ },
142
+ {
143
+ "epoch": 1.08,
144
+ "grad_norm": 0.11240752041339874,
145
+ "learning_rate": 0.00019458172417006347,
146
+ "loss": 1.2595,
147
+ "step": 14
148
+ },
149
+ {
150
+ "epoch": 1.16,
151
+ "grad_norm": 0.10769112408161163,
152
+ "learning_rate": 0.00019157733266550575,
153
+ "loss": 1.2518,
154
+ "step": 15
155
+ },
156
+ {
157
+ "epoch": 1.16,
158
+ "eval_loss": 1.279650092124939,
159
+ "eval_runtime": 29.6168,
160
+ "eval_samples_per_second": 3.376,
161
+ "eval_steps_per_second": 1.688,
162
+ "step": 15
163
+ },
164
+ {
165
+ "epoch": 1.24,
166
+ "grad_norm": 0.09908384829759598,
167
+ "learning_rate": 0.0001879473751206489,
168
+ "loss": 1.1644,
169
+ "step": 16
170
+ },
171
+ {
172
+ "epoch": 1.32,
173
+ "grad_norm": 0.09107685834169388,
174
+ "learning_rate": 0.00018371664782625287,
175
+ "loss": 1.1601,
176
+ "step": 17
177
+ },
178
+ {
179
+ "epoch": 1.4,
180
+ "grad_norm": 0.09361294656991959,
181
+ "learning_rate": 0.00017891405093963938,
182
+ "loss": 1.2263,
183
+ "step": 18
184
+ },
185
+ {
186
+ "epoch": 1.4,
187
+ "eval_loss": 1.2533847093582153,
188
+ "eval_runtime": 29.5676,
189
+ "eval_samples_per_second": 3.382,
190
+ "eval_steps_per_second": 1.691,
191
+ "step": 18
192
+ },
193
+ {
194
+ "epoch": 1.48,
195
+ "grad_norm": 0.0980026125907898,
196
+ "learning_rate": 0.00017357239106731317,
197
+ "loss": 1.2272,
198
+ "step": 19
199
+ },
200
+ {
201
+ "epoch": 1.56,
202
+ "grad_norm": 0.07957063615322113,
203
+ "learning_rate": 0.00016772815716257412,
204
+ "loss": 1.1913,
205
+ "step": 20
206
+ },
207
+ {
208
+ "epoch": 1.6400000000000001,
209
+ "grad_norm": 0.07226990163326263,
210
+ "learning_rate": 0.0001614212712689668,
211
+ "loss": 1.1343,
212
+ "step": 21
213
+ },
214
+ {
215
+ "epoch": 1.6400000000000001,
216
+ "eval_loss": 1.2354038953781128,
217
+ "eval_runtime": 29.5859,
218
+ "eval_samples_per_second": 3.38,
219
+ "eval_steps_per_second": 1.69,
220
+ "step": 21
221
+ },
222
+ {
223
+ "epoch": 1.72,
224
+ "grad_norm": 0.0797078013420105,
225
+ "learning_rate": 0.00015469481581224272,
226
+ "loss": 1.202,
227
+ "step": 22
228
+ },
229
+ {
230
+ "epoch": 1.8,
231
+ "grad_norm": 0.0746772438287735,
232
+ "learning_rate": 0.00014759473930370736,
233
+ "loss": 1.2479,
234
+ "step": 23
235
+ },
236
+ {
237
+ "epoch": 1.88,
238
+ "grad_norm": 0.07190073281526566,
239
+ "learning_rate": 0.00014016954246529696,
240
+ "loss": 1.2699,
241
+ "step": 24
242
+ },
243
+ {
244
+ "epoch": 1.88,
245
+ "eval_loss": 1.2254745960235596,
246
+ "eval_runtime": 29.6412,
247
+ "eval_samples_per_second": 3.374,
248
+ "eval_steps_per_second": 1.687,
249
+ "step": 24
250
+ }
251
+ ],
252
+ "logging_steps": 1,
253
+ "max_steps": 48,
254
+ "num_input_tokens_seen": 0,
255
+ "num_train_epochs": 4,
256
+ "save_steps": 12,
257
+ "stateful_callbacks": {
258
+ "TrainerControl": {
259
+ "args": {
260
+ "should_epoch_stop": false,
261
+ "should_evaluate": false,
262
+ "should_log": false,
263
+ "should_save": true,
264
+ "should_training_stop": false
265
+ },
266
+ "attributes": {}
267
+ }
268
+ },
269
+ "total_flos": 5000498352488448.0,
270
+ "train_batch_size": 2,
271
+ "trial_name": null,
272
+ "trial_params": null
273
+ }
checkpoint-24/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9de536148fb50b99c1a1c0fda0b62700ebddf19e423baa229b84d9504c8284b
3
+ size 5944
checkpoint-36/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
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.11.1
checkpoint-36/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 32,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "o_proj",
24
+ "v_proj",
25
+ "k_proj",
26
+ "up_proj",
27
+ "down_proj",
28
+ "gate_proj",
29
+ "q_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-36/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38374a06443c41c2707200afb95d60bed35df189dfabb4b3f4d5069a835b11b5
3
+ size 100966336
checkpoint-36/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76b8fa38588655c2dd93cda7a9b5efba7d4891351dcba2ced236ae0fabe383f0
3
+ size 50916644
checkpoint-36/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9406ba9d38dc24285cb7340ffc34019dd1a7aa57153373925ee7805ef0137aae
3
+ size 14244
checkpoint-36/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5918ddd95097cd0d9acd73ea2bf14c23b23f8d6e0bb73e5c46156ea038bd743
3
+ size 1064
checkpoint-36/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-36/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
checkpoint-36/tokenizer_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": true,
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
+ },
31
+ "bos_token": "<s>",
32
+ "clean_up_tokenization_spaces": false,
33
+ "eos_token": "</s>",
34
+ "legacy": false,
35
+ "model_max_length": 1000000000000000019884624838656,
36
+ "pad_token": "</s>",
37
+ "padding_side": "right",
38
+ "sp_model_kwargs": {},
39
+ "spaces_between_special_tokens": false,
40
+ "tokenizer_class": "LlamaTokenizer",
41
+ "unk_token": "<unk>",
42
+ "use_default_system_prompt": false,
43
+ "use_fast": true
44
+ }
checkpoint-36/trainer_state.json ADDED
@@ -0,0 +1,389 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.8,
5
+ "eval_steps": 3,
6
+ "global_step": 36,
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.08,
13
+ "grad_norm": 0.1656520962715149,
14
+ "learning_rate": 2e-05,
15
+ "loss": 1.4615,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.08,
20
+ "eval_loss": 1.4899382591247559,
21
+ "eval_runtime": 29.186,
22
+ "eval_samples_per_second": 3.426,
23
+ "eval_steps_per_second": 1.713,
24
+ "step": 1
25
+ },
26
+ {
27
+ "epoch": 0.16,
28
+ "grad_norm": 0.1882542371749878,
29
+ "learning_rate": 4e-05,
30
+ "loss": 1.4241,
31
+ "step": 2
32
+ },
33
+ {
34
+ "epoch": 0.24,
35
+ "grad_norm": 0.15945176780223846,
36
+ "learning_rate": 6e-05,
37
+ "loss": 1.3849,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 0.24,
42
+ "eval_loss": 1.485183835029602,
43
+ "eval_runtime": 29.3484,
44
+ "eval_samples_per_second": 3.407,
45
+ "eval_steps_per_second": 1.704,
46
+ "step": 3
47
+ },
48
+ {
49
+ "epoch": 0.32,
50
+ "grad_norm": 0.13675835728645325,
51
+ "learning_rate": 8e-05,
52
+ "loss": 1.2212,
53
+ "step": 4
54
+ },
55
+ {
56
+ "epoch": 0.4,
57
+ "grad_norm": 0.1532098948955536,
58
+ "learning_rate": 0.0001,
59
+ "loss": 1.3626,
60
+ "step": 5
61
+ },
62
+ {
63
+ "epoch": 0.48,
64
+ "grad_norm": 0.16159594058990479,
65
+ "learning_rate": 0.00012,
66
+ "loss": 1.3665,
67
+ "step": 6
68
+ },
69
+ {
70
+ "epoch": 0.48,
71
+ "eval_loss": 1.441084623336792,
72
+ "eval_runtime": 29.4785,
73
+ "eval_samples_per_second": 3.392,
74
+ "eval_steps_per_second": 1.696,
75
+ "step": 6
76
+ },
77
+ {
78
+ "epoch": 0.56,
79
+ "grad_norm": 0.1462002545595169,
80
+ "learning_rate": 0.00014,
81
+ "loss": 1.3003,
82
+ "step": 7
83
+ },
84
+ {
85
+ "epoch": 0.64,
86
+ "grad_norm": 0.13418763875961304,
87
+ "learning_rate": 0.00016,
88
+ "loss": 1.3331,
89
+ "step": 8
90
+ },
91
+ {
92
+ "epoch": 0.72,
93
+ "grad_norm": 0.10984567552804947,
94
+ "learning_rate": 0.00018,
95
+ "loss": 1.2689,
96
+ "step": 9
97
+ },
98
+ {
99
+ "epoch": 0.72,
100
+ "eval_loss": 1.3380621671676636,
101
+ "eval_runtime": 29.5305,
102
+ "eval_samples_per_second": 3.386,
103
+ "eval_steps_per_second": 1.693,
104
+ "step": 9
105
+ },
106
+ {
107
+ "epoch": 0.8,
108
+ "grad_norm": 0.10075916349887848,
109
+ "learning_rate": 0.0002,
110
+ "loss": 1.2942,
111
+ "step": 10
112
+ },
113
+ {
114
+ "epoch": 0.88,
115
+ "grad_norm": 0.11774784326553345,
116
+ "learning_rate": 0.000199658449300667,
117
+ "loss": 1.2936,
118
+ "step": 11
119
+ },
120
+ {
121
+ "epoch": 0.96,
122
+ "grad_norm": 0.10691336542367935,
123
+ "learning_rate": 0.00019863613034027224,
124
+ "loss": 1.2258,
125
+ "step": 12
126
+ },
127
+ {
128
+ "epoch": 0.96,
129
+ "eval_loss": 1.296021580696106,
130
+ "eval_runtime": 29.6291,
131
+ "eval_samples_per_second": 3.375,
132
+ "eval_steps_per_second": 1.688,
133
+ "step": 12
134
+ },
135
+ {
136
+ "epoch": 1.04,
137
+ "grad_norm": 0.10832437872886658,
138
+ "learning_rate": 0.00019694002659393305,
139
+ "loss": 1.2647,
140
+ "step": 13
141
+ },
142
+ {
143
+ "epoch": 1.08,
144
+ "grad_norm": 0.11240752041339874,
145
+ "learning_rate": 0.00019458172417006347,
146
+ "loss": 1.2595,
147
+ "step": 14
148
+ },
149
+ {
150
+ "epoch": 1.16,
151
+ "grad_norm": 0.10769112408161163,
152
+ "learning_rate": 0.00019157733266550575,
153
+ "loss": 1.2518,
154
+ "step": 15
155
+ },
156
+ {
157
+ "epoch": 1.16,
158
+ "eval_loss": 1.279650092124939,
159
+ "eval_runtime": 29.6168,
160
+ "eval_samples_per_second": 3.376,
161
+ "eval_steps_per_second": 1.688,
162
+ "step": 15
163
+ },
164
+ {
165
+ "epoch": 1.24,
166
+ "grad_norm": 0.09908384829759598,
167
+ "learning_rate": 0.0001879473751206489,
168
+ "loss": 1.1644,
169
+ "step": 16
170
+ },
171
+ {
172
+ "epoch": 1.32,
173
+ "grad_norm": 0.09107685834169388,
174
+ "learning_rate": 0.00018371664782625287,
175
+ "loss": 1.1601,
176
+ "step": 17
177
+ },
178
+ {
179
+ "epoch": 1.4,
180
+ "grad_norm": 0.09361294656991959,
181
+ "learning_rate": 0.00017891405093963938,
182
+ "loss": 1.2263,
183
+ "step": 18
184
+ },
185
+ {
186
+ "epoch": 1.4,
187
+ "eval_loss": 1.2533847093582153,
188
+ "eval_runtime": 29.5676,
189
+ "eval_samples_per_second": 3.382,
190
+ "eval_steps_per_second": 1.691,
191
+ "step": 18
192
+ },
193
+ {
194
+ "epoch": 1.48,
195
+ "grad_norm": 0.0980026125907898,
196
+ "learning_rate": 0.00017357239106731317,
197
+ "loss": 1.2272,
198
+ "step": 19
199
+ },
200
+ {
201
+ "epoch": 1.56,
202
+ "grad_norm": 0.07957063615322113,
203
+ "learning_rate": 0.00016772815716257412,
204
+ "loss": 1.1913,
205
+ "step": 20
206
+ },
207
+ {
208
+ "epoch": 1.6400000000000001,
209
+ "grad_norm": 0.07226990163326263,
210
+ "learning_rate": 0.0001614212712689668,
211
+ "loss": 1.1343,
212
+ "step": 21
213
+ },
214
+ {
215
+ "epoch": 1.6400000000000001,
216
+ "eval_loss": 1.2354038953781128,
217
+ "eval_runtime": 29.5859,
218
+ "eval_samples_per_second": 3.38,
219
+ "eval_steps_per_second": 1.69,
220
+ "step": 21
221
+ },
222
+ {
223
+ "epoch": 1.72,
224
+ "grad_norm": 0.0797078013420105,
225
+ "learning_rate": 0.00015469481581224272,
226
+ "loss": 1.202,
227
+ "step": 22
228
+ },
229
+ {
230
+ "epoch": 1.8,
231
+ "grad_norm": 0.0746772438287735,
232
+ "learning_rate": 0.00014759473930370736,
233
+ "loss": 1.2479,
234
+ "step": 23
235
+ },
236
+ {
237
+ "epoch": 1.88,
238
+ "grad_norm": 0.07190073281526566,
239
+ "learning_rate": 0.00014016954246529696,
240
+ "loss": 1.2699,
241
+ "step": 24
242
+ },
243
+ {
244
+ "epoch": 1.88,
245
+ "eval_loss": 1.2254745960235596,
246
+ "eval_runtime": 29.6412,
247
+ "eval_samples_per_second": 3.374,
248
+ "eval_steps_per_second": 1.687,
249
+ "step": 24
250
+ },
251
+ {
252
+ "epoch": 1.96,
253
+ "grad_norm": 0.06926661729812622,
254
+ "learning_rate": 0.00013246994692046836,
255
+ "loss": 1.2042,
256
+ "step": 25
257
+ },
258
+ {
259
+ "epoch": 2.04,
260
+ "grad_norm": 0.07788683474063873,
261
+ "learning_rate": 0.00012454854871407994,
262
+ "loss": 1.1925,
263
+ "step": 26
264
+ },
265
+ {
266
+ "epoch": 2.08,
267
+ "grad_norm": 0.06513918191194534,
268
+ "learning_rate": 0.00011645945902807341,
269
+ "loss": 1.1493,
270
+ "step": 27
271
+ },
272
+ {
273
+ "epoch": 2.08,
274
+ "eval_loss": 1.2227890491485596,
275
+ "eval_runtime": 29.6808,
276
+ "eval_samples_per_second": 3.369,
277
+ "eval_steps_per_second": 1.685,
278
+ "step": 27
279
+ },
280
+ {
281
+ "epoch": 2.16,
282
+ "grad_norm": 0.07514671981334686,
283
+ "learning_rate": 0.00010825793454723325,
284
+ "loss": 1.1685,
285
+ "step": 28
286
+ },
287
+ {
288
+ "epoch": 2.24,
289
+ "grad_norm": 0.06782150268554688,
290
+ "learning_rate": 0.0001,
291
+ "loss": 1.2049,
292
+ "step": 29
293
+ },
294
+ {
295
+ "epoch": 2.32,
296
+ "grad_norm": 0.06837104260921478,
297
+ "learning_rate": 9.174206545276677e-05,
298
+ "loss": 1.153,
299
+ "step": 30
300
+ },
301
+ {
302
+ "epoch": 2.32,
303
+ "eval_loss": 1.2187583446502686,
304
+ "eval_runtime": 29.5599,
305
+ "eval_samples_per_second": 3.383,
306
+ "eval_steps_per_second": 1.691,
307
+ "step": 30
308
+ },
309
+ {
310
+ "epoch": 2.4,
311
+ "grad_norm": 0.0675550326704979,
312
+ "learning_rate": 8.35405409719266e-05,
313
+ "loss": 1.1826,
314
+ "step": 31
315
+ },
316
+ {
317
+ "epoch": 2.48,
318
+ "grad_norm": 0.06812074780464172,
319
+ "learning_rate": 7.54514512859201e-05,
320
+ "loss": 1.2106,
321
+ "step": 32
322
+ },
323
+ {
324
+ "epoch": 2.56,
325
+ "grad_norm": 0.06854978948831558,
326
+ "learning_rate": 6.753005307953167e-05,
327
+ "loss": 1.1947,
328
+ "step": 33
329
+ },
330
+ {
331
+ "epoch": 2.56,
332
+ "eval_loss": 1.2183395624160767,
333
+ "eval_runtime": 29.5611,
334
+ "eval_samples_per_second": 3.383,
335
+ "eval_steps_per_second": 1.691,
336
+ "step": 33
337
+ },
338
+ {
339
+ "epoch": 2.64,
340
+ "grad_norm": 0.06954147666692734,
341
+ "learning_rate": 5.983045753470308e-05,
342
+ "loss": 1.1887,
343
+ "step": 34
344
+ },
345
+ {
346
+ "epoch": 2.7199999999999998,
347
+ "grad_norm": 0.07219364494085312,
348
+ "learning_rate": 5.240526069629265e-05,
349
+ "loss": 1.1784,
350
+ "step": 35
351
+ },
352
+ {
353
+ "epoch": 2.8,
354
+ "grad_norm": 0.07003732025623322,
355
+ "learning_rate": 4.530518418775733e-05,
356
+ "loss": 1.1125,
357
+ "step": 36
358
+ },
359
+ {
360
+ "epoch": 2.8,
361
+ "eval_loss": 1.2157045602798462,
362
+ "eval_runtime": 29.5711,
363
+ "eval_samples_per_second": 3.382,
364
+ "eval_steps_per_second": 1.691,
365
+ "step": 36
366
+ }
367
+ ],
368
+ "logging_steps": 1,
369
+ "max_steps": 48,
370
+ "num_input_tokens_seen": 0,
371
+ "num_train_epochs": 4,
372
+ "save_steps": 12,
373
+ "stateful_callbacks": {
374
+ "TrainerControl": {
375
+ "args": {
376
+ "should_epoch_stop": false,
377
+ "should_evaluate": false,
378
+ "should_log": false,
379
+ "should_save": true,
380
+ "should_training_stop": false
381
+ },
382
+ "attributes": {}
383
+ }
384
+ },
385
+ "total_flos": 7474703266480128.0,
386
+ "train_batch_size": 2,
387
+ "trial_name": null,
388
+ "trial_params": null
389
+ }
checkpoint-36/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9de536148fb50b99c1a1c0fda0b62700ebddf19e423baa229b84d9504c8284b
3
+ size 5944
checkpoint-48/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
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.11.1
checkpoint-48/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 32,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "o_proj",
24
+ "v_proj",
25
+ "k_proj",
26
+ "up_proj",
27
+ "down_proj",
28
+ "gate_proj",
29
+ "q_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-48/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:923d1515f2fb6f18bfcbb0bd39ebfe59466355ed28f31874ca9b4d1cc9dcf394
3
+ size 100966336
checkpoint-48/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dacdc37918f4b44f3347f0408792c3fd0fe2a19685176f0da66530313424968
3
+ size 50916644
checkpoint-48/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03b4504d41cd874064ffb537ca9dcd675667dec4f833bc05973da50665fb906b
3
+ size 14244
checkpoint-48/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b832e0373d616c3d50894a908dda7ef6c28f6cb2f8a92b6d36348dbf67fd1715
3
+ size 1064
checkpoint-48/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-48/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
checkpoint-48/tokenizer_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": true,
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
+ },
31
+ "bos_token": "<s>",
32
+ "clean_up_tokenization_spaces": false,
33
+ "eos_token": "</s>",
34
+ "legacy": false,
35
+ "model_max_length": 1000000000000000019884624838656,
36
+ "pad_token": "</s>",
37
+ "padding_side": "right",
38
+ "sp_model_kwargs": {},
39
+ "spaces_between_special_tokens": false,
40
+ "tokenizer_class": "LlamaTokenizer",
41
+ "unk_token": "<unk>",
42
+ "use_default_system_prompt": false,
43
+ "use_fast": true
44
+ }
checkpoint-48/trainer_state.json ADDED
@@ -0,0 +1,505 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.7199999999999998,
5
+ "eval_steps": 3,
6
+ "global_step": 48,
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.08,
13
+ "grad_norm": 0.1656520962715149,
14
+ "learning_rate": 2e-05,
15
+ "loss": 1.4615,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.08,
20
+ "eval_loss": 1.4899382591247559,
21
+ "eval_runtime": 29.186,
22
+ "eval_samples_per_second": 3.426,
23
+ "eval_steps_per_second": 1.713,
24
+ "step": 1
25
+ },
26
+ {
27
+ "epoch": 0.16,
28
+ "grad_norm": 0.1882542371749878,
29
+ "learning_rate": 4e-05,
30
+ "loss": 1.4241,
31
+ "step": 2
32
+ },
33
+ {
34
+ "epoch": 0.24,
35
+ "grad_norm": 0.15945176780223846,
36
+ "learning_rate": 6e-05,
37
+ "loss": 1.3849,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 0.24,
42
+ "eval_loss": 1.485183835029602,
43
+ "eval_runtime": 29.3484,
44
+ "eval_samples_per_second": 3.407,
45
+ "eval_steps_per_second": 1.704,
46
+ "step": 3
47
+ },
48
+ {
49
+ "epoch": 0.32,
50
+ "grad_norm": 0.13675835728645325,
51
+ "learning_rate": 8e-05,
52
+ "loss": 1.2212,
53
+ "step": 4
54
+ },
55
+ {
56
+ "epoch": 0.4,
57
+ "grad_norm": 0.1532098948955536,
58
+ "learning_rate": 0.0001,
59
+ "loss": 1.3626,
60
+ "step": 5
61
+ },
62
+ {
63
+ "epoch": 0.48,
64
+ "grad_norm": 0.16159594058990479,
65
+ "learning_rate": 0.00012,
66
+ "loss": 1.3665,
67
+ "step": 6
68
+ },
69
+ {
70
+ "epoch": 0.48,
71
+ "eval_loss": 1.441084623336792,
72
+ "eval_runtime": 29.4785,
73
+ "eval_samples_per_second": 3.392,
74
+ "eval_steps_per_second": 1.696,
75
+ "step": 6
76
+ },
77
+ {
78
+ "epoch": 0.56,
79
+ "grad_norm": 0.1462002545595169,
80
+ "learning_rate": 0.00014,
81
+ "loss": 1.3003,
82
+ "step": 7
83
+ },
84
+ {
85
+ "epoch": 0.64,
86
+ "grad_norm": 0.13418763875961304,
87
+ "learning_rate": 0.00016,
88
+ "loss": 1.3331,
89
+ "step": 8
90
+ },
91
+ {
92
+ "epoch": 0.72,
93
+ "grad_norm": 0.10984567552804947,
94
+ "learning_rate": 0.00018,
95
+ "loss": 1.2689,
96
+ "step": 9
97
+ },
98
+ {
99
+ "epoch": 0.72,
100
+ "eval_loss": 1.3380621671676636,
101
+ "eval_runtime": 29.5305,
102
+ "eval_samples_per_second": 3.386,
103
+ "eval_steps_per_second": 1.693,
104
+ "step": 9
105
+ },
106
+ {
107
+ "epoch": 0.8,
108
+ "grad_norm": 0.10075916349887848,
109
+ "learning_rate": 0.0002,
110
+ "loss": 1.2942,
111
+ "step": 10
112
+ },
113
+ {
114
+ "epoch": 0.88,
115
+ "grad_norm": 0.11774784326553345,
116
+ "learning_rate": 0.000199658449300667,
117
+ "loss": 1.2936,
118
+ "step": 11
119
+ },
120
+ {
121
+ "epoch": 0.96,
122
+ "grad_norm": 0.10691336542367935,
123
+ "learning_rate": 0.00019863613034027224,
124
+ "loss": 1.2258,
125
+ "step": 12
126
+ },
127
+ {
128
+ "epoch": 0.96,
129
+ "eval_loss": 1.296021580696106,
130
+ "eval_runtime": 29.6291,
131
+ "eval_samples_per_second": 3.375,
132
+ "eval_steps_per_second": 1.688,
133
+ "step": 12
134
+ },
135
+ {
136
+ "epoch": 1.04,
137
+ "grad_norm": 0.10832437872886658,
138
+ "learning_rate": 0.00019694002659393305,
139
+ "loss": 1.2647,
140
+ "step": 13
141
+ },
142
+ {
143
+ "epoch": 1.08,
144
+ "grad_norm": 0.11240752041339874,
145
+ "learning_rate": 0.00019458172417006347,
146
+ "loss": 1.2595,
147
+ "step": 14
148
+ },
149
+ {
150
+ "epoch": 1.16,
151
+ "grad_norm": 0.10769112408161163,
152
+ "learning_rate": 0.00019157733266550575,
153
+ "loss": 1.2518,
154
+ "step": 15
155
+ },
156
+ {
157
+ "epoch": 1.16,
158
+ "eval_loss": 1.279650092124939,
159
+ "eval_runtime": 29.6168,
160
+ "eval_samples_per_second": 3.376,
161
+ "eval_steps_per_second": 1.688,
162
+ "step": 15
163
+ },
164
+ {
165
+ "epoch": 1.24,
166
+ "grad_norm": 0.09908384829759598,
167
+ "learning_rate": 0.0001879473751206489,
168
+ "loss": 1.1644,
169
+ "step": 16
170
+ },
171
+ {
172
+ "epoch": 1.32,
173
+ "grad_norm": 0.09107685834169388,
174
+ "learning_rate": 0.00018371664782625287,
175
+ "loss": 1.1601,
176
+ "step": 17
177
+ },
178
+ {
179
+ "epoch": 1.4,
180
+ "grad_norm": 0.09361294656991959,
181
+ "learning_rate": 0.00017891405093963938,
182
+ "loss": 1.2263,
183
+ "step": 18
184
+ },
185
+ {
186
+ "epoch": 1.4,
187
+ "eval_loss": 1.2533847093582153,
188
+ "eval_runtime": 29.5676,
189
+ "eval_samples_per_second": 3.382,
190
+ "eval_steps_per_second": 1.691,
191
+ "step": 18
192
+ },
193
+ {
194
+ "epoch": 1.48,
195
+ "grad_norm": 0.0980026125907898,
196
+ "learning_rate": 0.00017357239106731317,
197
+ "loss": 1.2272,
198
+ "step": 19
199
+ },
200
+ {
201
+ "epoch": 1.56,
202
+ "grad_norm": 0.07957063615322113,
203
+ "learning_rate": 0.00016772815716257412,
204
+ "loss": 1.1913,
205
+ "step": 20
206
+ },
207
+ {
208
+ "epoch": 1.6400000000000001,
209
+ "grad_norm": 0.07226990163326263,
210
+ "learning_rate": 0.0001614212712689668,
211
+ "loss": 1.1343,
212
+ "step": 21
213
+ },
214
+ {
215
+ "epoch": 1.6400000000000001,
216
+ "eval_loss": 1.2354038953781128,
217
+ "eval_runtime": 29.5859,
218
+ "eval_samples_per_second": 3.38,
219
+ "eval_steps_per_second": 1.69,
220
+ "step": 21
221
+ },
222
+ {
223
+ "epoch": 1.72,
224
+ "grad_norm": 0.0797078013420105,
225
+ "learning_rate": 0.00015469481581224272,
226
+ "loss": 1.202,
227
+ "step": 22
228
+ },
229
+ {
230
+ "epoch": 1.8,
231
+ "grad_norm": 0.0746772438287735,
232
+ "learning_rate": 0.00014759473930370736,
233
+ "loss": 1.2479,
234
+ "step": 23
235
+ },
236
+ {
237
+ "epoch": 1.88,
238
+ "grad_norm": 0.07190073281526566,
239
+ "learning_rate": 0.00014016954246529696,
240
+ "loss": 1.2699,
241
+ "step": 24
242
+ },
243
+ {
244
+ "epoch": 1.88,
245
+ "eval_loss": 1.2254745960235596,
246
+ "eval_runtime": 29.6412,
247
+ "eval_samples_per_second": 3.374,
248
+ "eval_steps_per_second": 1.687,
249
+ "step": 24
250
+ },
251
+ {
252
+ "epoch": 1.96,
253
+ "grad_norm": 0.06926661729812622,
254
+ "learning_rate": 0.00013246994692046836,
255
+ "loss": 1.2042,
256
+ "step": 25
257
+ },
258
+ {
259
+ "epoch": 2.04,
260
+ "grad_norm": 0.07788683474063873,
261
+ "learning_rate": 0.00012454854871407994,
262
+ "loss": 1.1925,
263
+ "step": 26
264
+ },
265
+ {
266
+ "epoch": 2.08,
267
+ "grad_norm": 0.06513918191194534,
268
+ "learning_rate": 0.00011645945902807341,
269
+ "loss": 1.1493,
270
+ "step": 27
271
+ },
272
+ {
273
+ "epoch": 2.08,
274
+ "eval_loss": 1.2227890491485596,
275
+ "eval_runtime": 29.6808,
276
+ "eval_samples_per_second": 3.369,
277
+ "eval_steps_per_second": 1.685,
278
+ "step": 27
279
+ },
280
+ {
281
+ "epoch": 2.16,
282
+ "grad_norm": 0.07514671981334686,
283
+ "learning_rate": 0.00010825793454723325,
284
+ "loss": 1.1685,
285
+ "step": 28
286
+ },
287
+ {
288
+ "epoch": 2.24,
289
+ "grad_norm": 0.06782150268554688,
290
+ "learning_rate": 0.0001,
291
+ "loss": 1.2049,
292
+ "step": 29
293
+ },
294
+ {
295
+ "epoch": 2.32,
296
+ "grad_norm": 0.06837104260921478,
297
+ "learning_rate": 9.174206545276677e-05,
298
+ "loss": 1.153,
299
+ "step": 30
300
+ },
301
+ {
302
+ "epoch": 2.32,
303
+ "eval_loss": 1.2187583446502686,
304
+ "eval_runtime": 29.5599,
305
+ "eval_samples_per_second": 3.383,
306
+ "eval_steps_per_second": 1.691,
307
+ "step": 30
308
+ },
309
+ {
310
+ "epoch": 2.4,
311
+ "grad_norm": 0.0675550326704979,
312
+ "learning_rate": 8.35405409719266e-05,
313
+ "loss": 1.1826,
314
+ "step": 31
315
+ },
316
+ {
317
+ "epoch": 2.48,
318
+ "grad_norm": 0.06812074780464172,
319
+ "learning_rate": 7.54514512859201e-05,
320
+ "loss": 1.2106,
321
+ "step": 32
322
+ },
323
+ {
324
+ "epoch": 2.56,
325
+ "grad_norm": 0.06854978948831558,
326
+ "learning_rate": 6.753005307953167e-05,
327
+ "loss": 1.1947,
328
+ "step": 33
329
+ },
330
+ {
331
+ "epoch": 2.56,
332
+ "eval_loss": 1.2183395624160767,
333
+ "eval_runtime": 29.5611,
334
+ "eval_samples_per_second": 3.383,
335
+ "eval_steps_per_second": 1.691,
336
+ "step": 33
337
+ },
338
+ {
339
+ "epoch": 2.64,
340
+ "grad_norm": 0.06954147666692734,
341
+ "learning_rate": 5.983045753470308e-05,
342
+ "loss": 1.1887,
343
+ "step": 34
344
+ },
345
+ {
346
+ "epoch": 2.7199999999999998,
347
+ "grad_norm": 0.07219364494085312,
348
+ "learning_rate": 5.240526069629265e-05,
349
+ "loss": 1.1784,
350
+ "step": 35
351
+ },
352
+ {
353
+ "epoch": 2.8,
354
+ "grad_norm": 0.07003732025623322,
355
+ "learning_rate": 4.530518418775733e-05,
356
+ "loss": 1.1125,
357
+ "step": 36
358
+ },
359
+ {
360
+ "epoch": 2.8,
361
+ "eval_loss": 1.2157045602798462,
362
+ "eval_runtime": 29.5711,
363
+ "eval_samples_per_second": 3.382,
364
+ "eval_steps_per_second": 1.691,
365
+ "step": 36
366
+ },
367
+ {
368
+ "epoch": 2.88,
369
+ "grad_norm": 0.06867608428001404,
370
+ "learning_rate": 3.857872873103322e-05,
371
+ "loss": 1.1847,
372
+ "step": 37
373
+ },
374
+ {
375
+ "epoch": 2.96,
376
+ "grad_norm": 0.06787115335464478,
377
+ "learning_rate": 3.227184283742591e-05,
378
+ "loss": 1.1651,
379
+ "step": 38
380
+ },
381
+ {
382
+ "epoch": 3.04,
383
+ "grad_norm": 0.06784378737211227,
384
+ "learning_rate": 2.6427608932686843e-05,
385
+ "loss": 1.1512,
386
+ "step": 39
387
+ },
388
+ {
389
+ "epoch": 3.04,
390
+ "eval_loss": 1.2122877836227417,
391
+ "eval_runtime": 29.5849,
392
+ "eval_samples_per_second": 3.38,
393
+ "eval_steps_per_second": 1.69,
394
+ "step": 39
395
+ },
396
+ {
397
+ "epoch": 3.08,
398
+ "grad_norm": 0.064244844019413,
399
+ "learning_rate": 2.1085949060360654e-05,
400
+ "loss": 1.154,
401
+ "step": 40
402
+ },
403
+ {
404
+ "epoch": 3.16,
405
+ "grad_norm": 0.0654948428273201,
406
+ "learning_rate": 1.6283352173747145e-05,
407
+ "loss": 1.1454,
408
+ "step": 41
409
+ },
410
+ {
411
+ "epoch": 3.24,
412
+ "grad_norm": 0.06797634065151215,
413
+ "learning_rate": 1.2052624879351104e-05,
414
+ "loss": 1.1883,
415
+ "step": 42
416
+ },
417
+ {
418
+ "epoch": 3.24,
419
+ "eval_loss": 1.209986686706543,
420
+ "eval_runtime": 29.54,
421
+ "eval_samples_per_second": 3.385,
422
+ "eval_steps_per_second": 1.693,
423
+ "step": 42
424
+ },
425
+ {
426
+ "epoch": 3.32,
427
+ "grad_norm": 0.06889563798904419,
428
+ "learning_rate": 8.422667334494249e-06,
429
+ "loss": 1.174,
430
+ "step": 43
431
+ },
432
+ {
433
+ "epoch": 3.4,
434
+ "grad_norm": 0.06667731702327728,
435
+ "learning_rate": 5.418275829936537e-06,
436
+ "loss": 1.0968,
437
+ "step": 44
438
+ },
439
+ {
440
+ "epoch": 3.48,
441
+ "grad_norm": 0.0668441653251648,
442
+ "learning_rate": 3.059973406066963e-06,
443
+ "loss": 1.1012,
444
+ "step": 45
445
+ },
446
+ {
447
+ "epoch": 3.48,
448
+ "eval_loss": 1.2118505239486694,
449
+ "eval_runtime": 29.5358,
450
+ "eval_samples_per_second": 3.386,
451
+ "eval_steps_per_second": 1.693,
452
+ "step": 45
453
+ },
454
+ {
455
+ "epoch": 3.56,
456
+ "grad_norm": 0.06772288680076599,
457
+ "learning_rate": 1.3638696597277679e-06,
458
+ "loss": 1.1264,
459
+ "step": 46
460
+ },
461
+ {
462
+ "epoch": 3.64,
463
+ "grad_norm": 0.06901554763317108,
464
+ "learning_rate": 3.415506993330153e-07,
465
+ "loss": 1.1457,
466
+ "step": 47
467
+ },
468
+ {
469
+ "epoch": 3.7199999999999998,
470
+ "grad_norm": 0.06979726254940033,
471
+ "learning_rate": 0.0,
472
+ "loss": 1.1891,
473
+ "step": 48
474
+ },
475
+ {
476
+ "epoch": 3.7199999999999998,
477
+ "eval_loss": 1.2122316360473633,
478
+ "eval_runtime": 29.5331,
479
+ "eval_samples_per_second": 3.386,
480
+ "eval_steps_per_second": 1.693,
481
+ "step": 48
482
+ }
483
+ ],
484
+ "logging_steps": 1,
485
+ "max_steps": 48,
486
+ "num_input_tokens_seen": 0,
487
+ "num_train_epochs": 4,
488
+ "save_steps": 12,
489
+ "stateful_callbacks": {
490
+ "TrainerControl": {
491
+ "args": {
492
+ "should_epoch_stop": false,
493
+ "should_evaluate": false,
494
+ "should_log": false,
495
+ "should_save": true,
496
+ "should_training_stop": true
497
+ },
498
+ "attributes": {}
499
+ }
500
+ },
501
+ "total_flos": 9974952442724352.0,
502
+ "train_batch_size": 2,
503
+ "trial_name": null,
504
+ "trial_params": null
505
+ }
checkpoint-48/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9de536148fb50b99c1a1c0fda0b62700ebddf19e423baa229b84d9504c8284b
3
+ size 5944
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 1,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 2048,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 5632,
14
+ "max_position_embeddings": 4096,
15
+ "mlp_bias": false,
16
+ "model_type": "llama",
17
+ "num_attention_heads": 32,
18
+ "num_hidden_layers": 22,
19
+ "num_key_value_heads": 4,
20
+ "pretraining_tp": 1,
21
+ "quantization_config": {
22
+ "_load_in_4bit": false,
23
+ "_load_in_8bit": true,
24
+ "bnb_4bit_compute_dtype": "float32",
25
+ "bnb_4bit_quant_storage": "uint8",
26
+ "bnb_4bit_quant_type": "fp4",
27
+ "bnb_4bit_use_double_quant": false,
28
+ "llm_int8_enable_fp32_cpu_offload": false,
29
+ "llm_int8_has_fp16_weight": false,
30
+ "llm_int8_skip_modules": null,
31
+ "llm_int8_threshold": 6.0,
32
+ "load_in_4bit": false,
33
+ "load_in_8bit": true,
34
+ "quant_method": "bitsandbytes"
35
+ },
36
+ "rms_norm_eps": 1e-05,
37
+ "rope_scaling": null,
38
+ "rope_theta": 10000.0,
39
+ "tie_word_embeddings": false,
40
+ "torch_dtype": "float32",
41
+ "transformers_version": "4.41.1",
42
+ "use_cache": false,
43
+ "vocab_size": 32000
44
+ }
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
+ }
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723