mrabbah commited on
Commit
b5b1e01
·
1 Parent(s): a5fbe4e

Upload 75 files

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 +69 -0
  2. adapter_config.json +26 -0
  3. adapter_model.safetensors +3 -0
  4. added_tokens.json +5 -0
  5. checkpoint-123/README.md +204 -0
  6. checkpoint-123/adapter_config.json +26 -0
  7. checkpoint-123/adapter_model.safetensors +3 -0
  8. checkpoint-123/added_tokens.json +5 -0
  9. checkpoint-123/optimizer.pt +3 -0
  10. checkpoint-123/rng_state.pth +3 -0
  11. checkpoint-123/scheduler.pt +3 -0
  12. checkpoint-123/special_tokens_map.json +24 -0
  13. checkpoint-123/tokenizer.json +0 -0
  14. checkpoint-123/tokenizer.model +3 -0
  15. checkpoint-123/tokenizer_config.json +70 -0
  16. checkpoint-123/trainer_state.json +101 -0
  17. checkpoint-123/training_args.bin +3 -0
  18. checkpoint-246/README.md +204 -0
  19. checkpoint-246/adapter_config.json +26 -0
  20. checkpoint-246/adapter_model.safetensors +3 -0
  21. checkpoint-246/added_tokens.json +5 -0
  22. checkpoint-246/optimizer.pt +3 -0
  23. checkpoint-246/rng_state.pth +3 -0
  24. checkpoint-246/scheduler.pt +3 -0
  25. checkpoint-246/special_tokens_map.json +24 -0
  26. checkpoint-246/tokenizer.json +0 -0
  27. checkpoint-246/tokenizer.model +3 -0
  28. checkpoint-246/tokenizer_config.json +70 -0
  29. checkpoint-246/trainer_state.json +181 -0
  30. checkpoint-246/training_args.bin +3 -0
  31. checkpoint-369/README.md +204 -0
  32. checkpoint-369/adapter_config.json +26 -0
  33. checkpoint-369/adapter_model.safetensors +3 -0
  34. checkpoint-369/added_tokens.json +5 -0
  35. checkpoint-369/optimizer.pt +3 -0
  36. checkpoint-369/rng_state.pth +3 -0
  37. checkpoint-369/scheduler.pt +3 -0
  38. checkpoint-369/special_tokens_map.json +24 -0
  39. checkpoint-369/tokenizer.json +0 -0
  40. checkpoint-369/tokenizer.model +3 -0
  41. checkpoint-369/tokenizer_config.json +70 -0
  42. checkpoint-369/trainer_state.json +261 -0
  43. checkpoint-369/training_args.bin +3 -0
  44. checkpoint-492/README.md +204 -0
  45. checkpoint-492/adapter_config.json +26 -0
  46. checkpoint-492/adapter_model.safetensors +3 -0
  47. checkpoint-492/added_tokens.json +5 -0
  48. checkpoint-492/optimizer.pt +3 -0
  49. checkpoint-492/rng_state.pth +3 -0
  50. checkpoint-492/scheduler.pt +3 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - trl
