End of training
Browse files- README.md +172 -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_0.pth +3 -0
- last-checkpoint/rng_state_1.pth +3 -0
- last-checkpoint/rng_state_2.pth +3 -0
- last-checkpoint/rng_state_3.pth +3 -0
- last-checkpoint/scheduler.pt +3 -0
- last-checkpoint/special_tokens_map.json +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 +563 -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,172 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: HuggingFaceH4/tiny-random-LlamaForCausalLM
|
4 |
+
tags:
|
5 |
+
- axolotl
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: f4d3be25-28c8-4c9a-bfec-b886202a757b
|
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: HuggingFaceH4/tiny-random-LlamaForCausalLM
|
22 |
+
bf16: auto
|
23 |
+
chat_template: llama3
|
24 |
+
cosine_min_lr_ratio: 0.1
|
25 |
+
data_processes: 16
|
26 |
+
dataset_prepared_path: null
|
27 |
+
datasets:
|
28 |
+
- data_files:
|
29 |
+
- 5a6e8b9ebf7c1456_train_data.json
|
30 |
+
ds_type: json
|
31 |
+
format: custom
|
32 |
+
path: /workspace/input_data/5a6e8b9ebf7c1456_train_data.json
|
33 |
+
type:
|
34 |
+
field_instruction: context
|
35 |
+
field_output: question
|
36 |
+
format: '{instruction}'
|
37 |
+
no_input_format: '{instruction}'
|
38 |
+
system_format: '{system}'
|
39 |
+
system_prompt: ''
|
40 |
+
debug: null
|
41 |
+
deepspeed: null
|
42 |
+
device_map: '{'''':torch.cuda.current_device()}'
|
43 |
+
do_eval: true
|
44 |
+
early_stopping_patience: 1
|
45 |
+
eval_batch_size: 6
|
46 |
+
eval_sample_packing: false
|
47 |
+
eval_steps: 25
|
48 |
+
evaluation_strategy: steps
|
49 |
+
flash_attention: true
|
50 |
+
fp16: null
|
51 |
+
fsdp: null
|
52 |
+
fsdp_config: null
|
53 |
+
gradient_accumulation_steps: 5
|
54 |
+
gradient_checkpointing: true
|
55 |
+
group_by_length: true
|
56 |
+
hub_model_id: null
|
57 |
+
hub_repo: stevemonite
|
58 |
+
hub_strategy: checkpoint
|
59 |
+
hub_token: null
|
60 |
+
learning_rate: 0.0003
|
61 |
+
load_in_4bit: false
|
62 |
+
load_in_8bit: false
|
63 |
+
local_rank: null
|
64 |
+
logging_steps: 1
|
65 |
+
lora_alpha: 64
|
66 |
+
lora_dropout: 0.05
|
67 |
+
lora_fan_in_fan_out: null
|
68 |
+
lora_model_dir: null
|
69 |
+
lora_r: 32
|
70 |
+
lora_target_linear: true
|
71 |
+
lora_target_modules:
|
72 |
+
- q_proj
|
73 |
+
- v_proj
|
74 |
+
lr_scheduler: cosine
|
75 |
+
max_grad_norm: 1.0
|
76 |
+
max_memory:
|
77 |
+
0: 70GiB
|
78 |
+
max_steps: 71
|
79 |
+
micro_batch_size: 6
|
80 |
+
mlflow_experiment_name: /tmp/5a6e8b9ebf7c1456_train_data.json
|
81 |
+
model_type: AutoModelForCausalLM
|
82 |
+
num_epochs: 2
|
83 |
+
optim_args:
|
84 |
+
adam_beta1: 0.9
|
85 |
+
adam_beta2: 0.95
|
86 |
+
adam_epsilon: 1e-5
|
87 |
+
optimizer: adamw_torch
|
88 |
+
output_dir: miner_id_24
|
89 |
+
pad_to_sequence_len: true
|
90 |
+
resume_from_checkpoint: null
|
91 |
+
s2_attention: null
|
92 |
+
sample_packing: false
|
93 |
+
save_steps: 50
|
94 |
+
save_strategy: steps
|
95 |
+
sequence_len: 2048
|
96 |
+
special_tokens:
|
97 |
+
pad_token: </s>
|
98 |
+
strict: false
|
99 |
+
tf32: false
|
100 |
+
tokenizer_type: AutoTokenizer
|
101 |
+
torch_compile: false
|
102 |
+
train_on_inputs: false
|
103 |
+
trust_remote_code: true
|
104 |
+
val_set_size: 50
|
105 |
+
wandb_entity: sn56-miner
|
106 |
+
wandb_mode: disabled
|
107 |
+
wandb_name: null
|
108 |
+
wandb_project: god
|
109 |
+
wandb_run: xxju
|
110 |
+
wandb_runid: null
|
111 |
+
warmup_raio: 0.03
|
112 |
+
warmup_ratio: 0.03
|
113 |
+
weight_decay: 0.01
|
114 |
+
xformers_attention: null
|
115 |
+
|
116 |
+
```
|
117 |
+
|
118 |
+
</details><br>
|
119 |
+
|
120 |
+
# f4d3be25-28c8-4c9a-bfec-b886202a757b
|
121 |
+
|
122 |
+
This model is a fine-tuned version of [HuggingFaceH4/tiny-random-LlamaForCausalLM](https://huggingface.co/HuggingFaceH4/tiny-random-LlamaForCausalLM) on the None dataset.
|
123 |
+
It achieves the following results on the evaluation set:
|
124 |
+
- Loss: 10.3363
|
125 |
+
|
126 |
+
## Model description
|
127 |
+
|
128 |
+
More information needed
|
129 |
+
|
130 |
+
## Intended uses & limitations
|
131 |
+
|
132 |
+
More information needed
|
133 |
+
|
134 |
+
## Training and evaluation data
|
135 |
+
|
136 |
+
More information needed
|
137 |
+
|
138 |
+
## Training procedure
|
139 |
+
|
140 |
+
### Training hyperparameters
|
141 |
+
|
142 |
+
The following hyperparameters were used during training:
|
143 |
+
- learning_rate: 0.0003
|
144 |
+
- train_batch_size: 6
|
145 |
+
- eval_batch_size: 6
|
146 |
+
- seed: 42
|
147 |
+
- distributed_type: multi-GPU
|
148 |
+
- num_devices: 4
|
149 |
+
- gradient_accumulation_steps: 5
|
150 |
+
- total_train_batch_size: 120
|
151 |
+
- total_eval_batch_size: 24
|
152 |
+
- 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
|
153 |
+
- lr_scheduler_type: cosine
|
154 |
+
- lr_scheduler_warmup_steps: 2
|
155 |
+
- training_steps: 71
|
156 |
+
|
157 |
+
### Training results
|
158 |
+
|
159 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
160 |
+
|:-------------:|:------:|:----:|:---------------:|
|
161 |
+
| 10.3721 | 0.0016 | 1 | 10.3743 |
|
162 |
+
| 10.3427 | 0.0404 | 25 | 10.3433 |
|
163 |
+
| 10.332 | 0.0807 | 50 | 10.3363 |
|
164 |
+
|
165 |
+
|
166 |
+
### Framework versions
|
167 |
+
|
168 |
+
- PEFT 0.13.2
|
169 |
+
- Transformers 4.46.0
|
170 |
+
- Pytorch 2.5.0+cu124
|
171 |
+
- Datasets 3.0.1
|
172 |
+
- 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": "HuggingFaceH4/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": 64,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 32,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"k_proj",
|
24 |
+
"v_proj",
|
25 |
+
"down_proj",
|
26 |
+
"o_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"up_proj",
|
29 |
+
"q_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0a28adec49aba6d46f8e8612320c184e740110466160da55cd82b86d9c3bd3c
|
3 |
+
size 104322
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19a5076a9dee0a6557bf7897d90458b3e0be379309da92e99d37deade37c4dba
|
3 |
+
size 97728
|
config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_attn_implementation_autoset": true,
|
3 |
+
"_name_or_path": "HuggingFaceH4/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: HuggingFaceH4/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": "HuggingFaceH4/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": 64,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 32,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"k_proj",
|
24 |
+
"v_proj",
|
25 |
+
"down_proj",
|
26 |
+
"o_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"up_proj",
|
29 |
+
"q_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
last-checkpoint/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21865deab8e08590caa4f32b91e6da45b87b96e0decc6d1e9476a0ebcf06f236
|
3 |
+
size 97728
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b497bae75a740ca888cb72c0231e47698ab8d2be12d23422a13eb85408832e4
|
3 |
+
size 212298
|
last-checkpoint/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9947da446ad2787751e14773cf0188531fdcc1c60ef742c2d8e2e22517816d7
|
3 |
+
size 14960
|
last-checkpoint/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:239c76bcae949bcb67c345c1ff85329b64b9b6a69a495d4f658abdf94113ecbc
|
3 |
+
size 15024
|
last-checkpoint/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ca3b942e4dfeb61990e209d27ab7d70342ac4ae28ac6d01f2c8080d4a93f4e7
|
3 |
+
size 15024
|
last-checkpoint/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d29a5db5901373a16ba32b61302aee64f75886321b6d4fe883718b29f468917
|
3 |
+
size 15024
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:544f6ccb4622164946a8bd8e21374fc5cfa8e8262c8720a1374851949c7e26c1
|
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": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": true,
|
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": true,
|
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,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": true,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": true,
|
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": "</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,563 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 10.336307525634766,
|
3 |
+
"best_model_checkpoint": "miner_id_24/checkpoint-50",
|
4 |
+
"epoch": 0.1146640826873385,
|
5 |
+
"eval_steps": 25,
|
6 |
+
"global_step": 71,
|
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.001614987080103359,
|
13 |
+
"grad_norm": 0.060144778341054916,
|
14 |
+
"learning_rate": 0.00015,
|
15 |
+
"loss": 10.3721,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.001614987080103359,
|
20 |
+
"eval_loss": 10.374292373657227,
|
21 |
+
"eval_runtime": 0.0553,
|
22 |
+
"eval_samples_per_second": 903.711,
|
23 |
+
"eval_steps_per_second": 54.223,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.003229974160206718,
|
28 |
+
"grad_norm": 0.05838553234934807,
|
29 |
+
"learning_rate": 0.0003,
|
30 |
+
"loss": 10.3717,
|
31 |
+
"step": 2
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.0048449612403100775,
|
35 |
+
"grad_norm": 0.06211625039577484,
|
36 |
+
"learning_rate": 0.0002998600959423082,
|
37 |
+
"loss": 10.3706,
|
38 |
+
"step": 3
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.006459948320413436,
|
42 |
+
"grad_norm": 0.06348743289709091,
|
43 |
+
"learning_rate": 0.0002994406737417567,
|
44 |
+
"loss": 10.3702,
|
45 |
+
"step": 4
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.008074935400516795,
|
49 |
+
"grad_norm": 0.0670604556798935,
|
50 |
+
"learning_rate": 0.00029874260271490463,
|
51 |
+
"loss": 10.3687,
|
52 |
+
"step": 5
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.009689922480620155,
|
56 |
+
"grad_norm": 0.069881372153759,
|
57 |
+
"learning_rate": 0.00029776732972055516,
|
58 |
+
"loss": 10.3693,
|
59 |
+
"step": 6
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.011304909560723515,
|
63 |
+
"grad_norm": 0.08161191642284393,
|
64 |
+
"learning_rate": 0.0002965168761609197,
|
65 |
+
"loss": 10.3677,
|
66 |
+
"step": 7
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.012919896640826873,
|
70 |
+
"grad_norm": 0.08520465344190598,
|
71 |
+
"learning_rate": 0.0002949938337919529,
|
72 |
+
"loss": 10.3677,
|
73 |
+
"step": 8
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.014534883720930232,
|
77 |
+
"grad_norm": 0.09009241312742233,
|
78 |
+
"learning_rate": 0.0002932013593515431,
|
79 |
+
"loss": 10.365,
|
80 |
+
"step": 9
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.01614987080103359,
|
84 |
+
"grad_norm": 0.09783443063497543,
|
85 |
+
"learning_rate": 0.00029114316801669057,
|
86 |
+
"loss": 10.3648,
|
87 |
+
"step": 10
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.01776485788113695,
|
91 |
+
"grad_norm": 0.10501207411289215,
|
92 |
+
"learning_rate": 0.00028882352570323616,
|
93 |
+
"loss": 10.363,
|
94 |
+
"step": 11
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.01937984496124031,
|
98 |
+
"grad_norm": 0.11170078814029694,
|
99 |
+
"learning_rate": 0.00028624724022409897,
|
100 |
+
"loss": 10.3631,
|
101 |
+
"step": 12
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.02099483204134367,
|
105 |
+
"grad_norm": 0.1278601884841919,
|
106 |
+
"learning_rate": 0.0002834196513243502,
|
107 |
+
"loss": 10.3582,
|
108 |
+
"step": 13
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.02260981912144703,
|
112 |
+
"grad_norm": 0.13118207454681396,
|
113 |
+
"learning_rate": 0.0002803466196137759,
|
114 |
+
"loss": 10.3578,
|
115 |
+
"step": 14
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.02422480620155039,
|
119 |
+
"grad_norm": 0.13799789547920227,
|
120 |
+
"learning_rate": 0.00027703451441986836,
|
121 |
+
"loss": 10.3548,
|
122 |
+
"step": 15
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.025839793281653745,
|
126 |
+
"grad_norm": 0.13469068706035614,
|
127 |
+
"learning_rate": 0.000273490200586422,
|
128 |
+
"loss": 10.3531,
|
129 |
+
"step": 16
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.027454780361757105,
|
133 |
+
"grad_norm": 0.12834832072257996,
|
134 |
+
"learning_rate": 0.00026972102424509665,
|
135 |
+
"loss": 10.3529,
|
136 |
+
"step": 17
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.029069767441860465,
|
140 |
+
"grad_norm": 0.12865591049194336,
|
141 |
+
"learning_rate": 0.00026573479758943753,
|
142 |
+
"loss": 10.3515,
|
143 |
+
"step": 18
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.030684754521963824,
|
147 |
+
"grad_norm": 0.12713314592838287,
|
148 |
+
"learning_rate": 0.0002615397826829114,
|
149 |
+
"loss": 10.3504,
|
150 |
+
"step": 19
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.03229974160206718,
|
154 |
+
"grad_norm": 0.11311966925859451,
|
155 |
+
"learning_rate": 0.0002571446743345183,
|
156 |
+
"loss": 10.3474,
|
157 |
+
"step": 20
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.03391472868217054,
|
161 |
+
"grad_norm": 0.10431112349033356,
|
162 |
+
"learning_rate": 0.00025255858207747205,
|
163 |
+
"loss": 10.3458,
|
164 |
+
"step": 21
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.0355297157622739,
|
168 |
+
"grad_norm": 0.08799866586923599,
|
169 |
+
"learning_rate": 0.0002477910112883017,
|
170 |
+
"loss": 10.3447,
|
171 |
+
"step": 22
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.03714470284237726,
|
175 |
+
"grad_norm": 0.08381524682044983,
|
176 |
+
"learning_rate": 0.00024285184348550706,
|
177 |
+
"loss": 10.3429,
|
178 |
+
"step": 23
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.03875968992248062,
|
182 |
+
"grad_norm": 0.07663460075855255,
|
183 |
+
"learning_rate": 0.0002377513158486027,
|
184 |
+
"loss": 10.3418,
|
185 |
+
"step": 24
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.04037467700258398,
|
189 |
+
"grad_norm": 0.08272749930620193,
|
190 |
+
"learning_rate": 0.00023249999999999999,
|
191 |
+
"loss": 10.3427,
|
192 |
+
"step": 25
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.04037467700258398,
|
196 |
+
"eval_loss": 10.34329605102539,
|
197 |
+
"eval_runtime": 0.0528,
|
198 |
+
"eval_samples_per_second": 946.304,
|
199 |
+
"eval_steps_per_second": 56.778,
|
200 |
+
"step": 25
|
201 |
+
},
|
202 |
+
{
|
203 |
+
"epoch": 0.04198966408268734,
|
204 |
+
"grad_norm": 0.058701954782009125,
|
205 |
+
"learning_rate": 0.00022710878009370554,
|
206 |
+
"loss": 10.3429,
|
207 |
+
"step": 26
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"epoch": 0.0436046511627907,
|
211 |
+
"grad_norm": 0.06109394133090973,
|
212 |
+
"learning_rate": 0.00022158883025624965,
|
213 |
+
"loss": 10.3406,
|
214 |
+
"step": 27
|
215 |
+
},
|
216 |
+
{
|
217 |
+
"epoch": 0.04521963824289406,
|
218 |
+
"grad_norm": 0.06125456467270851,
|
219 |
+
"learning_rate": 0.0002159515914266029,
|
220 |
+
"loss": 10.3389,
|
221 |
+
"step": 28
|
222 |
+
},
|
223 |
+
{
|
224 |
+
"epoch": 0.04683462532299742,
|
225 |
+
"grad_norm": 0.05576397478580475,
|
226 |
+
"learning_rate": 0.0002102087476430831,
|
227 |
+
"loss": 10.3395,
|
228 |
+
"step": 29
|
229 |
+
},
|
230 |
+
{
|
231 |
+
"epoch": 0.04844961240310078,
|
232 |
+
"grad_norm": 0.05186418071389198,
|
233 |
+
"learning_rate": 0.00020437220182640135,
|
234 |
+
"loss": 10.3398,
|
235 |
+
"step": 30
|
236 |
+
},
|
237 |
+
{
|
238 |
+
"epoch": 0.05006459948320414,
|
239 |
+
"grad_norm": 0.05386773869395256,
|
240 |
+
"learning_rate": 0.00019845405110904146,
|
241 |
+
"loss": 10.3392,
|
242 |
+
"step": 31
|
243 |
+
},
|
244 |
+
{
|
245 |
+
"epoch": 0.05167958656330749,
|
246 |
+
"grad_norm": 0.04602474346756935,
|
247 |
+
"learning_rate": 0.00019246656176210558,
|
248 |
+
"loss": 10.3386,
|
249 |
+
"step": 32
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.05329457364341085,
|
253 |
+
"grad_norm": 0.05505594238638878,
|
254 |
+
"learning_rate": 0.0001864221437715939,
|
255 |
+
"loss": 10.3384,
|
256 |
+
"step": 33
|
257 |
+
},
|
258 |
+
{
|
259 |
+
"epoch": 0.05490956072351421,
|
260 |
+
"grad_norm": 0.04987030103802681,
|
261 |
+
"learning_rate": 0.0001803333251168141,
|
262 |
+
"loss": 10.336,
|
263 |
+
"step": 34
|
264 |
+
},
|
265 |
+
{
|
266 |
+
"epoch": 0.05652454780361757,
|
267 |
+
"grad_norm": 0.043966956436634064,
|
268 |
+
"learning_rate": 0.00017421272580423058,
|
269 |
+
"loss": 10.338,
|
270 |
+
"step": 35
|
271 |
+
},
|
272 |
+
{
|
273 |
+
"epoch": 0.05813953488372093,
|
274 |
+
"grad_norm": 0.04973195120692253,
|
275 |
+
"learning_rate": 0.00016807303171057425,
|
276 |
+
"loss": 10.3365,
|
277 |
+
"step": 36
|
278 |
+
},
|
279 |
+
{
|
280 |
+
"epoch": 0.05975452196382429,
|
281 |
+
"grad_norm": 0.04590706154704094,
|
282 |
+
"learning_rate": 0.00016192696828942573,
|
283 |
+
"loss": 10.3366,
|
284 |
+
"step": 37
|
285 |
+
},
|
286 |
+
{
|
287 |
+
"epoch": 0.06136950904392765,
|
288 |
+
"grad_norm": 0.05704723298549652,
|
289 |
+
"learning_rate": 0.00015578727419576942,
|
290 |
+
"loss": 10.3354,
|
291 |
+
"step": 38
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"epoch": 0.06298449612403101,
|
295 |
+
"grad_norm": 0.04313088580965996,
|
296 |
+
"learning_rate": 0.00014966667488318586,
|
297 |
+
"loss": 10.3373,
|
298 |
+
"step": 39
|
299 |
+
},
|
300 |
+
{
|
301 |
+
"epoch": 0.06459948320413436,
|
302 |
+
"grad_norm": 0.05099692568182945,
|
303 |
+
"learning_rate": 0.00014357785622840606,
|
304 |
+
"loss": 10.3366,
|
305 |
+
"step": 40
|
306 |
+
},
|
307 |
+
{
|
308 |
+
"epoch": 0.06621447028423773,
|
309 |
+
"grad_norm": 0.04435805603861809,
|
310 |
+
"learning_rate": 0.00013753343823789445,
|
311 |
+
"loss": 10.3366,
|
312 |
+
"step": 41
|
313 |
+
},
|
314 |
+
{
|
315 |
+
"epoch": 0.06782945736434108,
|
316 |
+
"grad_norm": 0.052016858011484146,
|
317 |
+
"learning_rate": 0.00013154594889095854,
|
318 |
+
"loss": 10.335,
|
319 |
+
"step": 42
|
320 |
+
},
|
321 |
+
{
|
322 |
+
"epoch": 0.06944444444444445,
|
323 |
+
"grad_norm": 0.05064675211906433,
|
324 |
+
"learning_rate": 0.00012562779817359865,
|
325 |
+
"loss": 10.3359,
|
326 |
+
"step": 43
|
327 |
+
},
|
328 |
+
{
|
329 |
+
"epoch": 0.0710594315245478,
|
330 |
+
"grad_norm": 0.05927170813083649,
|
331 |
+
"learning_rate": 0.00011979125235691685,
|
332 |
+
"loss": 10.3343,
|
333 |
+
"step": 44
|
334 |
+
},
|
335 |
+
{
|
336 |
+
"epoch": 0.07267441860465117,
|
337 |
+
"grad_norm": 0.049980998039245605,
|
338 |
+
"learning_rate": 0.00011404840857339706,
|
339 |
+
"loss": 10.3346,
|
340 |
+
"step": 45
|
341 |
+
},
|
342 |
+
{
|
343 |
+
"epoch": 0.07428940568475452,
|
344 |
+
"grad_norm": 0.04975796490907669,
|
345 |
+
"learning_rate": 0.0001084111697437504,
|
346 |
+
"loss": 10.334,
|
347 |
+
"step": 46
|
348 |
+
},
|
349 |
+
{
|
350 |
+
"epoch": 0.07590439276485789,
|
351 |
+
"grad_norm": 0.05702081695199013,
|
352 |
+
"learning_rate": 0.00010289121990629447,
|
353 |
+
"loss": 10.3338,
|
354 |
+
"step": 47
|
355 |
+
},
|
356 |
+
{
|
357 |
+
"epoch": 0.07751937984496124,
|
358 |
+
"grad_norm": 0.06157432496547699,
|
359 |
+
"learning_rate": 9.750000000000003e-05,
|
360 |
+
"loss": 10.3325,
|
361 |
+
"step": 48
|
362 |
+
},
|
363 |
+
{
|
364 |
+
"epoch": 0.0791343669250646,
|
365 |
+
"grad_norm": 0.06715147942304611,
|
366 |
+
"learning_rate": 9.22486841513973e-05,
|
367 |
+
"loss": 10.3317,
|
368 |
+
"step": 49
|
369 |
+
},
|
370 |
+
{
|
371 |
+
"epoch": 0.08074935400516796,
|
372 |
+
"grad_norm": 0.05393562093377113,
|
373 |
+
"learning_rate": 8.714815651449293e-05,
|
374 |
+
"loss": 10.332,
|
375 |
+
"step": 50
|
376 |
+
},
|
377 |
+
{
|
378 |
+
"epoch": 0.08074935400516796,
|
379 |
+
"eval_loss": 10.336307525634766,
|
380 |
+
"eval_runtime": 0.0531,
|
381 |
+
"eval_samples_per_second": 942.328,
|
382 |
+
"eval_steps_per_second": 56.54,
|
383 |
+
"step": 50
|
384 |
+
},
|
385 |
+
{
|
386 |
+
"epoch": 0.08236434108527131,
|
387 |
+
"grad_norm": 0.06667087227106094,
|
388 |
+
"learning_rate": 8.220898871169827e-05,
|
389 |
+
"loss": 10.3355,
|
390 |
+
"step": 51
|
391 |
+
},
|
392 |
+
{
|
393 |
+
"epoch": 0.08397932816537468,
|
394 |
+
"grad_norm": 0.06240332871675491,
|
395 |
+
"learning_rate": 7.744141792252794e-05,
|
396 |
+
"loss": 10.3335,
|
397 |
+
"step": 52
|
398 |
+
},
|
399 |
+
{
|
400 |
+
"epoch": 0.08559431524547803,
|
401 |
+
"grad_norm": 0.061197634786367416,
|
402 |
+
"learning_rate": 7.285532566548172e-05,
|
403 |
+
"loss": 10.3336,
|
404 |
+
"step": 53
|
405 |
+
},
|
406 |
+
{
|
407 |
+
"epoch": 0.0872093023255814,
|
408 |
+
"grad_norm": 0.06306872516870499,
|
409 |
+
"learning_rate": 6.846021731708856e-05,
|
410 |
+
"loss": 10.3345,
|
411 |
+
"step": 54
|
412 |
+
},
|
413 |
+
{
|
414 |
+
"epoch": 0.08882428940568475,
|
415 |
+
"grad_norm": 0.0639386773109436,
|
416 |
+
"learning_rate": 6.426520241056245e-05,
|
417 |
+
"loss": 10.3335,
|
418 |
+
"step": 55
|
419 |
+
},
|
420 |
+
{
|
421 |
+
"epoch": 0.09043927648578812,
|
422 |
+
"grad_norm": 0.06657017767429352,
|
423 |
+
"learning_rate": 6.0278975754903317e-05,
|
424 |
+
"loss": 10.3319,
|
425 |
+
"step": 56
|
426 |
+
},
|
427 |
+
{
|
428 |
+
"epoch": 0.09205426356589147,
|
429 |
+
"grad_norm": 0.06972195208072662,
|
430 |
+
"learning_rate": 5.6509799413577934e-05,
|
431 |
+
"loss": 10.3338,
|
432 |
+
"step": 57
|
433 |
+
},
|
434 |
+
{
|
435 |
+
"epoch": 0.09366925064599484,
|
436 |
+
"grad_norm": 0.06879620254039764,
|
437 |
+
"learning_rate": 5.296548558013161e-05,
|
438 |
+
"loss": 10.3332,
|
439 |
+
"step": 58
|
440 |
+
},
|
441 |
+
{
|
442 |
+
"epoch": 0.09528423772609819,
|
443 |
+
"grad_norm": 0.07011278718709946,
|
444 |
+
"learning_rate": 4.9653380386224046e-05,
|
445 |
+
"loss": 10.3303,
|
446 |
+
"step": 59
|
447 |
+
},
|
448 |
+
{
|
449 |
+
"epoch": 0.09689922480620156,
|
450 |
+
"grad_norm": 0.07088246941566467,
|
451 |
+
"learning_rate": 4.658034867564977e-05,
|
452 |
+
"loss": 10.3298,
|
453 |
+
"step": 60
|
454 |
+
},
|
455 |
+
{
|
456 |
+
"epoch": 0.09851421188630491,
|
457 |
+
"grad_norm": 0.07106033712625504,
|
458 |
+
"learning_rate": 4.375275977590104e-05,
|
459 |
+
"loss": 10.3291,
|
460 |
+
"step": 61
|
461 |
+
},
|
462 |
+
{
|
463 |
+
"epoch": 0.10012919896640828,
|
464 |
+
"grad_norm": 0.07251573354005814,
|
465 |
+
"learning_rate": 4.117647429676387e-05,
|
466 |
+
"loss": 10.3304,
|
467 |
+
"step": 62
|
468 |
+
},
|
469 |
+
{
|
470 |
+
"epoch": 0.10174418604651163,
|
471 |
+
"grad_norm": 0.07086535543203354,
|
472 |
+
"learning_rate": 3.885683198330941e-05,
|
473 |
+
"loss": 10.3327,
|
474 |
+
"step": 63
|
475 |
+
},
|
476 |
+
{
|
477 |
+
"epoch": 0.10335917312661498,
|
478 |
+
"grad_norm": 0.07405930012464523,
|
479 |
+
"learning_rate": 3.679864064845691e-05,
|
480 |
+
"loss": 10.3308,
|
481 |
+
"step": 64
|
482 |
+
},
|
483 |
+
{
|
484 |
+
"epoch": 0.10497416020671835,
|
485 |
+
"grad_norm": 0.07449465990066528,
|
486 |
+
"learning_rate": 3.500616620804712e-05,
|
487 |
+
"loss": 10.3295,
|
488 |
+
"step": 65
|
489 |
+
},
|
490 |
+
{
|
491 |
+
"epoch": 0.1065891472868217,
|
492 |
+
"grad_norm": 0.06913011521100998,
|
493 |
+
"learning_rate": 3.348312383908033e-05,
|
494 |
+
"loss": 10.3298,
|
495 |
+
"step": 66
|
496 |
+
},
|
497 |
+
{
|
498 |
+
"epoch": 0.10820413436692507,
|
499 |
+
"grad_norm": 0.06790976226329803,
|
500 |
+
"learning_rate": 3.223267027944483e-05,
|
501 |
+
"loss": 10.3306,
|
502 |
+
"step": 67
|
503 |
+
},
|
504 |
+
{
|
505 |
+
"epoch": 0.10981912144702842,
|
506 |
+
"grad_norm": 0.06618337333202362,
|
507 |
+
"learning_rate": 3.125739728509535e-05,
|
508 |
+
"loss": 10.3305,
|
509 |
+
"step": 68
|
510 |
+
},
|
511 |
+
{
|
512 |
+
"epoch": 0.11143410852713179,
|
513 |
+
"grad_norm": 0.06993363052606583,
|
514 |
+
"learning_rate": 3.055932625824328e-05,
|
515 |
+
"loss": 10.3292,
|
516 |
+
"step": 69
|
517 |
+
},
|
518 |
+
{
|
519 |
+
"epoch": 0.11304909560723514,
|
520 |
+
"grad_norm": 0.07217420637607574,
|
521 |
+
"learning_rate": 3.0139904057691777e-05,
|
522 |
+
"loss": 10.3311,
|
523 |
+
"step": 70
|
524 |
+
},
|
525 |
+
{
|
526 |
+
"epoch": 0.1146640826873385,
|
527 |
+
"grad_norm": 0.06785973906517029,
|
528 |
+
"learning_rate": 2.9999999999999997e-05,
|
529 |
+
"loss": 10.3298,
|
530 |
+
"step": 71
|
531 |
+
}
|
532 |
+
],
|
533 |
+
"logging_steps": 1,
|
534 |
+
"max_steps": 71,
|
535 |
+
"num_input_tokens_seen": 0,
|
536 |
+
"num_train_epochs": 1,
|
537 |
+
"save_steps": 50,
|
538 |
+
"stateful_callbacks": {
|
539 |
+
"EarlyStoppingCallback": {
|
540 |
+
"args": {
|
541 |
+
"early_stopping_patience": 1,
|
542 |
+
"early_stopping_threshold": 0.0
|
543 |
+
},
|
544 |
+
"attributes": {
|
545 |
+
"early_stopping_patience_counter": 0
|
546 |
+
}
|
547 |
+
},
|
548 |
+
"TrainerControl": {
|
549 |
+
"args": {
|
550 |
+
"should_epoch_stop": false,
|
551 |
+
"should_evaluate": false,
|
552 |
+
"should_log": false,
|
553 |
+
"should_save": true,
|
554 |
+
"should_training_stop": true
|
555 |
+
},
|
556 |
+
"attributes": {}
|
557 |
+
}
|
558 |
+
},
|
559 |
+
"total_flos": 57095359561728.0,
|
560 |
+
"train_batch_size": 6,
|
561 |
+
"trial_name": null,
|
562 |
+
"trial_params": null
|
563 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eec23fd1a8611230c4e04d74136a5d3ad8ddf45a5c3d42540e2d699d9312b935
|
3 |
+
size 6776
|
special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": true,
|
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": true,
|
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,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": true,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": true,
|
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": "</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:eec23fd1a8611230c4e04d74136a5d3ad8ddf45a5c3d42540e2d699d9312b935
|
3 |
+
size 6776
|