sallywww commited on
Commit
0b5c2b8
1 Parent(s): 665eedf

First model version

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +204 -0
  2. adapter_config.json +26 -0
  3. adapter_model.safetensors +3 -0
  4. checkpoint-100/README.md +204 -0
  5. checkpoint-100/adapter_config.json +26 -0
  6. checkpoint-100/adapter_model.safetensors +3 -0
  7. checkpoint-100/optimizer.pt +3 -0
  8. checkpoint-100/rng_state.pth +3 -0
  9. checkpoint-100/scheduler.pt +3 -0
  10. checkpoint-100/trainer_state.json +131 -0
  11. checkpoint-100/training_args.bin +3 -0
  12. checkpoint-120/README.md +204 -0
  13. checkpoint-120/adapter_config.json +26 -0
  14. checkpoint-120/adapter_model.safetensors +3 -0
  15. checkpoint-120/optimizer.pt +3 -0
  16. checkpoint-120/rng_state.pth +3 -0
  17. checkpoint-120/scheduler.pt +3 -0
  18. checkpoint-120/trainer_state.json +153 -0
  19. checkpoint-120/training_args.bin +3 -0
  20. checkpoint-140/README.md +204 -0
  21. checkpoint-140/adapter_config.json +26 -0
  22. checkpoint-140/adapter_model.safetensors +3 -0
  23. checkpoint-140/optimizer.pt +3 -0
  24. checkpoint-140/rng_state.pth +3 -0
  25. checkpoint-140/scheduler.pt +3 -0
  26. checkpoint-140/trainer_state.json +175 -0
  27. checkpoint-140/training_args.bin +3 -0
  28. checkpoint-160/README.md +204 -0
  29. checkpoint-160/adapter_config.json +26 -0
  30. checkpoint-160/adapter_model.safetensors +3 -0
  31. checkpoint-160/optimizer.pt +3 -0
  32. checkpoint-160/rng_state.pth +3 -0
  33. checkpoint-160/scheduler.pt +3 -0
  34. checkpoint-160/trainer_state.json +197 -0
  35. checkpoint-160/training_args.bin +3 -0
  36. checkpoint-180/README.md +204 -0
  37. checkpoint-180/adapter_config.json +26 -0
  38. checkpoint-180/adapter_model.safetensors +3 -0
  39. checkpoint-180/optimizer.pt +3 -0
  40. checkpoint-180/rng_state.pth +3 -0
  41. checkpoint-180/scheduler.pt +3 -0
  42. checkpoint-180/trainer_state.json +219 -0
  43. checkpoint-180/training_args.bin +3 -0
  44. checkpoint-20/README.md +204 -0
  45. checkpoint-20/adapter_config.json +26 -0
  46. checkpoint-20/adapter_model.safetensors +3 -0
  47. checkpoint-20/optimizer.pt +3 -0
  48. checkpoint-20/rng_state.pth +3 -0
  49. checkpoint-20/scheduler.pt +3 -0
  50. checkpoint-20/trainer_state.json +43 -0