6
+ - sft
7
+ - generated_from_trainer
8
+ base_model: Felladrin/TinyMistral-248M-SFT-v4
9
+ datasets:
10
+ - generator
11
+ model-index:
12
+ - name: mistral_instruct_generation
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # mistral_instruct_generation
20
+
21
+ This model is a fine-tuned version of [Felladrin/TinyMistral-248M-SFT-v4](https://huggingface.co/Felladrin/TinyMistral-248M-SFT-v4) on the generator dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 2.0138
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 0.0002
43
+ - train_batch_size: 4
44
+ - eval_batch_size: 8
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: constant
48
+ - lr_scheduler_warmup_steps: 0.03
49
+ - num_epochs: 5
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss |
55
+ |:-------------:|:-----:|:----:|:---------------:|
56
+ | 2.5295 | 1.0 | 123 | 2.1771 |
57
+ | 2.4314 | 2.0 | 246 | 2.0629 |
58
+ | 2.403 | 3.0 | 369 | 2.0354 |
59
+ | 2.3605 | 4.0 | 492 | 2.0222 |
60
+ | 2.3647 | 5.0 | 615 | 2.0138 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - PEFT 0.7.1
66
+ - Transformers 4.36.2
67
+ - Pytorch 2.1.0+cu121
68
+ - Datasets 2.16.0
69
+ - Tokenizers 0.15.0
adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Felladrin/TinyMistral-248M-SFT-v4",
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": 16,
13
+ "lora_dropout": 0.1,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 64,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "q_proj",
23
+ "v_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM"
26
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8678f38ba8068e868973616d83260e40ec2746a37f9e1e4bdb1490c45d2d8342
3
+ size 10229984
added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<|bos|>": 32000,
3
+ "<|endoftext|>": 32001,
4
+ "[PAD]": 32002
5
+ }
checkpoint-123/README.md ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: Felladrin/TinyMistral-248M-SFT-v4
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.7.1
checkpoint-123/adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Felladrin/TinyMistral-248M-SFT-v4",
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": 16,
13
+ "lora_dropout": 0.1,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 64,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "q_proj",
23
+ "v_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM"
26
+ }
checkpoint-123/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3fe52fd42a1a747e9fef96e7b62a984030f3671b76115e30a8f4949338c4583
3
+ size 10229984
checkpoint-123/added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<|bos|>": 32000,
3
+ "<|endoftext|>": 32001,
4
+ "[PAD]": 32002
5
+ }
checkpoint-123/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1889fcadbe32417d700ef4c84cfe66dda115ae7e1017651125e5ecd9d3f20810
3
+ size 20488058
checkpoint-123/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5060725ae8b92aaaa465e0b6cfa1b54180b7159beb70ffd09e6306808b12b48
3
+ size 14244
checkpoint-123/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37515718209375f1c363c391825f983e8bb7411b00473a269b2b51ec4ffa2c75
3
+ size 1064
checkpoint-123/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
checkpoint-123/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-123/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
+ size 493443
checkpoint-123/tokenizer_config.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "32000": {
30
+ "content": "<|bos|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "32001": {
38
+ "content": "<|endoftext|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "32002": {
46
+ "content": "[PAD]",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ }
53
+ },
54
+ "additional_special_tokens": [],
55
+ "bos_token": "<s>",
56
+ "clean_up_tokenization_spaces": false,
57
+ "eos_token": "</s>",
58
+ "legacy": true,
59
+ "max_length": 1536,
60
+ "model_max_length": 4096,
61
+ "pad_token": "</s>",
62
+ "sp_model_kwargs": {},
63
+ "spaces_between_special_tokens": false,
64
+ "stride": 0,
65
+ "tokenizer_class": "LlamaTokenizer",
66
+ "truncation_side": "right",
67
+ "truncation_strategy": "longest_first",
68
+ "unk_token": "<unk>",
69
+ "use_default_system_prompt": true
70
+ }
checkpoint-123/trainer_state.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 123,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.08,
13
+ "learning_rate": 0.0002,
14
+ "loss": 3.4918,
15
+ "step": 10
16
+ },
17
+ {
18
+ "epoch": 0.16,
19
+ "learning_rate": 0.0002,
20
+ "loss": 3.4392,
21
+ "step": 20
22
+ },
23
+ {
24
+ "epoch": 0.24,
25
+ "learning_rate": 0.0002,
26
+ "loss": 3.3662,
27
+ "step": 30
28
+ },
29
+ {
30
+ "epoch": 0.33,
31
+ "learning_rate": 0.0002,
32
+ "loss": 3.23,
33
+ "step": 40
34
+ },
35
+ {
36
+ "epoch": 0.41,
37
+ "learning_rate": 0.0002,
38
+ "loss": 3.0296,
39
+ "step": 50
40
+ },
41
+ {
42
+ "epoch": 0.49,
43
+ "learning_rate": 0.0002,
44
+ "loss": 2.9953,
45
+ "step": 60
46
+ },
47
+ {
48
+ "epoch": 0.57,
49
+ "learning_rate": 0.0002,
50
+ "loss": 2.9222,
51
+ "step": 70
52
+ },
53
+ {
54
+ "epoch": 0.65,
55
+ "learning_rate": 0.0002,
56
+ "loss": 2.7419,
57
+ "step": 80
58
+ },
59
+ {
60
+ "epoch": 0.73,
61
+ "learning_rate": 0.0002,
62
+ "loss": 2.6997,
63
+ "step": 90
64
+ },
65
+ {
66
+ "epoch": 0.81,
67
+ "learning_rate": 0.0002,
68
+ "loss": 2.6147,
69
+ "step": 100
70
+ },
71
+ {
72
+ "epoch": 0.89,
73
+ "learning_rate": 0.0002,
74
+ "loss": 2.6041,
75
+ "step": 110
76
+ },
77
+ {
78
+ "epoch": 0.98,
79
+ "learning_rate": 0.0002,
80
+ "loss": 2.5295,
81
+ "step": 120
82
+ },
83
+ {
84
+ "epoch": 1.0,
85
+ "eval_loss": 2.1770684719085693,
86
+ "eval_runtime": 5.1953,
87
+ "eval_samples_per_second": 2.887,
88
+ "eval_steps_per_second": 0.385,
89
+ "step": 123
90
+ }
91
+ ],
92
+ "logging_steps": 10,
93
+ "max_steps": 615,
94
+ "num_input_tokens_seen": 0,
95
+ "num_train_epochs": 5,
96
+ "save_steps": 500,
97
+ "total_flos": 1308752451993600.0,
98
+ "train_batch_size": 4,
99
+ "trial_name": null,
100
+ "trial_params": null
101
+ }
checkpoint-123/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:027f93fe9f4ed34bc8779345d514587b37b6a465e84313d5dbc03b267e40b8c6
3
+ size 4728
checkpoint-246/README.md ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: Felladrin/TinyMistral-248M-SFT-v4
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.7.1
checkpoint-246/adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Felladrin/TinyMistral-248M-SFT-v4",
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": 16,
13
+ "lora_dropout": 0.1,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 64,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "q_proj",
23
+ "v_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM"
26
+ }
checkpoint-246/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc1b6adef2bf921f45c31af560284a7d682377385ac6cd2f21cd01c0e10f94b5
3
+ size 10229984
checkpoint-246/added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<|bos|>": 32000,
3
+ "<|endoftext|>": 32001,
4
+ "[PAD]": 32002
5
+ }
checkpoint-246/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24774dfadb36bec0caf742b3311c3a3322592f3e55100d8c0af38d7efb673bf8
3
+ size 20488058
checkpoint-246/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b130830232b13f67b6e86d51afd9e120b6c6e497ca8a9098bddf5dcc8d5d0b6
3
+ size 14244
checkpoint-246/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f11047a6c714a76a7bad6ff309b7e9e7b50673a046571da7302423ede7ee6eb
3
+ size 1064
checkpoint-246/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
checkpoint-246/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-246/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
+ size 493443
checkpoint-246/tokenizer_config.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "32000": {
30
+ "content": "<|bos|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "32001": {
38
+ "content": "<|endoftext|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "32002": {
46
+ "content": "[PAD]",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ }
53
+ },
54
+ "additional_special_tokens": [],
55
+ "bos_token": "<s>",
56
+ "clean_up_tokenization_spaces": false,
57
+ "eos_token": "</s>",
58
+ "legacy": true,
59
+ "max_length": 1536,
60
+ "model_max_length": 4096,
61
+ "pad_token": "</s>",
62
+ "sp_model_kwargs": {},
63
+ "spaces_between_special_tokens": false,
64
+ "stride": 0,
65
+ "tokenizer_class": "LlamaTokenizer",
66
+ "truncation_side": "right",
67
+ "truncation_strategy": "longest_first",
68
+ "unk_token": "<unk>",
69
+ "use_default_system_prompt": true
70
+ }
checkpoint-246/trainer_state.json ADDED
@@ -0,0 +1,181 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 246,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.08,
13
+ "learning_rate": 0.0002,
14
+ "loss": 3.4918,
15
+ "step": 10
16
+ },
17
+ {
18
+ "epoch": 0.16,
19
+ "learning_rate": 0.0002,
20
+ "loss": 3.4392,
21
+ "step": 20
22
+ },
23
+ {
24
+ "epoch": 0.24,
25
+ "learning_rate": 0.0002,
26
+ "loss": 3.3662,
27
+ "step": 30
28
+ },
29
+ {
30
+ "epoch": 0.33,
31
+ "learning_rate": 0.0002,
32
+ "loss": 3.23,
33
+ "step": 40
34
+ },
35
+ {
36
+ "epoch": 0.41,
37
+ "learning_rate": 0.0002,
38
+ "loss": 3.0296,
39
+ "step": 50
40
+ },
41
+ {
42
+ "epoch": 0.49,
43
+ "learning_rate": 0.0002,
44
+ "loss": 2.9953,
45
+ "step": 60
46
+ },
47
+ {
48
+ "epoch": 0.57,
49
+ "learning_rate": 0.0002,
50
+ "loss": 2.9222,
51
+ "step": 70
52
+ },
53
+ {
54
+ "epoch": 0.65,
55
+ "learning_rate": 0.0002,
56
+ "loss": 2.7419,
57
+ "step": 80
58
+ },
59
+ {
60
+ "epoch": 0.73,
61
+ "learning_rate": 0.0002,
62
+ "loss": 2.6997,
63
+ "step": 90
64
+ },
65
+ {
66
+ "epoch": 0.81,
67
+ "learning_rate": 0.0002,
68
+ "loss": 2.6147,
69
+ "step": 100
70
+ },
71
+ {
72
+ "epoch": 0.89,
73
+ "learning_rate": 0.0002,
74
+ "loss": 2.6041,
75
+ "step": 110
76
+ },
77
+ {
78
+ "epoch": 0.98,
79
+ "learning_rate": 0.0002,
80
+ "loss": 2.5295,
81
+ "step": 120
82
+ },
83
+ {
84
+ "epoch": 1.0,
85
+ "eval_loss": 2.1770684719085693,
86
+ "eval_runtime": 5.1953,
87
+ "eval_samples_per_second": 2.887,
88
+ "eval_steps_per_second": 0.385,
89
+ "step": 123
90
+ },
91
+ {
92
+ "epoch": 1.06,
93
+ "learning_rate": 0.0002,
94
+ "loss": 2.5208,
95
+ "step": 130
96
+ },
97
+ {
98
+ "epoch": 1.14,
99
+ "learning_rate": 0.0002,
100
+ "loss": 2.4462,
101
+ "step": 140
102
+ },
103
+ {
104
+ "epoch": 1.22,
105
+ "learning_rate": 0.0002,
106
+ "loss": 2.4549,
107
+ "step": 150
108
+ },
109
+ {
110
+ "epoch": 1.3,
111
+ "learning_rate": 0.0002,
112
+ "loss": 2.5357,
113
+ "step": 160
114
+ },
115
+ {
116
+ "epoch": 1.38,
117
+ "learning_rate": 0.0002,
118
+ "loss": 2.4114,
119
+ "step": 170
120
+ },
121
+ {
122
+ "epoch": 1.46,
123
+ "learning_rate": 0.0002,
124
+ "loss": 2.4,
125
+ "step": 180
126
+ },
127
+ {
128
+ "epoch": 1.54,
129
+ "learning_rate": 0.0002,
130
+ "loss": 2.4352,
131
+ "step": 190
132
+ },
133
+ {
134
+ "epoch": 1.63,
135
+ "learning_rate": 0.0002,
136
+ "loss": 2.4544,
137
+ "step": 200
138
+ },
139
+ {
140
+ "epoch": 1.71,
141
+ "learning_rate": 0.0002,
142
+ "loss": 2.399,
143
+ "step": 210
144
+ },
145
+ {
146
+ "epoch": 1.79,
147
+ "learning_rate": 0.0002,
148
+ "loss": 2.4452,
149
+ "step": 220
150
+ },
151
+ {
152
+ "epoch": 1.87,
153
+ "learning_rate": 0.0002,
154
+ "loss": 2.3952,
155
+ "step": 230
156
+ },
157
+ {
158
+ "epoch": 1.95,
159
+ "learning_rate": 0.0002,
160
+ "loss": 2.4314,
161
+ "step": 240
162
+ },
163
+ {
164
+ "epoch": 2.0,
165
+ "eval_loss": 2.0628561973571777,
166
+ "eval_runtime": 5.0293,
167
+ "eval_samples_per_second": 2.983,
168
+ "eval_steps_per_second": 0.398,
169
+ "step": 246
170
+ }
171
+ ],
172
+ "logging_steps": 10,
173
+ "max_steps": 615,
174
+ "num_input_tokens_seen": 0,
175
+ "num_train_epochs": 5,
176
+ "save_steps": 500,
177
+ "total_flos": 2617504903987200.0,
178
+ "train_batch_size": 4,
179
+ "trial_name": null,
180
+ "trial_params": null
181
+ }
checkpoint-246/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:027f93fe9f4ed34bc8779345d514587b37b6a465e84313d5dbc03b267e40b8c6
3
+ size 4728
checkpoint-369/README.md ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: Felladrin/TinyMistral-248M-SFT-v4
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.7.1
checkpoint-369/adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Felladrin/TinyMistral-248M-SFT-v4",
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": 16,
13
+ "lora_dropout": 0.1,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 64,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "q_proj",
23
+ "v_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM"
26
+ }
checkpoint-369/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cd966921bf96d89482e68304a07cf03d007ee31c992cb983b0a690c4bd64a03
3
+ size 10229984
checkpoint-369/added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<|bos|>": 32000,
3
+ "<|endoftext|>": 32001,
4
+ "[PAD]": 32002
5
+ }
checkpoint-369/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94d4ea7b24f73a17112430cce9be452c4de11bdcdd941a7b88fd12388671eee1
3
+ size 20488058
checkpoint-369/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44ea8a0745a02dc06afae482171bc7bf06f9a7ab04977bd71bc266cbb1fbadc5
3
+ size 14244
checkpoint-369/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:969ddc918e0bbbb4a5ffcf7a3e8c8fb91392a79770f30a42cd91cb839eaafae5
3
+ size 1064
checkpoint-369/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
checkpoint-369/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-369/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
+ size 493443
checkpoint-369/tokenizer_config.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "32000": {
30
+ "content": "<|bos|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "32001": {
38
+ "content": "<|endoftext|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "32002": {
46
+ "content": "[PAD]",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ }
53
+ },
54
+ "additional_special_tokens": [],
55
+ "bos_token": "<s>",
56
+ "clean_up_tokenization_spaces": false,
57
+ "eos_token": "</s>",
58
+ "legacy": true,
59
+ "max_length": 1536,
60
+ "model_max_length": 4096,
61
+ "pad_token": "</s>",
62
+ "sp_model_kwargs": {},
63
+ "spaces_between_special_tokens": false,
64
+ "stride": 0,
65
+ "tokenizer_class": "LlamaTokenizer",
66
+ "truncation_side": "right",
67
+ "truncation_strategy": "longest_first",
68
+ "unk_token": "<unk>",
69
+ "use_default_system_prompt": true
70
+ }
checkpoint-369/trainer_state.json ADDED
@@ -0,0 +1,261 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 369,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.08,
13
+ "learning_rate": 0.0002,
14
+ "loss": 3.4918,
15
+ "step": 10
16
+ },
17
+ {
18
+ "epoch": 0.16,
19
+ "learning_rate": 0.0002,
20
+ "loss": 3.4392,
21
+ "step": 20
22
+ },
23
+ {
24
+ "epoch": 0.24,
25
+ "learning_rate": 0.0002,
26
+ "loss": 3.3662,
27
+ "step": 30
28
+ },
29
+ {
30
+ "epoch": 0.33,
31
+ "learning_rate": 0.0002,
32
+ "loss": 3.23,
33
+ "step": 40
34
+ },
35
+ {
36
+ "epoch": 0.41,
37
+ "learning_rate": 0.0002,
38
+ "loss": 3.0296,
39
+ "step": 50
40
+ },
41
+ {
42
+ "epoch": 0.49,
43
+ "learning_rate": 0.0002,
44
+ "loss": 2.9953,
45
+ "step": 60
46
+ },
47
+ {
48
+ "epoch": 0.57,
49
+ "learning_rate": 0.0002,
50
+ "loss": 2.9222,
51
+ "step": 70
52
+ },
53
+ {
54
+ "epoch": 0.65,
55
+ "learning_rate": 0.0002,
56
+ "loss": 2.7419,
57
+ "step": 80
58
+ },
59
+ {
60
+ "epoch": 0.73,
61
+ "learning_rate": 0.0002,
62
+ "loss": 2.6997,
63
+ "step": 90
64
+ },
65
+ {
66
+ "epoch": 0.81,
67
+ "learning_rate": 0.0002,
68
+ "loss": 2.6147,
69
+ "step": 100
70
+ },
71
+ {
72
+ "epoch": 0.89,
73
+ "learning_rate": 0.0002,
74
+ "loss": 2.6041,
75
+ "step": 110
76
+ },
77
+ {
78
+ "epoch": 0.98,
79
+ "learning_rate": 0.0002,
80
+ "loss": 2.5295,
81
+ "step": 120
82
+ },
83
+ {
84
+ "epoch": 1.0,
85
+ "eval_loss": 2.1770684719085693,
86
+ "eval_runtime": 5.1953,
87
+ "eval_samples_per_second": 2.887,
88
+ "eval_steps_per_second": 0.385,
89
+ "step": 123
90
+ },
91
+ {
92
+ "epoch": 1.06,
93
+ "learning_rate": 0.0002,
94
+ "loss": 2.5208,
95
+ "step": 130
96
+ },
97
+ {
98
+ "epoch": 1.14,
99
+ "learning_rate": 0.0002,
100
+ "loss": 2.4462,
101
+ "step": 140
102
+ },
103
+ {
104
+ "epoch": 1.22,
105
+ "learning_rate": 0.0002,
106
+ "loss": 2.4549,
107
+ "step": 150
108
+ },
109
+ {
110
+ "epoch": 1.3,
111
+ "learning_rate": 0.0002,
112
+ "loss": 2.5357,
113
+ "step": 160
114
+ },
115
+ {
116
+ "epoch": 1.38,
117
+ "learning_rate": 0.0002,
118
+ "loss": 2.4114,
119
+ "step": 170
120
+ },
121
+ {
122
+ "epoch": 1.46,
123
+ "learning_rate": 0.0002,
124
+ "loss": 2.4,
125
+ "step": 180
126
+ },
127
+ {
128
+ "epoch": 1.54,
129
+ "learning_rate": 0.0002,
130
+ "loss": 2.4352,
131
+ "step": 190
132
+ },
133
+ {
134
+ "epoch": 1.63,
135
+ "learning_rate": 0.0002,
136
+ "loss": 2.4544,
137
+ "step": 200
138
+ },
139
+ {
140
+ "epoch": 1.71,
141
+ "learning_rate": 0.0002,
142
+ "loss": 2.399,
143
+ "step": 210
144
+ },
145
+ {
146
+ "epoch": 1.79,
147
+ "learning_rate": 0.0002,
148
+ "loss": 2.4452,
149
+ "step": 220
150
+ },
151
+ {
152
+ "epoch": 1.87,
153
+ "learning_rate": 0.0002,
154
+ "loss": 2.3952,
155
+ "step": 230
156
+ },
157
+ {
158
+ "epoch": 1.95,
159
+ "learning_rate": 0.0002,
160
+ "loss": 2.4314,
161
+ "step": 240
162
+ },
163
+ {
164
+ "epoch": 2.0,
165
+ "eval_loss": 2.0628561973571777,
166
+ "eval_runtime": 5.0293,
167
+ "eval_samples_per_second": 2.983,
168
+ "eval_steps_per_second": 0.398,
169
+ "step": 246
170
+ },
171
+ {
172
+ "epoch": 2.03,
173
+ "learning_rate": 0.0002,
174
+ "loss": 2.4612,
175
+ "step": 250
176
+ },
177
+ {
178
+ "epoch": 2.11,
179
+ "learning_rate": 0.0002,
180
+ "loss": 2.4087,
181
+ "step": 260
182
+ },
183
+ {
184
+ "epoch": 2.2,
185
+ "learning_rate": 0.0002,
186
+ "loss": 2.3681,
187
+ "step": 270
188
+ },
189
+ {
190
+ "epoch": 2.28,
191
+ "learning_rate": 0.0002,
192
+ "loss": 2.3734,
193
+ "step": 280
194
+ },
195
+ {
196
+ "epoch": 2.36,
197
+ "learning_rate": 0.0002,
198
+ "loss": 2.3862,
199
+ "step": 290
200
+ },
201
+ {
202
+ "epoch": 2.44,
203
+ "learning_rate": 0.0002,
204
+ "loss": 2.3411,
205
+ "step": 300
206
+ },
207
+ {
208
+ "epoch": 2.52,
209
+ "learning_rate": 0.0002,
210
+ "loss": 2.3971,
211
+ "step": 310
212
+ },
213
+ {
214
+ "epoch": 2.6,
215
+ "learning_rate": 0.0002,
216
+ "loss": 2.489,
217
+ "step": 320
218
+ },
219
+ {
220
+ "epoch": 2.68,
221
+ "learning_rate": 0.0002,
222
+ "loss": 2.4349,
223
+ "step": 330
224
+ },
225
+ {
226
+ "epoch": 2.76,
227
+ "learning_rate": 0.0002,
228
+ "loss": 2.381,
229
+ "step": 340
230
+ },
231
+ {
232
+ "epoch": 2.85,
233
+ "learning_rate": 0.0002,
234
+ "loss": 2.3873,
235
+ "step": 350
236
+ },
237
+ {
238
+ "epoch": 2.93,
239
+ "learning_rate": 0.0002,
240
+ "loss": 2.403,
241
+ "step": 360
242
+ },
243
+ {
244
+ "epoch": 3.0,
245
+ "eval_loss": 2.0353705883026123,
246
+ "eval_runtime": 4.9843,
247
+ "eval_samples_per_second": 3.009,
248
+ "eval_steps_per_second": 0.401,
249
+ "step": 369
250
+ }
251
+ ],
252
+ "logging_steps": 10,
253
+ "max_steps": 615,
254
+ "num_input_tokens_seen": 0,
255
+ "num_train_epochs": 5,
256
+ "save_steps": 500,
257
+ "total_flos": 3926257355980800.0,
258
+ "train_batch_size": 4,
259
+ "trial_name": null,
260
+ "trial_params": null
261
+ }
checkpoint-369/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:027f93fe9f4ed34bc8779345d514587b37b6a465e84313d5dbc03b267e40b8c6
3
+ size 4728
checkpoint-492/README.md ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: Felladrin/TinyMistral-248M-SFT-v4
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.7.1
checkpoint-492/adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Felladrin/TinyMistral-248M-SFT-v4",
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": 16,
13
+ "lora_dropout": 0.1,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 64,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "q_proj",
23
+ "v_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM"
26
+ }
checkpoint-492/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc5b28c8c28356c9a86e387f24723b4e6c653b6d5cb75d4780cc69d757ef2238
3
+ size 10229984
checkpoint-492/added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<|bos|>": 32000,
3
+ "<|endoftext|>": 32001,
4
+ "[PAD]": 32002
5
+ }
checkpoint-492/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc11a2f1aeb20086f096e44184e1fd44677a9803675db146cd8f5042bb2deba4
3
+ size 20488058
checkpoint-492/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47e67b8e532a9a9b16712cc8467978ed864587764ef0adb11f297b2fbc74e775
3
+ size 14244
checkpoint-492/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b9482513f10cae8ca6f5b03ee0d244ed183fd0495f64decbf85ee03f2493197
3
+ size 1064