End of training
Browse files- README.md +162 -0
- adapter_config.json +34 -0
- adapter_model.bin +3 -0
- adapter_model.safetensors +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/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 +41 -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 +41 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,162 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: HuggingFaceM4/tiny-random-LlamaForCausalLM
|
4 |
+
tags:
|
5 |
+
- axolotl
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: 5bb15199-bfd7-4a20-bcce-8ddcac758358
|
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: HuggingFaceM4/tiny-random-LlamaForCausalLM
|
22 |
+
bf16: true
|
23 |
+
chat_template: llama3
|
24 |
+
data_processes: 16
|
25 |
+
dataset_prepared_path: null
|
26 |
+
datasets:
|
27 |
+
- data_files:
|
28 |
+
- bb93f37edd760ff3_train_data.json
|
29 |
+
ds_type: json
|
30 |
+
format: custom
|
31 |
+
path: /workspace/input_data/bb93f37edd760ff3_train_data.json
|
32 |
+
type:
|
33 |
+
field_instruction: type
|
34 |
+
field_output: model
|
35 |
+
format: '{instruction}'
|
36 |
+
no_input_format: '{instruction}'
|
37 |
+
system_format: '{system}'
|
38 |
+
system_prompt: ''
|
39 |
+
debug: null
|
40 |
+
deepspeed: null
|
41 |
+
device_map: auto
|
42 |
+
do_eval: true
|
43 |
+
early_stopping_patience: 5
|
44 |
+
eval_batch_size: 4
|
45 |
+
eval_max_new_tokens: 128
|
46 |
+
eval_steps: 50
|
47 |
+
eval_table_size: null
|
48 |
+
evals_per_epoch: null
|
49 |
+
flash_attention: false
|
50 |
+
fp16: false
|
51 |
+
fsdp: null
|
52 |
+
fsdp_config: null
|
53 |
+
gradient_accumulation_steps: 8
|
54 |
+
gradient_checkpointing: true
|
55 |
+
group_by_length: true
|
56 |
+
hub_model_id: sn56a1/5bb15199-bfd7-4a20-bcce-8ddcac758358
|
57 |
+
hub_repo: null
|
58 |
+
hub_strategy: checkpoint
|
59 |
+
hub_token: null
|
60 |
+
learning_rate: 5.0e-06
|
61 |
+
load_in_4bit: false
|
62 |
+
load_in_8bit: false
|
63 |
+
local_rank: null
|
64 |
+
logging_steps: 1
|
65 |
+
lora_alpha: 32
|
66 |
+
lora_dropout: 0.1
|
67 |
+
lora_fan_in_fan_out: null
|
68 |
+
lora_model_dir: null
|
69 |
+
lora_r: 16
|
70 |
+
lora_target_linear: true
|
71 |
+
lr_scheduler: cosine
|
72 |
+
max_grad_norm: 2.0
|
73 |
+
max_memory:
|
74 |
+
0: 70GB
|
75 |
+
max_steps: 100
|
76 |
+
micro_batch_size: 4
|
77 |
+
mlflow_experiment_name: /tmp/bb93f37edd760ff3_train_data.json
|
78 |
+
model_type: AutoModelForCausalLM
|
79 |
+
num_epochs: 3
|
80 |
+
optim_args:
|
81 |
+
adam_beta1: 0.9
|
82 |
+
adam_beta2: 0.95
|
83 |
+
adam_epsilon: 1e-5
|
84 |
+
optimizer: adamw_torch
|
85 |
+
output_dir: miner_id_24
|
86 |
+
pad_to_sequence_len: true
|
87 |
+
resume_from_checkpoint: null
|
88 |
+
s2_attention: null
|
89 |
+
sample_packing: false
|
90 |
+
save_steps: 50
|
91 |
+
saves_per_epoch: null
|
92 |
+
sequence_len: 1024
|
93 |
+
strict: false
|
94 |
+
tf32: true
|
95 |
+
tokenizer_type: AutoTokenizer
|
96 |
+
train_on_inputs: false
|
97 |
+
trust_remote_code: true
|
98 |
+
val_set_size: 0.05
|
99 |
+
wandb_entity: sn56-miner
|
100 |
+
wandb_mode: disabled
|
101 |
+
wandb_name: 5bb15199-bfd7-4a20-bcce-8ddcac758358
|
102 |
+
wandb_project: god
|
103 |
+
wandb_run: oufi
|
104 |
+
wandb_runid: 5bb15199-bfd7-4a20-bcce-8ddcac758358
|
105 |
+
warmup_steps: 10
|
106 |
+
weight_decay: 0.0
|
107 |
+
xformers_attention: null
|
108 |
+
|
109 |
+
```
|
110 |
+
|
111 |
+
</details><br>
|
112 |
+
|
113 |
+
# 5bb15199-bfd7-4a20-bcce-8ddcac758358
|
114 |
+
|
115 |
+
This model is a fine-tuned version of [HuggingFaceM4/tiny-random-LlamaForCausalLM](https://huggingface.co/HuggingFaceM4/tiny-random-LlamaForCausalLM) on the None dataset.
|
116 |
+
It achieves the following results on the evaluation set:
|
117 |
+
- Loss: 10.3696
|
118 |
+
|
119 |
+
## Model description
|
120 |
+
|
121 |
+
More information needed
|
122 |
+
|
123 |
+
## Intended uses & limitations
|
124 |
+
|
125 |
+
More information needed
|
126 |
+
|
127 |
+
## Training and evaluation data
|
128 |
+
|
129 |
+
More information needed
|
130 |
+
|
131 |
+
## Training procedure
|
132 |
+
|
133 |
+
### Training hyperparameters
|
134 |
+
|
135 |
+
The following hyperparameters were used during training:
|
136 |
+
- learning_rate: 5e-06
|
137 |
+
- train_batch_size: 4
|
138 |
+
- eval_batch_size: 4
|
139 |
+
- seed: 42
|
140 |
+
- gradient_accumulation_steps: 8
|
141 |
+
- total_train_batch_size: 32
|
142 |
+
- 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
|
143 |
+
- lr_scheduler_type: cosine
|
144 |
+
- lr_scheduler_warmup_steps: 10
|
145 |
+
- training_steps: 100
|
146 |
+
|
147 |
+
### Training results
|
148 |
+
|
149 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
150 |
+
|:-------------:|:------:|:----:|:---------------:|
|
151 |
+
| 10.3661 | 0.0007 | 1 | 10.3732 |
|
152 |
+
| 10.3789 | 0.0337 | 50 | 10.3704 |
|
153 |
+
| 10.3781 | 0.0674 | 100 | 10.3696 |
|
154 |
+
|
155 |
+
|
156 |
+
### Framework versions
|
157 |
+
|
158 |
+
- PEFT 0.13.2
|
159 |
+
- Transformers 4.46.0
|
160 |
+
- Pytorch 2.5.0+cu124
|
161 |
+
- Datasets 3.0.1
|
162 |
+
- 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": "HuggingFaceM4/tiny-random-LlamaForCausalLM",
|
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 |
+
"up_proj",
|
24 |
+
"v_proj",
|
25 |
+
"down_proj",
|
26 |
+
"q_proj",
|
27 |
+
"o_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"k_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:432696c6b27fb61888ed107ed68d0e58d338b0a43c243bd97b9571992db011ed
|
3 |
+
size 57218
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc362b059434f3dd54fef8792eb41fa186e7c0c0989a459d367fe6f29458af9a
|
3 |
+
size 50624
|
config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_attn_implementation_autoset": true,
|
3 |
+
"_name_or_path": "HuggingFaceM4/tiny-random-LlamaForCausalLM",
|
4 |
+
"architectures": [
|
5 |
+
"LlamaForCausalLM"
|
6 |
+
],
|
7 |
+
"attention_bias": false,
|
8 |
+
"attention_dropout": 0.0,
|
9 |
+
"bos_token_id": 0,
|
10 |
+
"eos_token_id": 2,
|
11 |
+
"head_dim": 4,
|
12 |
+
"hidden_act": "silu",
|
13 |
+
"hidden_size": 16,
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"intermediate_size": 64,
|
16 |
+
"max_position_embeddings": 2048,
|
17 |
+
"mlp_bias": false,
|
18 |
+
"model_type": "llama",
|
19 |
+
"num_attention_heads": 4,
|
20 |
+
"num_hidden_layers": 2,
|
21 |
+
"num_key_value_heads": 4,
|
22 |
+
"pad_token_id": -1,
|
23 |
+
"pretraining_tp": 1,
|
24 |
+
"rms_norm_eps": 1e-06,
|
25 |
+
"rope_scaling": null,
|
26 |
+
"rope_theta": 10000.0,
|
27 |
+
"tie_word_embeddings": false,
|
28 |
+
"torch_dtype": "float16",
|
29 |
+
"transformers_version": "4.46.0",
|
30 |
+
"use_cache": false,
|
31 |
+
"vocab_size": 32000
|
32 |
+
}
|
last-checkpoint/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: HuggingFaceM4/tiny-random-LlamaForCausalLM
|
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": "HuggingFaceM4/tiny-random-LlamaForCausalLM",
|
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 |
+
"up_proj",
|
24 |
+
"v_proj",
|
25 |
+
"down_proj",
|
26 |
+
"q_proj",
|
27 |
+
"o_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"k_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:bc362b059434f3dd54fef8792eb41fa186e7c0c0989a459d367fe6f29458af9a
|
3 |
+
size 50624
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a760681695d399fdc5360274ad37046b442199b04a5c7b15deb05ecc7260bd6
|
3 |
+
size 118090
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08431c668410859ce24fa4b1d064ab8633ca8b0a2b5fa41d2a89212310c1182e
|
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": "<unk>",
|
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:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
last-checkpoint/tokenizer_config.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": 2048,
|
37 |
+
"pad_token": "<unk>",
|
38 |
+
"tokenizer_class": "LlamaTokenizer",
|
39 |
+
"unk_token": "<unk>",
|
40 |
+
"use_default_system_prompt": true
|
41 |
+
}
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,766 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 10.369635581970215,
|
3 |
+
"best_model_checkpoint": "miner_id_24/checkpoint-100",
|
4 |
+
"epoch": 0.06735140596059942,
|
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.0006735140596059942,
|
13 |
+
"grad_norm": 0.46537747979164124,
|
14 |
+
"learning_rate": 5.000000000000001e-07,
|
15 |
+
"loss": 10.3661,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.0006735140596059942,
|
20 |
+
"eval_loss": 10.37316608428955,
|
21 |
+
"eval_runtime": 5.0121,
|
22 |
+
"eval_samples_per_second": 498.989,
|
23 |
+
"eval_steps_per_second": 124.897,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.0013470281192119885,
|
28 |
+
"grad_norm": 0.46409550309181213,
|
29 |
+
"learning_rate": 1.0000000000000002e-06,
|
30 |
+
"loss": 10.3661,
|
31 |
+
"step": 2
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.0020205421788179827,
|
35 |
+
"grad_norm": 0.4587530195713043,
|
36 |
+
"learning_rate": 1.5e-06,
|
37 |
+
"loss": 10.3661,
|
38 |
+
"step": 3
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.002694056238423977,
|
42 |
+
"grad_norm": 0.4615240693092346,
|
43 |
+
"learning_rate": 2.0000000000000003e-06,
|
44 |
+
"loss": 10.3661,
|
45 |
+
"step": 4
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.003367570298029971,
|
49 |
+
"grad_norm": 0.45824918150901794,
|
50 |
+
"learning_rate": 2.5e-06,
|
51 |
+
"loss": 10.3661,
|
52 |
+
"step": 5
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.0040410843576359655,
|
56 |
+
"grad_norm": 0.459720253944397,
|
57 |
+
"learning_rate": 3e-06,
|
58 |
+
"loss": 10.366,
|
59 |
+
"step": 6
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.00471459841724196,
|
63 |
+
"grad_norm": 0.45911216735839844,
|
64 |
+
"learning_rate": 3.5e-06,
|
65 |
+
"loss": 10.366,
|
66 |
+
"step": 7
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.005388112476847954,
|
70 |
+
"grad_norm": 0.4247434139251709,
|
71 |
+
"learning_rate": 4.000000000000001e-06,
|
72 |
+
"loss": 10.3713,
|
73 |
+
"step": 8
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.006061626536453949,
|
77 |
+
"grad_norm": 0.4762680232524872,
|
78 |
+
"learning_rate": 4.5e-06,
|
79 |
+
"loss": 10.3773,
|
80 |
+
"step": 9
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.006735140596059942,
|
84 |
+
"grad_norm": 0.4753515422344208,
|
85 |
+
"learning_rate": 5e-06,
|
86 |
+
"loss": 10.3772,
|
87 |
+
"step": 10
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.007408654655665937,
|
91 |
+
"grad_norm": 0.47528135776519775,
|
92 |
+
"learning_rate": 4.99847706754774e-06,
|
93 |
+
"loss": 10.3771,
|
94 |
+
"step": 11
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.008082168715271931,
|
98 |
+
"grad_norm": 0.4704223871231079,
|
99 |
+
"learning_rate": 4.993910125649561e-06,
|
100 |
+
"loss": 10.3771,
|
101 |
+
"step": 12
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.008755682774877925,
|
105 |
+
"grad_norm": 0.46953582763671875,
|
106 |
+
"learning_rate": 4.986304738420684e-06,
|
107 |
+
"loss": 10.377,
|
108 |
+
"step": 13
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.00942919683448392,
|
112 |
+
"grad_norm": 0.47936081886291504,
|
113 |
+
"learning_rate": 4.975670171853926e-06,
|
114 |
+
"loss": 10.377,
|
115 |
+
"step": 14
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.010102710894089914,
|
119 |
+
"grad_norm": 0.47104042768478394,
|
120 |
+
"learning_rate": 4.962019382530521e-06,
|
121 |
+
"loss": 10.3756,
|
122 |
+
"step": 15
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.010776224953695908,
|
126 |
+
"grad_norm": 0.7084691524505615,
|
127 |
+
"learning_rate": 4.9453690018345144e-06,
|
128 |
+
"loss": 10.3593,
|
129 |
+
"step": 16
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.011449739013301903,
|
133 |
+
"grad_norm": 0.6909227967262268,
|
134 |
+
"learning_rate": 4.925739315689991e-06,
|
135 |
+
"loss": 10.3593,
|
136 |
+
"step": 17
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.012123253072907897,
|
140 |
+
"grad_norm": 0.6871774792671204,
|
141 |
+
"learning_rate": 4.903154239845798e-06,
|
142 |
+
"loss": 10.3592,
|
143 |
+
"step": 18
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.012796767132513891,
|
147 |
+
"grad_norm": 0.6961978077888489,
|
148 |
+
"learning_rate": 4.8776412907378845e-06,
|
149 |
+
"loss": 10.3592,
|
150 |
+
"step": 19
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.013470281192119885,
|
154 |
+
"grad_norm": 0.6980166435241699,
|
155 |
+
"learning_rate": 4.849231551964771e-06,
|
156 |
+
"loss": 10.3591,
|
157 |
+
"step": 20
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.01414379525172588,
|
161 |
+
"grad_norm": 0.6989056468009949,
|
162 |
+
"learning_rate": 4.817959636416969e-06,
|
163 |
+
"loss": 10.359,
|
164 |
+
"step": 21
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.014817309311331874,
|
168 |
+
"grad_norm": 0.6959133744239807,
|
169 |
+
"learning_rate": 4.783863644106502e-06,
|
170 |
+
"loss": 10.3589,
|
171 |
+
"step": 22
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.015490823370937868,
|
175 |
+
"grad_norm": 0.7150304913520813,
|
176 |
+
"learning_rate": 4.746985115747918e-06,
|
177 |
+
"loss": 10.372,
|
178 |
+
"step": 23
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.016164337430543862,
|
182 |
+
"grad_norm": 0.7403161525726318,
|
183 |
+
"learning_rate": 4.707368982147318e-06,
|
184 |
+
"loss": 10.3739,
|
185 |
+
"step": 24
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.016837851490149856,
|
189 |
+
"grad_norm": 0.749751627445221,
|
190 |
+
"learning_rate": 4.665063509461098e-06,
|
191 |
+
"loss": 10.3738,
|
192 |
+
"step": 25
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.01751136554975585,
|
196 |
+
"grad_norm": 0.7444016933441162,
|
197 |
+
"learning_rate": 4.620120240391065e-06,
|
198 |
+
"loss": 10.3737,
|
199 |
+
"step": 26
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.018184879609361847,
|
203 |
+
"grad_norm": 0.7366701364517212,
|
204 |
+
"learning_rate": 4.572593931387604e-06,
|
205 |
+
"loss": 10.3737,
|
206 |
+
"step": 27
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.01885839366896784,
|
210 |
+
"grad_norm": 0.744555652141571,
|
211 |
+
"learning_rate": 4.522542485937369e-06,
|
212 |
+
"loss": 10.3736,
|
213 |
+
"step": 28
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.019531907728573834,
|
217 |
+
"grad_norm": 0.7480055093765259,
|
218 |
+
"learning_rate": 4.470026884016805e-06,
|
219 |
+
"loss": 10.3735,
|
220 |
+
"step": 29
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.020205421788179828,
|
224 |
+
"grad_norm": 0.7534674406051636,
|
225 |
+
"learning_rate": 4.415111107797445e-06,
|
226 |
+
"loss": 10.3734,
|
227 |
+
"step": 30
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.020878935847785822,
|
231 |
+
"grad_norm": 0.7489609718322754,
|
232 |
+
"learning_rate": 4.357862063693486e-06,
|
233 |
+
"loss": 10.3733,
|
234 |
+
"step": 31
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.021552449907391816,
|
238 |
+
"grad_norm": 0.7401928305625916,
|
239 |
+
"learning_rate": 4.2983495008466285e-06,
|
240 |
+
"loss": 10.3732,
|
241 |
+
"step": 32
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.02222596396699781,
|
245 |
+
"grad_norm": 0.7494103908538818,
|
246 |
+
"learning_rate": 4.236645926147493e-06,
|
247 |
+
"loss": 10.3731,
|
248 |
+
"step": 33
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.022899478026603807,
|
252 |
+
"grad_norm": 0.7467982769012451,
|
253 |
+
"learning_rate": 4.172826515897146e-06,
|
254 |
+
"loss": 10.373,
|
255 |
+
"step": 34
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.0235729920862098,
|
259 |
+
"grad_norm": 0.7477310299873352,
|
260 |
+
"learning_rate": 4.106969024216348e-06,
|
261 |
+
"loss": 10.3729,
|
262 |
+
"step": 35
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.024246506145815794,
|
266 |
+
"grad_norm": 0.7540197968482971,
|
267 |
+
"learning_rate": 4.039153688314146e-06,
|
268 |
+
"loss": 10.3728,
|
269 |
+
"step": 36
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.02492002020542179,
|
273 |
+
"grad_norm": 0.7551729083061218,
|
274 |
+
"learning_rate": 3.969463130731183e-06,
|
275 |
+
"loss": 10.3727,
|
276 |
+
"step": 37
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.025593534265027782,
|
280 |
+
"grad_norm": 0.7508256435394287,
|
281 |
+
"learning_rate": 3.897982258676867e-06,
|
282 |
+
"loss": 10.3727,
|
283 |
+
"step": 38
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.026267048324633776,
|
287 |
+
"grad_norm": 0.7513405084609985,
|
288 |
+
"learning_rate": 3.824798160583012e-06,
|
289 |
+
"loss": 10.3725,
|
290 |
+
"step": 39
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.02694056238423977,
|
294 |
+
"grad_norm": 0.7418174147605896,
|
295 |
+
"learning_rate": 3.7500000000000005e-06,
|
296 |
+
"loss": 10.3725,
|
297 |
+
"step": 40
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.027614076443845767,
|
301 |
+
"grad_norm": 0.6083436012268066,
|
302 |
+
"learning_rate": 3.6736789069647273e-06,
|
303 |
+
"loss": 10.3652,
|
304 |
+
"step": 41
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.02828759050345176,
|
308 |
+
"grad_norm": 0.6467355489730835,
|
309 |
+
"learning_rate": 3.595927866972694e-06,
|
310 |
+
"loss": 10.3789,
|
311 |
+
"step": 42
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.028961104563057755,
|
315 |
+
"grad_norm": 0.6647388935089111,
|
316 |
+
"learning_rate": 3.516841607689501e-06,
|
317 |
+
"loss": 10.3793,
|
318 |
+
"step": 43
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.02963461862266375,
|
322 |
+
"grad_norm": 0.6549708843231201,
|
323 |
+
"learning_rate": 3.436516483539781e-06,
|
324 |
+
"loss": 10.3793,
|
325 |
+
"step": 44
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.030308132682269742,
|
329 |
+
"grad_norm": 0.6744738221168518,
|
330 |
+
"learning_rate": 3.3550503583141726e-06,
|
331 |
+
"loss": 10.3792,
|
332 |
+
"step": 45
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.030981646741875736,
|
336 |
+
"grad_norm": 0.6574643850326538,
|
337 |
+
"learning_rate": 3.272542485937369e-06,
|
338 |
+
"loss": 10.3792,
|
339 |
+
"step": 46
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.03165516080148173,
|
343 |
+
"grad_norm": 0.6650392413139343,
|
344 |
+
"learning_rate": 3.189093389542498e-06,
|
345 |
+
"loss": 10.3791,
|
346 |
+
"step": 47
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.032328674861087724,
|
350 |
+
"grad_norm": 0.6566094160079956,
|
351 |
+
"learning_rate": 3.1048047389991693e-06,
|
352 |
+
"loss": 10.3791,
|
353 |
+
"step": 48
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.03300218892069372,
|
357 |
+
"grad_norm": 0.6569126844406128,
|
358 |
+
"learning_rate": 3.019779227044398e-06,
|
359 |
+
"loss": 10.379,
|
360 |
+
"step": 49
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.03367570298029971,
|
364 |
+
"grad_norm": 0.666088879108429,
|
365 |
+
"learning_rate": 2.9341204441673267e-06,
|
366 |
+
"loss": 10.3789,
|
367 |
+
"step": 50
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.03367570298029971,
|
371 |
+
"eval_loss": 10.370377540588379,
|
372 |
+
"eval_runtime": 5.0443,
|
373 |
+
"eval_samples_per_second": 495.809,
|
374 |
+
"eval_steps_per_second": 124.101,
|
375 |
+
"step": 50
|
376 |
+
},
|
377 |
+
{
|
378 |
+
"epoch": 0.034349217039905705,
|
379 |
+
"grad_norm": 0.46555596590042114,
|
380 |
+
"learning_rate": 2.847932752400164e-06,
|
381 |
+
"loss": 10.364,
|
382 |
+
"step": 51
|
383 |
+
},
|
384 |
+
{
|
385 |
+
"epoch": 0.0350227310995117,
|
386 |
+
"grad_norm": 0.45745429396629333,
|
387 |
+
"learning_rate": 2.761321158169134e-06,
|
388 |
+
"loss": 10.364,
|
389 |
+
"step": 52
|
390 |
+
},
|
391 |
+
{
|
392 |
+
"epoch": 0.0356962451591177,
|
393 |
+
"grad_norm": 0.46381837129592896,
|
394 |
+
"learning_rate": 2.6743911843603134e-06,
|
395 |
+
"loss": 10.364,
|
396 |
+
"step": 53
|
397 |
+
},
|
398 |
+
{
|
399 |
+
"epoch": 0.03636975921872369,
|
400 |
+
"grad_norm": 0.46502989530563354,
|
401 |
+
"learning_rate": 2.587248741756253e-06,
|
402 |
+
"loss": 10.3639,
|
403 |
+
"step": 54
|
404 |
+
},
|
405 |
+
{
|
406 |
+
"epoch": 0.03704327327832969,
|
407 |
+
"grad_norm": 0.4560410678386688,
|
408 |
+
"learning_rate": 2.5e-06,
|
409 |
+
"loss": 10.3639,
|
410 |
+
"step": 55
|
411 |
+
},
|
412 |
+
{
|
413 |
+
"epoch": 0.03771678733793568,
|
414 |
+
"grad_norm": 0.46303921937942505,
|
415 |
+
"learning_rate": 2.4127512582437486e-06,
|
416 |
+
"loss": 10.3639,
|
417 |
+
"step": 56
|
418 |
+
},
|
419 |
+
{
|
420 |
+
"epoch": 0.038390301397541675,
|
421 |
+
"grad_norm": 0.4635196030139923,
|
422 |
+
"learning_rate": 2.325608815639687e-06,
|
423 |
+
"loss": 10.3639,
|
424 |
+
"step": 57
|
425 |
+
},
|
426 |
+
{
|
427 |
+
"epoch": 0.03906381545714767,
|
428 |
+
"grad_norm": 0.45117461681365967,
|
429 |
+
"learning_rate": 2.238678841830867e-06,
|
430 |
+
"loss": 10.3732,
|
431 |
+
"step": 58
|
432 |
+
},
|
433 |
+
{
|
434 |
+
"epoch": 0.03973732951675366,
|
435 |
+
"grad_norm": 0.48336178064346313,
|
436 |
+
"learning_rate": 2.1520672475998374e-06,
|
437 |
+
"loss": 10.3749,
|
438 |
+
"step": 59
|
439 |
+
},
|
440 |
+
{
|
441 |
+
"epoch": 0.040410843576359656,
|
442 |
+
"grad_norm": 0.4785865545272827,
|
443 |
+
"learning_rate": 2.0658795558326745e-06,
|
444 |
+
"loss": 10.3749,
|
445 |
+
"step": 60
|
446 |
+
},
|
447 |
+
{
|
448 |
+
"epoch": 0.04108435763596565,
|
449 |
+
"grad_norm": 0.47746261954307556,
|
450 |
+
"learning_rate": 1.9802207729556023e-06,
|
451 |
+
"loss": 10.3748,
|
452 |
+
"step": 61
|
453 |
+
},
|
454 |
+
{
|
455 |
+
"epoch": 0.041757871695571644,
|
456 |
+
"grad_norm": 0.47557762265205383,
|
457 |
+
"learning_rate": 1.895195261000831e-06,
|
458 |
+
"loss": 10.3748,
|
459 |
+
"step": 62
|
460 |
+
},
|
461 |
+
{
|
462 |
+
"epoch": 0.04243138575517764,
|
463 |
+
"grad_norm": 0.4812166094779968,
|
464 |
+
"learning_rate": 1.8109066104575023e-06,
|
465 |
+
"loss": 10.3748,
|
466 |
+
"step": 63
|
467 |
+
},
|
468 |
+
{
|
469 |
+
"epoch": 0.04310489981478363,
|
470 |
+
"grad_norm": 0.6591014266014099,
|
471 |
+
"learning_rate": 1.7274575140626318e-06,
|
472 |
+
"loss": 10.3587,
|
473 |
+
"step": 64
|
474 |
+
},
|
475 |
+
{
|
476 |
+
"epoch": 0.043778413874389625,
|
477 |
+
"grad_norm": 0.6979511380195618,
|
478 |
+
"learning_rate": 1.6449496416858285e-06,
|
479 |
+
"loss": 10.3567,
|
480 |
+
"step": 65
|
481 |
+
},
|
482 |
+
{
|
483 |
+
"epoch": 0.04445192793399562,
|
484 |
+
"grad_norm": 0.6995478272438049,
|
485 |
+
"learning_rate": 1.56348351646022e-06,
|
486 |
+
"loss": 10.3566,
|
487 |
+
"step": 66
|
488 |
+
},
|
489 |
+
{
|
490 |
+
"epoch": 0.04512544199360162,
|
491 |
+
"grad_norm": 0.6948114633560181,
|
492 |
+
"learning_rate": 1.4831583923105e-06,
|
493 |
+
"loss": 10.3567,
|
494 |
+
"step": 67
|
495 |
+
},
|
496 |
+
{
|
497 |
+
"epoch": 0.045798956053207614,
|
498 |
+
"grad_norm": 0.7009080648422241,
|
499 |
+
"learning_rate": 1.4040721330273063e-06,
|
500 |
+
"loss": 10.3566,
|
501 |
+
"step": 68
|
502 |
+
},
|
503 |
+
{
|
504 |
+
"epoch": 0.04647247011281361,
|
505 |
+
"grad_norm": 0.6975271701812744,
|
506 |
+
"learning_rate": 1.3263210930352737e-06,
|
507 |
+
"loss": 10.3566,
|
508 |
+
"step": 69
|
509 |
+
},
|
510 |
+
{
|
511 |
+
"epoch": 0.0471459841724196,
|
512 |
+
"grad_norm": 0.7010521292686462,
|
513 |
+
"learning_rate": 1.2500000000000007e-06,
|
514 |
+
"loss": 10.3566,
|
515 |
+
"step": 70
|
516 |
+
},
|
517 |
+
{
|
518 |
+
"epoch": 0.047819498232025595,
|
519 |
+
"grad_norm": 0.6726126074790955,
|
520 |
+
"learning_rate": 1.1752018394169882e-06,
|
521 |
+
"loss": 10.3597,
|
522 |
+
"step": 71
|
523 |
+
},
|
524 |
+
{
|
525 |
+
"epoch": 0.04849301229163159,
|
526 |
+
"grad_norm": 0.7577285170555115,
|
527 |
+
"learning_rate": 1.1020177413231334e-06,
|
528 |
+
"loss": 10.3712,
|
529 |
+
"step": 72
|
530 |
+
},
|
531 |
+
{
|
532 |
+
"epoch": 0.04916652635123758,
|
533 |
+
"grad_norm": 0.752513587474823,
|
534 |
+
"learning_rate": 1.0305368692688175e-06,
|
535 |
+
"loss": 10.3711,
|
536 |
+
"step": 73
|
537 |
+
},
|
538 |
+
{
|
539 |
+
"epoch": 0.04984004041084358,
|
540 |
+
"grad_norm": 0.7591624855995178,
|
541 |
+
"learning_rate": 9.608463116858544e-07,
|
542 |
+
"loss": 10.3711,
|
543 |
+
"step": 74
|
544 |
+
},
|
545 |
+
{
|
546 |
+
"epoch": 0.05051355447044957,
|
547 |
+
"grad_norm": 0.7575279474258423,
|
548 |
+
"learning_rate": 8.930309757836517e-07,
|
549 |
+
"loss": 10.3711,
|
550 |
+
"step": 75
|
551 |
+
},
|
552 |
+
{
|
553 |
+
"epoch": 0.051187068530055564,
|
554 |
+
"grad_norm": 0.7515712976455688,
|
555 |
+
"learning_rate": 8.271734841028553e-07,
|
556 |
+
"loss": 10.3711,
|
557 |
+
"step": 76
|
558 |
+
},
|
559 |
+
{
|
560 |
+
"epoch": 0.05186058258966156,
|
561 |
+
"grad_norm": 0.7531877160072327,
|
562 |
+
"learning_rate": 7.633540738525066e-07,
|
563 |
+
"loss": 10.3711,
|
564 |
+
"step": 77
|
565 |
+
},
|
566 |
+
{
|
567 |
+
"epoch": 0.05253409664926755,
|
568 |
+
"grad_norm": 0.7591341137886047,
|
569 |
+
"learning_rate": 7.016504991533727e-07,
|
570 |
+
"loss": 10.371,
|
571 |
+
"step": 78
|
572 |
+
},
|
573 |
+
{
|
574 |
+
"epoch": 0.053207610708873546,
|
575 |
+
"grad_norm": 0.7630741000175476,
|
576 |
+
"learning_rate": 6.421379363065142e-07,
|
577 |
+
"loss": 10.371,
|
578 |
+
"step": 79
|
579 |
+
},
|
580 |
+
{
|
581 |
+
"epoch": 0.05388112476847954,
|
582 |
+
"grad_norm": 0.7539241909980774,
|
583 |
+
"learning_rate": 5.848888922025553e-07,
|
584 |
+
"loss": 10.371,
|
585 |
+
"step": 80
|
586 |
+
},
|
587 |
+
{
|
588 |
+
"epoch": 0.05455463882808553,
|
589 |
+
"grad_norm": 0.7619889974594116,
|
590 |
+
"learning_rate": 5.299731159831953e-07,
|
591 |
+
"loss": 10.371,
|
592 |
+
"step": 81
|
593 |
+
},
|
594 |
+
{
|
595 |
+
"epoch": 0.055228152887691534,
|
596 |
+
"grad_norm": 0.7507427334785461,
|
597 |
+
"learning_rate": 4.774575140626317e-07,
|
598 |
+
"loss": 10.371,
|
599 |
+
"step": 82
|
600 |
+
},
|
601 |
+
{
|
602 |
+
"epoch": 0.05590166694729753,
|
603 |
+
"grad_norm": 0.7484292984008789,
|
604 |
+
"learning_rate": 4.27406068612396e-07,
|
605 |
+
"loss": 10.371,
|
606 |
+
"step": 83
|
607 |
+
},
|
608 |
+
{
|
609 |
+
"epoch": 0.05657518100690352,
|
610 |
+
"grad_norm": 0.7520000338554382,
|
611 |
+
"learning_rate": 3.798797596089351e-07,
|
612 |
+
"loss": 10.371,
|
613 |
+
"step": 84
|
614 |
+
},
|
615 |
+
{
|
616 |
+
"epoch": 0.057248695066509515,
|
617 |
+
"grad_norm": 0.7428855299949646,
|
618 |
+
"learning_rate": 3.3493649053890325e-07,
|
619 |
+
"loss": 10.371,
|
620 |
+
"step": 85
|
621 |
+
},
|
622 |
+
{
|
623 |
+
"epoch": 0.05792220912611551,
|
624 |
+
"grad_norm": 0.7592101693153381,
|
625 |
+
"learning_rate": 2.9263101785268253e-07,
|
626 |
+
"loss": 10.371,
|
627 |
+
"step": 86
|
628 |
+
},
|
629 |
+
{
|
630 |
+
"epoch": 0.0585957231857215,
|
631 |
+
"grad_norm": 0.7575157284736633,
|
632 |
+
"learning_rate": 2.53014884252083e-07,
|
633 |
+
"loss": 10.3709,
|
634 |
+
"step": 87
|
635 |
+
},
|
636 |
+
{
|
637 |
+
"epoch": 0.0592692372453275,
|
638 |
+
"grad_norm": 0.7541194558143616,
|
639 |
+
"learning_rate": 2.1613635589349756e-07,
|
640 |
+
"loss": 10.371,
|
641 |
+
"step": 88
|
642 |
+
},
|
643 |
+
{
|
644 |
+
"epoch": 0.05994275130493349,
|
645 |
+
"grad_norm": 0.7604309916496277,
|
646 |
+
"learning_rate": 1.8204036358303173e-07,
|
647 |
+
"loss": 10.3709,
|
648 |
+
"step": 89
|
649 |
+
},
|
650 |
+
{
|
651 |
+
"epoch": 0.060616265364539484,
|
652 |
+
"grad_norm": 0.6117144227027893,
|
653 |
+
"learning_rate": 1.507684480352292e-07,
|
654 |
+
"loss": 10.3638,
|
655 |
+
"step": 90
|
656 |
+
},
|
657 |
+
{
|
658 |
+
"epoch": 0.06128977942414548,
|
659 |
+
"grad_norm": 0.6212105751037598,
|
660 |
+
"learning_rate": 1.223587092621162e-07,
|
661 |
+
"loss": 10.374,
|
662 |
+
"step": 91
|
663 |
+
},
|
664 |
+
{
|
665 |
+
"epoch": 0.06196329348375147,
|
666 |
+
"grad_norm": 0.6687809824943542,
|
667 |
+
"learning_rate": 9.684576015420277e-08,
|
668 |
+
"loss": 10.378,
|
669 |
+
"step": 92
|
670 |
+
},
|
671 |
+
{
|
672 |
+
"epoch": 0.06263680754335747,
|
673 |
+
"grad_norm": 0.6596706509590149,
|
674 |
+
"learning_rate": 7.426068431000883e-08,
|
675 |
+
"loss": 10.3781,
|
676 |
+
"step": 93
|
677 |
+
},
|
678 |
+
{
|
679 |
+
"epoch": 0.06331032160296346,
|
680 |
+
"grad_norm": 0.6658018827438354,
|
681 |
+
"learning_rate": 5.463099816548578e-08,
|
682 |
+
"loss": 10.3781,
|
683 |
+
"step": 94
|
684 |
+
},
|
685 |
+
{
|
686 |
+
"epoch": 0.06398383566256946,
|
687 |
+
"grad_norm": 0.664378821849823,
|
688 |
+
"learning_rate": 3.798061746947995e-08,
|
689 |
+
"loss": 10.378,
|
690 |
+
"step": 95
|
691 |
+
},
|
692 |
+
{
|
693 |
+
"epoch": 0.06465734972217545,
|
694 |
+
"grad_norm": 0.6662086844444275,
|
695 |
+
"learning_rate": 2.4329828146074096e-08,
|
696 |
+
"loss": 10.3781,
|
697 |
+
"step": 96
|
698 |
+
},
|
699 |
+
{
|
700 |
+
"epoch": 0.06533086378178145,
|
701 |
+
"grad_norm": 0.6696534156799316,
|
702 |
+
"learning_rate": 1.3695261579316776e-08,
|
703 |
+
"loss": 10.378,
|
704 |
+
"step": 97
|
705 |
+
},
|
706 |
+
{
|
707 |
+
"epoch": 0.06600437784138743,
|
708 |
+
"grad_norm": 0.6559661626815796,
|
709 |
+
"learning_rate": 6.089874350439507e-09,
|
710 |
+
"loss": 10.3781,
|
711 |
+
"step": 98
|
712 |
+
},
|
713 |
+
{
|
714 |
+
"epoch": 0.06667789190099344,
|
715 |
+
"grad_norm": 0.6552221179008484,
|
716 |
+
"learning_rate": 1.5229324522605949e-09,
|
717 |
+
"loss": 10.3781,
|
718 |
+
"step": 99
|
719 |
+
},
|
720 |
+
{
|
721 |
+
"epoch": 0.06735140596059942,
|
722 |
+
"grad_norm": 0.6548227071762085,
|
723 |
+
"learning_rate": 0.0,
|
724 |
+
"loss": 10.3781,
|
725 |
+
"step": 100
|
726 |
+
},
|
727 |
+
{
|
728 |
+
"epoch": 0.06735140596059942,
|
729 |
+
"eval_loss": 10.369635581970215,
|
730 |
+
"eval_runtime": 5.0309,
|
731 |
+
"eval_samples_per_second": 497.127,
|
732 |
+
"eval_steps_per_second": 124.431,
|
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": 10460489318400.0,
|
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:a4122ef1b3bc40a7026779bd682a74723533b58a35f8bb473c041ffdf2237763
|
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": "<unk>",
|
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:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
tokenizer_config.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": 2048,
|
37 |
+
"pad_token": "<unk>",
|
38 |
+
"tokenizer_class": "LlamaTokenizer",
|
39 |
+
"unk_token": "<unk>",
|
40 |
+
"use_default_system_prompt": true
|
41 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4122ef1b3bc40a7026779bd682a74723533b58a35f8bb473c041ffdf2237763
|
3 |
+
size 6840
|