MatVet commited on
Commit
785c707
·
verified ·
1 Parent(s): 5f9ebab

Initial model upload

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .ipynb_checkpoints/README-checkpoint.md +143 -0
  2. README.md +143 -0
  3. adapter_config.json +39 -0
  4. adapter_model.safetensors +3 -0
  5. added_tokens.json +5 -0
  6. checkpoint-1248/README.md +202 -0
  7. checkpoint-1248/adapter_config.json +39 -0
  8. checkpoint-1248/adapter_model.safetensors +3 -0
  9. checkpoint-1248/added_tokens.json +5 -0
  10. checkpoint-1248/merges.txt +0 -0
  11. checkpoint-1248/optimizer.pt +3 -0
  12. checkpoint-1248/rng_state_0.pth +3 -0
  13. checkpoint-1248/rng_state_1.pth +3 -0
  14. checkpoint-1248/rng_state_2.pth +3 -0
  15. checkpoint-1248/rng_state_3.pth +3 -0
  16. checkpoint-1248/rng_state_4.pth +3 -0
  17. checkpoint-1248/rng_state_5.pth +3 -0
  18. checkpoint-1248/rng_state_6.pth +3 -0
  19. checkpoint-1248/rng_state_7.pth +3 -0
  20. checkpoint-1248/scheduler.pt +3 -0
  21. checkpoint-1248/special_tokens_map.json +35 -0
  22. checkpoint-1248/tokenizer.json +0 -0
  23. checkpoint-1248/tokenizer_config.json +199 -0
  24. checkpoint-1248/trainer_state.json +902 -0
  25. checkpoint-1248/training_args.bin +3 -0
  26. checkpoint-1248/vocab.json +0 -0
  27. checkpoint-417/README.md +202 -0
  28. checkpoint-417/adapter_config.json +39 -0
  29. checkpoint-417/adapter_model.safetensors +3 -0
  30. checkpoint-417/added_tokens.json +5 -0
  31. checkpoint-417/merges.txt +0 -0
  32. checkpoint-417/optimizer.pt +3 -0
  33. checkpoint-417/rng_state_0.pth +3 -0
  34. checkpoint-417/rng_state_1.pth +3 -0
  35. checkpoint-417/rng_state_2.pth +3 -0
  36. checkpoint-417/rng_state_3.pth +3 -0
  37. checkpoint-417/rng_state_4.pth +3 -0
  38. checkpoint-417/rng_state_5.pth +3 -0
  39. checkpoint-417/rng_state_6.pth +3 -0
  40. checkpoint-417/rng_state_7.pth +3 -0
  41. checkpoint-417/scheduler.pt +3 -0
  42. checkpoint-417/special_tokens_map.json +35 -0
  43. checkpoint-417/tokenizer.json +0 -0
  44. checkpoint-417/tokenizer_config.json +199 -0
  45. checkpoint-417/trainer_state.json +321 -0
  46. checkpoint-417/training_args.bin +3 -0
  47. checkpoint-417/vocab.json +0 -0
  48. checkpoint-834/README.md +202 -0
  49. checkpoint-834/adapter_config.json +39 -0
  50. checkpoint-834/adapter_model.safetensors +3 -0
