End of training
Browse files- README.md +164 -0
- adapter_config.json +34 -0
- adapter_model.bin +3 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +3 -0
- config.json +32 -0
- last-checkpoint/README.md +202 -0
- last-checkpoint/adapter_config.json +34 -0
- last-checkpoint/adapter_model.safetensors +3 -0
- last-checkpoint/added_tokens.json +3 -0
- last-checkpoint/merges.txt +0 -0
- last-checkpoint/optimizer.pt +3 -0
- last-checkpoint/rng_state_0.pth +3 -0
- last-checkpoint/rng_state_1.pth +3 -0
- last-checkpoint/rng_state_2.pth +3 -0
- last-checkpoint/rng_state_3.pth +3 -0
- last-checkpoint/scheduler.pt +3 -0
- last-checkpoint/special_tokens_map.json +43 -0
- last-checkpoint/tokenizer.json +0 -0
- last-checkpoint/tokenizer_config.json +186 -0
- last-checkpoint/trainer_state.json +633 -0
- last-checkpoint/training_args.bin +3 -0
- last-checkpoint/vocab.json +0 -0
- merges.txt +0 -0
- special_tokens_map.json +43 -0
- tokenizer.json +0 -0
- tokenizer_config.json +186 -0
- training_args.bin +3 -0
- vocab.json +0 -0
README.md
ADDED
@@ -0,0 +1,164 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: unsloth/SmolLM2-1.7B
|
5 |
+
tags:
|
6 |
+
- axolotl
|
7 |
+
- generated_from_trainer
|
8 |
+
model-index:
|
9 |
+
- name: 954af837-43ba-4a04-83ae-6a95562cba53
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
[<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
|
17 |
+
<details><summary>See axolotl config</summary>
|
18 |
+
|
19 |
+
axolotl version: `0.4.1`
|
20 |
+
```yaml
|
21 |
+
adapter: lora
|
22 |
+
base_model: unsloth/SmolLM2-1.7B
|
23 |
+
bf16: auto
|
24 |
+
chat_template: llama3
|
25 |
+
dataset_prepared_path: null
|
26 |
+
datasets:
|
27 |
+
- data_files:
|
28 |
+
- 8492dab84eb4a872_train_data.json
|
29 |
+
ds_type: json
|
30 |
+
format: custom
|
31 |
+
path: /workspace/input_data/8492dab84eb4a872_train_data.json
|
32 |
+
type:
|
33 |
+
field_input: Abstract
|
34 |
+
field_instruction: Title
|
35 |
+
field_output: Hypothesis
|
36 |
+
format: '{instruction} {input}'
|
37 |
+
no_input_format: '{instruction}'
|
38 |
+
system_format: '{system}'
|
39 |
+
system_prompt: ''
|
40 |
+
debug: null
|
41 |
+
deepspeed: null
|
42 |
+
device_map: auto
|
43 |
+
do_eval: true
|
44 |
+
early_stopping_patience: null
|
45 |
+
eval_batch_size: 2
|
46 |
+
eval_max_new_tokens: 128
|
47 |
+
eval_steps: null
|
48 |
+
eval_table_size: null
|
49 |
+
evals_per_epoch: 4
|
50 |
+
flash_attention: true
|
51 |
+
fp16: false
|
52 |
+
fsdp: null
|
53 |
+
fsdp_config: null
|
54 |
+
gradient_accumulation_steps: 4
|
55 |
+
gradient_checkpointing: false
|
56 |
+
group_by_length: true
|
57 |
+
hub_model_id: null
|
58 |
+
hub_repo: null
|
59 |
+
hub_strategy: checkpoint
|
60 |
+
hub_token: null
|
61 |
+
learning_rate: 0.0001
|
62 |
+
load_in_4bit: false
|
63 |
+
load_in_8bit: false
|
64 |
+
local_rank: null
|
65 |
+
logging_steps: 5
|
66 |
+
lora_alpha: 16
|
67 |
+
lora_dropout: 0.05
|
68 |
+
lora_fan_in_fan_out: null
|
69 |
+
lora_model_dir: null
|
70 |
+
lora_r: 8
|
71 |
+
lora_target_linear: true
|
72 |
+
lr_scheduler: cosine
|
73 |
+
max_grad_norm: 1.0
|
74 |
+
max_memory:
|
75 |
+
0: 75GB
|
76 |
+
max_steps: 400
|
77 |
+
micro_batch_size: 2
|
78 |
+
mlflow_experiment_name: /tmp/8492dab84eb4a872_train_data.json
|
79 |
+
model_type: AutoModelForCausalLM
|
80 |
+
num_epochs: 1
|
81 |
+
optimizer: adamw_bnb_8bit
|
82 |
+
output_dir: miner_id_24
|
83 |
+
pad_to_sequence_len: true
|
84 |
+
resume_from_checkpoint: null
|
85 |
+
s2_attention: null
|
86 |
+
sample_packing: false
|
87 |
+
save_steps: null
|
88 |
+
saves_per_epoch: null
|
89 |
+
sequence_len: 1024
|
90 |
+
strict: false
|
91 |
+
tf32: false
|
92 |
+
tokenizer_type: AutoTokenizer
|
93 |
+
train_on_inputs: false
|
94 |
+
trust_remote_code: true
|
95 |
+
val_set_size: 0.05
|
96 |
+
wandb_entity: sn56-miner
|
97 |
+
wandb_mode: disabled
|
98 |
+
wandb_name: null
|
99 |
+
wandb_project: god
|
100 |
+
wandb_run: jgtn
|
101 |
+
wandb_runid: null
|
102 |
+
warmup_steps: 30
|
103 |
+
weight_decay: 0.0
|
104 |
+
xformers_attention: null
|
105 |
+
|
106 |
+
```
|
107 |
+
|
108 |
+
</details><br>
|
109 |
+
|
110 |
+
# 954af837-43ba-4a04-83ae-6a95562cba53
|
111 |
+
|
112 |
+
This model is a fine-tuned version of [unsloth/SmolLM2-1.7B](https://huggingface.co/unsloth/SmolLM2-1.7B) on the None dataset.
|
113 |
+
It achieves the following results on the evaluation set:
|
114 |
+
- Loss: 0.2801
|
115 |
+
|
116 |
+
## Model description
|
117 |
+
|
118 |
+
More information needed
|
119 |
+
|
120 |
+
## Intended uses & limitations
|
121 |
+
|
122 |
+
More information needed
|
123 |
+
|
124 |
+
## Training and evaluation data
|
125 |
+
|
126 |
+
More information needed
|
127 |
+
|
128 |
+
## Training procedure
|
129 |
+
|
130 |
+
### Training hyperparameters
|
131 |
+
|
132 |
+
The following hyperparameters were used during training:
|
133 |
+
- learning_rate: 0.0001
|
134 |
+
- train_batch_size: 2
|
135 |
+
- eval_batch_size: 2
|
136 |
+
- seed: 42
|
137 |
+
- distributed_type: multi-GPU
|
138 |
+
- num_devices: 4
|
139 |
+
- gradient_accumulation_steps: 4
|
140 |
+
- total_train_batch_size: 32
|
141 |
+
- total_eval_batch_size: 8
|
142 |
+
- optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
143 |
+
- lr_scheduler_type: cosine
|
144 |
+
- lr_scheduler_warmup_steps: 30
|
145 |
+
- training_steps: 400
|
146 |
+
|
147 |
+
### Training results
|
148 |
+
|
149 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
150 |
+
|:-------------:|:------:|:----:|:---------------:|
|
151 |
+
| No log | 0.0002 | 1 | 5.2897 |
|
152 |
+
| 0.2992 | 0.0241 | 100 | 0.3022 |
|
153 |
+
| 0.2816 | 0.0482 | 200 | 0.2892 |
|
154 |
+
| 0.2721 | 0.0723 | 300 | 0.2829 |
|
155 |
+
| 0.2686 | 0.0964 | 400 | 0.2801 |
|
156 |
+
|
157 |
+
|
158 |
+
### Framework versions
|
159 |
+
|
160 |
+
- PEFT 0.13.2
|
161 |
+
- Transformers 4.46.0
|
162 |
+
- Pytorch 2.5.0+cu124
|
163 |
+
- Datasets 3.0.1
|
164 |
+
- Tokenizers 0.20.1
|
adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "unsloth/SmolLM2-1.7B",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": null,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 16,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 8,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"o_proj",
|
24 |
+
"up_proj",
|
25 |
+
"gate_proj",
|
26 |
+
"k_proj",
|
27 |
+
"down_proj",
|
28 |
+
"v_proj",
|
29 |
+
"q_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad250ea91f469a2d422547e6592885c9c097442d66140b61c71446e8045d4e76
|
3 |
+
size 36296778
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1bbc60832ebd41a3d138f5e8e46541fd0c96a0e68aa78d212195a513ad7f63eb
|
3 |
+
size 36220072
|
added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|PAD_TOKEN|>": 49152
|
3 |
+
}
|
config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_attn_implementation_autoset": true,
|
3 |
+
"_name_or_path": "unsloth/SmolLM2-1.7B",
|
4 |
+
"architectures": [
|
5 |
+
"LlamaForCausalLM"
|
6 |
+
],
|
7 |
+
"attention_bias": false,
|
8 |
+
"attention_dropout": 0.0,
|
9 |
+
"bos_token_id": 0,
|
10 |
+
"eos_token_id": 0,
|
11 |
+
"head_dim": 64,
|
12 |
+
"hidden_act": "silu",
|
13 |
+
"hidden_size": 2048,
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"intermediate_size": 8192,
|
16 |
+
"max_position_embeddings": 8192,
|
17 |
+
"mlp_bias": false,
|
18 |
+
"model_type": "llama",
|
19 |
+
"num_attention_heads": 32,
|
20 |
+
"num_hidden_layers": 24,
|
21 |
+
"num_key_value_heads": 32,
|
22 |
+
"pad_token_id": 49152,
|
23 |
+
"pretraining_tp": 1,
|
24 |
+
"rms_norm_eps": 1e-05,
|
25 |
+
"rope_scaling": null,
|
26 |
+
"rope_theta": 130000,
|
27 |
+
"tie_word_embeddings": true,
|
28 |
+
"torch_dtype": "bfloat16",
|
29 |
+
"transformers_version": "4.46.0",
|
30 |
+
"use_cache": false,
|
31 |
+
"vocab_size": 49153
|
32 |
+
}
|
last-checkpoint/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: unsloth/SmolLM2-1.7B
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.13.2
|
last-checkpoint/adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "unsloth/SmolLM2-1.7B",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": null,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 16,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 8,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"o_proj",
|
24 |
+
"up_proj",
|
25 |
+
"gate_proj",
|
26 |
+
"k_proj",
|
27 |
+
"down_proj",
|
28 |
+
"v_proj",
|
29 |
+
"q_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
last-checkpoint/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1bbc60832ebd41a3d138f5e8e46541fd0c96a0e68aa78d212195a513ad7f63eb
|
3 |
+
size 36220072
|
last-checkpoint/added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|PAD_TOKEN|>": 49152
|
3 |
+
}
|
last-checkpoint/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:476b9ef7b86c2610dabb6b350d8678d5a4318fcb7da9215383a136e6bee2ee30
|
3 |
+
size 18764180
|
last-checkpoint/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6368ffbaff39970f20140541e39e6604af9902386d5abb90f05154bd04c68169
|
3 |
+
size 14960
|
last-checkpoint/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7853128e3c071580d6b25d6d39c0fc8dd776b23cf24b0d31f29c04abd4d379b9
|
3 |
+
size 15024
|
last-checkpoint/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e47edca928ff5f83dbb41b9469c4be4e71c95a627199a80a64aa3ab1a2d2ca96
|
3 |
+
size 15024
|
last-checkpoint/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1aa17b47a32ba63b196ab73547584b3976019b620024f1fe7dc52c031f409ffa
|
3 |
+
size 15024
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:705cabf5cbc3a6ab0feb67c77b9b453d59efcc939ce90d310af96e621810f990
|
3 |
+
size 1064
|
last-checkpoint/special_tokens_map.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|endoftext|>",
|
4 |
+
"<|im_start|>",
|
5 |
+
"<|im_end|>",
|
6 |
+
"<repo_name>",
|
7 |
+
"<reponame>",
|
8 |
+
"<file_sep>",
|
9 |
+
"<filename>",
|
10 |
+
"<gh_stars>",
|
11 |
+
"<issue_start>",
|
12 |
+
"<issue_comment>",
|
13 |
+
"<issue_closed>",
|
14 |
+
"<jupyter_start>",
|
15 |
+
"<jupyter_text>",
|
16 |
+
"<jupyter_code>",
|
17 |
+
"<jupyter_output>",
|
18 |
+
"<jupyter_script>",
|
19 |
+
"<empty_output>"
|
20 |
+
],
|
21 |
+
"bos_token": {
|
22 |
+
"content": "<|endoftext|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false
|
27 |
+
},
|
28 |
+
"eos_token": {
|
29 |
+
"content": "<|endoftext|>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": false,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false
|
34 |
+
},
|
35 |
+
"pad_token": {
|
36 |
+
"content": "<|PAD_TOKEN|>",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false
|
41 |
+
},
|
42 |
+
"unk_token": "�"
|
43 |
+
}
|
last-checkpoint/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
last-checkpoint/tokenizer_config.json
ADDED
@@ -0,0 +1,186 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"0": {
|
5 |
+
"content": "<|endoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"1": {
|
13 |
+
"content": "<|im_start|>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"2": {
|
21 |
+
"content": "<|im_end|>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
},
|
28 |
+
"3": {
|
29 |
+
"content": "<repo_name>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": false,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false,
|
34 |
+
"special": true
|
35 |
+
},
|
36 |
+
"4": {
|
37 |
+
"content": "<reponame>",
|
38 |
+
"lstrip": false,
|
39 |
+
"normalized": false,
|
40 |
+
"rstrip": false,
|
41 |
+
"single_word": false,
|
42 |
+
"special": true
|
43 |
+
},
|
44 |
+
"5": {
|
45 |
+
"content": "<file_sep>",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": false,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false,
|
50 |
+
"special": true
|
51 |
+
},
|
52 |
+
"6": {
|
53 |
+
"content": "<filename>",
|
54 |
+
"lstrip": false,
|
55 |
+
"normalized": false,
|
56 |
+
"rstrip": false,
|
57 |
+
"single_word": false,
|
58 |
+
"special": true
|
59 |
+
},
|
60 |
+
"7": {
|
61 |
+
"content": "<gh_stars>",
|
62 |
+
"lstrip": false,
|
63 |
+
"normalized": false,
|
64 |
+
"rstrip": false,
|
65 |
+
"single_word": false,
|
66 |
+
"special": true
|
67 |
+
},
|
68 |
+
"8": {
|
69 |
+
"content": "<issue_start>",
|
70 |
+
"lstrip": false,
|
71 |
+
"normalized": false,
|
72 |
+
"rstrip": false,
|
73 |
+
"single_word": false,
|
74 |
+
"special": true
|
75 |
+
},
|
76 |
+
"9": {
|
77 |
+
"content": "<issue_comment>",
|
78 |
+
"lstrip": false,
|
79 |
+
"normalized": false,
|
80 |
+
"rstrip": false,
|
81 |
+
"single_word": false,
|
82 |
+
"special": true
|
83 |
+
},
|
84 |
+
"10": {
|
85 |
+
"content": "<issue_closed>",
|
86 |
+
"lstrip": false,
|
87 |
+
"normalized": false,
|
88 |
+
"rstrip": false,
|
89 |
+
"single_word": false,
|
90 |
+
"special": true
|
91 |
+
},
|
92 |
+
"11": {
|
93 |
+
"content": "<jupyter_start>",
|
94 |
+
"lstrip": false,
|
95 |
+
"normalized": false,
|
96 |
+
"rstrip": false,
|
97 |
+
"single_word": false,
|
98 |
+
"special": true
|
99 |
+
},
|
100 |
+
"12": {
|
101 |
+
"content": "<jupyter_text>",
|
102 |
+
"lstrip": false,
|
103 |
+
"normalized": false,
|
104 |
+
"rstrip": false,
|
105 |
+
"single_word": false,
|
106 |
+
"special": true
|
107 |
+
},
|
108 |
+
"13": {
|
109 |
+
"content": "<jupyter_code>",
|
110 |
+
"lstrip": false,
|
111 |
+
"normalized": false,
|
112 |
+
"rstrip": false,
|
113 |
+
"single_word": false,
|
114 |
+
"special": true
|
115 |
+
},
|
116 |
+
"14": {
|
117 |
+
"content": "<jupyter_output>",
|
118 |
+
"lstrip": false,
|
119 |
+
"normalized": false,
|
120 |
+
"rstrip": false,
|
121 |
+
"single_word": false,
|
122 |
+
"special": true
|
123 |
+
},
|
124 |
+
"15": {
|
125 |
+
"content": "<jupyter_script>",
|
126 |
+
"lstrip": false,
|
127 |
+
"normalized": false,
|
128 |
+
"rstrip": false,
|
129 |
+
"single_word": false,
|
130 |
+
"special": true
|
131 |
+
},
|
132 |
+
"16": {
|
133 |
+
"content": "<empty_output>",
|
134 |
+
"lstrip": false,
|
135 |
+
"normalized": false,
|
136 |
+
"rstrip": false,
|
137 |
+
"single_word": false,
|
138 |
+
"special": true
|
139 |
+
},
|
140 |
+
"24211": {
|
141 |
+
"content": "�",
|
142 |
+
"lstrip": false,
|
143 |
+
"normalized": false,
|
144 |
+
"rstrip": false,
|
145 |
+
"single_word": false,
|
146 |
+
"special": true
|
147 |
+
},
|
148 |
+
"49152": {
|
149 |
+
"content": "<|PAD_TOKEN|>",
|
150 |
+
"lstrip": false,
|
151 |
+
"normalized": false,
|
152 |
+
"rstrip": false,
|
153 |
+
"single_word": false,
|
154 |
+
"special": true
|
155 |
+
}
|
156 |
+
},
|
157 |
+
"additional_special_tokens": [
|
158 |
+
"<|endoftext|>",
|
159 |
+
"<|im_start|>",
|
160 |
+
"<|im_end|>",
|
161 |
+
"<repo_name>",
|
162 |
+
"<reponame>",
|
163 |
+
"<file_sep>",
|
164 |
+
"<filename>",
|
165 |
+
"<gh_stars>",
|
166 |
+
"<issue_start>",
|
167 |
+
"<issue_comment>",
|
168 |
+
"<issue_closed>",
|
169 |
+
"<jupyter_start>",
|
170 |
+
"<jupyter_text>",
|
171 |
+
"<jupyter_code>",
|
172 |
+
"<jupyter_output>",
|
173 |
+
"<jupyter_script>",
|
174 |
+
"<empty_output>"
|
175 |
+
],
|
176 |
+
"bos_token": "<|endoftext|>",
|
177 |
+
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
|
178 |
+
"clean_up_tokenization_spaces": false,
|
179 |
+
"eos_token": "<|endoftext|>",
|
180 |
+
"model_max_length": 8192,
|
181 |
+
"pad_token": "<|PAD_TOKEN|>",
|
182 |
+
"padding_side": "left",
|
183 |
+
"tokenizer_class": "GPT2Tokenizer",
|
184 |
+
"unk_token": "�",
|
185 |
+
"vocab_size": 49152
|
186 |
+
}
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,633 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.09637393085170462,
|
5 |
+
"eval_steps": 100,
|
6 |
+
"global_step": 400,
|
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.00024093482712926153,
|
13 |
+
"eval_loss": 5.2897210121154785,
|
14 |
+
"eval_runtime": 49.6033,
|
15 |
+
"eval_samples_per_second": 140.918,
|
16 |
+
"eval_steps_per_second": 17.62,
|
17 |
+
"step": 1
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.0012046741356463078,
|
21 |
+
"grad_norm": 1.0501099824905396,
|
22 |
+
"learning_rate": 1.6666666666666667e-05,
|
23 |
+
"loss": 5.2061,
|
24 |
+
"step": 5
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.0024093482712926155,
|
28 |
+
"grad_norm": 0.9017743468284607,
|
29 |
+
"learning_rate": 3.3333333333333335e-05,
|
30 |
+
"loss": 5.2067,
|
31 |
+
"step": 10
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.003614022406938923,
|
35 |
+
"grad_norm": 1.2880569696426392,
|
36 |
+
"learning_rate": 5e-05,
|
37 |
+
"loss": 5.246,
|
38 |
+
"step": 15
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.004818696542585231,
|
42 |
+
"grad_norm": 1.3013567924499512,
|
43 |
+
"learning_rate": 6.666666666666667e-05,
|
44 |
+
"loss": 4.9928,
|
45 |
+
"step": 20
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.006023370678231539,
|
49 |
+
"grad_norm": 1.3073419332504272,
|
50 |
+
"learning_rate": 8.333333333333334e-05,
|
51 |
+
"loss": 4.7026,
|
52 |
+
"step": 25
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.007228044813877846,
|
56 |
+
"grad_norm": 1.76248037815094,
|
57 |
+
"learning_rate": 0.0001,
|
58 |
+
"loss": 4.2688,
|
59 |
+
"step": 30
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.008432718949524154,
|
63 |
+
"grad_norm": 1.6442067623138428,
|
64 |
+
"learning_rate": 9.995494831023409e-05,
|
65 |
+
"loss": 3.4073,
|
66 |
+
"step": 35
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.009637393085170462,
|
70 |
+
"grad_norm": 1.499051809310913,
|
71 |
+
"learning_rate": 9.981987442712633e-05,
|
72 |
+
"loss": 2.7618,
|
73 |
+
"step": 40
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.01084206722081677,
|
77 |
+
"grad_norm": 1.3366233110427856,
|
78 |
+
"learning_rate": 9.959502176294383e-05,
|
79 |
+
"loss": 1.8808,
|
80 |
+
"step": 45
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.012046741356463078,
|
84 |
+
"grad_norm": 1.3299202919006348,
|
85 |
+
"learning_rate": 9.928079551738543e-05,
|
86 |
+
"loss": 1.3071,
|
87 |
+
"step": 50
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.013251415492109385,
|
91 |
+
"grad_norm": 1.0938165187835693,
|
92 |
+
"learning_rate": 9.887776194738432e-05,
|
93 |
+
"loss": 0.8839,
|
94 |
+
"step": 55
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.014456089627755691,
|
98 |
+
"grad_norm": 1.5741374492645264,
|
99 |
+
"learning_rate": 9.838664734667495e-05,
|
100 |
+
"loss": 0.6882,
|
101 |
+
"step": 60
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.015660763763402,
|
105 |
+
"grad_norm": 1.5812095403671265,
|
106 |
+
"learning_rate": 9.780833673696254e-05,
|
107 |
+
"loss": 0.5109,
|
108 |
+
"step": 65
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.01686543789904831,
|
112 |
+
"grad_norm": 1.116866111755371,
|
113 |
+
"learning_rate": 9.714387227305422e-05,
|
114 |
+
"loss": 0.3742,
|
115 |
+
"step": 70
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.018070112034694615,
|
119 |
+
"grad_norm": 1.1462064981460571,
|
120 |
+
"learning_rate": 9.639445136482548e-05,
|
121 |
+
"loss": 0.3226,
|
122 |
+
"step": 75
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.019274786170340924,
|
126 |
+
"grad_norm": 1.208228588104248,
|
127 |
+
"learning_rate": 9.55614245194068e-05,
|
128 |
+
"loss": 0.3124,
|
129 |
+
"step": 80
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.02047946030598723,
|
133 |
+
"grad_norm": 1.1284897327423096,
|
134 |
+
"learning_rate": 9.464629290747842e-05,
|
135 |
+
"loss": 0.291,
|
136 |
+
"step": 85
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.02168413444163354,
|
140 |
+
"grad_norm": 0.9293462634086609,
|
141 |
+
"learning_rate": 9.365070565805941e-05,
|
142 |
+
"loss": 0.3135,
|
143 |
+
"step": 90
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.022888808577279846,
|
147 |
+
"grad_norm": 1.147952675819397,
|
148 |
+
"learning_rate": 9.257645688666556e-05,
|
149 |
+
"loss": 0.2827,
|
150 |
+
"step": 95
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.024093482712926155,
|
154 |
+
"grad_norm": 0.8131073117256165,
|
155 |
+
"learning_rate": 9.142548246219212e-05,
|
156 |
+
"loss": 0.2992,
|
157 |
+
"step": 100
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.024093482712926155,
|
161 |
+
"eval_loss": 0.30220097303390503,
|
162 |
+
"eval_runtime": 49.727,
|
163 |
+
"eval_samples_per_second": 140.567,
|
164 |
+
"eval_steps_per_second": 17.576,
|
165 |
+
"step": 100
|
166 |
+
},
|
167 |
+
{
|
168 |
+
"epoch": 0.02529815684857246,
|
169 |
+
"grad_norm": 0.8790974020957947,
|
170 |
+
"learning_rate": 9.019985651834703e-05,
|
171 |
+
"loss": 0.3103,
|
172 |
+
"step": 105
|
173 |
+
},
|
174 |
+
{
|
175 |
+
"epoch": 0.02650283098421877,
|
176 |
+
"grad_norm": 0.6411612629890442,
|
177 |
+
"learning_rate": 8.890178771592199e-05,
|
178 |
+
"loss": 0.2806,
|
179 |
+
"step": 110
|
180 |
+
},
|
181 |
+
{
|
182 |
+
"epoch": 0.027707505119865077,
|
183 |
+
"grad_norm": 0.6550126671791077,
|
184 |
+
"learning_rate": 8.753361526263621e-05,
|
185 |
+
"loss": 0.2977,
|
186 |
+
"step": 115
|
187 |
+
},
|
188 |
+
{
|
189 |
+
"epoch": 0.028912179255511383,
|
190 |
+
"grad_norm": 0.729946494102478,
|
191 |
+
"learning_rate": 8.609780469772623e-05,
|
192 |
+
"loss": 0.278,
|
193 |
+
"step": 120
|
194 |
+
},
|
195 |
+
{
|
196 |
+
"epoch": 0.030116853391157692,
|
197 |
+
"grad_norm": 0.673554539680481,
|
198 |
+
"learning_rate": 8.459694344887732e-05,
|
199 |
+
"loss": 0.3069,
|
200 |
+
"step": 125
|
201 |
+
},
|
202 |
+
{
|
203 |
+
"epoch": 0.031321527526804,
|
204 |
+
"grad_norm": 0.5400055646896362,
|
205 |
+
"learning_rate": 8.303373616950408e-05,
|
206 |
+
"loss": 0.2697,
|
207 |
+
"step": 130
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"epoch": 0.03252620166245031,
|
211 |
+
"grad_norm": 0.5848944783210754,
|
212 |
+
"learning_rate": 8.141099986478212e-05,
|
213 |
+
"loss": 0.2821,
|
214 |
+
"step": 135
|
215 |
+
},
|
216 |
+
{
|
217 |
+
"epoch": 0.03373087579809662,
|
218 |
+
"grad_norm": 0.6077755093574524,
|
219 |
+
"learning_rate": 7.973165881521434e-05,
|
220 |
+
"loss": 0.3083,
|
221 |
+
"step": 140
|
222 |
+
},
|
223 |
+
{
|
224 |
+
"epoch": 0.03493554993374292,
|
225 |
+
"grad_norm": 0.6799314618110657,
|
226 |
+
"learning_rate": 7.799873930687978e-05,
|
227 |
+
"loss": 0.2677,
|
228 |
+
"step": 145
|
229 |
+
},
|
230 |
+
{
|
231 |
+
"epoch": 0.03614022406938923,
|
232 |
+
"grad_norm": 0.8506907224655151,
|
233 |
+
"learning_rate": 7.621536417786159e-05,
|
234 |
+
"loss": 0.2917,
|
235 |
+
"step": 150
|
236 |
+
},
|
237 |
+
{
|
238 |
+
"epoch": 0.03734489820503554,
|
239 |
+
"grad_norm": 0.7229334712028503,
|
240 |
+
"learning_rate": 7.438474719068173e-05,
|
241 |
+
"loss": 0.2842,
|
242 |
+
"step": 155
|
243 |
+
},
|
244 |
+
{
|
245 |
+
"epoch": 0.03854957234068185,
|
246 |
+
"grad_norm": 0.5894433259963989,
|
247 |
+
"learning_rate": 7.251018724088367e-05,
|
248 |
+
"loss": 0.2929,
|
249 |
+
"step": 160
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.03975424647632815,
|
253 |
+
"grad_norm": 0.4831799864768982,
|
254 |
+
"learning_rate": 7.059506241219965e-05,
|
255 |
+
"loss": 0.2746,
|
256 |
+
"step": 165
|
257 |
+
},
|
258 |
+
{
|
259 |
+
"epoch": 0.04095892061197446,
|
260 |
+
"grad_norm": 0.6661810278892517,
|
261 |
+
"learning_rate": 6.864282388901544e-05,
|
262 |
+
"loss": 0.2661,
|
263 |
+
"step": 170
|
264 |
+
},
|
265 |
+
{
|
266 |
+
"epoch": 0.04216359474762077,
|
267 |
+
"grad_norm": 0.655542254447937,
|
268 |
+
"learning_rate": 6.665698973710288e-05,
|
269 |
+
"loss": 0.2984,
|
270 |
+
"step": 175
|
271 |
+
},
|
272 |
+
{
|
273 |
+
"epoch": 0.04336826888326708,
|
274 |
+
"grad_norm": 0.6977773308753967,
|
275 |
+
"learning_rate": 6.464113856382752e-05,
|
276 |
+
"loss": 0.2716,
|
277 |
+
"step": 180
|
278 |
+
},
|
279 |
+
{
|
280 |
+
"epoch": 0.04457294301891338,
|
281 |
+
"grad_norm": 0.7483444213867188,
|
282 |
+
"learning_rate": 6.259890306925627e-05,
|
283 |
+
"loss": 0.2806,
|
284 |
+
"step": 185
|
285 |
+
},
|
286 |
+
{
|
287 |
+
"epoch": 0.04577761715455969,
|
288 |
+
"grad_norm": 0.6179220080375671,
|
289 |
+
"learning_rate": 6.0533963499786314e-05,
|
290 |
+
"loss": 0.2644,
|
291 |
+
"step": 190
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"epoch": 0.046982291290206,
|
295 |
+
"grad_norm": 0.7248973846435547,
|
296 |
+
"learning_rate": 5.8450041016092464e-05,
|
297 |
+
"loss": 0.2754,
|
298 |
+
"step": 195
|
299 |
+
},
|
300 |
+
{
|
301 |
+
"epoch": 0.04818696542585231,
|
302 |
+
"grad_norm": 0.5180511474609375,
|
303 |
+
"learning_rate": 5.6350890987343944e-05,
|
304 |
+
"loss": 0.2816,
|
305 |
+
"step": 200
|
306 |
+
},
|
307 |
+
{
|
308 |
+
"epoch": 0.04818696542585231,
|
309 |
+
"eval_loss": 0.2891940772533417,
|
310 |
+
"eval_runtime": 49.7145,
|
311 |
+
"eval_samples_per_second": 140.603,
|
312 |
+
"eval_steps_per_second": 17.58,
|
313 |
+
"step": 200
|
314 |
+
},
|
315 |
+
{
|
316 |
+
"epoch": 0.04939163956149861,
|
317 |
+
"grad_norm": 0.717217743396759,
|
318 |
+
"learning_rate": 5.4240296223775465e-05,
|
319 |
+
"loss": 0.2947,
|
320 |
+
"step": 205
|
321 |
+
},
|
322 |
+
{
|
323 |
+
"epoch": 0.05059631369714492,
|
324 |
+
"grad_norm": 0.8364290595054626,
|
325 |
+
"learning_rate": 5.212206015980742e-05,
|
326 |
+
"loss": 0.2726,
|
327 |
+
"step": 210
|
328 |
+
},
|
329 |
+
{
|
330 |
+
"epoch": 0.05180098783279123,
|
331 |
+
"grad_norm": 0.5089383721351624,
|
332 |
+
"learning_rate": 5e-05,
|
333 |
+
"loss": 0.2751,
|
334 |
+
"step": 215
|
335 |
+
},
|
336 |
+
{
|
337 |
+
"epoch": 0.05300566196843754,
|
338 |
+
"grad_norm": 0.6700091361999512,
|
339 |
+
"learning_rate": 4.78779398401926e-05,
|
340 |
+
"loss": 0.2774,
|
341 |
+
"step": 220
|
342 |
+
},
|
343 |
+
{
|
344 |
+
"epoch": 0.054210336104083844,
|
345 |
+
"grad_norm": 0.4948834180831909,
|
346 |
+
"learning_rate": 4.575970377622456e-05,
|
347 |
+
"loss": 0.281,
|
348 |
+
"step": 225
|
349 |
+
},
|
350 |
+
{
|
351 |
+
"epoch": 0.05541501023973015,
|
352 |
+
"grad_norm": 0.3750030994415283,
|
353 |
+
"learning_rate": 4.364910901265606e-05,
|
354 |
+
"loss": 0.2616,
|
355 |
+
"step": 230
|
356 |
+
},
|
357 |
+
{
|
358 |
+
"epoch": 0.05661968437537646,
|
359 |
+
"grad_norm": 0.5234203338623047,
|
360 |
+
"learning_rate": 4.1549958983907555e-05,
|
361 |
+
"loss": 0.2533,
|
362 |
+
"step": 235
|
363 |
+
},
|
364 |
+
{
|
365 |
+
"epoch": 0.057824358511022765,
|
366 |
+
"grad_norm": 0.6091147661209106,
|
367 |
+
"learning_rate": 3.94660365002137e-05,
|
368 |
+
"loss": 0.2839,
|
369 |
+
"step": 240
|
370 |
+
},
|
371 |
+
{
|
372 |
+
"epoch": 0.059029032646669075,
|
373 |
+
"grad_norm": 0.47072502970695496,
|
374 |
+
"learning_rate": 3.740109693074375e-05,
|
375 |
+
"loss": 0.2761,
|
376 |
+
"step": 245
|
377 |
+
},
|
378 |
+
{
|
379 |
+
"epoch": 0.060233706782315384,
|
380 |
+
"grad_norm": 0.39634305238723755,
|
381 |
+
"learning_rate": 3.5358861436172485e-05,
|
382 |
+
"loss": 0.2782,
|
383 |
+
"step": 250
|
384 |
+
},
|
385 |
+
{
|
386 |
+
"epoch": 0.061438380917961694,
|
387 |
+
"grad_norm": 0.4202629327774048,
|
388 |
+
"learning_rate": 3.334301026289712e-05,
|
389 |
+
"loss": 0.2804,
|
390 |
+
"step": 255
|
391 |
+
},
|
392 |
+
{
|
393 |
+
"epoch": 0.062643055053608,
|
394 |
+
"grad_norm": 0.6114380955696106,
|
395 |
+
"learning_rate": 3.135717611098458e-05,
|
396 |
+
"loss": 0.2726,
|
397 |
+
"step": 260
|
398 |
+
},
|
399 |
+
{
|
400 |
+
"epoch": 0.06384772918925431,
|
401 |
+
"grad_norm": 0.37326812744140625,
|
402 |
+
"learning_rate": 2.9404937587800375e-05,
|
403 |
+
"loss": 0.268,
|
404 |
+
"step": 265
|
405 |
+
},
|
406 |
+
{
|
407 |
+
"epoch": 0.06505240332490062,
|
408 |
+
"grad_norm": 0.48931899666786194,
|
409 |
+
"learning_rate": 2.748981275911633e-05,
|
410 |
+
"loss": 0.2643,
|
411 |
+
"step": 270
|
412 |
+
},
|
413 |
+
{
|
414 |
+
"epoch": 0.06625707746054692,
|
415 |
+
"grad_norm": 0.5798832178115845,
|
416 |
+
"learning_rate": 2.5615252809318284e-05,
|
417 |
+
"loss": 0.2539,
|
418 |
+
"step": 275
|
419 |
+
},
|
420 |
+
{
|
421 |
+
"epoch": 0.06746175159619323,
|
422 |
+
"grad_norm": 0.540962815284729,
|
423 |
+
"learning_rate": 2.3784635822138424e-05,
|
424 |
+
"loss": 0.2662,
|
425 |
+
"step": 280
|
426 |
+
},
|
427 |
+
{
|
428 |
+
"epoch": 0.06866642573183954,
|
429 |
+
"grad_norm": 0.6189134120941162,
|
430 |
+
"learning_rate": 2.2001260693120233e-05,
|
431 |
+
"loss": 0.2811,
|
432 |
+
"step": 285
|
433 |
+
},
|
434 |
+
{
|
435 |
+
"epoch": 0.06987109986748584,
|
436 |
+
"grad_norm": 0.39256712794303894,
|
437 |
+
"learning_rate": 2.026834118478567e-05,
|
438 |
+
"loss": 0.2747,
|
439 |
+
"step": 290
|
440 |
+
},
|
441 |
+
{
|
442 |
+
"epoch": 0.07107577400313216,
|
443 |
+
"grad_norm": 0.558190643787384,
|
444 |
+
"learning_rate": 1.858900013521788e-05,
|
445 |
+
"loss": 0.2635,
|
446 |
+
"step": 295
|
447 |
+
},
|
448 |
+
{
|
449 |
+
"epoch": 0.07228044813877846,
|
450 |
+
"grad_norm": 0.8916624784469604,
|
451 |
+
"learning_rate": 1.6966263830495936e-05,
|
452 |
+
"loss": 0.2721,
|
453 |
+
"step": 300
|
454 |
+
},
|
455 |
+
{
|
456 |
+
"epoch": 0.07228044813877846,
|
457 |
+
"eval_loss": 0.2829170823097229,
|
458 |
+
"eval_runtime": 49.6478,
|
459 |
+
"eval_samples_per_second": 140.792,
|
460 |
+
"eval_steps_per_second": 17.604,
|
461 |
+
"step": 300
|
462 |
+
},
|
463 |
+
{
|
464 |
+
"epoch": 0.07348512227442477,
|
465 |
+
"grad_norm": 0.6186990737915039,
|
466 |
+
"learning_rate": 1.5403056551122697e-05,
|
467 |
+
"loss": 0.2538,
|
468 |
+
"step": 305
|
469 |
+
},
|
470 |
+
{
|
471 |
+
"epoch": 0.07468979641007108,
|
472 |
+
"grad_norm": 0.5772135257720947,
|
473 |
+
"learning_rate": 1.3902195302273779e-05,
|
474 |
+
"loss": 0.261,
|
475 |
+
"step": 310
|
476 |
+
},
|
477 |
+
{
|
478 |
+
"epoch": 0.07589447054571738,
|
479 |
+
"grad_norm": 0.7393772602081299,
|
480 |
+
"learning_rate": 1.246638473736378e-05,
|
481 |
+
"loss": 0.2702,
|
482 |
+
"step": 315
|
483 |
+
},
|
484 |
+
{
|
485 |
+
"epoch": 0.0770991446813637,
|
486 |
+
"grad_norm": 0.49082431197166443,
|
487 |
+
"learning_rate": 1.1098212284078036e-05,
|
488 |
+
"loss": 0.2562,
|
489 |
+
"step": 320
|
490 |
+
},
|
491 |
+
{
|
492 |
+
"epoch": 0.07830381881701,
|
493 |
+
"grad_norm": 0.2409713864326477,
|
494 |
+
"learning_rate": 9.800143481652979e-06,
|
495 |
+
"loss": 0.2712,
|
496 |
+
"step": 325
|
497 |
+
},
|
498 |
+
{
|
499 |
+
"epoch": 0.0795084929526563,
|
500 |
+
"grad_norm": 0.6244598031044006,
|
501 |
+
"learning_rate": 8.574517537807897e-06,
|
502 |
+
"loss": 0.266,
|
503 |
+
"step": 330
|
504 |
+
},
|
505 |
+
{
|
506 |
+
"epoch": 0.08071316708830262,
|
507 |
+
"grad_norm": 0.44633162021636963,
|
508 |
+
"learning_rate": 7.423543113334436e-06,
|
509 |
+
"loss": 0.2725,
|
510 |
+
"step": 335
|
511 |
+
},
|
512 |
+
{
|
513 |
+
"epoch": 0.08191784122394892,
|
514 |
+
"grad_norm": 0.4065309166908264,
|
515 |
+
"learning_rate": 6.349294341940593e-06,
|
516 |
+
"loss": 0.2799,
|
517 |
+
"step": 340
|
518 |
+
},
|
519 |
+
{
|
520 |
+
"epoch": 0.08312251535959522,
|
521 |
+
"grad_norm": 0.3984888792037964,
|
522 |
+
"learning_rate": 5.353707092521582e-06,
|
523 |
+
"loss": 0.2763,
|
524 |
+
"step": 345
|
525 |
+
},
|
526 |
+
{
|
527 |
+
"epoch": 0.08432718949524154,
|
528 |
+
"grad_norm": 0.3939869701862335,
|
529 |
+
"learning_rate": 4.43857548059321e-06,
|
530 |
+
"loss": 0.276,
|
531 |
+
"step": 350
|
532 |
+
},
|
533 |
+
{
|
534 |
+
"epoch": 0.08553186363088784,
|
535 |
+
"grad_norm": 0.4459209442138672,
|
536 |
+
"learning_rate": 3.605548635174533e-06,
|
537 |
+
"loss": 0.2786,
|
538 |
+
"step": 355
|
539 |
+
},
|
540 |
+
{
|
541 |
+
"epoch": 0.08673653776653416,
|
542 |
+
"grad_norm": 0.5801013708114624,
|
543 |
+
"learning_rate": 2.85612772694579e-06,
|
544 |
+
"loss": 0.2693,
|
545 |
+
"step": 360
|
546 |
+
},
|
547 |
+
{
|
548 |
+
"epoch": 0.08794121190218046,
|
549 |
+
"grad_norm": 0.41877418756484985,
|
550 |
+
"learning_rate": 2.191663263037458e-06,
|
551 |
+
"loss": 0.2655,
|
552 |
+
"step": 365
|
553 |
+
},
|
554 |
+
{
|
555 |
+
"epoch": 0.08914588603782676,
|
556 |
+
"grad_norm": 0.4572800397872925,
|
557 |
+
"learning_rate": 1.6133526533250565e-06,
|
558 |
+
"loss": 0.2594,
|
559 |
+
"step": 370
|
560 |
+
},
|
561 |
+
{
|
562 |
+
"epoch": 0.09035056017347308,
|
563 |
+
"grad_norm": 0.6014503240585327,
|
564 |
+
"learning_rate": 1.1222380526156928e-06,
|
565 |
+
"loss": 0.2757,
|
566 |
+
"step": 375
|
567 |
+
},
|
568 |
+
{
|
569 |
+
"epoch": 0.09155523430911938,
|
570 |
+
"grad_norm": 0.7533774375915527,
|
571 |
+
"learning_rate": 7.192044826145771e-07,
|
572 |
+
"loss": 0.268,
|
573 |
+
"step": 380
|
574 |
+
},
|
575 |
+
{
|
576 |
+
"epoch": 0.09275990844476568,
|
577 |
+
"grad_norm": 0.6264715790748596,
|
578 |
+
"learning_rate": 4.049782370561583e-07,
|
579 |
+
"loss": 0.2657,
|
580 |
+
"step": 385
|
581 |
+
},
|
582 |
+
{
|
583 |
+
"epoch": 0.093964582580412,
|
584 |
+
"grad_norm": 0.33361977338790894,
|
585 |
+
"learning_rate": 1.8012557287367392e-07,
|
586 |
+
"loss": 0.2725,
|
587 |
+
"step": 390
|
588 |
+
},
|
589 |
+
{
|
590 |
+
"epoch": 0.0951692567160583,
|
591 |
+
"grad_norm": 0.5748486518859863,
|
592 |
+
"learning_rate": 4.5051689765929214e-08,
|
593 |
+
"loss": 0.2672,
|
594 |
+
"step": 395
|
595 |
+
},
|
596 |
+
{
|
597 |
+
"epoch": 0.09637393085170462,
|
598 |
+
"grad_norm": 0.617462694644928,
|
599 |
+
"learning_rate": 0.0,
|
600 |
+
"loss": 0.2686,
|
601 |
+
"step": 400
|
602 |
+
},
|
603 |
+
{
|
604 |
+
"epoch": 0.09637393085170462,
|
605 |
+
"eval_loss": 0.28005144000053406,
|
606 |
+
"eval_runtime": 50.7695,
|
607 |
+
"eval_samples_per_second": 137.681,
|
608 |
+
"eval_steps_per_second": 17.215,
|
609 |
+
"step": 400
|
610 |
+
}
|
611 |
+
],
|
612 |
+
"logging_steps": 5,
|
613 |
+
"max_steps": 400,
|
614 |
+
"num_input_tokens_seen": 0,
|
615 |
+
"num_train_epochs": 1,
|
616 |
+
"save_steps": 500,
|
617 |
+
"stateful_callbacks": {
|
618 |
+
"TrainerControl": {
|
619 |
+
"args": {
|
620 |
+
"should_epoch_stop": false,
|
621 |
+
"should_evaluate": false,
|
622 |
+
"should_log": false,
|
623 |
+
"should_save": true,
|
624 |
+
"should_training_stop": true
|
625 |
+
},
|
626 |
+
"attributes": {}
|
627 |
+
}
|
628 |
+
},
|
629 |
+
"total_flos": 1.2815911801480806e+17,
|
630 |
+
"train_batch_size": 2,
|
631 |
+
"trial_name": null,
|
632 |
+
"trial_params": null
|
633 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b02f995fa8af674e6f56f76961763bcf1737d2ac10c54a843916a7e3694cca1
|
3 |
+
size 6712
|
last-checkpoint/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
special_tokens_map.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|endoftext|>",
|
4 |
+
"<|im_start|>",
|
5 |
+
"<|im_end|>",
|
6 |
+
"<repo_name>",
|
7 |
+
"<reponame>",
|
8 |
+
"<file_sep>",
|
9 |
+
"<filename>",
|
10 |
+
"<gh_stars>",
|
11 |
+
"<issue_start>",
|
12 |
+
"<issue_comment>",
|
13 |
+
"<issue_closed>",
|
14 |
+
"<jupyter_start>",
|
15 |
+
"<jupyter_text>",
|
16 |
+
"<jupyter_code>",
|
17 |
+
"<jupyter_output>",
|
18 |
+
"<jupyter_script>",
|
19 |
+
"<empty_output>"
|
20 |
+
],
|
21 |
+
"bos_token": {
|
22 |
+
"content": "<|endoftext|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false
|
27 |
+
},
|
28 |
+
"eos_token": {
|
29 |
+
"content": "<|endoftext|>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": false,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false
|
34 |
+
},
|
35 |
+
"pad_token": {
|
36 |
+
"content": "<|PAD_TOKEN|>",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false
|
41 |
+
},
|
42 |
+
"unk_token": "�"
|
43 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,186 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"0": {
|
5 |
+
"content": "<|endoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"1": {
|
13 |
+
"content": "<|im_start|>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"2": {
|
21 |
+
"content": "<|im_end|>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
},
|
28 |
+
"3": {
|
29 |
+
"content": "<repo_name>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": false,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false,
|
34 |
+
"special": true
|
35 |
+
},
|
36 |
+
"4": {
|
37 |
+
"content": "<reponame>",
|
38 |
+
"lstrip": false,
|
39 |
+
"normalized": false,
|
40 |
+
"rstrip": false,
|
41 |
+
"single_word": false,
|
42 |
+
"special": true
|
43 |
+
},
|
44 |
+
"5": {
|
45 |
+
"content": "<file_sep>",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": false,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false,
|
50 |
+
"special": true
|
51 |
+
},
|
52 |
+
"6": {
|
53 |
+
"content": "<filename>",
|
54 |
+
"lstrip": false,
|
55 |
+
"normalized": false,
|
56 |
+
"rstrip": false,
|
57 |
+
"single_word": false,
|
58 |
+
"special": true
|
59 |
+
},
|
60 |
+
"7": {
|
61 |
+
"content": "<gh_stars>",
|
62 |
+
"lstrip": false,
|
63 |
+
"normalized": false,
|
64 |
+
"rstrip": false,
|
65 |
+
"single_word": false,
|
66 |
+
"special": true
|
67 |
+
},
|
68 |
+
"8": {
|
69 |
+
"content": "<issue_start>",
|
70 |
+
"lstrip": false,
|
71 |
+
"normalized": false,
|
72 |
+
"rstrip": false,
|
73 |
+
"single_word": false,
|
74 |
+
"special": true
|
75 |
+
},
|
76 |
+
"9": {
|
77 |
+
"content": "<issue_comment>",
|
78 |
+
"lstrip": false,
|
79 |
+
"normalized": false,
|
80 |
+
"rstrip": false,
|
81 |
+
"single_word": false,
|
82 |
+
"special": true
|
83 |
+
},
|
84 |
+
"10": {
|
85 |
+
"content": "<issue_closed>",
|
86 |
+
"lstrip": false,
|
87 |
+
"normalized": false,
|
88 |
+
"rstrip": false,
|
89 |
+
"single_word": false,
|
90 |
+
"special": true
|
91 |
+
},
|
92 |
+
"11": {
|
93 |
+
"content": "<jupyter_start>",
|
94 |
+
"lstrip": false,
|
95 |
+
"normalized": false,
|
96 |
+
"rstrip": false,
|
97 |
+
"single_word": false,
|
98 |
+
"special": true
|
99 |
+
},
|
100 |
+
"12": {
|
101 |
+
"content": "<jupyter_text>",
|
102 |
+
"lstrip": false,
|
103 |
+
"normalized": false,
|
104 |
+
"rstrip": false,
|
105 |
+
"single_word": false,
|
106 |
+
"special": true
|
107 |
+
},
|
108 |
+
"13": {
|
109 |
+
"content": "<jupyter_code>",
|
110 |
+
"lstrip": false,
|
111 |
+
"normalized": false,
|
112 |
+
"rstrip": false,
|
113 |
+
"single_word": false,
|
114 |
+
"special": true
|
115 |
+
},
|
116 |
+
"14": {
|
117 |
+
"content": "<jupyter_output>",
|
118 |
+
"lstrip": false,
|
119 |
+
"normalized": false,
|
120 |
+
"rstrip": false,
|
121 |
+
"single_word": false,
|
122 |
+
"special": true
|
123 |
+
},
|
124 |
+
"15": {
|
125 |
+
"content": "<jupyter_script>",
|
126 |
+
"lstrip": false,
|
127 |
+
"normalized": false,
|
128 |
+
"rstrip": false,
|
129 |
+
"single_word": false,
|
130 |
+
"special": true
|
131 |
+
},
|
132 |
+
"16": {
|
133 |
+
"content": "<empty_output>",
|
134 |
+
"lstrip": false,
|
135 |
+
"normalized": false,
|
136 |
+
"rstrip": false,
|
137 |
+
"single_word": false,
|
138 |
+
"special": true
|
139 |
+
},
|
140 |
+
"24211": {
|
141 |
+
"content": "�",
|
142 |
+
"lstrip": false,
|
143 |
+
"normalized": false,
|
144 |
+
"rstrip": false,
|
145 |
+
"single_word": false,
|
146 |
+
"special": true
|
147 |
+
},
|
148 |
+
"49152": {
|
149 |
+
"content": "<|PAD_TOKEN|>",
|
150 |
+
"lstrip": false,
|
151 |
+
"normalized": false,
|
152 |
+
"rstrip": false,
|
153 |
+
"single_word": false,
|
154 |
+
"special": true
|
155 |
+
}
|
156 |
+
},
|
157 |
+
"additional_special_tokens": [
|
158 |
+
"<|endoftext|>",
|
159 |
+
"<|im_start|>",
|
160 |
+
"<|im_end|>",
|
161 |
+
"<repo_name>",
|
162 |
+
"<reponame>",
|
163 |
+
"<file_sep>",
|
164 |
+
"<filename>",
|
165 |
+
"<gh_stars>",
|
166 |
+
"<issue_start>",
|
167 |
+
"<issue_comment>",
|
168 |
+
"<issue_closed>",
|
169 |
+
"<jupyter_start>",
|
170 |
+
"<jupyter_text>",
|
171 |
+
"<jupyter_code>",
|
172 |
+
"<jupyter_output>",
|
173 |
+
"<jupyter_script>",
|
174 |
+
"<empty_output>"
|
175 |
+
],
|
176 |
+
"bos_token": "<|endoftext|>",
|
177 |
+
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
|
178 |
+
"clean_up_tokenization_spaces": false,
|
179 |
+
"eos_token": "<|endoftext|>",
|
180 |
+
"model_max_length": 8192,
|
181 |
+
"pad_token": "<|PAD_TOKEN|>",
|
182 |
+
"padding_side": "left",
|
183 |
+
"tokenizer_class": "GPT2Tokenizer",
|
184 |
+
"unk_token": "�",
|
185 |
+
"vocab_size": 49152
|
186 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b02f995fa8af674e6f56f76961763bcf1737d2ac10c54a843916a7e3694cca1
|
3 |
+
size 6712
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|