Upload folder using huggingface_hub
Browse files- README.md +165 -0
- adapter_config.json +34 -0
- adapter_model.bin +3 -0
- adapter_model.safetensors +3 -0
- config.json +33 -0
- last-checkpoint/README.md +202 -0
- last-checkpoint/adapter_config.json +34 -0
- last-checkpoint/adapter_model.safetensors +3 -0
- last-checkpoint/optimizer.pt +3 -0
- last-checkpoint/rng_state.pth +3 -0
- last-checkpoint/scheduler.pt +3 -0
- last-checkpoint/special_tokens_map.json +30 -0
- last-checkpoint/tokenizer.json +0 -0
- last-checkpoint/tokenizer.model +3 -0
- last-checkpoint/tokenizer_config.json +42 -0
- last-checkpoint/trainer_state.json +766 -0
- last-checkpoint/training_args.bin +3 -0
- special_tokens_map.json +30 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +42 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,165 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: NousResearch/CodeLlama-13b-hf-flash
|
4 |
+
tags:
|
5 |
+
- axolotl
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: 7ffaa23e-0e81-4387-9768-13b392d739ba
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
[<img src="https://raw.githubusercontent.com/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)
|
16 |
+
<details><summary>See axolotl config</summary>
|
17 |
+
|
18 |
+
axolotl version: `0.4.1`
|
19 |
+
```yaml
|
20 |
+
adapter: lora
|
21 |
+
base_model: NousResearch/CodeLlama-13b-hf-flash
|
22 |
+
bf16: true
|
23 |
+
chat_template: llama3
|
24 |
+
data_processes: 16
|
25 |
+
dataset_prepared_path: null
|
26 |
+
datasets:
|
27 |
+
- data_files:
|
28 |
+
- a82b1571923ea3b6_train_data.json
|
29 |
+
ds_type: json
|
30 |
+
format: custom
|
31 |
+
path: /workspace/input_data/a82b1571923ea3b6_train_data.json
|
32 |
+
type:
|
33 |
+
field_input: input
|
34 |
+
field_instruction: instruction
|
35 |
+
field_output: output
|
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: 5
|
45 |
+
eval_batch_size: 4
|
46 |
+
eval_max_new_tokens: 128
|
47 |
+
eval_steps: 50
|
48 |
+
eval_table_size: null
|
49 |
+
evals_per_epoch: null
|
50 |
+
flash_attention: false
|
51 |
+
fp16: false
|
52 |
+
fsdp: null
|
53 |
+
fsdp_config: null
|
54 |
+
gradient_accumulation_steps: 8
|
55 |
+
gradient_checkpointing: true
|
56 |
+
group_by_length: true
|
57 |
+
hub_model_id: sn56m1/7ffaa23e-0e81-4387-9768-13b392d739ba
|
58 |
+
hub_repo: null
|
59 |
+
hub_strategy: checkpoint
|
60 |
+
hub_token: null
|
61 |
+
learning_rate: 5.0e-06
|
62 |
+
load_in_4bit: false
|
63 |
+
load_in_8bit: false
|
64 |
+
local_rank: null
|
65 |
+
logging_steps: 1
|
66 |
+
lora_alpha: 32
|
67 |
+
lora_dropout: 0.1
|
68 |
+
lora_fan_in_fan_out: null
|
69 |
+
lora_model_dir: null
|
70 |
+
lora_r: 16
|
71 |
+
lora_target_linear: true
|
72 |
+
lr_scheduler: cosine
|
73 |
+
max_grad_norm: 2.0
|
74 |
+
max_memory:
|
75 |
+
0: 70GB
|
76 |
+
max_steps: 100
|
77 |
+
micro_batch_size: 4
|
78 |
+
mlflow_experiment_name: /tmp/a82b1571923ea3b6_train_data.json
|
79 |
+
model_type: AutoModelForCausalLM
|
80 |
+
num_epochs: 3
|
81 |
+
optim_args:
|
82 |
+
adam_beta1: 0.9
|
83 |
+
adam_beta2: 0.95
|
84 |
+
adam_epsilon: 1e-5
|
85 |
+
optimizer: adamw_torch
|
86 |
+
output_dir: miner_id_24
|
87 |
+
pad_to_sequence_len: true
|
88 |
+
resume_from_checkpoint: null
|
89 |
+
s2_attention: null
|
90 |
+
sample_packing: false
|
91 |
+
save_steps: 50
|
92 |
+
saves_per_epoch: null
|
93 |
+
sequence_len: 1024
|
94 |
+
special_tokens:
|
95 |
+
pad_token: </s>
|
96 |
+
strict: false
|
97 |
+
tf32: true
|
98 |
+
tokenizer_type: AutoTokenizer
|
99 |
+
train_on_inputs: false
|
100 |
+
trust_remote_code: true
|
101 |
+
val_set_size: 0.05
|
102 |
+
wandb_entity: sn56-miner
|
103 |
+
wandb_mode: disabled
|
104 |
+
wandb_name: 7ffaa23e-0e81-4387-9768-13b392d739ba
|
105 |
+
wandb_project: god
|
106 |
+
wandb_run: mnjf
|
107 |
+
wandb_runid: 7ffaa23e-0e81-4387-9768-13b392d739ba
|
108 |
+
warmup_steps: 10
|
109 |
+
weight_decay: 0.0
|
110 |
+
xformers_attention: null
|
111 |
+
|
112 |
+
```
|
113 |
+
|
114 |
+
</details><br>
|
115 |
+
|
116 |
+
# 7ffaa23e-0e81-4387-9768-13b392d739ba
|
117 |
+
|
118 |
+
This model is a fine-tuned version of [NousResearch/CodeLlama-13b-hf-flash](https://huggingface.co/NousResearch/CodeLlama-13b-hf-flash) on the None dataset.
|
119 |
+
It achieves the following results on the evaluation set:
|
120 |
+
- Loss: 1.1556
|
121 |
+
|
122 |
+
## Model description
|
123 |
+
|
124 |
+
More information needed
|
125 |
+
|
126 |
+
## Intended uses & limitations
|
127 |
+
|
128 |
+
More information needed
|
129 |
+
|
130 |
+
## Training and evaluation data
|
131 |
+
|
132 |
+
More information needed
|
133 |
+
|
134 |
+
## Training procedure
|
135 |
+
|
136 |
+
### Training hyperparameters
|
137 |
+
|
138 |
+
The following hyperparameters were used during training:
|
139 |
+
- learning_rate: 5e-06
|
140 |
+
- train_batch_size: 4
|
141 |
+
- eval_batch_size: 4
|
142 |
+
- seed: 42
|
143 |
+
- gradient_accumulation_steps: 8
|
144 |
+
- total_train_batch_size: 32
|
145 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=adam_beta1=0.9,adam_beta2=0.95,adam_epsilon=1e-5
|
146 |
+
- lr_scheduler_type: cosine
|
147 |
+
- lr_scheduler_warmup_steps: 10
|
148 |
+
- training_steps: 100
|
149 |
+
|
150 |
+
### Training results
|
151 |
+
|
152 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
153 |
+
|:-------------:|:------:|:----:|:---------------:|
|
154 |
+
| 6.0569 | 0.0034 | 1 | 2.1594 |
|
155 |
+
| 23.079 | 0.1682 | 50 | 1.5404 |
|
156 |
+
| 17.4361 | 0.3364 | 100 | 1.1556 |
|
157 |
+
|
158 |
+
|
159 |
+
### Framework versions
|
160 |
+
|
161 |
+
- PEFT 0.13.2
|
162 |
+
- Transformers 4.46.0
|
163 |
+
- Pytorch 2.5.0+cu124
|
164 |
+
- Datasets 3.0.1
|
165 |
+
- 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": "NousResearch/CodeLlama-13b-hf-flash",
|
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": 32,
|
14 |
+
"lora_dropout": 0.1,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 16,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"q_proj",
|
24 |
+
"k_proj",
|
25 |
+
"o_proj",
|
26 |
+
"v_proj",
|
27 |
+
"up_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"down_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:ff262dc85ef87023e26d66b34f1e689ef523eabff94c559832ac145647beaf11
|
3 |
+
size 250550026
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:646b364c7d4b816341c5736f0be61070471dce6b519c3f2c3092aa6ba655e3e3
|
3 |
+
size 250422888
|
config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_attn_implementation_autoset": true,
|
3 |
+
"_name_or_path": "NousResearch/CodeLlama-13b-hf-flash",
|
4 |
+
"architectures": [
|
5 |
+
"LlamaForCausalLM"
|
6 |
+
],
|
7 |
+
"auto_map": {
|
8 |
+
"AutoConfig": "NousResearch/CodeLlama-13b-hf-flash--configuration_llama.LlamaConfig",
|
9 |
+
"AutoModel": "NousResearch/CodeLlama-13b-hf-flash--modeling_flash_llama.LlamaModel",
|
10 |
+
"AutoModelForCausalLM": "NousResearch/CodeLlama-13b-hf-flash--modeling_flash_llama.LlamaForCausalLM",
|
11 |
+
"AutoModelForSequenceClassification": "NousResearch/CodeLlama-13b-hf-flash--modeling_flash_llama.LlamaForSequenceClassification"
|
12 |
+
},
|
13 |
+
"bos_token_id": 1,
|
14 |
+
"eos_token_id": 2,
|
15 |
+
"hidden_act": "silu",
|
16 |
+
"hidden_size": 5120,
|
17 |
+
"initializer_range": 0.02,
|
18 |
+
"intermediate_size": 13824,
|
19 |
+
"max_position_embeddings": 16384,
|
20 |
+
"model_type": "llama",
|
21 |
+
"num_attention_heads": 40,
|
22 |
+
"num_hidden_layers": 40,
|
23 |
+
"num_key_value_heads": 40,
|
24 |
+
"pretraining_tp": 1,
|
25 |
+
"rms_norm_eps": 1e-05,
|
26 |
+
"rope_scaling": null,
|
27 |
+
"rope_theta": 1000000,
|
28 |
+
"tie_word_embeddings": false,
|
29 |
+
"torch_dtype": "float16",
|
30 |
+
"transformers_version": "4.46.0",
|
31 |
+
"use_cache": false,
|
32 |
+
"vocab_size": 32016
|
33 |
+
}
|
last-checkpoint/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: NousResearch/CodeLlama-13b-hf-flash
|
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": "NousResearch/CodeLlama-13b-hf-flash",
|
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": 32,
|
14 |
+
"lora_dropout": 0.1,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 16,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"q_proj",
|
24 |
+
"k_proj",
|
25 |
+
"o_proj",
|
26 |
+
"v_proj",
|
27 |
+
"up_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"down_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:646b364c7d4b816341c5736f0be61070471dce6b519c3f2c3092aa6ba655e3e3
|
3 |
+
size 250422888
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6cdc11e01f89220aeb85e1610ade8369bc7ff68231fb4f58be93cd45eff1b41f
|
3 |
+
size 501168482
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7f190aed2ed983274d65d9fdfeaf963f11d23fbe04e9143be95ed2df679235a
|
3 |
+
size 14244
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2c4a11c3ec7ace2e963dc6e2b0b5b6372cc0250cefb36d5f7289475908638cb
|
3 |
+
size 1064
|
last-checkpoint/special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": {
|
17 |
+
"content": "</s>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
last-checkpoint/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
last-checkpoint/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45ccb9c8b6b561889acea59191d66986d314e7cbd6a78abc6e49b139ca91c1e6
|
3 |
+
size 500058
|
last-checkpoint/tokenizer_config.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": null,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"0": {
|
7 |
+
"content": "<unk>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"2": {
|
23 |
+
"content": "</s>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": false,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": true
|
29 |
+
}
|
30 |
+
},
|
31 |
+
"bos_token": "<s>",
|
32 |
+
"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 %}",
|
33 |
+
"clean_up_tokenization_spaces": false,
|
34 |
+
"eos_token": "</s>",
|
35 |
+
"legacy": true,
|
36 |
+
"model_max_length": 1000000000000000019884624838656,
|
37 |
+
"pad_token": "</s>",
|
38 |
+
"sp_model_kwargs": {},
|
39 |
+
"tokenizer_class": "LlamaTokenizer",
|
40 |
+
"unk_token": "<unk>",
|
41 |
+
"use_default_system_prompt": false
|
42 |
+
}
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,766 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 1.1555566787719727,
|
3 |
+
"best_model_checkpoint": "miner_id_24/checkpoint-100",
|
4 |
+
"epoch": 0.33641715727502103,
|
5 |
+
"eval_steps": 50,
|
6 |
+
"global_step": 100,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.00336417157275021,
|
13 |
+
"grad_norm": 3.9489922523498535,
|
14 |
+
"learning_rate": 5.000000000000001e-07,
|
15 |
+
"loss": 6.0569,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.00336417157275021,
|
20 |
+
"eval_loss": 2.1594057083129883,
|
21 |
+
"eval_runtime": 56.5321,
|
22 |
+
"eval_samples_per_second": 8.862,
|
23 |
+
"eval_steps_per_second": 2.229,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.00672834314550042,
|
28 |
+
"grad_norm": 4.482152938842773,
|
29 |
+
"learning_rate": 1.0000000000000002e-06,
|
30 |
+
"loss": 7.2046,
|
31 |
+
"step": 2
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.010092514718250631,
|
35 |
+
"grad_norm": 5.5263352394104,
|
36 |
+
"learning_rate": 1.5e-06,
|
37 |
+
"loss": 8.4916,
|
38 |
+
"step": 3
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.01345668629100084,
|
42 |
+
"grad_norm": 5.707150459289551,
|
43 |
+
"learning_rate": 2.0000000000000003e-06,
|
44 |
+
"loss": 8.8524,
|
45 |
+
"step": 4
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.01682085786375105,
|
49 |
+
"grad_norm": 6.016858100891113,
|
50 |
+
"learning_rate": 2.5e-06,
|
51 |
+
"loss": 8.9214,
|
52 |
+
"step": 5
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.020185029436501262,
|
56 |
+
"grad_norm": 6.257847309112549,
|
57 |
+
"learning_rate": 3e-06,
|
58 |
+
"loss": 9.1536,
|
59 |
+
"step": 6
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.023549201009251473,
|
63 |
+
"grad_norm": 6.696770191192627,
|
64 |
+
"learning_rate": 3.5e-06,
|
65 |
+
"loss": 10.0647,
|
66 |
+
"step": 7
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.02691337258200168,
|
70 |
+
"grad_norm": 7.250229835510254,
|
71 |
+
"learning_rate": 4.000000000000001e-06,
|
72 |
+
"loss": 11.0152,
|
73 |
+
"step": 8
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.030277544154751892,
|
77 |
+
"grad_norm": 7.7119245529174805,
|
78 |
+
"learning_rate": 4.5e-06,
|
79 |
+
"loss": 11.2444,
|
80 |
+
"step": 9
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.0336417157275021,
|
84 |
+
"grad_norm": 7.244583606719971,
|
85 |
+
"learning_rate": 5e-06,
|
86 |
+
"loss": 10.8585,
|
87 |
+
"step": 10
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.03700588730025231,
|
91 |
+
"grad_norm": 7.843494415283203,
|
92 |
+
"learning_rate": 4.99847706754774e-06,
|
93 |
+
"loss": 10.627,
|
94 |
+
"step": 11
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.040370058873002525,
|
98 |
+
"grad_norm": 8.349863052368164,
|
99 |
+
"learning_rate": 4.993910125649561e-06,
|
100 |
+
"loss": 11.6061,
|
101 |
+
"step": 12
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.04373423044575273,
|
105 |
+
"grad_norm": 7.974443435668945,
|
106 |
+
"learning_rate": 4.986304738420684e-06,
|
107 |
+
"loss": 10.578,
|
108 |
+
"step": 13
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.04709840201850295,
|
112 |
+
"grad_norm": 8.698466300964355,
|
113 |
+
"learning_rate": 4.975670171853926e-06,
|
114 |
+
"loss": 11.2472,
|
115 |
+
"step": 14
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.050462573591253154,
|
119 |
+
"grad_norm": 8.997441291809082,
|
120 |
+
"learning_rate": 4.962019382530521e-06,
|
121 |
+
"loss": 11.7005,
|
122 |
+
"step": 15
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.05382674516400336,
|
126 |
+
"grad_norm": 9.786170959472656,
|
127 |
+
"learning_rate": 4.9453690018345144e-06,
|
128 |
+
"loss": 12.2871,
|
129 |
+
"step": 16
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.057190916736753576,
|
133 |
+
"grad_norm": 9.312055587768555,
|
134 |
+
"learning_rate": 4.925739315689991e-06,
|
135 |
+
"loss": 12.1815,
|
136 |
+
"step": 17
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.060555088309503784,
|
140 |
+
"grad_norm": 9.848001480102539,
|
141 |
+
"learning_rate": 4.903154239845798e-06,
|
142 |
+
"loss": 12.2101,
|
143 |
+
"step": 18
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.063919259882254,
|
147 |
+
"grad_norm": 10.315635681152344,
|
148 |
+
"learning_rate": 4.8776412907378845e-06,
|
149 |
+
"loss": 12.0979,
|
150 |
+
"step": 19
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.0672834314550042,
|
154 |
+
"grad_norm": 11.100384712219238,
|
155 |
+
"learning_rate": 4.849231551964771e-06,
|
156 |
+
"loss": 12.8286,
|
157 |
+
"step": 20
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.07064760302775441,
|
161 |
+
"grad_norm": 11.478273391723633,
|
162 |
+
"learning_rate": 4.817959636416969e-06,
|
163 |
+
"loss": 13.5465,
|
164 |
+
"step": 21
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.07401177460050462,
|
168 |
+
"grad_norm": 11.831793785095215,
|
169 |
+
"learning_rate": 4.783863644106502e-06,
|
170 |
+
"loss": 13.9233,
|
171 |
+
"step": 22
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.07737594617325484,
|
175 |
+
"grad_norm": 12.055624008178711,
|
176 |
+
"learning_rate": 4.746985115747918e-06,
|
177 |
+
"loss": 13.4583,
|
178 |
+
"step": 23
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.08074011774600505,
|
182 |
+
"grad_norm": 12.33119010925293,
|
183 |
+
"learning_rate": 4.707368982147318e-06,
|
184 |
+
"loss": 13.772,
|
185 |
+
"step": 24
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.08410428931875526,
|
189 |
+
"grad_norm": 14.89177131652832,
|
190 |
+
"learning_rate": 4.665063509461098e-06,
|
191 |
+
"loss": 15.4565,
|
192 |
+
"step": 25
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.08746846089150546,
|
196 |
+
"grad_norm": 14.688849449157715,
|
197 |
+
"learning_rate": 4.620120240391065e-06,
|
198 |
+
"loss": 15.1635,
|
199 |
+
"step": 26
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.09083263246425567,
|
203 |
+
"grad_norm": 14.966446876525879,
|
204 |
+
"learning_rate": 4.572593931387604e-06,
|
205 |
+
"loss": 15.1824,
|
206 |
+
"step": 27
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.0941968040370059,
|
210 |
+
"grad_norm": 15.037090301513672,
|
211 |
+
"learning_rate": 4.522542485937369e-06,
|
212 |
+
"loss": 15.248,
|
213 |
+
"step": 28
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.0975609756097561,
|
217 |
+
"grad_norm": 14.603853225708008,
|
218 |
+
"learning_rate": 4.470026884016805e-06,
|
219 |
+
"loss": 16.433,
|
220 |
+
"step": 29
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.10092514718250631,
|
224 |
+
"grad_norm": 16.51859474182129,
|
225 |
+
"learning_rate": 4.415111107797445e-06,
|
226 |
+
"loss": 16.8033,
|
227 |
+
"step": 30
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.10428931875525652,
|
231 |
+
"grad_norm": 16.52759552001953,
|
232 |
+
"learning_rate": 4.357862063693486e-06,
|
233 |
+
"loss": 16.493,
|
234 |
+
"step": 31
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.10765349032800672,
|
238 |
+
"grad_norm": 17.3706111907959,
|
239 |
+
"learning_rate": 4.2983495008466285e-06,
|
240 |
+
"loss": 16.9004,
|
241 |
+
"step": 32
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.11101766190075694,
|
245 |
+
"grad_norm": 17.978242874145508,
|
246 |
+
"learning_rate": 4.236645926147493e-06,
|
247 |
+
"loss": 17.7257,
|
248 |
+
"step": 33
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.11438183347350715,
|
252 |
+
"grad_norm": 17.74814224243164,
|
253 |
+
"learning_rate": 4.172826515897146e-06,
|
254 |
+
"loss": 15.9999,
|
255 |
+
"step": 34
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.11774600504625736,
|
259 |
+
"grad_norm": 21.516483306884766,
|
260 |
+
"learning_rate": 4.106969024216348e-06,
|
261 |
+
"loss": 19.2002,
|
262 |
+
"step": 35
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.12111017661900757,
|
266 |
+
"grad_norm": 21.676025390625,
|
267 |
+
"learning_rate": 4.039153688314146e-06,
|
268 |
+
"loss": 19.3753,
|
269 |
+
"step": 36
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.12447434819175777,
|
273 |
+
"grad_norm": 20.633501052856445,
|
274 |
+
"learning_rate": 3.969463130731183e-06,
|
275 |
+
"loss": 17.3614,
|
276 |
+
"step": 37
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.127838519764508,
|
280 |
+
"grad_norm": 23.484853744506836,
|
281 |
+
"learning_rate": 3.897982258676867e-06,
|
282 |
+
"loss": 18.6916,
|
283 |
+
"step": 38
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.1312026913372582,
|
287 |
+
"grad_norm": 22.21061897277832,
|
288 |
+
"learning_rate": 3.824798160583012e-06,
|
289 |
+
"loss": 18.4351,
|
290 |
+
"step": 39
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.1345668629100084,
|
294 |
+
"grad_norm": 22.049198150634766,
|
295 |
+
"learning_rate": 3.7500000000000005e-06,
|
296 |
+
"loss": 18.0943,
|
297 |
+
"step": 40
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.13793103448275862,
|
301 |
+
"grad_norm": 24.594404220581055,
|
302 |
+
"learning_rate": 3.6736789069647273e-06,
|
303 |
+
"loss": 19.8341,
|
304 |
+
"step": 41
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.14129520605550883,
|
308 |
+
"grad_norm": 23.650936126708984,
|
309 |
+
"learning_rate": 3.595927866972694e-06,
|
310 |
+
"loss": 20.1564,
|
311 |
+
"step": 42
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.14465937762825903,
|
315 |
+
"grad_norm": 24.20736312866211,
|
316 |
+
"learning_rate": 3.516841607689501e-06,
|
317 |
+
"loss": 19.0633,
|
318 |
+
"step": 43
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.14802354920100924,
|
322 |
+
"grad_norm": 24.75364112854004,
|
323 |
+
"learning_rate": 3.436516483539781e-06,
|
324 |
+
"loss": 20.2374,
|
325 |
+
"step": 44
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.15138772077375945,
|
329 |
+
"grad_norm": 25.638423919677734,
|
330 |
+
"learning_rate": 3.3550503583141726e-06,
|
331 |
+
"loss": 20.1314,
|
332 |
+
"step": 45
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.15475189234650968,
|
336 |
+
"grad_norm": 24.455801010131836,
|
337 |
+
"learning_rate": 3.272542485937369e-06,
|
338 |
+
"loss": 20.3837,
|
339 |
+
"step": 46
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.1581160639192599,
|
343 |
+
"grad_norm": 28.880544662475586,
|
344 |
+
"learning_rate": 3.189093389542498e-06,
|
345 |
+
"loss": 20.9076,
|
346 |
+
"step": 47
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.1614802354920101,
|
350 |
+
"grad_norm": 28.061445236206055,
|
351 |
+
"learning_rate": 3.1048047389991693e-06,
|
352 |
+
"loss": 21.1376,
|
353 |
+
"step": 48
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.1648444070647603,
|
357 |
+
"grad_norm": 30.0025577545166,
|
358 |
+
"learning_rate": 3.019779227044398e-06,
|
359 |
+
"loss": 22.3604,
|
360 |
+
"step": 49
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.16820857863751051,
|
364 |
+
"grad_norm": 32.991703033447266,
|
365 |
+
"learning_rate": 2.9341204441673267e-06,
|
366 |
+
"loss": 23.079,
|
367 |
+
"step": 50
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.16820857863751051,
|
371 |
+
"eval_loss": 1.5404291152954102,
|
372 |
+
"eval_runtime": 57.1121,
|
373 |
+
"eval_samples_per_second": 8.772,
|
374 |
+
"eval_steps_per_second": 2.206,
|
375 |
+
"step": 50
|
376 |
+
},
|
377 |
+
{
|
378 |
+
"epoch": 0.17157275021026072,
|
379 |
+
"grad_norm": 5.8676066398620605,
|
380 |
+
"learning_rate": 2.847932752400164e-06,
|
381 |
+
"loss": 4.9187,
|
382 |
+
"step": 51
|
383 |
+
},
|
384 |
+
{
|
385 |
+
"epoch": 0.17493692178301093,
|
386 |
+
"grad_norm": 6.816829681396484,
|
387 |
+
"learning_rate": 2.761321158169134e-06,
|
388 |
+
"loss": 5.2629,
|
389 |
+
"step": 52
|
390 |
+
},
|
391 |
+
{
|
392 |
+
"epoch": 0.17830109335576114,
|
393 |
+
"grad_norm": 7.70700740814209,
|
394 |
+
"learning_rate": 2.6743911843603134e-06,
|
395 |
+
"loss": 6.4171,
|
396 |
+
"step": 53
|
397 |
+
},
|
398 |
+
{
|
399 |
+
"epoch": 0.18166526492851134,
|
400 |
+
"grad_norm": 7.824767589569092,
|
401 |
+
"learning_rate": 2.587248741756253e-06,
|
402 |
+
"loss": 6.0923,
|
403 |
+
"step": 54
|
404 |
+
},
|
405 |
+
{
|
406 |
+
"epoch": 0.18502943650126155,
|
407 |
+
"grad_norm": 8.090392112731934,
|
408 |
+
"learning_rate": 2.5e-06,
|
409 |
+
"loss": 6.6339,
|
410 |
+
"step": 55
|
411 |
+
},
|
412 |
+
{
|
413 |
+
"epoch": 0.1883936080740118,
|
414 |
+
"grad_norm": 8.604589462280273,
|
415 |
+
"learning_rate": 2.4127512582437486e-06,
|
416 |
+
"loss": 6.1605,
|
417 |
+
"step": 56
|
418 |
+
},
|
419 |
+
{
|
420 |
+
"epoch": 0.191757779646762,
|
421 |
+
"grad_norm": 8.222731590270996,
|
422 |
+
"learning_rate": 2.325608815639687e-06,
|
423 |
+
"loss": 6.1605,
|
424 |
+
"step": 57
|
425 |
+
},
|
426 |
+
{
|
427 |
+
"epoch": 0.1951219512195122,
|
428 |
+
"grad_norm": 10.205119132995605,
|
429 |
+
"learning_rate": 2.238678841830867e-06,
|
430 |
+
"loss": 7.0509,
|
431 |
+
"step": 58
|
432 |
+
},
|
433 |
+
{
|
434 |
+
"epoch": 0.1984861227922624,
|
435 |
+
"grad_norm": 10.104853630065918,
|
436 |
+
"learning_rate": 2.1520672475998374e-06,
|
437 |
+
"loss": 6.9668,
|
438 |
+
"step": 59
|
439 |
+
},
|
440 |
+
{
|
441 |
+
"epoch": 0.20185029436501262,
|
442 |
+
"grad_norm": 10.174232482910156,
|
443 |
+
"learning_rate": 2.0658795558326745e-06,
|
444 |
+
"loss": 7.273,
|
445 |
+
"step": 60
|
446 |
+
},
|
447 |
+
{
|
448 |
+
"epoch": 0.20521446593776282,
|
449 |
+
"grad_norm": 11.0505952835083,
|
450 |
+
"learning_rate": 1.9802207729556023e-06,
|
451 |
+
"loss": 7.1026,
|
452 |
+
"step": 61
|
453 |
+
},
|
454 |
+
{
|
455 |
+
"epoch": 0.20857863751051303,
|
456 |
+
"grad_norm": 10.55052661895752,
|
457 |
+
"learning_rate": 1.895195261000831e-06,
|
458 |
+
"loss": 7.1445,
|
459 |
+
"step": 62
|
460 |
+
},
|
461 |
+
{
|
462 |
+
"epoch": 0.21194280908326324,
|
463 |
+
"grad_norm": 10.593603134155273,
|
464 |
+
"learning_rate": 1.8109066104575023e-06,
|
465 |
+
"loss": 6.6755,
|
466 |
+
"step": 63
|
467 |
+
},
|
468 |
+
{
|
469 |
+
"epoch": 0.21530698065601345,
|
470 |
+
"grad_norm": 10.96327018737793,
|
471 |
+
"learning_rate": 1.7274575140626318e-06,
|
472 |
+
"loss": 7.2853,
|
473 |
+
"step": 64
|
474 |
+
},
|
475 |
+
{
|
476 |
+
"epoch": 0.21867115222876365,
|
477 |
+
"grad_norm": 10.896140098571777,
|
478 |
+
"learning_rate": 1.6449496416858285e-06,
|
479 |
+
"loss": 6.8225,
|
480 |
+
"step": 65
|
481 |
+
},
|
482 |
+
{
|
483 |
+
"epoch": 0.2220353238015139,
|
484 |
+
"grad_norm": 10.829171180725098,
|
485 |
+
"learning_rate": 1.56348351646022e-06,
|
486 |
+
"loss": 7.2135,
|
487 |
+
"step": 66
|
488 |
+
},
|
489 |
+
{
|
490 |
+
"epoch": 0.2253994953742641,
|
491 |
+
"grad_norm": 12.62612247467041,
|
492 |
+
"learning_rate": 1.4831583923105e-06,
|
493 |
+
"loss": 8.1609,
|
494 |
+
"step": 67
|
495 |
+
},
|
496 |
+
{
|
497 |
+
"epoch": 0.2287636669470143,
|
498 |
+
"grad_norm": 12.466354370117188,
|
499 |
+
"learning_rate": 1.4040721330273063e-06,
|
500 |
+
"loss": 7.5541,
|
501 |
+
"step": 68
|
502 |
+
},
|
503 |
+
{
|
504 |
+
"epoch": 0.2321278385197645,
|
505 |
+
"grad_norm": 12.358624458312988,
|
506 |
+
"learning_rate": 1.3263210930352737e-06,
|
507 |
+
"loss": 8.0098,
|
508 |
+
"step": 69
|
509 |
+
},
|
510 |
+
{
|
511 |
+
"epoch": 0.23549201009251472,
|
512 |
+
"grad_norm": 13.029424667358398,
|
513 |
+
"learning_rate": 1.2500000000000007e-06,
|
514 |
+
"loss": 7.1127,
|
515 |
+
"step": 70
|
516 |
+
},
|
517 |
+
{
|
518 |
+
"epoch": 0.23885618166526493,
|
519 |
+
"grad_norm": 12.36991024017334,
|
520 |
+
"learning_rate": 1.1752018394169882e-06,
|
521 |
+
"loss": 7.7343,
|
522 |
+
"step": 71
|
523 |
+
},
|
524 |
+
{
|
525 |
+
"epoch": 0.24222035323801513,
|
526 |
+
"grad_norm": 14.253127098083496,
|
527 |
+
"learning_rate": 1.1020177413231334e-06,
|
528 |
+
"loss": 8.1448,
|
529 |
+
"step": 72
|
530 |
+
},
|
531 |
+
{
|
532 |
+
"epoch": 0.24558452481076534,
|
533 |
+
"grad_norm": 14.902377128601074,
|
534 |
+
"learning_rate": 1.0305368692688175e-06,
|
535 |
+
"loss": 8.5399,
|
536 |
+
"step": 73
|
537 |
+
},
|
538 |
+
{
|
539 |
+
"epoch": 0.24894869638351555,
|
540 |
+
"grad_norm": 13.825746536254883,
|
541 |
+
"learning_rate": 9.608463116858544e-07,
|
542 |
+
"loss": 8.2775,
|
543 |
+
"step": 74
|
544 |
+
},
|
545 |
+
{
|
546 |
+
"epoch": 0.2523128679562658,
|
547 |
+
"grad_norm": 14.28534984588623,
|
548 |
+
"learning_rate": 8.930309757836517e-07,
|
549 |
+
"loss": 8.3315,
|
550 |
+
"step": 75
|
551 |
+
},
|
552 |
+
{
|
553 |
+
"epoch": 0.255677039529016,
|
554 |
+
"grad_norm": 14.561500549316406,
|
555 |
+
"learning_rate": 8.271734841028553e-07,
|
556 |
+
"loss": 8.2985,
|
557 |
+
"step": 76
|
558 |
+
},
|
559 |
+
{
|
560 |
+
"epoch": 0.2590412111017662,
|
561 |
+
"grad_norm": 16.219362258911133,
|
562 |
+
"learning_rate": 7.633540738525066e-07,
|
563 |
+
"loss": 9.6124,
|
564 |
+
"step": 77
|
565 |
+
},
|
566 |
+
{
|
567 |
+
"epoch": 0.2624053826745164,
|
568 |
+
"grad_norm": 16.25676155090332,
|
569 |
+
"learning_rate": 7.016504991533727e-07,
|
570 |
+
"loss": 9.5415,
|
571 |
+
"step": 78
|
572 |
+
},
|
573 |
+
{
|
574 |
+
"epoch": 0.2657695542472666,
|
575 |
+
"grad_norm": 15.985312461853027,
|
576 |
+
"learning_rate": 6.421379363065142e-07,
|
577 |
+
"loss": 8.8435,
|
578 |
+
"step": 79
|
579 |
+
},
|
580 |
+
{
|
581 |
+
"epoch": 0.2691337258200168,
|
582 |
+
"grad_norm": 17.515792846679688,
|
583 |
+
"learning_rate": 5.848888922025553e-07,
|
584 |
+
"loss": 9.9004,
|
585 |
+
"step": 80
|
586 |
+
},
|
587 |
+
{
|
588 |
+
"epoch": 0.27249789739276703,
|
589 |
+
"grad_norm": 18.003767013549805,
|
590 |
+
"learning_rate": 5.299731159831953e-07,
|
591 |
+
"loss": 9.6217,
|
592 |
+
"step": 81
|
593 |
+
},
|
594 |
+
{
|
595 |
+
"epoch": 0.27586206896551724,
|
596 |
+
"grad_norm": 17.7401180267334,
|
597 |
+
"learning_rate": 4.774575140626317e-07,
|
598 |
+
"loss": 10.091,
|
599 |
+
"step": 82
|
600 |
+
},
|
601 |
+
{
|
602 |
+
"epoch": 0.27922624053826745,
|
603 |
+
"grad_norm": 18.93708038330078,
|
604 |
+
"learning_rate": 4.27406068612396e-07,
|
605 |
+
"loss": 10.3955,
|
606 |
+
"step": 83
|
607 |
+
},
|
608 |
+
{
|
609 |
+
"epoch": 0.28259041211101765,
|
610 |
+
"grad_norm": 20.82859992980957,
|
611 |
+
"learning_rate": 3.798797596089351e-07,
|
612 |
+
"loss": 10.6501,
|
613 |
+
"step": 84
|
614 |
+
},
|
615 |
+
{
|
616 |
+
"epoch": 0.28595458368376786,
|
617 |
+
"grad_norm": 20.40983009338379,
|
618 |
+
"learning_rate": 3.3493649053890325e-07,
|
619 |
+
"loss": 11.2433,
|
620 |
+
"step": 85
|
621 |
+
},
|
622 |
+
{
|
623 |
+
"epoch": 0.28931875525651807,
|
624 |
+
"grad_norm": 20.346174240112305,
|
625 |
+
"learning_rate": 2.9263101785268253e-07,
|
626 |
+
"loss": 11.8944,
|
627 |
+
"step": 86
|
628 |
+
},
|
629 |
+
{
|
630 |
+
"epoch": 0.2926829268292683,
|
631 |
+
"grad_norm": 21.919641494750977,
|
632 |
+
"learning_rate": 2.53014884252083e-07,
|
633 |
+
"loss": 11.9275,
|
634 |
+
"step": 87
|
635 |
+
},
|
636 |
+
{
|
637 |
+
"epoch": 0.2960470984020185,
|
638 |
+
"grad_norm": 21.59522819519043,
|
639 |
+
"learning_rate": 2.1613635589349756e-07,
|
640 |
+
"loss": 11.1671,
|
641 |
+
"step": 88
|
642 |
+
},
|
643 |
+
{
|
644 |
+
"epoch": 0.2994112699747687,
|
645 |
+
"grad_norm": 23.782527923583984,
|
646 |
+
"learning_rate": 1.8204036358303173e-07,
|
647 |
+
"loss": 13.3871,
|
648 |
+
"step": 89
|
649 |
+
},
|
650 |
+
{
|
651 |
+
"epoch": 0.3027754415475189,
|
652 |
+
"grad_norm": 22.470487594604492,
|
653 |
+
"learning_rate": 1.507684480352292e-07,
|
654 |
+
"loss": 12.2082,
|
655 |
+
"step": 90
|
656 |
+
},
|
657 |
+
{
|
658 |
+
"epoch": 0.30613961312026916,
|
659 |
+
"grad_norm": 22.669078826904297,
|
660 |
+
"learning_rate": 1.223587092621162e-07,
|
661 |
+
"loss": 12.4097,
|
662 |
+
"step": 91
|
663 |
+
},
|
664 |
+
{
|
665 |
+
"epoch": 0.30950378469301937,
|
666 |
+
"grad_norm": 23.26660919189453,
|
667 |
+
"learning_rate": 9.684576015420277e-08,
|
668 |
+
"loss": 13.0533,
|
669 |
+
"step": 92
|
670 |
+
},
|
671 |
+
{
|
672 |
+
"epoch": 0.3128679562657696,
|
673 |
+
"grad_norm": 25.632230758666992,
|
674 |
+
"learning_rate": 7.426068431000883e-08,
|
675 |
+
"loss": 14.406,
|
676 |
+
"step": 93
|
677 |
+
},
|
678 |
+
{
|
679 |
+
"epoch": 0.3162321278385198,
|
680 |
+
"grad_norm": 23.212289810180664,
|
681 |
+
"learning_rate": 5.463099816548578e-08,
|
682 |
+
"loss": 12.672,
|
683 |
+
"step": 94
|
684 |
+
},
|
685 |
+
{
|
686 |
+
"epoch": 0.31959629941127,
|
687 |
+
"grad_norm": 26.72962188720703,
|
688 |
+
"learning_rate": 3.798061746947995e-08,
|
689 |
+
"loss": 14.1783,
|
690 |
+
"step": 95
|
691 |
+
},
|
692 |
+
{
|
693 |
+
"epoch": 0.3229604709840202,
|
694 |
+
"grad_norm": 26.62249183654785,
|
695 |
+
"learning_rate": 2.4329828146074096e-08,
|
696 |
+
"loss": 14.9785,
|
697 |
+
"step": 96
|
698 |
+
},
|
699 |
+
{
|
700 |
+
"epoch": 0.3263246425567704,
|
701 |
+
"grad_norm": 24.253948211669922,
|
702 |
+
"learning_rate": 1.3695261579316776e-08,
|
703 |
+
"loss": 13.4523,
|
704 |
+
"step": 97
|
705 |
+
},
|
706 |
+
{
|
707 |
+
"epoch": 0.3296888141295206,
|
708 |
+
"grad_norm": 27.36448860168457,
|
709 |
+
"learning_rate": 6.089874350439507e-09,
|
710 |
+
"loss": 15.0062,
|
711 |
+
"step": 98
|
712 |
+
},
|
713 |
+
{
|
714 |
+
"epoch": 0.3330529857022708,
|
715 |
+
"grad_norm": 31.766481399536133,
|
716 |
+
"learning_rate": 1.5229324522605949e-09,
|
717 |
+
"loss": 15.6437,
|
718 |
+
"step": 99
|
719 |
+
},
|
720 |
+
{
|
721 |
+
"epoch": 0.33641715727502103,
|
722 |
+
"grad_norm": 31.894515991210938,
|
723 |
+
"learning_rate": 0.0,
|
724 |
+
"loss": 17.4361,
|
725 |
+
"step": 100
|
726 |
+
},
|
727 |
+
{
|
728 |
+
"epoch": 0.33641715727502103,
|
729 |
+
"eval_loss": 1.1555566787719727,
|
730 |
+
"eval_runtime": 57.1133,
|
731 |
+
"eval_samples_per_second": 8.772,
|
732 |
+
"eval_steps_per_second": 2.206,
|
733 |
+
"step": 100
|
734 |
+
}
|
735 |
+
],
|
736 |
+
"logging_steps": 1,
|
737 |
+
"max_steps": 100,
|
738 |
+
"num_input_tokens_seen": 0,
|
739 |
+
"num_train_epochs": 1,
|
740 |
+
"save_steps": 50,
|
741 |
+
"stateful_callbacks": {
|
742 |
+
"EarlyStoppingCallback": {
|
743 |
+
"args": {
|
744 |
+
"early_stopping_patience": 5,
|
745 |
+
"early_stopping_threshold": 0.0
|
746 |
+
},
|
747 |
+
"attributes": {
|
748 |
+
"early_stopping_patience_counter": 0
|
749 |
+
}
|
750 |
+
},
|
751 |
+
"TrainerControl": {
|
752 |
+
"args": {
|
753 |
+
"should_epoch_stop": false,
|
754 |
+
"should_evaluate": false,
|
755 |
+
"should_log": false,
|
756 |
+
"should_save": true,
|
757 |
+
"should_training_stop": true
|
758 |
+
},
|
759 |
+
"attributes": {}
|
760 |
+
}
|
761 |
+
},
|
762 |
+
"total_flos": 2.53913198493696e+17,
|
763 |
+
"train_batch_size": 4,
|
764 |
+
"trial_name": null,
|
765 |
+
"trial_params": null
|
766 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78f133a7685bad8334420366152d30059d7638f53b96101d2261b92d6da951fd
|
3 |
+
size 6840
|
special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": {
|
17 |
+
"content": "</s>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45ccb9c8b6b561889acea59191d66986d314e7cbd6a78abc6e49b139ca91c1e6
|
3 |
+
size 500058
|
tokenizer_config.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": null,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"0": {
|
7 |
+
"content": "<unk>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"2": {
|
23 |
+
"content": "</s>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": false,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": true
|
29 |
+
}
|
30 |
+
},
|
31 |
+
"bos_token": "<s>",
|
32 |
+
"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 %}",
|
33 |
+
"clean_up_tokenization_spaces": false,
|
34 |
+
"eos_token": "</s>",
|
35 |
+
"legacy": true,
|
36 |
+
"model_max_length": 1000000000000000019884624838656,
|
37 |
+
"pad_token": "</s>",
|
38 |
+
"sp_model_kwargs": {},
|
39 |
+
"tokenizer_class": "LlamaTokenizer",
|
40 |
+
"unk_token": "<unk>",
|
41 |
+
"use_default_system_prompt": false
|
42 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78f133a7685bad8334420366152d30059d7638f53b96101d2261b92d6da951fd
|
3 |
+
size 6840
|