README.md ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: tiiuae/falcon-7b
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+
201
+
202
+ ### Framework versions
203
+
204
+ - PEFT 0.8.2
adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "tiiuae/falcon-7b",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 32,
13
+ "lora_dropout": 0.05,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 16,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "query_key_value"
23
+ ],
24
+ "task_type": "CAUSAL_LM",
25
+ "use_rslora": false
26
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e44ce263e6fd885f50d82ca515b9325375b43ee36ededb75acf161ce88bc2e41
3
+ size 48
checkpoint-100/README.md ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: tiiuae/falcon-7b
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+
201
+
202
+ ### Framework versions
203
+
204
+ - PEFT 0.8.2
checkpoint-100/adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "tiiuae/falcon-7b",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 32,
13
+ "lora_dropout": 0.05,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 16,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "query_key_value"
23
+ ],
24
+ "task_type": "CAUSAL_LM",
25
+ "use_rslora": false
26
+ }
checkpoint-100/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e44ce263e6fd885f50d82ca515b9325375b43ee36ededb75acf161ce88bc2e41
3
+ size 48
checkpoint-100/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89546f1cfae05459838f8ecf9be2a4c4d6a451ed955044b1776f32db6abb292e
3
+ size 37803066
checkpoint-100/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6658bb803792a8187620edfb12529ca0e583a5f5c3f4c2680804c9b8a8152cf
3
+ size 14244
checkpoint-100/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd5b5a8b0c711f0f2e32411bb3a51d421097b304182a799a979fcef82fd40741
3
+ size 1064
checkpoint-100/trainer_state.json ADDED
@@ -0,0 +1,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 8.16326530612245,
5
+ "eval_steps": 20,
6
+ "global_step": 100,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.82,
13
+ "grad_norm": 0.1748005896806717,
14
+ "learning_rate": 2.1e-05,
15
+ "loss": 4.8309,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 1.63,
20
+ "grad_norm": 0.19310609996318817,
21
+ "learning_rate": 3.2999999999999996e-05,
22
+ "loss": 5.0159,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 1.63,
27
+ "eval_loss": NaN,
28
+ "eval_runtime": 53.474,
29
+ "eval_samples_per_second": 7.237,
30
+ "eval_steps_per_second": 0.916,
31
+ "step": 20
32
+ },
33
+ {
34
+ "epoch": 2.45,
35
+ "grad_norm": NaN,
36
+ "learning_rate": 4.2e-05,
37
+ "loss": 4.8025,
38
+ "step": 30
39
+ },
40
+ {
41
+ "epoch": 3.27,
42
+ "grad_norm": NaN,
43
+ "learning_rate": 5.399999999999999e-05,
44
+ "loss": 4.1014,
45
+ "step": 40
46
+ },
47
+ {
48
+ "epoch": 3.27,
49
+ "eval_loss": NaN,
50
+ "eval_runtime": 53.4777,
51
+ "eval_samples_per_second": 7.237,
52
+ "eval_steps_per_second": 0.916,
53
+ "step": 40
54
+ },
55
+ {
56
+ "epoch": 4.08,
57
+ "grad_norm": 0.0,
58
+ "learning_rate": 7.199999999999999e-05,
59
+ "loss": 4.7645,
60
+ "step": 50
61
+ },
62
+ {
63
+ "epoch": 4.9,
64
+ "grad_norm": 0.0,
65
+ "learning_rate": 9.3e-05,
66
+ "loss": 4.3747,
67
+ "step": 60
68
+ },
69
+ {
70
+ "epoch": 4.9,
71
+ "eval_loss": NaN,
72
+ "eval_runtime": 53.6778,
73
+ "eval_samples_per_second": 7.21,
74
+ "eval_steps_per_second": 0.913,
75
+ "step": 60
76
+ },
77
+ {
78
+ "epoch": 5.71,
79
+ "grad_norm": NaN,
80
+ "learning_rate": 0.000102,
81
+ "loss": 5.0924,
82
+ "step": 70
83
+ },
84
+ {
85
+ "epoch": 6.53,
86
+ "grad_norm": NaN,
87
+ "learning_rate": 0.00011099999999999999,
88
+ "loss": 4.3234,
89
+ "step": 80
90
+ },
91
+ {
92
+ "epoch": 6.53,
93
+ "eval_loss": NaN,
94
+ "eval_runtime": 53.7614,
95
+ "eval_samples_per_second": 7.198,
96
+ "eval_steps_per_second": 0.911,
97
+ "step": 80
98
+ },
99
+ {
100
+ "epoch": 7.35,
101
+ "grad_norm": 0.0,
102
+ "learning_rate": 0.00012599999999999997,
103
+ "loss": 4.1684,
104
+ "step": 90
105
+ },
106
+ {
107
+ "epoch": 8.16,
108
+ "grad_norm": 0.0,
109
+ "learning_rate": 0.00014399999999999998,
110
+ "loss": 4.3018,
111
+ "step": 100
112
+ },
113
+ {
114
+ "epoch": 8.16,
115
+ "eval_loss": NaN,
116
+ "eval_runtime": 53.6674,
117
+ "eval_samples_per_second": 7.211,
118
+ "eval_steps_per_second": 0.913,
119
+ "step": 100
120
+ }
121
+ ],
122
+ "logging_steps": 10,
123
+ "max_steps": 400,
124
+ "num_input_tokens_seen": 0,
125
+ "num_train_epochs": 34,
126
+ "save_steps": 20,
127
+ "total_flos": 2.5324407405674496e+17,
128
+ "train_batch_size": 32,
129
+ "trial_name": null,
130
+ "trial_params": null
131
+ }
checkpoint-100/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f95f6bb506054796e9e714a7ca32503916b4a84a4d68384f001ba913152b2ec2
3
+ size 4856
checkpoint-120/README.md ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: tiiuae/falcon-7b
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+
201
+
202
+ ### Framework versions
203
+
204
+ - PEFT 0.8.2
checkpoint-120/adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "tiiuae/falcon-7b",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 32,
13
+ "lora_dropout": 0.05,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 16,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "query_key_value"
23
+ ],
24
+ "task_type": "CAUSAL_LM",
25
+ "use_rslora": false
26
+ }
checkpoint-120/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e44ce263e6fd885f50d82ca515b9325375b43ee36ededb75acf161ce88bc2e41
3
+ size 48
checkpoint-120/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fdf10e8bd7abae1cbe41e713657356fab124df9737617b40e6dbf8a20a97e6c
3
+ size 37803066
checkpoint-120/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba3201b9328a8797a342d60e68ac1db3faf1e570a609d56a74a19418179c1013
3
+ size 14244
checkpoint-120/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b0293f0ef471ab336f010a06133785c4b0a8abde856102589019680f63c506b
3
+ size 1064
checkpoint-120/trainer_state.json ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 9.795918367346939,
5
+ "eval_steps": 20,
6
+ "global_step": 120,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.82,
13
+ "grad_norm": 0.1748005896806717,
14
+ "learning_rate": 2.1e-05,
15
+ "loss": 4.8309,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 1.63,
20
+ "grad_norm": 0.19310609996318817,
21
+ "learning_rate": 3.2999999999999996e-05,
22
+ "loss": 5.0159,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 1.63,
27
+ "eval_loss": NaN,
28
+ "eval_runtime": 53.474,
29
+ "eval_samples_per_second": 7.237,
30
+ "eval_steps_per_second": 0.916,
31
+ "step": 20
32
+ },
33
+ {
34
+ "epoch": 2.45,
35
+ "grad_norm": NaN,
36
+ "learning_rate": 4.2e-05,
37
+ "loss": 4.8025,
38
+ "step": 30
39
+ },
40
+ {
41
+ "epoch": 3.27,
42
+ "grad_norm": NaN,
43
+ "learning_rate": 5.399999999999999e-05,
44
+ "loss": 4.1014,
45
+ "step": 40
46
+ },
47
+ {
48
+ "epoch": 3.27,
49
+ "eval_loss": NaN,
50
+ "eval_runtime": 53.4777,
51
+ "eval_samples_per_second": 7.237,
52
+ "eval_steps_per_second": 0.916,
53
+ "step": 40
54
+ },
55
+ {
56
+ "epoch": 4.08,
57
+ "grad_norm": 0.0,
58
+ "learning_rate": 7.199999999999999e-05,
59
+ "loss": 4.7645,
60
+ "step": 50
61
+ },
62
+ {
63
+ "epoch": 4.9,
64
+ "grad_norm": 0.0,
65
+ "learning_rate": 9.3e-05,
66
+ "loss": 4.3747,
67
+ "step": 60
68
+ },
69
+ {
70
+ "epoch": 4.9,
71
+ "eval_loss": NaN,
72
+ "eval_runtime": 53.6778,
73
+ "eval_samples_per_second": 7.21,
74
+ "eval_steps_per_second": 0.913,
75
+ "step": 60
76
+ },
77
+ {
78
+ "epoch": 5.71,
79
+ "grad_norm": NaN,
80
+ "learning_rate": 0.000102,
81
+ "loss": 5.0924,
82
+ "step": 70
83
+ },
84
+ {
85
+ "epoch": 6.53,
86
+ "grad_norm": NaN,
87
+ "learning_rate": 0.00011099999999999999,
88
+ "loss": 4.3234,
89
+ "step": 80
90
+ },
91
+ {
92
+ "epoch": 6.53,
93
+ "eval_loss": NaN,
94
+ "eval_runtime": 53.7614,
95
+ "eval_samples_per_second": 7.198,
96
+ "eval_steps_per_second": 0.911,
97
+ "step": 80
98
+ },
99
+ {
100
+ "epoch": 7.35,
101
+ "grad_norm": 0.0,
102
+ "learning_rate": 0.00012599999999999997,
103
+ "loss": 4.1684,
104
+ "step": 90
105
+ },
106
+ {
107
+ "epoch": 8.16,
108
+ "grad_norm": 0.0,
109
+ "learning_rate": 0.00014399999999999998,
110
+ "loss": 4.3018,
111
+ "step": 100
112
+ },
113
+ {
114
+ "epoch": 8.16,
115
+ "eval_loss": NaN,
116
+ "eval_runtime": 53.6674,
117
+ "eval_samples_per_second": 7.211,
118
+ "eval_steps_per_second": 0.913,
119
+ "step": 100
120
+ },
121
+ {
122
+ "epoch": 8.98,
123
+ "grad_norm": NaN,
124
+ "learning_rate": 0.000162,
125
+ "loss": 4.8328,
126
+ "step": 110
127
+ },
128
+ {
129
+ "epoch": 9.8,
130
+ "grad_norm": NaN,
131
+ "learning_rate": 0.00017099999999999998,
132
+ "loss": 3.8634,
133
+ "step": 120
134
+ },
135
+ {
136
+ "epoch": 9.8,
137
+ "eval_loss": NaN,
138
+ "eval_runtime": 53.8298,
139
+ "eval_samples_per_second": 7.189,
140
+ "eval_steps_per_second": 0.91,
141
+ "step": 120
142
+ }
143
+ ],
144
+ "logging_steps": 10,
145
+ "max_steps": 400,
146
+ "num_input_tokens_seen": 0,
147
+ "num_train_epochs": 34,
148
+ "save_steps": 20,
149
+ "total_flos": 3.040578886267699e+17,
150
+ "train_batch_size": 32,
151
+ "trial_name": null,
152
+ "trial_params": null
153
+ }
checkpoint-120/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f95f6bb506054796e9e714a7ca32503916b4a84a4d68384f001ba913152b2ec2
3
+ size 4856
checkpoint-140/README.md ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: tiiuae/falcon-7b
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+
201
+
202
+ ### Framework versions
203
+
204
+ - PEFT 0.8.2
checkpoint-140/adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "tiiuae/falcon-7b",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 32,
13
+ "lora_dropout": 0.05,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 16,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "query_key_value"
23
+ ],
24
+ "task_type": "CAUSAL_LM",
25
+ "use_rslora": false
26
+ }
checkpoint-140/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e44ce263e6fd885f50d82ca515b9325375b43ee36ededb75acf161ce88bc2e41
3
+ size 48
checkpoint-140/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2507b3e5648f990de5bba05fe789ffa15356143e24e38c1084ce8c0970886314
3
+ size 37803066
checkpoint-140/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d46991217c6d21a6618c7cd7c5d36c9b48595eb1380dec7899ffa770f517389
3
+ size 14244
checkpoint-140/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bf42dc04fd68d790bde68418c2c0cdd87da27fb120bf5bde1029d4bdb19665c
3
+ size 1064
checkpoint-140/trainer_state.json ADDED
@@ -0,0 +1,175 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 11.428571428571429,
5
+ "eval_steps": 20,
6
+ "global_step": 140,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.82,
13
+ "grad_norm": 0.1748005896806717,
14
+ "learning_rate": 2.1e-05,
15
+ "loss": 4.8309,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 1.63,
20
+ "grad_norm": 0.19310609996318817,
21
+ "learning_rate": 3.2999999999999996e-05,
22
+ "loss": 5.0159,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 1.63,
27
+ "eval_loss": NaN,
28
+ "eval_runtime": 53.474,
29
+ "eval_samples_per_second": 7.237,
30
+ "eval_steps_per_second": 0.916,
31
+ "step": 20
32
+ },
33
+ {
34
+ "epoch": 2.45,
35
+ "grad_norm": NaN,
36
+ "learning_rate": 4.2e-05,
37
+ "loss": 4.8025,
38
+ "step": 30
39
+ },
40
+ {
41
+ "epoch": 3.27,
42
+ "grad_norm": NaN,
43
+ "learning_rate": 5.399999999999999e-05,
44
+ "loss": 4.1014,
45
+ "step": 40
46
+ },
47
+ {
48
+ "epoch": 3.27,
49
+ "eval_loss": NaN,
50
+ "eval_runtime": 53.4777,
51
+ "eval_samples_per_second": 7.237,
52
+ "eval_steps_per_second": 0.916,
53
+ "step": 40
54
+ },
55
+ {
56
+ "epoch": 4.08,
57
+ "grad_norm": 0.0,
58
+ "learning_rate": 7.199999999999999e-05,
59
+ "loss": 4.7645,
60
+ "step": 50
61
+ },
62
+ {
63
+ "epoch": 4.9,
64
+ "grad_norm": 0.0,
65
+ "learning_rate": 9.3e-05,
66
+ "loss": 4.3747,
67
+ "step": 60
68
+ },
69
+ {
70
+ "epoch": 4.9,
71
+ "eval_loss": NaN,
72
+ "eval_runtime": 53.6778,
73
+ "eval_samples_per_second": 7.21,
74
+ "eval_steps_per_second": 0.913,
75
+ "step": 60
76
+ },
77
+ {
78
+ "epoch": 5.71,
79
+ "grad_norm": NaN,
80
+ "learning_rate": 0.000102,
81
+ "loss": 5.0924,
82
+ "step": 70
83
+ },
84
+ {
85
+ "epoch": 6.53,
86
+ "grad_norm": NaN,
87
+ "learning_rate": 0.00011099999999999999,
88
+ "loss": 4.3234,
89
+ "step": 80
90
+ },
91
+ {
92
+ "epoch": 6.53,
93
+ "eval_loss": NaN,
94
+ "eval_runtime": 53.7614,
95
+ "eval_samples_per_second": 7.198,
96
+ "eval_steps_per_second": 0.911,
97
+ "step": 80
98
+ },
99
+ {
100
+ "epoch": 7.35,
101
+ "grad_norm": 0.0,
102
+ "learning_rate": 0.00012599999999999997,
103
+ "loss": 4.1684,
104
+ "step": 90
105
+ },
106
+ {
107
+ "epoch": 8.16,
108
+ "grad_norm": 0.0,
109
+ "learning_rate": 0.00014399999999999998,
110
+ "loss": 4.3018,
111
+ "step": 100
112
+ },
113
+ {
114
+ "epoch": 8.16,
115
+ "eval_loss": NaN,
116
+ "eval_runtime": 53.6674,
117
+ "eval_samples_per_second": 7.211,
118
+ "eval_steps_per_second": 0.913,
119
+ "step": 100
120
+ },
121
+ {
122
+ "epoch": 8.98,
123
+ "grad_norm": NaN,
124
+ "learning_rate": 0.000162,
125
+ "loss": 4.8328,
126
+ "step": 110
127
+ },
128
+ {
129
+ "epoch": 9.8,
130
+ "grad_norm": NaN,
131
+ "learning_rate": 0.00017099999999999998,
132
+ "loss": 3.8634,
133
+ "step": 120
134
+ },
135
+ {
136
+ "epoch": 9.8,
137
+ "eval_loss": NaN,
138
+ "eval_runtime": 53.8298,
139
+ "eval_samples_per_second": 7.189,
140
+ "eval_steps_per_second": 0.91,
141
+ "step": 120
142
+ },
143
+ {
144
+ "epoch": 10.61,
145
+ "grad_norm": 0.0,
146
+ "learning_rate": 0.00018299999999999998,
147
+ "loss": 4.8214,
148
+ "step": 130
149
+ },
150
+ {
151
+ "epoch": 11.43,
152
+ "grad_norm": 0.0,
153
+ "learning_rate": 0.000195,
154
+ "loss": 5.3188,
155
+ "step": 140
156
+ },
157
+ {
158
+ "epoch": 11.43,
159
+ "eval_loss": NaN,
160
+ "eval_runtime": 53.6779,
161
+ "eval_samples_per_second": 7.21,
162
+ "eval_steps_per_second": 0.913,
163
+ "step": 140
164
+ }
165
+ ],
166
+ "logging_steps": 10,
167
+ "max_steps": 400,
168
+ "num_input_tokens_seen": 0,
169
+ "num_train_epochs": 34,
170
+ "save_steps": 20,
171
+ "total_flos": 3.5458651842871296e+17,
172
+ "train_batch_size": 32,
173
+ "trial_name": null,
174
+ "trial_params": null
175
+ }
checkpoint-140/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f95f6bb506054796e9e714a7ca32503916b4a84a4d68384f001ba913152b2ec2
3
+ size 4856
checkpoint-160/README.md ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: tiiuae/falcon-7b
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+
201
+
202
+ ### Framework versions
203
+
204
+ - PEFT 0.8.2
checkpoint-160/adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "tiiuae/falcon-7b",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 32,
13
+ "lora_dropout": 0.05,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 16,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "query_key_value"
23
+ ],
24
+ "task_type": "CAUSAL_LM",
25
+ "use_rslora": false
26
+ }
checkpoint-160/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e44ce263e6fd885f50d82ca515b9325375b43ee36ededb75acf161ce88bc2e41
3
+ size 48
checkpoint-160/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:890f55baf5e8c007117520504265367020a0a770a43606d7b93aa2b1f05cbfe4
3
+ size 37803066
checkpoint-160/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c838e8cb08fdf3fa98e1eae71b7e8c486cc8c28282e66eaab882393e9d12c9ab
3
+ size 14244
checkpoint-160/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b111cd45660eb1face1bcfa06f33e48dc20123917f55da0a1daffb00d391c810
3
+ size 1064
checkpoint-160/trainer_state.json ADDED
@@ -0,0 +1,197 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 13.061224489795919,
5
+ "eval_steps": 20,
6
+ "global_step": 160,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.82,
13
+ "grad_norm": 0.1748005896806717,
14
+ "learning_rate": 2.1e-05,
15
+ "loss": 4.8309,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 1.63,
20
+ "grad_norm": 0.19310609996318817,
21
+ "learning_rate": 3.2999999999999996e-05,
22
+ "loss": 5.0159,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 1.63,
27
+ "eval_loss": NaN,
28
+ "eval_runtime": 53.474,
29
+ "eval_samples_per_second": 7.237,
30
+ "eval_steps_per_second": 0.916,
31
+ "step": 20
32
+ },
33
+ {
34
+ "epoch": 2.45,
35
+ "grad_norm": NaN,
36
+ "learning_rate": 4.2e-05,
37
+ "loss": 4.8025,
38
+ "step": 30
39
+ },
40
+ {
41
+ "epoch": 3.27,
42
+ "grad_norm": NaN,
43
+ "learning_rate": 5.399999999999999e-05,
44
+ "loss": 4.1014,
45
+ "step": 40
46
+ },
47
+ {
48
+ "epoch": 3.27,
49
+ "eval_loss": NaN,
50
+ "eval_runtime": 53.4777,
51
+ "eval_samples_per_second": 7.237,
52
+ "eval_steps_per_second": 0.916,
53
+ "step": 40
54
+ },
55
+ {
56
+ "epoch": 4.08,
57
+ "grad_norm": 0.0,
58
+ "learning_rate": 7.199999999999999e-05,
59
+ "loss": 4.7645,
60
+ "step": 50
61
+ },
62
+ {
63
+ "epoch": 4.9,
64
+ "grad_norm": 0.0,
65
+ "learning_rate": 9.3e-05,
66
+ "loss": 4.3747,
67
+ "step": 60
68
+ },
69
+ {
70
+ "epoch": 4.9,
71
+ "eval_loss": NaN,
72
+ "eval_runtime": 53.6778,
73
+ "eval_samples_per_second": 7.21,
74
+ "eval_steps_per_second": 0.913,
75
+ "step": 60
76
+ },
77
+ {
78
+ "epoch": 5.71,
79
+ "grad_norm": NaN,
80
+ "learning_rate": 0.000102,
81
+ "loss": 5.0924,
82
+ "step": 70
83
+ },
84
+ {
85
+ "epoch": 6.53,
86
+ "grad_norm": NaN,
87
+ "learning_rate": 0.00011099999999999999,
88
+ "loss": 4.3234,
89
+ "step": 80
90
+ },
91
+ {
92
+ "epoch": 6.53,
93
+ "eval_loss": NaN,
94
+ "eval_runtime": 53.7614,
95
+ "eval_samples_per_second": 7.198,
96
+ "eval_steps_per_second": 0.911,
97
+ "step": 80
98
+ },
99
+ {
100
+ "epoch": 7.35,
101
+ "grad_norm": 0.0,
102
+ "learning_rate": 0.00012599999999999997,
103
+ "loss": 4.1684,
104
+ "step": 90
105
+ },
106
+ {
107
+ "epoch": 8.16,
108
+ "grad_norm": 0.0,
109
+ "learning_rate": 0.00014399999999999998,
110
+ "loss": 4.3018,
111
+ "step": 100
112
+ },
113
+ {
114
+ "epoch": 8.16,
115
+ "eval_loss": NaN,
116
+ "eval_runtime": 53.6674,
117
+ "eval_samples_per_second": 7.211,
118
+ "eval_steps_per_second": 0.913,
119
+ "step": 100
120
+ },
121
+ {
122
+ "epoch": 8.98,
123
+ "grad_norm": NaN,
124
+ "learning_rate": 0.000162,
125
+ "loss": 4.8328,
126
+ "step": 110
127
+ },
128
+ {
129
+ "epoch": 9.8,
130
+ "grad_norm": NaN,
131
+ "learning_rate": 0.00017099999999999998,
132
+ "loss": 3.8634,
133
+ "step": 120
134
+ },
135
+ {
136
+ "epoch": 9.8,
137
+ "eval_loss": NaN,
138
+ "eval_runtime": 53.8298,
139
+ "eval_samples_per_second": 7.189,
140
+ "eval_steps_per_second": 0.91,
141
+ "step": 120
142
+ },
143
+ {
144
+ "epoch": 10.61,
145
+ "grad_norm": 0.0,
146
+ "learning_rate": 0.00018299999999999998,
147
+ "loss": 4.8214,
148
+ "step": 130
149
+ },
150
+ {
151
+ "epoch": 11.43,
152
+ "grad_norm": 0.0,
153
+ "learning_rate": 0.000195,
154
+ "loss": 5.3188,
155
+ "step": 140
156
+ },
157
+ {
158
+ "epoch": 11.43,
159
+ "eval_loss": NaN,
160
+ "eval_runtime": 53.6779,
161
+ "eval_samples_per_second": 7.21,
162
+ "eval_steps_per_second": 0.913,
163
+ "step": 140
164
+ },
165
+ {
166
+ "epoch": 12.24,
167
+ "grad_norm": NaN,
168
+ "learning_rate": 0.00020999999999999998,
169
+ "loss": 3.932,
170
+ "step": 150
171
+ },
172
+ {
173
+ "epoch": 13.06,
174
+ "grad_norm": NaN,
175
+ "learning_rate": 0.00022799999999999999,
176
+ "loss": 4.5087,
177
+ "step": 160
178
+ },
179
+ {
180
+ "epoch": 13.06,
181
+ "eval_loss": NaN,
182
+ "eval_runtime": 53.7126,
183
+ "eval_samples_per_second": 7.205,
184
+ "eval_steps_per_second": 0.912,
185
+ "step": 160
186
+ }
187
+ ],
188
+ "logging_steps": 10,
189
+ "max_steps": 400,
190
+ "num_input_tokens_seen": 0,
191
+ "num_train_epochs": 34,
192
+ "save_steps": 20,
193
+ "total_flos": 4.049929261871923e+17,
194
+ "train_batch_size": 32,
195
+ "trial_name": null,
196
+ "trial_params": null
197
+ }
checkpoint-160/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f95f6bb506054796e9e714a7ca32503916b4a84a4d68384f001ba913152b2ec2
3
+ size 4856
checkpoint-180/README.md ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: tiiuae/falcon-7b
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+
201
+
202
+ ### Framework versions
203
+
204
+ - PEFT 0.8.2
checkpoint-180/adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "tiiuae/falcon-7b",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 32,
13
+ "lora_dropout": 0.05,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 16,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "query_key_value"
23
+ ],
24
+ "task_type": "CAUSAL_LM",
25
+ "use_rslora": false
26
+ }
checkpoint-180/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e44ce263e6fd885f50d82ca515b9325375b43ee36ededb75acf161ce88bc2e41
3
+ size 48
checkpoint-180/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e44a8aee4a9aebded4b15dca69d9b93da6b2cdd72e835b737c908fac001356e9
3
+ size 37803066
checkpoint-180/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a617908633b9e4096bf3a04ee0c0565bf03438029712e268d2687e943ecd9747
3
+ size 14244
checkpoint-180/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4e2940a6b6f7aaca29b769bc58976a81b780ffd50504916097bd9d1c2b94c46
3
+ size 1064
checkpoint-180/trainer_state.json ADDED
@@ -0,0 +1,219 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 14.693877551020408,
5
+ "eval_steps": 20,
6
+ "global_step": 180,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.82,
13
+ "grad_norm": 0.1748005896806717,
14
+ "learning_rate": 2.1e-05,
15
+ "loss": 4.8309,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 1.63,
20
+ "grad_norm": 0.19310609996318817,
21
+ "learning_rate": 3.2999999999999996e-05,
22
+ "loss": 5.0159,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 1.63,
27
+ "eval_loss": NaN,
28
+ "eval_runtime": 53.474,
29
+ "eval_samples_per_second": 7.237,
30
+ "eval_steps_per_second": 0.916,
31
+ "step": 20
32
+ },
33
+ {
34
+ "epoch": 2.45,
35
+ "grad_norm": NaN,
36
+ "learning_rate": 4.2e-05,
37
+ "loss": 4.8025,
38
+ "step": 30
39
+ },
40
+ {
41
+ "epoch": 3.27,
42
+ "grad_norm": NaN,
43
+ "learning_rate": 5.399999999999999e-05,
44
+ "loss": 4.1014,
45
+ "step": 40
46
+ },
47
+ {
48
+ "epoch": 3.27,
49
+ "eval_loss": NaN,
50
+ "eval_runtime": 53.4777,
51
+ "eval_samples_per_second": 7.237,
52
+ "eval_steps_per_second": 0.916,
53
+ "step": 40
54
+ },
55
+ {
56
+ "epoch": 4.08,
57
+ "grad_norm": 0.0,
58
+ "learning_rate": 7.199999999999999e-05,
59
+ "loss": 4.7645,
60
+ "step": 50
61
+ },
62
+ {
63
+ "epoch": 4.9,
64
+ "grad_norm": 0.0,
65
+ "learning_rate": 9.3e-05,
66
+ "loss": 4.3747,
67
+ "step": 60
68
+ },
69
+ {
70
+ "epoch": 4.9,
71
+ "eval_loss": NaN,
72
+ "eval_runtime": 53.6778,
73
+ "eval_samples_per_second": 7.21,
74
+ "eval_steps_per_second": 0.913,
75
+ "step": 60
76
+ },
77
+ {
78
+ "epoch": 5.71,
79
+ "grad_norm": NaN,
80
+ "learning_rate": 0.000102,
81
+ "loss": 5.0924,
82
+ "step": 70
83
+ },
84
+ {
85
+ "epoch": 6.53,
86
+ "grad_norm": NaN,
87
+ "learning_rate": 0.00011099999999999999,
88
+ "loss": 4.3234,
89
+ "step": 80
90
+ },
91
+ {
92
+ "epoch": 6.53,
93
+ "eval_loss": NaN,
94
+ "eval_runtime": 53.7614,
95
+ "eval_samples_per_second": 7.198,
96
+ "eval_steps_per_second": 0.911,
97
+ "step": 80
98
+ },
99
+ {
100
+ "epoch": 7.35,
101
+ "grad_norm": 0.0,
102
+ "learning_rate": 0.00012599999999999997,
103
+ "loss": 4.1684,
104
+ "step": 90
105
+ },
106
+ {
107
+ "epoch": 8.16,
108
+ "grad_norm": 0.0,
109
+ "learning_rate": 0.00014399999999999998,
110
+ "loss": 4.3018,
111
+ "step": 100
112
+ },
113
+ {
114
+ "epoch": 8.16,
115
+ "eval_loss": NaN,
116
+ "eval_runtime": 53.6674,
117
+ "eval_samples_per_second": 7.211,
118
+ "eval_steps_per_second": 0.913,
119
+ "step": 100
120
+ },
121
+ {
122
+ "epoch": 8.98,
123
+ "grad_norm": NaN,
124
+ "learning_rate": 0.000162,
125
+ "loss": 4.8328,
126
+ "step": 110
127
+ },
128
+ {
129
+ "epoch": 9.8,
130
+ "grad_norm": NaN,
131
+ "learning_rate": 0.00017099999999999998,
132
+ "loss": 3.8634,
133
+ "step": 120
134
+ },
135
+ {
136
+ "epoch": 9.8,
137
+ "eval_loss": NaN,
138
+ "eval_runtime": 53.8298,
139
+ "eval_samples_per_second": 7.189,
140
+ "eval_steps_per_second": 0.91,
141
+ "step": 120
142
+ },
143
+ {
144
+ "epoch": 10.61,
145
+ "grad_norm": 0.0,
146
+ "learning_rate": 0.00018299999999999998,
147
+ "loss": 4.8214,
148
+ "step": 130
149
+ },
150
+ {
151
+ "epoch": 11.43,
152
+ "grad_norm": 0.0,
153
+ "learning_rate": 0.000195,
154
+ "loss": 5.3188,
155
+ "step": 140
156
+ },
157
+ {
158
+ "epoch": 11.43,
159
+ "eval_loss": NaN,
160
+ "eval_runtime": 53.6779,
161
+ "eval_samples_per_second": 7.21,
162
+ "eval_steps_per_second": 0.913,
163
+ "step": 140
164
+ },
165
+ {
166
+ "epoch": 12.24,
167
+ "grad_norm": NaN,
168
+ "learning_rate": 0.00020999999999999998,
169
+ "loss": 3.932,
170
+ "step": 150
171
+ },
172
+ {
173
+ "epoch": 13.06,
174
+ "grad_norm": NaN,
175
+ "learning_rate": 0.00022799999999999999,
176
+ "loss": 4.5087,
177
+ "step": 160
178
+ },
179
+ {
180
+ "epoch": 13.06,
181
+ "eval_loss": NaN,
182
+ "eval_runtime": 53.7126,
183
+ "eval_samples_per_second": 7.205,
184
+ "eval_steps_per_second": 0.912,
185
+ "step": 160
186
+ },
187
+ {
188
+ "epoch": 13.88,
189
+ "grad_norm": 0.0,
190
+ "learning_rate": 0.00023999999999999998,
191
+ "loss": 4.1573,
192
+ "step": 170
193
+ },
194
+ {
195
+ "epoch": 14.69,
196
+ "grad_norm": NaN,
197
+ "learning_rate": 0.000249,
198
+ "loss": 3.9824,
199
+ "step": 180
200
+ },
201
+ {
202
+ "epoch": 14.69,
203
+ "eval_loss": NaN,
204
+ "eval_runtime": 53.7148,
205
+ "eval_samples_per_second": 7.205,
206
+ "eval_steps_per_second": 0.912,
207
+ "step": 180
208
+ }
209
+ ],
210
+ "logging_steps": 10,
211
+ "max_steps": 400,
212
+ "num_input_tokens_seen": 0,
213
+ "num_train_epochs": 34,
214
+ "save_steps": 20,
215
+ "total_flos": 4.5597988865212416e+17,
216
+ "train_batch_size": 32,
217
+ "trial_name": null,
218
+ "trial_params": null
219
+ }
checkpoint-180/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f95f6bb506054796e9e714a7ca32503916b4a84a4d68384f001ba913152b2ec2
3
+ size 4856
checkpoint-20/README.md ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: tiiuae/falcon-7b
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+
201
+
202
+ ### Framework versions
203
+
204
+ - PEFT 0.8.2
checkpoint-20/adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "tiiuae/falcon-7b",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 32,
13
+ "lora_dropout": 0.05,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 16,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "query_key_value"
23
+ ],
24
+ "task_type": "CAUSAL_LM",
25
+ "use_rslora": false
26
+ }
checkpoint-20/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e44ce263e6fd885f50d82ca515b9325375b43ee36ededb75acf161ce88bc2e41
3
+ size 48
checkpoint-20/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77c802c2cd6845072a759a7e0126fde304b27888c6bdb51b6b63a6ecfd11d175
3
+ size 37803066
checkpoint-20/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04cbff5311c7f9daf555dae1bb3c44151172e3d399ce87d0ce1da5a72fef680f
3
+ size 14244
checkpoint-20/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a50562abe9aa2ac417f3ee985d4bb2326b0bd2d9e6a5e360bc96423fce4c04d
3
+ size 1064
checkpoint-20/trainer_state.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.6326530612244898,
5
+ "eval_steps": 20,
6
+ "global_step": 20,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.82,
13
+ "grad_norm": 0.1748005896806717,
14
+ "learning_rate": 2.1e-05,
15
+ "loss": 4.8309,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 1.63,
20
+ "grad_norm": 0.19310609996318817,
21
+ "learning_rate": 3.2999999999999996e-05,
22
+ "loss": 5.0159,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 1.63,
27
+ "eval_loss": NaN,
28
+ "eval_runtime": 53.474,
29
+ "eval_samples_per_second": 7.237,
30
+ "eval_steps_per_second": 0.916,
31
+ "step": 20
32
+ }
33
+ ],
34
+ "logging_steps": 10,
35
+ "max_steps": 400,
36
+ "num_input_tokens_seen": 0,
37
+ "num_train_epochs": 34,
38
+ "save_steps": 20,
39
+ "total_flos": 5.088511076204544e+16,
40
+ "train_batch_size": 32,
41
+ "trial_name": null,
42
+ "trial_params": null
43
+ }