.ipynb_checkpoints/README-checkpoint.md ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: ibm-granite/granite-3.2-8b-instruct
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - fc_data_with_reflection_phi_4_filtered.jsonl
9
+ model-index:
10
+ - name: trained_models/granite-fc-judge-3.2-8b-lora-iter4
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ [<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
18
+ <details><summary>See axolotl config</summary>
19
+
20
+ axolotl version: `0.8.0.dev0`
21
+ ```yaml
22
+ base_model: ibm-granite/granite-3.2-8b-instruct
23
+ model_type: AutoModelForCausalLM
24
+ tokenizer_type: AutoTokenizer
25
+
26
+ resize_token_embeddings_to_32x: true
27
+ load_in_8bit: true
28
+ load_in_4bit: false
29
+ strict: false
30
+
31
+ datasets:
32
+ - path: /data/fc_data_with_reflection_phi_4_filtered.jsonl
33
+ type: chat_template
34
+ chat_template: tokenizer_default
35
+ field_messages: conversations
36
+ message_field_role: role
37
+ message_field_content: value
38
+ dataset_prepared_path: last_run_prepared_sft_fc_judge_iter4
39
+
40
+ val_set_size: 0
41
+ sequence_len: 16384
42
+ sample_packing: false
43
+ pad_to_sequence_len: true
44
+ eval_sample_packing: false
45
+ output_dir: /trained_models/granite-fc-judge-3.2-8b-lora-iter4
46
+
47
+ wandb_project: null
48
+ wandb_entity: null
49
+ wandb_watch: null
50
+ wandb_name: null
51
+ wandb_log_model: null
52
+
53
+ adapter: lora
54
+ lora_model_dir:
55
+ lora_r: 32
56
+ lora_alpha: 16
57
+ lora_dropout: 0.05
58
+ lora_target_linear: true
59
+ lora_fan_in_fan_out:
60
+
61
+ gradient_accumulation_steps: 8
62
+ micro_batch_size: 1
63
+ eval_batch_size: 1
64
+ num_epochs: 3
65
+ optimizer: adamw_bnb_8bit
66
+ lr_scheduler: cosine
67
+ learning_rate: 1e-05
68
+
69
+ max_grad_norm: 1.0
70
+ logging_steps: 10
71
+
72
+ train_on_inputs: false
73
+ group_by_length: false
74
+
75
+ bf16: auto
76
+ fp16:
77
+ tf32: false
78
+
79
+ gradient_checkpointing: true
80
+ gradient_checkpointing_kwargs:
81
+ use_reentrant: false
82
+ early_stopping_patience:
83
+ resume_from_checkpoint:
84
+ local_rank:
85
+ xformers_attention:
86
+ flash_attention: true
87
+ warmup_ratio: 0.05
88
+ eval_steps:
89
+ save_strategy: epoch
90
+ eval_table_size:
91
+ num_processes: 2
92
+ deepspeed:
93
+ weight_decay: 0.0
94
+ ```
95
+
96
+ </details><br>
97
+
98
+ # trained_models/granite-fc-judge-3.2-8b-lora-iter4
99
+
100
+ This model is a fine-tuned version of [ibm-granite/granite-3.2-8b-instruct](https://huggingface.co/ibm-granite/granite-3.2-8b-instruct) on the /data/fc_data_with_reflection_phi_4_filtered.jsonl dataset.
101
+
102
+ ## Model description
103
+
104
+ More information needed
105
+
106
+ ## Intended uses & limitations
107
+
108
+ More information needed
109
+
110
+ ## Training and evaluation data
111
+
112
+ More information needed
113
+
114
+ ## Training procedure
115
+
116
+ ### Training hyperparameters
117
+
118
+ The following hyperparameters were used during training:
119
+ - learning_rate: 1e-05
120
+ - train_batch_size: 1
121
+ - eval_batch_size: 1
122
+ - seed: 42
123
+ - distributed_type: multi-GPU
124
+ - num_devices: 2
125
+ - gradient_accumulation_steps: 8
126
+ - total_train_batch_size: 64
127
+ - total_eval_batch_size: 8
128
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
129
+ - lr_scheduler_type: cosine
130
+ - lr_scheduler_warmup_steps: 62
131
+ - num_epochs: 3.0
132
+
133
+ ### Training results
134
+
135
+
136
+
137
+ ### Framework versions
138
+
139
+ - PEFT 0.15.0
140
+ - Transformers 4.50.0
141
+ - Pytorch 2.6.0+cu124
142
+ - Datasets 3.4.1
143
+ - Tokenizers 0.21.1
README.md ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: ibm-granite/granite-3.2-8b-instruct
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - fc_data_with_reflection_phi_4_filtered.jsonl
9
+ model-index:
10
+ - name: trained_models/granite-fc-judge-3.2-8b-lora-iter4
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ [<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
18
+ <details><summary>See axolotl config</summary>
19
+
20
+ axolotl version: `0.8.0.dev0`
21
+ ```yaml
22
+ base_model: ibm-granite/granite-3.2-8b-instruct
23
+ model_type: AutoModelForCausalLM
24
+ tokenizer_type: AutoTokenizer
25
+
26
+ resize_token_embeddings_to_32x: true
27
+ load_in_8bit: true
28
+ load_in_4bit: false
29
+ strict: false
30
+
31
+ datasets:
32
+ - path: /data/fc_data_with_reflection_phi_4_filtered.jsonl
33
+ type: chat_template
34
+ chat_template: tokenizer_default
35
+ field_messages: conversations
36
+ message_field_role: role
37
+ message_field_content: value
38
+ dataset_prepared_path: last_run_prepared_sft_fc_judge_iter4
39
+
40
+ val_set_size: 0
41
+ sequence_len: 16384
42
+ sample_packing: false
43
+ pad_to_sequence_len: true
44
+ eval_sample_packing: false
45
+ output_dir: /trained_models/granite-fc-judge-3.2-8b-lora-iter4
46
+
47
+ wandb_project: null
48
+ wandb_entity: null
49
+ wandb_watch: null
50
+ wandb_name: null
51
+ wandb_log_model: null
52
+
53
+ adapter: lora
54
+ lora_model_dir:
55
+ lora_r: 32
56
+ lora_alpha: 16
57
+ lora_dropout: 0.05
58
+ lora_target_linear: true
59
+ lora_fan_in_fan_out:
60
+
61
+ gradient_accumulation_steps: 8
62
+ micro_batch_size: 1
63
+ eval_batch_size: 1
64
+ num_epochs: 3
65
+ optimizer: adamw_bnb_8bit
66
+ lr_scheduler: cosine
67
+ learning_rate: 1e-05
68
+
69
+ max_grad_norm: 1.0
70
+ logging_steps: 10
71
+
72
+ train_on_inputs: false
73
+ group_by_length: false
74
+
75
+ bf16: auto
76
+ fp16:
77
+ tf32: false
78
+
79
+ gradient_checkpointing: true
80
+ gradient_checkpointing_kwargs:
81
+ use_reentrant: false
82
+ early_stopping_patience:
83
+ resume_from_checkpoint:
84
+ local_rank:
85
+ xformers_attention:
86
+ flash_attention: true
87
+ warmup_ratio: 0.05
88
+ eval_steps:
89
+ save_strategy: epoch
90
+ eval_table_size:
91
+ num_processes: 2
92
+ deepspeed:
93
+ weight_decay: 0.0
94
+ ```
95
+
96
+ </details><br>
97
+
98
+ # trained_models/granite-fc-judge-3.2-8b-lora-iter4
99
+
100
+ This model is a fine-tuned version of [ibm-granite/granite-3.2-8b-instruct](https://huggingface.co/ibm-granite/granite-3.2-8b-instruct) on the /data/fc_data_with_reflection_phi_4_filtered.jsonl dataset.
101
+
102
+ ## Model description
103
+
104
+ More information needed
105
+
106
+ ## Intended uses & limitations
107
+
108
+ More information needed
109
+
110
+ ## Training and evaluation data
111
+
112
+ More information needed
113
+
114
+ ## Training procedure
115
+
116
+ ### Training hyperparameters
117
+
118
+ The following hyperparameters were used during training:
119
+ - learning_rate: 1e-05
120
+ - train_batch_size: 1
121
+ - eval_batch_size: 1
122
+ - seed: 42
123
+ - distributed_type: multi-GPU
124
+ - num_devices: 2
125
+ - gradient_accumulation_steps: 8
126
+ - total_train_batch_size: 64
127
+ - total_eval_batch_size: 8
128
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
129
+ - lr_scheduler_type: cosine
130
+ - lr_scheduler_warmup_steps: 62
131
+ - num_epochs: 3.0
132
+
133
+ ### Training results
134
+
135
+
136
+
137
+ ### Framework versions
138
+
139
+ - PEFT 0.15.0
140
+ - Transformers 4.50.0
141
+ - Pytorch 2.6.0+cu124
142
+ - Datasets 3.4.1
143
+ - Tokenizers 0.21.1
adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "ibm-granite/granite-3.2-8b-instruct",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": null,
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": 32,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "k_proj",
28
+ "down_proj",
29
+ "o_proj",
30
+ "up_proj",
31
+ "q_proj",
32
+ "v_proj",
33
+ "gate_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": false
39
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:230cf1517fc2e16545d95809839d4af067c9ddabcc3e284ddbaffe21afc4e461
3
+ size 1201743872
added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<|end_of_role|>": 49153,
3
+ "<|start_of_role|>": 49152,
4
+ "<|tool_call|>": 49154
5
+ }
checkpoint-1248/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: ibm-granite/granite-3.2-8b-instruct
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.0
checkpoint-1248/adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "ibm-granite/granite-3.2-8b-instruct",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": null,
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": 32,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "k_proj",
28
+ "down_proj",
29
+ "o_proj",
30
+ "up_proj",
31
+ "q_proj",
32
+ "v_proj",
33
+ "gate_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": false
39
+ }
checkpoint-1248/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:230cf1517fc2e16545d95809839d4af067c9ddabcc3e284ddbaffe21afc4e461
3
+ size 1201743872
checkpoint-1248/added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<|end_of_role|>": 49153,
3
+ "<|start_of_role|>": 49152,
4
+ "<|tool_call|>": 49154
5
+ }
checkpoint-1248/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1248/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9b3e4b50357c55f8e4d0d8e66a544821042db7aed45b702f4efaae08ec2dc19
3
+ size 201669716
checkpoint-1248/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddbd4a2fa3f68d229ddc01ceb9e6570f9fab38cc47999d8f7f0cbf9f56e8a2da
3
+ size 15984
checkpoint-1248/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f89111b7e895b599499f7e11ed59bd490b739066abd7bbf865dcbf92b1ba96cb
3
+ size 15984
checkpoint-1248/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a08b2d3bc2065ea86f2259da1d415653776edd48f6c260eb7f83ee568f5b1bc
3
+ size 15984
checkpoint-1248/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4cc96ed442095e30a01aab226e6efab8e28866e243cddf22d8420a22c3522ad
3
+ size 15984
checkpoint-1248/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:218008b8ffdf3a26cbf206386eda29e5292931a30fa529c4fac1ce8607750cdc
3
+ size 15984
checkpoint-1248/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ee74170cc434a159ff04692a3d9863ba7c0ede39e95d5cccd79b519187a1a07
3
+ size 15984
checkpoint-1248/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f7c91a6e97e36d980a813ccdd403414b637a4f5e14df190948515a1b8f3c904
3
+ size 15984
checkpoint-1248/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4e72574be6a1263d3879cd99627d4a508f555cc68b28e6bc079890adb6bfff0
3
+ size 15984
checkpoint-1248/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b494ed4ee55264ef0b83d240452f1a982d4e8a8cf807b78b019545ad7a39ddc
3
+ size 1064
checkpoint-1248/special_tokens_map.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|start_of_role|>",
4
+ "<|end_of_role|>",
5
+ "<|tool_call|>"
6
+ ],
7
+ "bos_token": {
8
+ "content": "<|end_of_text|>",
9
+ "lstrip": false,
10
+ "normalized": false,
11
+ "rstrip": false,
12
+ "single_word": false
13
+ },
14
+ "eos_token": {
15
+ "content": "<|end_of_text|>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false
20
+ },
21
+ "pad_token": {
22
+ "content": "<|end_of_text|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false
27
+ },
28
+ "unk_token": {
29
+ "content": "<|end_of_text|>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false
34
+ }
35
+ }
checkpoint-1248/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1248/tokenizer_config.json ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<|end_of_text|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<fim_prefix>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "<fim_middle>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "3": {
30
+ "content": "<fim_suffix>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "4": {
38
+ "content": "<fim_pad>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "5": {
46
+ "content": "<filename>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "6": {
54
+ "content": "<gh_stars>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "7": {
62
+ "content": "<issue_start>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "8": {
70
+ "content": "<issue_comment>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "9": {
78
+ "content": "<issue_closed>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "10": {
86
+ "content": "<jupyter_start>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "11": {
94
+ "content": "<jupyter_text>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "12": {
102
+ "content": "<jupyter_code>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "13": {
110
+ "content": "<jupyter_output>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "14": {
118
+ "content": "<empty_output>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": true
124
+ },
125
+ "15": {
126
+ "content": "<commit_before>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": true
132
+ },
133
+ "16": {
134
+ "content": "<commit_msg>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": true
140
+ },
141
+ "17": {
142
+ "content": "<commit_after>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": true
148
+ },
149
+ "18": {
150
+ "content": "<reponame>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": true
156
+ },
157
+ "49152": {
158
+ "content": "<|start_of_role|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": true
164
+ },
165
+ "49153": {
166
+ "content": "<|end_of_role|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": true
172
+ },
173
+ "49154": {
174
+ "content": "<|tool_call|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": true
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|start_of_role|>",
184
+ "<|end_of_role|>",
185
+ "<|tool_call|>"
186
+ ],
187
+ "bos_token": "<|end_of_text|>",
188
+ "chat_template": "{%- if messages[0]['role'] == 'system' %}\n {%- set system_message = messages[0]['content'] %}\n {%- set loop_messages = messages[1:] %}\n{%- else %}\n {%- set system_message = \"Knowledge Cutoff Date: April 2024.\nToday's Date: \" + strftime_now('%B %d, %Y') + \".\nYou are Granite, developed by IBM.\" %}\n {%- if tools and documents %}\n {%- set system_message = system_message + \" You are a helpful AI assistant with access to the following tools. When a tool is required to answer the user's query, respond with <|tool_call|> followed by a JSON list of tools used. If a tool does not exist in the provided list of tools, notify the user that you do not have the ability to fulfill the request.\n\nWrite the response to the user's input by strictly aligning with the facts in the provided documents. If the information needed to answer the question is not available in the documents, inform the user that the question cannot be answered based on the available data.\" %}\n {%- elif tools %}\n {%- set system_message = system_message + \" You are a helpful AI assistant with access to the following tools. When a tool is required to answer the user's query, respond with <|tool_call|> followed by a JSON list of tools used. If a tool does not exist in the provided list of tools, notify the user that you do not have the ability to fulfill the request.\" %}\n {%- elif documents %}\n {%- set system_message = system_message + \" Write the response to the user's input by strictly aligning with the facts in the provided documents. If the information needed to answer the question is not available in the documents, inform the user that the question cannot be answered based on the available data.\" %}\n {%- elif thinking %}\n {%- set system_message = system_message + \" You are a helpful AI assistant.\nRespond to every user query in a comprehensive and detailed way. You can write down your thoughts and reasoning process before responding. In the thought process, engage in a comprehensive cycle of analysis, summarization, exploration, reassessment, reflection, backtracing, and iteration to develop well-considered thinking process. In the response section, based on various attempts, explorations, and reflections from the thoughts section, systematically present the final solution that you deem correct. The response should summarize the thought process. Write your thoughts after 'Here is my thought process:' and write your response after 'Here is my response:' for each user query.\" %}\n {%- else %}\n {%- set system_message = system_message + \" You are a helpful AI assistant.\" %} \n {%- endif %}\n {%- if 'citations' in controls and documents %}\n {%- set system_message = system_message + '\n\nIn your response, use the symbols <co> and </co> to indicate when a fact comes from a document in the search result, e.g <co>0</co> for a fact from document 0. Afterwards, list all the citations with their corresponding documents in an ordered list.' %}\n {%- endif %}\n {%- if 'hallucinations' in controls and documents %}\n {%- set system_message = system_message + '\n\nFinally, after the response is written, include a numbered list of sentences from the response that are potentially hallucinated and not based in the documents.' %}\n {%- endif %}\n {%- set loop_messages = messages %}\n{%- endif %}\n{{- '<|start_of_role|>system<|end_of_role|>' + system_message + '<|end_of_text|>\n' }}\n{%- if tools %}\n {{- '<|start_of_role|>tools<|end_of_role|>' }}\n {{- tools | tojson(indent=4) }}\n {{- '<|end_of_text|>\n' }}\n{%- endif %}\n{%- if documents %}\n {{- '<|start_of_role|>documents<|end_of_role|>' }}\n {%- for document in documents %}\n {{- 'Document ' + loop.index0 | string + '\n' }}\n {{- document['text'] }}\n {%- if not loop.last %}\n {{- '\n\n'}}\n {%- endif%}\n {%- endfor %}\n {{- '<|end_of_text|>\n' }}\n{%- endif %}\n{%- for message in loop_messages %}\n {{- '<|start_of_role|>' + message['role'] + '<|end_of_role|>' + message['content'] + '<|end_of_text|>\n' }}\n {%- if loop.last and add_generation_prompt %}\n {{- '<|start_of_role|>assistant' }}\n {%- if controls %}\n {{- ' ' + controls | tojson()}}\n {%- endif %}\n {{- '<|end_of_role|>' }}\n {%- endif %}\n{%- endfor %}",
189
+ "clean_up_tokenization_spaces": true,
190
+ "eos_token": "<|end_of_text|>",
191
+ "errors": "replace",
192
+ "extra_special_tokens": {},
193
+ "model_max_length": 9223372036854775807,
194
+ "pad_token": "<|end_of_text|>",
195
+ "padding_side": "left",
196
+ "tokenizer_class": "GPT2Tokenizer",
197
+ "unk_token": "<|end_of_text|>",
198
+ "vocab_size": 49152
199
+ }
checkpoint-1248/trainer_state.json ADDED
@@ -0,0 +1,902 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 2.9931034482758623,
6
+ "eval_steps": 500,
7
+ "global_step": 1248,
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.0239880059970015,
14
+ "grad_norm": 1.8975660800933838,
15
+ "learning_rate": 1.6129032258064516e-06,
16
+ "loss": 1.4464,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.047976011994003,
21
+ "grad_norm": 2.8085038661956787,
22
+ "learning_rate": 3.225806451612903e-06,
23
+ "loss": 1.464,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.07196401799100449,
28
+ "grad_norm": 1.8285038471221924,
29
+ "learning_rate": 4.838709677419355e-06,
30
+ "loss": 1.4019,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.095952023988006,
35
+ "grad_norm": 1.5387701988220215,
36
+ "learning_rate": 6.451612903225806e-06,
37
+ "loss": 1.3365,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.1199400299850075,
42
+ "grad_norm": 1.3322933912277222,
43
+ "learning_rate": 8.064516129032258e-06,
44
+ "loss": 1.094,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.14392803598200898,
49
+ "grad_norm": 0.5308579802513123,
50
+ "learning_rate": 9.67741935483871e-06,
51
+ "loss": 0.7929,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.1679160419790105,
56
+ "grad_norm": 0.46134358644485474,
57
+ "learning_rate": 9.99887737658125e-06,
58
+ "loss": 0.6559,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.191904047976012,
63
+ "grad_norm": 0.38887524604797363,
64
+ "learning_rate": 9.994317582912147e-06,
65
+ "loss": 0.5473,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.2158920539730135,
70
+ "grad_norm": 0.29721295833587646,
71
+ "learning_rate": 9.986253651832005e-06,
72
+ "loss": 0.4942,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.239880059970015,
77
+ "grad_norm": 0.3018190860748291,
78
+ "learning_rate": 9.974691241195401e-06,
79
+ "loss": 0.4351,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.2638680659670165,
84
+ "grad_norm": 0.29639387130737305,
85
+ "learning_rate": 9.959638463477165e-06,
86
+ "loss": 0.3836,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.28785607196401797,
91
+ "grad_norm": 0.3421202301979065,
92
+ "learning_rate": 9.941105880080462e-06,
93
+ "loss": 0.3355,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.3118440779610195,
98
+ "grad_norm": 0.22237910330295563,
99
+ "learning_rate": 9.919106493926656e-06,
100
+ "loss": 0.3078,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.335832083958021,
105
+ "grad_norm": 0.22718237340450287,
106
+ "learning_rate": 9.89365574033214e-06,
107
+ "loss": 0.2782,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.3598200899550225,
112
+ "grad_norm": 0.5938352346420288,
113
+ "learning_rate": 9.864771476178523e-06,
114
+ "loss": 0.2468,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.383808095952024,
119
+ "grad_norm": 0.2139912247657776,
120
+ "learning_rate": 9.832473967383807e-06,
121
+ "loss": 0.285,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.4077961019490255,
126
+ "grad_norm": 0.2125973105430603,
127
+ "learning_rate": 9.796785874683314e-06,
128
+ "loss": 0.2406,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.431784107946027,
133
+ "grad_norm": 0.21158231794834137,
134
+ "learning_rate": 9.757732237730346e-06,
135
+ "loss": 0.252,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.45577211394302847,
140
+ "grad_norm": 0.19583934545516968,
141
+ "learning_rate": 9.715340457527746e-06,
142
+ "loss": 0.2279,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.47976011994003,
147
+ "grad_norm": 0.18547214567661285,
148
+ "learning_rate": 9.669640277202668e-06,
149
+ "loss": 0.2308,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.5037481259370314,
154
+ "grad_norm": 0.20988523960113525,
155
+ "learning_rate": 9.620663761138067e-06,
156
+ "loss": 0.2418,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.527736131934033,
161
+ "grad_norm": 0.2265440821647644,
162
+ "learning_rate": 9.568445272475523e-06,
163
+ "loss": 0.2396,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.5517241379310345,
168
+ "grad_norm": 0.2007005214691162,
169
+ "learning_rate": 9.513021449005214e-06,
170
+ "loss": 0.2208,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.5757121439280359,
175
+ "grad_norm": 0.18922443687915802,
176
+ "learning_rate": 9.454431177459921e-06,
177
+ "loss": 0.171,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.5997001499250375,
182
+ "grad_norm": 0.1897536963224411,
183
+ "learning_rate": 9.392715566231139e-06,
184
+ "loss": 0.2042,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.623688155922039,
189
+ "grad_norm": 0.2041100710630417,
190
+ "learning_rate": 9.327917916526404e-06,
191
+ "loss": 0.2069,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.6476761619190404,
196
+ "grad_norm": 0.315132200717926,
197
+ "learning_rate": 9.260083691988084e-06,
198
+ "loss": 0.2097,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.671664167916042,
203
+ "grad_norm": 0.22847925126552582,
204
+ "learning_rate": 9.189260486794969e-06,
205
+ "loss": 0.2134,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.6956521739130435,
210
+ "grad_norm": 0.23427240550518036,
211
+ "learning_rate": 9.115497992268995e-06,
212
+ "loss": 0.1806,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.719640179910045,
217
+ "grad_norm": 0.1638721376657486,
218
+ "learning_rate": 9.038847962010595e-06,
219
+ "loss": 0.1834,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 0.7436281859070465,
224
+ "grad_norm": 0.20548847317695618,
225
+ "learning_rate": 8.959364175587068e-06,
226
+ "loss": 0.1871,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 0.767616191904048,
231
+ "grad_norm": 0.19433768093585968,
232
+ "learning_rate": 8.877102400799515e-06,
233
+ "loss": 0.1866,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 0.7916041979010495,
238
+ "grad_norm": 0.26895204186439514,
239
+ "learning_rate": 8.792120354554749e-06,
240
+ "loss": 0.1853,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 0.815592203898051,
245
+ "grad_norm": 0.2027575522661209,
246
+ "learning_rate": 8.704477662369682e-06,
247
+ "loss": 0.2178,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 0.8395802098950524,
252
+ "grad_norm": 0.16915549337863922,
253
+ "learning_rate": 8.614235816536582e-06,
254
+ "loss": 0.197,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 0.863568215892054,
259
+ "grad_norm": 0.23128367960453033,
260
+ "learning_rate": 8.521458132978553e-06,
261
+ "loss": 0.1717,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 0.8875562218890555,
266
+ "grad_norm": 0.18097354471683502,
267
+ "learning_rate": 8.426209706825502e-06,
268
+ "loss": 0.1844,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 0.9115442278860569,
273
+ "grad_norm": 0.26868438720703125,
274
+ "learning_rate": 8.328557366741782e-06,
275
+ "loss": 0.1902,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 0.9355322338830585,
280
+ "grad_norm": 0.22038355469703674,
281
+ "learning_rate": 8.228569628037542e-06,
282
+ "loss": 0.1842,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 0.95952023988006,
287
+ "grad_norm": 0.17000789940357208,
288
+ "learning_rate": 8.126316644596675e-06,
289
+ "loss": 0.1752,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 0.9835082458770614,
294
+ "grad_norm": 0.2377052903175354,
295
+ "learning_rate": 8.021870159655109e-06,
296
+ "loss": 0.139,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 1.0071964017991004,
301
+ "grad_norm": 0.1933075487613678,
302
+ "learning_rate": 7.915303455463978e-06,
303
+ "loss": 0.1623,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 1.0311844077961019,
308
+ "grad_norm": 0.23050233721733093,
309
+ "learning_rate": 7.806691301872959e-06,
310
+ "loss": 0.1919,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 1.0551724137931036,
315
+ "grad_norm": 0.26029035449028015,
316
+ "learning_rate": 7.696109903869895e-06,
317
+ "loss": 0.1596,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 1.079160419790105,
322
+ "grad_norm": 0.2417406290769577,
323
+ "learning_rate": 7.5836368481134825e-06,
324
+ "loss": 0.1782,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 1.1031484257871065,
329
+ "grad_norm": 0.18890926241874695,
330
+ "learning_rate": 7.4693510484965285e-06,
331
+ "loss": 0.1919,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 1.127136431784108,
336
+ "grad_norm": 0.17008954286575317,
337
+ "learning_rate": 7.35333269077802e-06,
338
+ "loss": 0.1996,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 1.1511244377811094,
343
+ "grad_norm": 0.18953149020671844,
344
+ "learning_rate": 7.235663176322787e-06,
345
+ "loss": 0.1593,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 1.1751124437781109,
350
+ "grad_norm": 0.5369083285331726,
351
+ "learning_rate": 7.116425064988286e-06,
352
+ "loss": 0.182,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 1.1991004497751123,
357
+ "grad_norm": 0.20291899144649506,
358
+ "learning_rate": 6.995702017198551e-06,
359
+ "loss": 0.2105,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 1.223088455772114,
364
+ "grad_norm": 0.21272285282611847,
365
+ "learning_rate": 6.873578735245962e-06,
366
+ "loss": 0.1425,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 1.2470764617691155,
371
+ "grad_norm": 0.27819156646728516,
372
+ "learning_rate": 6.7501409038620015e-06,
373
+ "loss": 0.2088,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 1.271064467766117,
378
+ "grad_norm": 0.29279205203056335,
379
+ "learning_rate": 6.625475130098727e-06,
380
+ "loss": 0.1903,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 1.2950524737631184,
385
+ "grad_norm": 0.17519009113311768,
386
+ "learning_rate": 6.4996688825631085e-06,
387
+ "loss": 0.1508,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 1.3190404797601198,
392
+ "grad_norm": 0.24288347363471985,
393
+ "learning_rate": 6.372810430046863e-06,
394
+ "loss": 0.189,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 1.3430284857571215,
399
+ "grad_norm": 0.2694811224937439,
400
+ "learning_rate": 6.244988779594898e-06,
401
+ "loss": 0.1658,
402
+ "step": 560
403
+ },
404
+ {
405
+ "epoch": 1.367016491754123,
406
+ "grad_norm": 0.20658370852470398,
407
+ "learning_rate": 6.116293614055745e-06,
408
+ "loss": 0.1837,
409
+ "step": 570
410
+ },
411
+ {
412
+ "epoch": 1.3910044977511244,
413
+ "grad_norm": 0.24074974656105042,
414
+ "learning_rate": 5.986815229157834e-06,
415
+ "loss": 0.1776,
416
+ "step": 580
417
+ },
418
+ {
419
+ "epoch": 1.414992503748126,
420
+ "grad_norm": 0.2345031499862671,
421
+ "learning_rate": 5.856644470155781e-06,
422
+ "loss": 0.1639,
423
+ "step": 590
424
+ },
425
+ {
426
+ "epoch": 1.4389805097451274,
427
+ "grad_norm": 0.19295932352542877,
428
+ "learning_rate": 5.725872668091087e-06,
429
+ "loss": 0.1508,
430
+ "step": 600
431
+ },
432
+ {
433
+ "epoch": 1.462968515742129,
434
+ "grad_norm": 0.23182232677936554,
435
+ "learning_rate": 5.594591575712015e-06,
436
+ "loss": 0.165,
437
+ "step": 610
438
+ },
439
+ {
440
+ "epoch": 1.4869565217391305,
441
+ "grad_norm": 0.23019802570343018,
442
+ "learning_rate": 5.462893303097576e-06,
443
+ "loss": 0.1596,
444
+ "step": 620
445
+ },
446
+ {
447
+ "epoch": 1.510944527736132,
448
+ "grad_norm": 0.18430794775485992,
449
+ "learning_rate": 5.330870253030808e-06,
450
+ "loss": 0.1964,
451
+ "step": 630
452
+ },
453
+ {
454
+ "epoch": 1.5349325337331334,
455
+ "grad_norm": 0.20800678431987762,
456
+ "learning_rate": 5.198615056166685e-06,
457
+ "loss": 0.1427,
458
+ "step": 640
459
+ },
460
+ {
461
+ "epoch": 1.558920539730135,
462
+ "grad_norm": 0.27549663186073303,
463
+ "learning_rate": 5.066220506040148e-06,
464
+ "loss": 0.1578,
465
+ "step": 650
466
+ },
467
+ {
468
+ "epoch": 1.5829085457271366,
469
+ "grad_norm": 0.15710696578025818,
470
+ "learning_rate": 4.933779493959852e-06,
471
+ "loss": 0.1511,
472
+ "step": 660
473
+ },
474
+ {
475
+ "epoch": 1.6068965517241378,
476
+ "grad_norm": 0.1968843787908554,
477
+ "learning_rate": 4.8013849438333165e-06,
478
+ "loss": 0.1662,
479
+ "step": 670
480
+ },
481
+ {
482
+ "epoch": 1.6308845577211395,
483
+ "grad_norm": 0.4874860644340515,
484
+ "learning_rate": 4.669129746969195e-06,
485
+ "loss": 0.1575,
486
+ "step": 680
487
+ },
488
+ {
489
+ "epoch": 1.654872563718141,
490
+ "grad_norm": 0.19434836506843567,
491
+ "learning_rate": 4.537106696902425e-06,
492
+ "loss": 0.1447,
493
+ "step": 690
494
+ },
495
+ {
496
+ "epoch": 1.6788605697151424,
497
+ "grad_norm": 0.25003328919410706,
498
+ "learning_rate": 4.4054084242879855e-06,
499
+ "loss": 0.1618,
500
+ "step": 700
501
+ },
502
+ {
503
+ "epoch": 1.7028485757121439,
504
+ "grad_norm": 0.20012323558330536,
505
+ "learning_rate": 4.274127331908915e-06,
506
+ "loss": 0.1588,
507
+ "step": 710
508
+ },
509
+ {
510
+ "epoch": 1.7268365817091453,
511
+ "grad_norm": 0.21261338889598846,
512
+ "learning_rate": 4.143355529844221e-06,
513
+ "loss": 0.1693,
514
+ "step": 720
515
+ },
516
+ {
517
+ "epoch": 1.750824587706147,
518
+ "grad_norm": 0.20737338066101074,
519
+ "learning_rate": 4.013184770842167e-06,
520
+ "loss": 0.147,
521
+ "step": 730
522
+ },
523
+ {
524
+ "epoch": 1.7748125937031485,
525
+ "grad_norm": 0.2111305147409439,
526
+ "learning_rate": 3.8837063859442575e-06,
527
+ "loss": 0.1736,
528
+ "step": 740
529
+ },
530
+ {
531
+ "epoch": 1.79880059970015,
532
+ "grad_norm": 0.23937948048114777,
533
+ "learning_rate": 3.7550112204051016e-06,
534
+ "loss": 0.1664,
535
+ "step": 750
536
+ },
537
+ {
538
+ "epoch": 1.8227886056971514,
539
+ "grad_norm": 0.20965607464313507,
540
+ "learning_rate": 3.6271895699531377e-06,
541
+ "loss": 0.1604,
542
+ "step": 760
543
+ },
544
+ {
545
+ "epoch": 1.8467766116941529,
546
+ "grad_norm": 0.2352708876132965,
547
+ "learning_rate": 3.500331117436895e-06,
548
+ "loss": 0.1564,
549
+ "step": 770
550
+ },
551
+ {
552
+ "epoch": 1.8707646176911545,
553
+ "grad_norm": 0.2531801462173462,
554
+ "learning_rate": 3.3745248699012722e-06,
555
+ "loss": 0.1828,
556
+ "step": 780
557
+ },
558
+ {
559
+ "epoch": 1.8947526236881558,
560
+ "grad_norm": 0.1812942624092102,
561
+ "learning_rate": 3.2498590961379993e-06,
562
+ "loss": 0.191,
563
+ "step": 790
564
+ },
565
+ {
566
+ "epoch": 1.9187406296851575,
567
+ "grad_norm": 0.17658677697181702,
568
+ "learning_rate": 3.1264212647540405e-06,
569
+ "loss": 0.1846,
570
+ "step": 800
571
+ },
572
+ {
573
+ "epoch": 1.942728635682159,
574
+ "grad_norm": 0.2068939208984375,
575
+ "learning_rate": 3.0042979828014497e-06,
576
+ "loss": 0.151,
577
+ "step": 810
578
+ },
579
+ {
580
+ "epoch": 1.9667166416791604,
581
+ "grad_norm": 0.2338152974843979,
582
+ "learning_rate": 2.883574935011715e-06,
583
+ "loss": 0.176,
584
+ "step": 820
585
+ },
586
+ {
587
+ "epoch": 1.990704647676162,
588
+ "grad_norm": 0.1949891895055771,
589
+ "learning_rate": 2.764336823677216e-06,
590
+ "loss": 0.1399,
591
+ "step": 830
592
+ },
593
+ {
594
+ "epoch": 2.014392803598201,
595
+ "grad_norm": 0.21478861570358276,
596
+ "learning_rate": 2.646667309221981e-06,
597
+ "loss": 0.1524,
598
+ "step": 840
599
+ },
600
+ {
601
+ "epoch": 2.0383808095952025,
602
+ "grad_norm": 0.16207711398601532,
603
+ "learning_rate": 2.5306489515034715e-06,
604
+ "loss": 0.1391,
605
+ "step": 850
606
+ },
607
+ {
608
+ "epoch": 2.0623688155922038,
609
+ "grad_norm": 0.48575350642204285,
610
+ "learning_rate": 2.416363151886521e-06,
611
+ "loss": 0.1938,
612
+ "step": 860
613
+ },
614
+ {
615
+ "epoch": 2.0863568215892054,
616
+ "grad_norm": 0.19156618416309357,
617
+ "learning_rate": 2.3038900961301053e-06,
618
+ "loss": 0.1862,
619
+ "step": 870
620
+ },
621
+ {
622
+ "epoch": 2.110344827586207,
623
+ "grad_norm": 0.21783952414989471,
624
+ "learning_rate": 2.1933086981270425e-06,
625
+ "loss": 0.1623,
626
+ "step": 880
627
+ },
628
+ {
629
+ "epoch": 2.1343328335832084,
630
+ "grad_norm": 0.18851155042648315,
631
+ "learning_rate": 2.084696544536025e-06,
632
+ "loss": 0.1658,
633
+ "step": 890
634
+ },
635
+ {
636
+ "epoch": 2.15832083958021,
637
+ "grad_norm": 0.21954430639743805,
638
+ "learning_rate": 1.978129840344892e-06,
639
+ "loss": 0.1558,
640
+ "step": 900
641
+ },
642
+ {
643
+ "epoch": 2.1823088455772113,
644
+ "grad_norm": 0.28898295760154724,
645
+ "learning_rate": 1.8736833554033262e-06,
646
+ "loss": 0.1699,
647
+ "step": 910
648
+ },
649
+ {
650
+ "epoch": 2.206296851574213,
651
+ "grad_norm": 0.21233738958835602,
652
+ "learning_rate": 1.7714303719624599e-06,
653
+ "loss": 0.1361,
654
+ "step": 920
655
+ },
656
+ {
657
+ "epoch": 2.230284857571214,
658
+ "grad_norm": 0.15602967143058777,
659
+ "learning_rate": 1.671442633258218e-06,
660
+ "loss": 0.1413,
661
+ "step": 930
662
+ },
663
+ {
664
+ "epoch": 2.254272863568216,
665
+ "grad_norm": 0.23589958250522614,
666
+ "learning_rate": 1.573790293174499e-06,
667
+ "loss": 0.1875,
668
+ "step": 940
669
+ },
670
+ {
671
+ "epoch": 2.2782608695652176,
672
+ "grad_norm": 0.20029588043689728,
673
+ "learning_rate": 1.4785418670214497e-06,
674
+ "loss": 0.1819,
675
+ "step": 950
676
+ },
677
+ {
678
+ "epoch": 2.302248875562219,
679
+ "grad_norm": 0.22160419821739197,
680
+ "learning_rate": 1.3857641834634184e-06,
681
+ "loss": 0.1543,
682
+ "step": 960
683
+ },
684
+ {
685
+ "epoch": 2.3262368815592205,
686
+ "grad_norm": 0.20744197070598602,
687
+ "learning_rate": 1.2955223376303206e-06,
688
+ "loss": 0.1501,
689
+ "step": 970
690
+ },
691
+ {
692
+ "epoch": 2.3502248875562217,
693
+ "grad_norm": 0.22887851297855377,
694
+ "learning_rate": 1.207879645445253e-06,
695
+ "loss": 0.1195,
696
+ "step": 980
697
+ },
698
+ {
699
+ "epoch": 2.3742128935532234,
700
+ "grad_norm": 0.26986438035964966,
701
+ "learning_rate": 1.1228975992004842e-06,
702
+ "loss": 0.1614,
703
+ "step": 990
704
+ },
705
+ {
706
+ "epoch": 2.3982008995502246,
707
+ "grad_norm": 0.2238186150789261,
708
+ "learning_rate": 1.0406358244129328e-06,
709
+ "loss": 0.1594,
710
+ "step": 1000
711
+ },
712
+ {
713
+ "epoch": 2.4221889055472263,
714
+ "grad_norm": 0.2252877801656723,
715
+ "learning_rate": 9.611520379894069e-07,
716
+ "loss": 0.1789,
717
+ "step": 1010
718
+ },
719
+ {
720
+ "epoch": 2.446176911544228,
721
+ "grad_norm": 0.30320268869400024,
722
+ "learning_rate": 8.845020077310046e-07,
723
+ "loss": 0.1824,
724
+ "step": 1020
725
+ },
726
+ {
727
+ "epoch": 2.4701649175412292,
728
+ "grad_norm": 0.27305445075035095,
729
+ "learning_rate": 8.107395132050333e-07,
730
+ "loss": 0.1618,
731
+ "step": 1030
732
+ },
733
+ {
734
+ "epoch": 2.494152923538231,
735
+ "grad_norm": 0.22934997081756592,
736
+ "learning_rate": 7.399163080119171e-07,
737
+ "loss": 0.161,
738
+ "step": 1040
739
+ },
740
+ {
741
+ "epoch": 2.5181409295352326,
742
+ "grad_norm": 0.24135342240333557,
743
+ "learning_rate": 6.72082083473597e-07,
744
+ "loss": 0.1555,
745
+ "step": 1050
746
+ },
747
+ {
748
+ "epoch": 2.542128935532234,
749
+ "grad_norm": 0.19191431999206543,
750
+ "learning_rate": 6.072844337688621e-07,
751
+ "loss": 0.1719,
752
+ "step": 1060
753
+ },
754
+ {
755
+ "epoch": 2.5661169415292355,
756
+ "grad_norm": 0.24526946246623993,
757
+ "learning_rate": 5.455688225400802e-07,
758
+ "loss": 0.1614,
759
+ "step": 1070
760
+ },
761
+ {
762
+ "epoch": 2.5901049475262368,
763
+ "grad_norm": 0.3241760730743408,
764
+ "learning_rate": 4.869785509947861e-07,
765
+ "loss": 0.1372,
766
+ "step": 1080
767
+ },
768
+ {
769
+ "epoch": 2.6140929535232384,
770
+ "grad_norm": 0.19442112743854523,
771
+ "learning_rate": 4.315547275244769e-07,
772
+ "loss": 0.1481,
773
+ "step": 1090
774
+ },
775
+ {
776
+ "epoch": 2.6380809595202397,
777
+ "grad_norm": 0.2546650469303131,
778
+ "learning_rate": 3.793362388619343e-07,
779
+ "loss": 0.1496,
780
+ "step": 1100
781
+ },
782
+ {
783
+ "epoch": 2.6620689655172414,
784
+ "grad_norm": 0.19732162356376648,
785
+ "learning_rate": 3.3035972279733207e-07,
786
+ "loss": 0.1248,
787
+ "step": 1110
788
+ },
789
+ {
790
+ "epoch": 2.686056971514243,
791
+ "grad_norm": 0.2214856743812561,
792
+ "learning_rate": 2.846595424722554e-07,
793
+ "loss": 0.143,
794
+ "step": 1120
795
+ },
796
+ {
797
+ "epoch": 2.7100449775112443,
798
+ "grad_norm": 0.17672127485275269,
799
+ "learning_rate": 2.422677622696545e-07,
800
+ "loss": 0.1859,
801
+ "step": 1130
802
+ },
803
+ {
804
+ "epoch": 2.734032983508246,
805
+ "grad_norm": 0.34205758571624756,
806
+ "learning_rate": 2.032141253166864e-07,
807
+ "loss": 0.125,
808
+ "step": 1140
809
+ },
810
+ {
811
+ "epoch": 2.758020989505247,
812
+ "grad_norm": 0.21068504452705383,
813
+ "learning_rate": 1.6752603261619315e-07,
814
+ "loss": 0.1705,
815
+ "step": 1150
816
+ },
817
+ {
818
+ "epoch": 2.782008995502249,
819
+ "grad_norm": 0.35300564765930176,
820
+ "learning_rate": 1.3522852382147843e-07,
821
+ "loss": 0.1682,
822
+ "step": 1160
823
+ },
824
+ {
825
+ "epoch": 2.80599700149925,
826
+ "grad_norm": 0.29710152745246887,
827
+ "learning_rate": 1.0634425966786155e-07,
828
+ "loss": 0.1779,
829
+ "step": 1170
830
+ },
831
+ {
832
+ "epoch": 2.829985007496252,
833
+ "grad_norm": 0.18741129338741302,
834
+ "learning_rate": 8.089350607334512e-08,
835
+ "loss": 0.1489,
836
+ "step": 1180
837
+ },
838
+ {
839
+ "epoch": 2.8539730134932535,
840
+ "grad_norm": 0.256958931684494,
841
+ "learning_rate": 5.889411991953975e-08,
842
+ "loss": 0.2058,
843
+ "step": 1190
844
+ },
845
+ {
846
+ "epoch": 2.8779610194902547,
847
+ "grad_norm": 0.27706432342529297,
848
+ "learning_rate": 4.036153652283603e-08,
849
+ "loss": 0.1526,
850
+ "step": 1200
851
+ },
852
+ {
853
+ "epoch": 2.9019490254872564,
854
+ "grad_norm": 0.17245857417583466,
855
+ "learning_rate": 2.53087588045986e-08,
856
+ "loss": 0.1678,
857
+ "step": 1210
858
+ },
859
+ {
860
+ "epoch": 2.925937031484258,
861
+ "grad_norm": 0.27543944120407104,
862
+ "learning_rate": 1.3746348167995583e-08,
863
+ "loss": 0.1496,
864
+ "step": 1220
865
+ },
866
+ {
867
+ "epoch": 2.9499250374812593,
868
+ "grad_norm": 0.2242313027381897,
869
+ "learning_rate": 5.6824170878544415e-09,
870
+ "loss": 0.1471,
871
+ "step": 1230
872
+ },
873
+ {
874
+ "epoch": 2.973913043478261,
875
+ "grad_norm": 0.24034732580184937,
876
+ "learning_rate": 1.122623418749469e-09,
877
+ "loss": 0.1504,
878
+ "step": 1240
879
+ }
880
+ ],
881
+ "logging_steps": 10,
882
+ "max_steps": 1248,
883
+ "num_input_tokens_seen": 0,
884
+ "num_train_epochs": 3,
885
+ "save_steps": 500,
886
+ "stateful_callbacks": {
887
+ "TrainerControl": {
888
+ "args": {
889
+ "should_epoch_stop": false,
890
+ "should_evaluate": false,
891
+ "should_log": false,
892
+ "should_save": true,
893
+ "should_training_stop": true
894
+ },
895
+ "attributes": {}
896
+ }
897
+ },
898
+ "total_flos": 6.333880669901632e+19,
899
+ "train_batch_size": 1,
900
+ "trial_name": null,
901
+ "trial_params": null
902
+ }
checkpoint-1248/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cc1f88afc6e5f95667bc25ad8687c79ed008448f29a77b5d3cfaf47b2315a87
3
+ size 6776
checkpoint-1248/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-417/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: ibm-granite/granite-3.2-8b-instruct
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.0
checkpoint-417/adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "ibm-granite/granite-3.2-8b-instruct",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": null,
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": 32,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "k_proj",
28
+ "down_proj",
29
+ "o_proj",
30
+ "up_proj",
31
+ "q_proj",
32
+ "v_proj",
33
+ "gate_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": false
39
+ }
checkpoint-417/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4d9fa7319a31b3b9fe7dbc189fb4239baedbf00a0357f50e313c8276eb09819
3
+ size 1201743872
checkpoint-417/added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<|end_of_role|>": 49153,
3
+ "<|start_of_role|>": 49152,
4
+ "<|tool_call|>": 49154
5
+ }
checkpoint-417/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-417/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:665ab7cbda1d6af406e38e10ecd3dabdbea5182d219c0d39c4822b7e99f83c0b
3
+ size 201669716
checkpoint-417/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:561f8e9853a6df654832c753244c272a1f8fdff4ae81d169b77261c9d31ebcf6
3
+ size 15984
checkpoint-417/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac8e6d61ba0ea90e4d23d2cd86798507312c7ea58e2d9b97ef796d868f02b1d4
3
+ size 15984
checkpoint-417/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6478eeaefc94c532916aa6cd1dc6d564ddc9a09bac9d0c106262a4ede8a62d7c
3
+ size 15984
checkpoint-417/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa47c3711efed924e498318afabbeb7b2c7e02d3d6e61e5c47864b861c78dc8b
3
+ size 15984
checkpoint-417/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b54a6a202db04447b323ed942330182f641fcb09c95fb99d835769aa324bd1b2
3
+ size 15984
checkpoint-417/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33ec214785e4569130413946a0e63049dd5c9ab843206e317ed3ba7b931afc73
3
+ size 15984
checkpoint-417/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1382e63b03cd5cb2bb2e3505de7a7f42745998be9603522b8b3214a2debb67e
3
+ size 15984
checkpoint-417/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34ae5c683c5f27a56b767d171b3e914dbfed1ed6630c7bd69b59a92e614a19f4
3
+ size 15984
checkpoint-417/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a0a73dce16a54dab09871a0df18dabb4c10a26c2045c73f6c0a0b632c8dea3a
3
+ size 1064
checkpoint-417/special_tokens_map.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|start_of_role|>",
4
+ "<|end_of_role|>",
5
+ "<|tool_call|>"
6
+ ],
7
+ "bos_token": {
8
+ "content": "<|end_of_text|>",
9
+ "lstrip": false,
10
+ "normalized": false,
11
+ "rstrip": false,
12
+ "single_word": false
13
+ },
14
+ "eos_token": {
15
+ "content": "<|end_of_text|>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false
20
+ },
21
+ "pad_token": {
22
+ "content": "<|end_of_text|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false
27
+ },
28
+ "unk_token": {
29
+ "content": "<|end_of_text|>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false
34
+ }
35
+ }
checkpoint-417/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-417/tokenizer_config.json ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<|end_of_text|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<fim_prefix>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "<fim_middle>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "3": {
30
+ "content": "<fim_suffix>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "4": {
38
+ "content": "<fim_pad>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "5": {
46
+ "content": "<filename>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "6": {
54
+ "content": "<gh_stars>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "7": {
62
+ "content": "<issue_start>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "8": {
70
+ "content": "<issue_comment>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "9": {
78
+ "content": "<issue_closed>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "10": {
86
+ "content": "<jupyter_start>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "11": {
94
+ "content": "<jupyter_text>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "12": {
102
+ "content": "<jupyter_code>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "13": {
110
+ "content": "<jupyter_output>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "14": {
118
+ "content": "<empty_output>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": true
124
+ },
125
+ "15": {
126
+ "content": "<commit_before>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": true
132
+ },
133
+ "16": {
134
+ "content": "<commit_msg>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": true
140
+ },
141
+ "17": {
142
+ "content": "<commit_after>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": true
148
+ },
149
+ "18": {
150
+ "content": "<reponame>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": true
156
+ },
157
+ "49152": {
158
+ "content": "<|start_of_role|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": true
164
+ },
165
+ "49153": {
166
+ "content": "<|end_of_role|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": true
172
+ },
173
+ "49154": {
174
+ "content": "<|tool_call|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": true
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|start_of_role|>",
184
+ "<|end_of_role|>",
185
+ "<|tool_call|>"
186
+ ],
187
+ "bos_token": "<|end_of_text|>",
188
+ "chat_template": "{%- if messages[0]['role'] == 'system' %}\n {%- set system_message = messages[0]['content'] %}\n {%- set loop_messages = messages[1:] %}\n{%- else %}\n {%- set system_message = \"Knowledge Cutoff Date: April 2024.\nToday's Date: \" + strftime_now('%B %d, %Y') + \".\nYou are Granite, developed by IBM.\" %}\n {%- if tools and documents %}\n {%- set system_message = system_message + \" You are a helpful AI assistant with access to the following tools. When a tool is required to answer the user's query, respond with <|tool_call|> followed by a JSON list of tools used. If a tool does not exist in the provided list of tools, notify the user that you do not have the ability to fulfill the request.\n\nWrite the response to the user's input by strictly aligning with the facts in the provided documents. If the information needed to answer the question is not available in the documents, inform the user that the question cannot be answered based on the available data.\" %}\n {%- elif tools %}\n {%- set system_message = system_message + \" You are a helpful AI assistant with access to the following tools. When a tool is required to answer the user's query, respond with <|tool_call|> followed by a JSON list of tools used. If a tool does not exist in the provided list of tools, notify the user that you do not have the ability to fulfill the request.\" %}\n {%- elif documents %}\n {%- set system_message = system_message + \" Write the response to the user's input by strictly aligning with the facts in the provided documents. If the information needed to answer the question is not available in the documents, inform the user that the question cannot be answered based on the available data.\" %}\n {%- elif thinking %}\n {%- set system_message = system_message + \" You are a helpful AI assistant.\nRespond to every user query in a comprehensive and detailed way. You can write down your thoughts and reasoning process before responding. In the thought process, engage in a comprehensive cycle of analysis, summarization, exploration, reassessment, reflection, backtracing, and iteration to develop well-considered thinking process. In the response section, based on various attempts, explorations, and reflections from the thoughts section, systematically present the final solution that you deem correct. The response should summarize the thought process. Write your thoughts after 'Here is my thought process:' and write your response after 'Here is my response:' for each user query.\" %}\n {%- else %}\n {%- set system_message = system_message + \" You are a helpful AI assistant.\" %} \n {%- endif %}\n {%- if 'citations' in controls and documents %}\n {%- set system_message = system_message + '\n\nIn your response, use the symbols <co> and </co> to indicate when a fact comes from a document in the search result, e.g <co>0</co> for a fact from document 0. Afterwards, list all the citations with their corresponding documents in an ordered list.' %}\n {%- endif %}\n {%- if 'hallucinations' in controls and documents %}\n {%- set system_message = system_message + '\n\nFinally, after the response is written, include a numbered list of sentences from the response that are potentially hallucinated and not based in the documents.' %}\n {%- endif %}\n {%- set loop_messages = messages %}\n{%- endif %}\n{{- '<|start_of_role|>system<|end_of_role|>' + system_message + '<|end_of_text|>\n' }}\n{%- if tools %}\n {{- '<|start_of_role|>tools<|end_of_role|>' }}\n {{- tools | tojson(indent=4) }}\n {{- '<|end_of_text|>\n' }}\n{%- endif %}\n{%- if documents %}\n {{- '<|start_of_role|>documents<|end_of_role|>' }}\n {%- for document in documents %}\n {{- 'Document ' + loop.index0 | string + '\n' }}\n {{- document['text'] }}\n {%- if not loop.last %}\n {{- '\n\n'}}\n {%- endif%}\n {%- endfor %}\n {{- '<|end_of_text|>\n' }}\n{%- endif %}\n{%- for message in loop_messages %}\n {{- '<|start_of_role|>' + message['role'] + '<|end_of_role|>' + message['content'] + '<|end_of_text|>\n' }}\n {%- if loop.last and add_generation_prompt %}\n {{- '<|start_of_role|>assistant' }}\n {%- if controls %}\n {{- ' ' + controls | tojson()}}\n {%- endif %}\n {{- '<|end_of_role|>' }}\n {%- endif %}\n{%- endfor %}",
189
+ "clean_up_tokenization_spaces": true,
190
+ "eos_token": "<|end_of_text|>",
191
+ "errors": "replace",
192
+ "extra_special_tokens": {},
193
+ "model_max_length": 9223372036854775807,
194
+ "pad_token": "<|end_of_text|>",
195
+ "padding_side": "left",
196
+ "tokenizer_class": "GPT2Tokenizer",
197
+ "unk_token": "<|end_of_text|>",
198
+ "vocab_size": 49152
199
+ }
checkpoint-417/trainer_state.json ADDED
@@ -0,0 +1,321 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.0,
6
+ "eval_steps": 500,
7
+ "global_step": 417,
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.0239880059970015,
14
+ "grad_norm": 1.8975660800933838,
15
+ "learning_rate": 1.6129032258064516e-06,
16
+ "loss": 1.4464,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.047976011994003,
21
+ "grad_norm": 2.8085038661956787,
22
+ "learning_rate": 3.225806451612903e-06,
23
+ "loss": 1.464,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.07196401799100449,
28
+ "grad_norm": 1.8285038471221924,
29
+ "learning_rate": 4.838709677419355e-06,
30
+ "loss": 1.4019,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.095952023988006,
35
+ "grad_norm": 1.5387701988220215,
36
+ "learning_rate": 6.451612903225806e-06,
37
+ "loss": 1.3365,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.1199400299850075,
42
+ "grad_norm": 1.3322933912277222,
43
+ "learning_rate": 8.064516129032258e-06,
44
+ "loss": 1.094,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.14392803598200898,
49
+ "grad_norm": 0.5308579802513123,
50
+ "learning_rate": 9.67741935483871e-06,
51
+ "loss": 0.7929,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.1679160419790105,
56
+ "grad_norm": 0.46134358644485474,
57
+ "learning_rate": 9.99887737658125e-06,
58
+ "loss": 0.6559,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.191904047976012,
63
+ "grad_norm": 0.38887524604797363,
64
+ "learning_rate": 9.994317582912147e-06,
65
+ "loss": 0.5473,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.2158920539730135,
70
+ "grad_norm": 0.29721295833587646,
71
+ "learning_rate": 9.986253651832005e-06,
72
+ "loss": 0.4942,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.239880059970015,
77
+ "grad_norm": 0.3018190860748291,
78
+ "learning_rate": 9.974691241195401e-06,
79
+ "loss": 0.4351,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.2638680659670165,
84
+ "grad_norm": 0.29639387130737305,
85
+ "learning_rate": 9.959638463477165e-06,
86
+ "loss": 0.3836,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.28785607196401797,
91
+ "grad_norm": 0.3421202301979065,
92
+ "learning_rate": 9.941105880080462e-06,
93
+ "loss": 0.3355,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.3118440779610195,
98
+ "grad_norm": 0.22237910330295563,
99
+ "learning_rate": 9.919106493926656e-06,
100
+ "loss": 0.3078,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.335832083958021,
105
+ "grad_norm": 0.22718237340450287,
106
+ "learning_rate": 9.89365574033214e-06,
107
+ "loss": 0.2782,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.3598200899550225,
112
+ "grad_norm": 0.5938352346420288,
113
+ "learning_rate": 9.864771476178523e-06,
114
+ "loss": 0.2468,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.383808095952024,
119
+ "grad_norm": 0.2139912247657776,
120
+ "learning_rate": 9.832473967383807e-06,
121
+ "loss": 0.285,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.4077961019490255,
126
+ "grad_norm": 0.2125973105430603,
127
+ "learning_rate": 9.796785874683314e-06,
128
+ "loss": 0.2406,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.431784107946027,
133
+ "grad_norm": 0.21158231794834137,
134
+ "learning_rate": 9.757732237730346e-06,
135
+ "loss": 0.252,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.45577211394302847,
140
+ "grad_norm": 0.19583934545516968,
141
+ "learning_rate": 9.715340457527746e-06,
142
+ "loss": 0.2279,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.47976011994003,
147
+ "grad_norm": 0.18547214567661285,
148
+ "learning_rate": 9.669640277202668e-06,
149
+ "loss": 0.2308,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.5037481259370314,
154
+ "grad_norm": 0.20988523960113525,
155
+ "learning_rate": 9.620663761138067e-06,
156
+ "loss": 0.2418,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.527736131934033,
161
+ "grad_norm": 0.2265440821647644,
162
+ "learning_rate": 9.568445272475523e-06,
163
+ "loss": 0.2396,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.5517241379310345,
168
+ "grad_norm": 0.2007005214691162,
169
+ "learning_rate": 9.513021449005214e-06,
170
+ "loss": 0.2208,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.5757121439280359,
175
+ "grad_norm": 0.18922443687915802,
176
+ "learning_rate": 9.454431177459921e-06,
177
+ "loss": 0.171,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.5997001499250375,
182
+ "grad_norm": 0.1897536963224411,
183
+ "learning_rate": 9.392715566231139e-06,
184
+ "loss": 0.2042,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.623688155922039,
189
+ "grad_norm": 0.2041100710630417,
190
+ "learning_rate": 9.327917916526404e-06,
191
+ "loss": 0.2069,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.6476761619190404,
196
+ "grad_norm": 0.315132200717926,
197
+ "learning_rate": 9.260083691988084e-06,
198
+ "loss": 0.2097,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.671664167916042,
203
+ "grad_norm": 0.22847925126552582,
204
+ "learning_rate": 9.189260486794969e-06,
205
+ "loss": 0.2134,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.6956521739130435,
210
+ "grad_norm": 0.23427240550518036,
211
+ "learning_rate": 9.115497992268995e-06,
212
+ "loss": 0.1806,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.719640179910045,
217
+ "grad_norm": 0.1638721376657486,
218
+ "learning_rate": 9.038847962010595e-06,
219
+ "loss": 0.1834,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 0.7436281859070465,
224
+ "grad_norm": 0.20548847317695618,
225
+ "learning_rate": 8.959364175587068e-06,
226
+ "loss": 0.1871,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 0.767616191904048,
231
+ "grad_norm": 0.19433768093585968,
232
+ "learning_rate": 8.877102400799515e-06,
233
+ "loss": 0.1866,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 0.7916041979010495,
238
+ "grad_norm": 0.26895204186439514,
239
+ "learning_rate": 8.792120354554749e-06,
240
+ "loss": 0.1853,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 0.815592203898051,
245
+ "grad_norm": 0.2027575522661209,
246
+ "learning_rate": 8.704477662369682e-06,
247
+ "loss": 0.2178,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 0.8395802098950524,
252
+ "grad_norm": 0.16915549337863922,
253
+ "learning_rate": 8.614235816536582e-06,
254
+ "loss": 0.197,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 0.863568215892054,
259
+ "grad_norm": 0.23128367960453033,
260
+ "learning_rate": 8.521458132978553e-06,
261
+ "loss": 0.1717,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 0.8875562218890555,
266
+ "grad_norm": 0.18097354471683502,
267
+ "learning_rate": 8.426209706825502e-06,
268
+ "loss": 0.1844,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 0.9115442278860569,
273
+ "grad_norm": 0.26868438720703125,
274
+ "learning_rate": 8.328557366741782e-06,
275
+ "loss": 0.1902,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 0.9355322338830585,
280
+ "grad_norm": 0.22038355469703674,
281
+ "learning_rate": 8.228569628037542e-06,
282
+ "loss": 0.1842,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 0.95952023988006,
287
+ "grad_norm": 0.17000789940357208,
288
+ "learning_rate": 8.126316644596675e-06,
289
+ "loss": 0.1752,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 0.9835082458770614,
294
+ "grad_norm": 0.2377052903175354,
295
+ "learning_rate": 8.021870159655109e-06,
296
+ "loss": 0.139,
297
+ "step": 410
298
+ }
299
+ ],
300
+ "logging_steps": 10,
301
+ "max_steps": 1248,
302
+ "num_input_tokens_seen": 0,
303
+ "num_train_epochs": 3,
304
+ "save_steps": 500,
305
+ "stateful_callbacks": {
306
+ "TrainerControl": {
307
+ "args": {
308
+ "should_epoch_stop": false,
309
+ "should_evaluate": false,
310
+ "should_log": false,
311
+ "should_save": true,
312
+ "should_training_stop": false
313
+ },
314
+ "attributes": {}
315
+ }
316
+ },
317
+ "total_flos": 2.1161582902827287e+19,
318
+ "train_batch_size": 1,
319
+ "trial_name": null,
320
+ "trial_params": null
321
+ }
checkpoint-417/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cc1f88afc6e5f95667bc25ad8687c79ed008448f29a77b5d3cfaf47b2315a87
3
+ size 6776
checkpoint-417/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-834/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: ibm-granite/granite-3.2-8b-instruct
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.0
checkpoint-834/adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "ibm-granite/granite-3.2-8b-instruct",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": null,
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": 32,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "k_proj",
28
+ "down_proj",
29
+ "o_proj",
30
+ "up_proj",
31
+ "q_proj",
32
+ "v_proj",
33
+ "gate_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": false
39
+ }
checkpoint-834/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19d652f6cb756f42a7ce411a761ac325da04e7b0b50f69d831d5fed26a2caae9
3
+ size 1201743872