Duplicate from bbytxt/bb8e4082-d946-444b-b70b-4bd3c25926dc
Browse filesCo-authored-by: Bby TXT <bbytxt@users.noreply.huggingface.co>
- .gitattributes +35 -0
- README.md +157 -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 +42 -0
- last-checkpoint/trainer_state.json +583 -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
.gitattributes
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,157 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: Maykeye/TinyLLama-v0
|
5 |
+
tags:
|
6 |
+
- axolotl
|
7 |
+
- generated_from_trainer
|
8 |
+
model-index:
|
9 |
+
- name: bb8e4082-d946-444b-b70b-4bd3c25926dc
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
[<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
|
17 |
+
<details><summary>See axolotl config</summary>
|
18 |
+
|
19 |
+
axolotl version: `0.4.1`
|
20 |
+
```yaml
|
21 |
+
adapter: lora
|
22 |
+
base_model: Maykeye/TinyLLama-v0
|
23 |
+
bf16: true
|
24 |
+
chat_template: llama3
|
25 |
+
dataset_prepared_path: null
|
26 |
+
datasets:
|
27 |
+
- data_files:
|
28 |
+
- 2467990562d2bdaa_train_data.json
|
29 |
+
ds_type: json
|
30 |
+
format: custom
|
31 |
+
path: /workspace/input_data/2467990562d2bdaa_train_data.json
|
32 |
+
type:
|
33 |
+
field_input: input
|
34 |
+
field_instruction: instruction
|
35 |
+
field_output: output
|
36 |
+
format: '{instruction} {input}'
|
37 |
+
no_input_format: '{instruction}'
|
38 |
+
system_format: '{system}'
|
39 |
+
system_prompt: ''
|
40 |
+
debug: null
|
41 |
+
deepspeed: null
|
42 |
+
device_map: auto
|
43 |
+
early_stopping_patience: 5
|
44 |
+
eval_max_new_tokens: 128
|
45 |
+
eval_steps: 50
|
46 |
+
eval_table_size: null
|
47 |
+
evals_per_epoch: null
|
48 |
+
flash_attention: false
|
49 |
+
fp16: false
|
50 |
+
fsdp: null
|
51 |
+
fsdp_config: null
|
52 |
+
gradient_accumulation_steps: 16
|
53 |
+
gradient_checkpointing: true
|
54 |
+
group_by_length: false
|
55 |
+
hub_model_id: bbytxt/bb8e4082-d946-444b-b70b-4bd3c25926dc
|
56 |
+
hub_repo: null
|
57 |
+
hub_strategy: checkpoint
|
58 |
+
hub_token: null
|
59 |
+
learning_rate: 0.0001
|
60 |
+
load_in_4bit: false
|
61 |
+
load_in_8bit: false
|
62 |
+
local_rank: null
|
63 |
+
logging_steps: 1
|
64 |
+
lora_alpha: 128
|
65 |
+
lora_dropout: 0.05
|
66 |
+
lora_fan_in_fan_out: null
|
67 |
+
lora_model_dir: null
|
68 |
+
lora_r: 64
|
69 |
+
lora_target_linear: true
|
70 |
+
lr_scheduler: cosine
|
71 |
+
max_memory:
|
72 |
+
0: 70GB
|
73 |
+
max_steps: 75
|
74 |
+
micro_batch_size: 4
|
75 |
+
mlflow_experiment_name: /tmp/2467990562d2bdaa_train_data.json
|
76 |
+
model_type: AutoModelForCausalLM
|
77 |
+
num_epochs: 3
|
78 |
+
optimizer: adamw_bnb_8bit
|
79 |
+
output_dir: miner_id_24
|
80 |
+
pad_to_sequence_len: true
|
81 |
+
resume_from_checkpoint: null
|
82 |
+
s2_attention: null
|
83 |
+
sample_packing: false
|
84 |
+
save_steps: 50
|
85 |
+
saves_per_epoch: null
|
86 |
+
sequence_len: 2048
|
87 |
+
special_tokens:
|
88 |
+
pad_token: </s>
|
89 |
+
strict: false
|
90 |
+
tf32: false
|
91 |
+
tokenizer_type: AutoTokenizer
|
92 |
+
train_on_inputs: false
|
93 |
+
trust_remote_code: true
|
94 |
+
val_set_size: 0.05
|
95 |
+
wandb_entity: null
|
96 |
+
wandb_mode: online
|
97 |
+
wandb_name: bb8e4082-d946-444b-b70b-4bd3c25926dc
|
98 |
+
wandb_project: Gradients-On-Demand
|
99 |
+
wandb_run: your_name
|
100 |
+
wandb_runid: bb8e4082-d946-444b-b70b-4bd3c25926dc
|
101 |
+
warmup_steps: 20
|
102 |
+
weight_decay: 0.0
|
103 |
+
xformers_attention: null
|
104 |
+
|
105 |
+
```
|
106 |
+
|
107 |
+
</details><br>
|
108 |
+
|
109 |
+
# bb8e4082-d946-444b-b70b-4bd3c25926dc
|
110 |
+
|
111 |
+
This model is a fine-tuned version of [Maykeye/TinyLLama-v0](https://huggingface.co/Maykeye/TinyLLama-v0) on the None dataset.
|
112 |
+
It achieves the following results on the evaluation set:
|
113 |
+
- Loss: 2.1024
|
114 |
+
|
115 |
+
## Model description
|
116 |
+
|
117 |
+
More information needed
|
118 |
+
|
119 |
+
## Intended uses & limitations
|
120 |
+
|
121 |
+
More information needed
|
122 |
+
|
123 |
+
## Training and evaluation data
|
124 |
+
|
125 |
+
More information needed
|
126 |
+
|
127 |
+
## Training procedure
|
128 |
+
|
129 |
+
### Training hyperparameters
|
130 |
+
|
131 |
+
The following hyperparameters were used during training:
|
132 |
+
- learning_rate: 0.0001
|
133 |
+
- train_batch_size: 4
|
134 |
+
- eval_batch_size: 4
|
135 |
+
- seed: 42
|
136 |
+
- gradient_accumulation_steps: 16
|
137 |
+
- total_train_batch_size: 64
|
138 |
+
- optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
139 |
+
- lr_scheduler_type: cosine
|
140 |
+
- lr_scheduler_warmup_steps: 20
|
141 |
+
- training_steps: 75
|
142 |
+
|
143 |
+
### Training results
|
144 |
+
|
145 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
146 |
+
|:-------------:|:------:|:----:|:---------------:|
|
147 |
+
| 9.5056 | 0.0004 | 1 | 9.4634 |
|
148 |
+
| 2.1158 | 0.0198 | 50 | 2.1024 |
|
149 |
+
|
150 |
+
|
151 |
+
### Framework versions
|
152 |
+
|
153 |
+
- PEFT 0.13.2
|
154 |
+
- Transformers 4.46.0
|
155 |
+
- Pytorch 2.5.0+cu124
|
156 |
+
- Datasets 3.0.1
|
157 |
+
- 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": "Maykeye/TinyLLama-v0",
|
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": 128,
|
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": 64,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"k_proj",
|
24 |
+
"down_proj",
|
25 |
+
"gate_proj",
|
26 |
+
"o_proj",
|
27 |
+
"v_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:1d0d21010e35c210bca9913a696d7950d663eb3a51b40b1b146043655605ac11
|
3 |
+
size 3054730
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:faef6ff2f6fb88da685ba921f6b7d0e1238e1fcbc27dfcbfa3fe1b59744e2fb2
|
3 |
+
size 3029024
|
config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_attn_implementation_autoset": true,
|
3 |
+
"_name_or_path": "Maykeye/TinyLLama-v0",
|
4 |
+
"architectures": [
|
5 |
+
"LlamaForCausalLM"
|
6 |
+
],
|
7 |
+
"attention_bias": false,
|
8 |
+
"attention_dropout": 0.0,
|
9 |
+
"bos_token_id": 1,
|
10 |
+
"eos_token_id": 2,
|
11 |
+
"head_dim": 4,
|
12 |
+
"hidden_act": "silu",
|
13 |
+
"hidden_size": 64,
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"intermediate_size": 256,
|
16 |
+
"max_position_embeddings": 2048,
|
17 |
+
"mlp_bias": false,
|
18 |
+
"model_type": "llama",
|
19 |
+
"num_attention_heads": 16,
|
20 |
+
"num_hidden_layers": 8,
|
21 |
+
"num_key_value_heads": 16,
|
22 |
+
"pad_token_id": 0,
|
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": "bfloat16",
|
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: Maykeye/TinyLLama-v0
|
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": "Maykeye/TinyLLama-v0",
|
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": 128,
|
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": 64,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"k_proj",
|
24 |
+
"down_proj",
|
25 |
+
"gate_proj",
|
26 |
+
"o_proj",
|
27 |
+
"v_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:503c5de0d2fd77b308e228dd9783543e10f9cec68c79a5e1865d6891c7a5650d
|
3 |
+
size 3029024
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08b13c6a3b0a5d79cf181ee3404941d3515c26f76725da8baaa02095de9f14d8
|
3 |
+
size 1663290
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4226d955c69fcc95a9cd533c5f83c0cdfe523489574405ce6fe8a74ad7dfca4f
|
3 |
+
size 14244
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:212837ccb433e5430b061dc107b19dc09e932e6cfb62a751187d0903b7b0d94e
|
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:ab1b681ec7fc02fed5edd3026687d7a692a918c4dd8e150ca2e3994a6229843b
|
3 |
+
size 534194
|
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,583 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 2.1023528575897217,
|
3 |
+
"best_model_checkpoint": "miner_id_24/checkpoint-50",
|
4 |
+
"epoch": 0.029682398337785694,
|
5 |
+
"eval_steps": 50,
|
6 |
+
"global_step": 75,
|
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.0003957653111704759,
|
13 |
+
"grad_norm": 17.165529251098633,
|
14 |
+
"learning_rate": 5e-06,
|
15 |
+
"loss": 9.5056,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.0003957653111704759,
|
20 |
+
"eval_loss": 9.463391304016113,
|
21 |
+
"eval_runtime": 165.7321,
|
22 |
+
"eval_samples_per_second": 51.354,
|
23 |
+
"eval_steps_per_second": 12.84,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.0007915306223409518,
|
28 |
+
"grad_norm": 16.710681915283203,
|
29 |
+
"learning_rate": 1e-05,
|
30 |
+
"loss": 9.513,
|
31 |
+
"step": 2
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.0011872959335114278,
|
35 |
+
"grad_norm": 16.190683364868164,
|
36 |
+
"learning_rate": 1.5e-05,
|
37 |
+
"loss": 9.4406,
|
38 |
+
"step": 3
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.0015830612446819036,
|
42 |
+
"grad_norm": 17.282331466674805,
|
43 |
+
"learning_rate": 2e-05,
|
44 |
+
"loss": 9.4612,
|
45 |
+
"step": 4
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.0019788265558523797,
|
49 |
+
"grad_norm": 17.428613662719727,
|
50 |
+
"learning_rate": 2.5e-05,
|
51 |
+
"loss": 9.3862,
|
52 |
+
"step": 5
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.0023745918670228555,
|
56 |
+
"grad_norm": 18.054773330688477,
|
57 |
+
"learning_rate": 3e-05,
|
58 |
+
"loss": 9.2646,
|
59 |
+
"step": 6
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.0027703571781933314,
|
63 |
+
"grad_norm": 17.870378494262695,
|
64 |
+
"learning_rate": 3.5e-05,
|
65 |
+
"loss": 9.0348,
|
66 |
+
"step": 7
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.0031661224893638072,
|
70 |
+
"grad_norm": 17.9739990234375,
|
71 |
+
"learning_rate": 4e-05,
|
72 |
+
"loss": 8.7023,
|
73 |
+
"step": 8
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.003561887800534283,
|
77 |
+
"grad_norm": 17.747678756713867,
|
78 |
+
"learning_rate": 4.5e-05,
|
79 |
+
"loss": 8.653,
|
80 |
+
"step": 9
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.003957653111704759,
|
84 |
+
"grad_norm": 18.454126358032227,
|
85 |
+
"learning_rate": 5e-05,
|
86 |
+
"loss": 8.3382,
|
87 |
+
"step": 10
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.004353418422875235,
|
91 |
+
"grad_norm": 17.509685516357422,
|
92 |
+
"learning_rate": 5.500000000000001e-05,
|
93 |
+
"loss": 8.0545,
|
94 |
+
"step": 11
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.004749183734045711,
|
98 |
+
"grad_norm": 17.798004150390625,
|
99 |
+
"learning_rate": 6e-05,
|
100 |
+
"loss": 7.7362,
|
101 |
+
"step": 12
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.005144949045216187,
|
105 |
+
"grad_norm": 15.242817878723145,
|
106 |
+
"learning_rate": 6.500000000000001e-05,
|
107 |
+
"loss": 7.4385,
|
108 |
+
"step": 13
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.005540714356386663,
|
112 |
+
"grad_norm": 13.07628059387207,
|
113 |
+
"learning_rate": 7e-05,
|
114 |
+
"loss": 7.1798,
|
115 |
+
"step": 14
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.005936479667557139,
|
119 |
+
"grad_norm": 11.167773246765137,
|
120 |
+
"learning_rate": 7.500000000000001e-05,
|
121 |
+
"loss": 6.9803,
|
122 |
+
"step": 15
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.0063322449787276145,
|
126 |
+
"grad_norm": 10.047318458557129,
|
127 |
+
"learning_rate": 8e-05,
|
128 |
+
"loss": 6.7496,
|
129 |
+
"step": 16
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.00672801028989809,
|
133 |
+
"grad_norm": 10.476768493652344,
|
134 |
+
"learning_rate": 8.5e-05,
|
135 |
+
"loss": 6.5605,
|
136 |
+
"step": 17
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.007123775601068566,
|
140 |
+
"grad_norm": 10.307733535766602,
|
141 |
+
"learning_rate": 9e-05,
|
142 |
+
"loss": 6.2643,
|
143 |
+
"step": 18
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.007519540912239042,
|
147 |
+
"grad_norm": 10.599945068359375,
|
148 |
+
"learning_rate": 9.5e-05,
|
149 |
+
"loss": 6.1297,
|
150 |
+
"step": 19
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.007915306223409519,
|
154 |
+
"grad_norm": 10.505680084228516,
|
155 |
+
"learning_rate": 0.0001,
|
156 |
+
"loss": 5.8766,
|
157 |
+
"step": 20
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.008311071534579995,
|
161 |
+
"grad_norm": 9.522797584533691,
|
162 |
+
"learning_rate": 9.991845519630678e-05,
|
163 |
+
"loss": 5.626,
|
164 |
+
"step": 21
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.00870683684575047,
|
168 |
+
"grad_norm": 9.296674728393555,
|
169 |
+
"learning_rate": 9.967408676742751e-05,
|
170 |
+
"loss": 5.3456,
|
171 |
+
"step": 22
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.009102602156920946,
|
175 |
+
"grad_norm": 8.635791778564453,
|
176 |
+
"learning_rate": 9.926769179238466e-05,
|
177 |
+
"loss": 5.1444,
|
178 |
+
"step": 23
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.009498367468091422,
|
182 |
+
"grad_norm": 8.5535888671875,
|
183 |
+
"learning_rate": 9.870059584711668e-05,
|
184 |
+
"loss": 4.9605,
|
185 |
+
"step": 24
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.009894132779261898,
|
189 |
+
"grad_norm": 8.049251556396484,
|
190 |
+
"learning_rate": 9.797464868072488e-05,
|
191 |
+
"loss": 4.8101,
|
192 |
+
"step": 25
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.010289898090432374,
|
196 |
+
"grad_norm": 8.621903419494629,
|
197 |
+
"learning_rate": 9.709221818197624e-05,
|
198 |
+
"loss": 4.5989,
|
199 |
+
"step": 26
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.01068566340160285,
|
203 |
+
"grad_norm": 8.04345703125,
|
204 |
+
"learning_rate": 9.60561826557425e-05,
|
205 |
+
"loss": 4.4125,
|
206 |
+
"step": 27
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.011081428712773326,
|
210 |
+
"grad_norm": 7.404324054718018,
|
211 |
+
"learning_rate": 9.486992143456792e-05,
|
212 |
+
"loss": 4.2554,
|
213 |
+
"step": 28
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.011477194023943801,
|
217 |
+
"grad_norm": 7.918259620666504,
|
218 |
+
"learning_rate": 9.353730385598887e-05,
|
219 |
+
"loss": 4.0894,
|
220 |
+
"step": 29
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.011872959335114277,
|
224 |
+
"grad_norm": 7.785238742828369,
|
225 |
+
"learning_rate": 9.206267664155907e-05,
|
226 |
+
"loss": 3.9766,
|
227 |
+
"step": 30
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.012268724646284753,
|
231 |
+
"grad_norm": 7.892620086669922,
|
232 |
+
"learning_rate": 9.045084971874738e-05,
|
233 |
+
"loss": 3.806,
|
234 |
+
"step": 31
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.012664489957455229,
|
238 |
+
"grad_norm": 6.364659786224365,
|
239 |
+
"learning_rate": 8.870708053195413e-05,
|
240 |
+
"loss": 3.6896,
|
241 |
+
"step": 32
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.013060255268625705,
|
245 |
+
"grad_norm": 6.582086086273193,
|
246 |
+
"learning_rate": 8.683705689382024e-05,
|
247 |
+
"loss": 3.5419,
|
248 |
+
"step": 33
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.01345602057979618,
|
252 |
+
"grad_norm": 6.028378963470459,
|
253 |
+
"learning_rate": 8.484687843276469e-05,
|
254 |
+
"loss": 3.3398,
|
255 |
+
"step": 34
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.013851785890966656,
|
259 |
+
"grad_norm": 6.743649005889893,
|
260 |
+
"learning_rate": 8.274303669726426e-05,
|
261 |
+
"loss": 3.2613,
|
262 |
+
"step": 35
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.014247551202137132,
|
266 |
+
"grad_norm": 5.946102142333984,
|
267 |
+
"learning_rate": 8.053239398177191e-05,
|
268 |
+
"loss": 3.1901,
|
269 |
+
"step": 36
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.014643316513307608,
|
273 |
+
"grad_norm": 5.685393333435059,
|
274 |
+
"learning_rate": 7.822216094333847e-05,
|
275 |
+
"loss": 3.0342,
|
276 |
+
"step": 37
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.015039081824478084,
|
280 |
+
"grad_norm": 5.397143363952637,
|
281 |
+
"learning_rate": 7.58198730819481e-05,
|
282 |
+
"loss": 2.9706,
|
283 |
+
"step": 38
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.01543484713564856,
|
287 |
+
"grad_norm": 5.114358425140381,
|
288 |
+
"learning_rate": 7.333336616128369e-05,
|
289 |
+
"loss": 2.8392,
|
290 |
+
"step": 39
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.015830612446819037,
|
294 |
+
"grad_norm": 4.752023696899414,
|
295 |
+
"learning_rate": 7.077075065009433e-05,
|
296 |
+
"loss": 2.7408,
|
297 |
+
"step": 40
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.01622637775798951,
|
301 |
+
"grad_norm": 4.810094356536865,
|
302 |
+
"learning_rate": 6.814038526753205e-05,
|
303 |
+
"loss": 2.6399,
|
304 |
+
"step": 41
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.01662214306915999,
|
308 |
+
"grad_norm": 4.728804111480713,
|
309 |
+
"learning_rate": 6.545084971874738e-05,
|
310 |
+
"loss": 2.4988,
|
311 |
+
"step": 42
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.017017908380330463,
|
315 |
+
"grad_norm": 4.380035400390625,
|
316 |
+
"learning_rate": 6.271091670967436e-05,
|
317 |
+
"loss": 2.4686,
|
318 |
+
"step": 43
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.01741367369150094,
|
322 |
+
"grad_norm": 4.446783542633057,
|
323 |
+
"learning_rate": 5.992952333228728e-05,
|
324 |
+
"loss": 2.4156,
|
325 |
+
"step": 44
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.017809439002671415,
|
329 |
+
"grad_norm": 4.009081840515137,
|
330 |
+
"learning_rate": 5.7115741913664264e-05,
|
331 |
+
"loss": 2.3587,
|
332 |
+
"step": 45
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.018205204313841893,
|
336 |
+
"grad_norm": 3.3682971000671387,
|
337 |
+
"learning_rate": 5.427875042394199e-05,
|
338 |
+
"loss": 2.2072,
|
339 |
+
"step": 46
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.018600969625012367,
|
343 |
+
"grad_norm": 3.4791717529296875,
|
344 |
+
"learning_rate": 5.142780253968481e-05,
|
345 |
+
"loss": 2.1792,
|
346 |
+
"step": 47
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.018996734936182844,
|
350 |
+
"grad_norm": 3.7284488677978516,
|
351 |
+
"learning_rate": 4.85721974603152e-05,
|
352 |
+
"loss": 2.2048,
|
353 |
+
"step": 48
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.01939250024735332,
|
357 |
+
"grad_norm": 2.6523303985595703,
|
358 |
+
"learning_rate": 4.5721249576058027e-05,
|
359 |
+
"loss": 2.1867,
|
360 |
+
"step": 49
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.019788265558523796,
|
364 |
+
"grad_norm": 2.7477378845214844,
|
365 |
+
"learning_rate": 4.288425808633575e-05,
|
366 |
+
"loss": 2.1158,
|
367 |
+
"step": 50
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.019788265558523796,
|
371 |
+
"eval_loss": 2.1023528575897217,
|
372 |
+
"eval_runtime": 166.1256,
|
373 |
+
"eval_samples_per_second": 51.232,
|
374 |
+
"eval_steps_per_second": 12.81,
|
375 |
+
"step": 50
|
376 |
+
},
|
377 |
+
{
|
378 |
+
"epoch": 0.02018403086969427,
|
379 |
+
"grad_norm": 2.083672046661377,
|
380 |
+
"learning_rate": 4.007047666771274e-05,
|
381 |
+
"loss": 2.1264,
|
382 |
+
"step": 51
|
383 |
+
},
|
384 |
+
{
|
385 |
+
"epoch": 0.020579796180864748,
|
386 |
+
"grad_norm": 2.1195905208587646,
|
387 |
+
"learning_rate": 3.728908329032567e-05,
|
388 |
+
"loss": 2.0814,
|
389 |
+
"step": 52
|
390 |
+
},
|
391 |
+
{
|
392 |
+
"epoch": 0.020975561492035222,
|
393 |
+
"grad_norm": 2.336852550506592,
|
394 |
+
"learning_rate": 3.4549150281252636e-05,
|
395 |
+
"loss": 2.0431,
|
396 |
+
"step": 53
|
397 |
+
},
|
398 |
+
{
|
399 |
+
"epoch": 0.0213713268032057,
|
400 |
+
"grad_norm": 2.270529270172119,
|
401 |
+
"learning_rate": 3.1859614732467954e-05,
|
402 |
+
"loss": 2.0404,
|
403 |
+
"step": 54
|
404 |
+
},
|
405 |
+
{
|
406 |
+
"epoch": 0.021767092114376174,
|
407 |
+
"grad_norm": 1.912915587425232,
|
408 |
+
"learning_rate": 2.9229249349905684e-05,
|
409 |
+
"loss": 2.0207,
|
410 |
+
"step": 55
|
411 |
+
},
|
412 |
+
{
|
413 |
+
"epoch": 0.02216285742554665,
|
414 |
+
"grad_norm": 2.281681537628174,
|
415 |
+
"learning_rate": 2.6666633838716314e-05,
|
416 |
+
"loss": 2.067,
|
417 |
+
"step": 56
|
418 |
+
},
|
419 |
+
{
|
420 |
+
"epoch": 0.022558622736717125,
|
421 |
+
"grad_norm": 1.9110603332519531,
|
422 |
+
"learning_rate": 2.418012691805191e-05,
|
423 |
+
"loss": 1.9778,
|
424 |
+
"step": 57
|
425 |
+
},
|
426 |
+
{
|
427 |
+
"epoch": 0.022954388047887603,
|
428 |
+
"grad_norm": 1.8000211715698242,
|
429 |
+
"learning_rate": 2.1777839056661554e-05,
|
430 |
+
"loss": 1.9394,
|
431 |
+
"step": 58
|
432 |
+
},
|
433 |
+
{
|
434 |
+
"epoch": 0.023350153359058077,
|
435 |
+
"grad_norm": 1.7174650430679321,
|
436 |
+
"learning_rate": 1.946760601822809e-05,
|
437 |
+
"loss": 1.9967,
|
438 |
+
"step": 59
|
439 |
+
},
|
440 |
+
{
|
441 |
+
"epoch": 0.023745918670228554,
|
442 |
+
"grad_norm": 2.0586373805999756,
|
443 |
+
"learning_rate": 1.725696330273575e-05,
|
444 |
+
"loss": 1.9891,
|
445 |
+
"step": 60
|
446 |
+
},
|
447 |
+
{
|
448 |
+
"epoch": 0.024141683981399032,
|
449 |
+
"grad_norm": 2.5579705238342285,
|
450 |
+
"learning_rate": 1.5153121567235335e-05,
|
451 |
+
"loss": 1.9442,
|
452 |
+
"step": 61
|
453 |
+
},
|
454 |
+
{
|
455 |
+
"epoch": 0.024537449292569506,
|
456 |
+
"grad_norm": 1.8055744171142578,
|
457 |
+
"learning_rate": 1.3162943106179749e-05,
|
458 |
+
"loss": 1.9219,
|
459 |
+
"step": 62
|
460 |
+
},
|
461 |
+
{
|
462 |
+
"epoch": 0.024933214603739984,
|
463 |
+
"grad_norm": 1.803011417388916,
|
464 |
+
"learning_rate": 1.1292919468045877e-05,
|
465 |
+
"loss": 2.0183,
|
466 |
+
"step": 63
|
467 |
+
},
|
468 |
+
{
|
469 |
+
"epoch": 0.025328979914910458,
|
470 |
+
"grad_norm": 1.7811270952224731,
|
471 |
+
"learning_rate": 9.549150281252633e-06,
|
472 |
+
"loss": 1.8916,
|
473 |
+
"step": 64
|
474 |
+
},
|
475 |
+
{
|
476 |
+
"epoch": 0.025724745226080935,
|
477 |
+
"grad_norm": 1.733910322189331,
|
478 |
+
"learning_rate": 7.937323358440935e-06,
|
479 |
+
"loss": 1.9905,
|
480 |
+
"step": 65
|
481 |
+
},
|
482 |
+
{
|
483 |
+
"epoch": 0.02612051053725141,
|
484 |
+
"grad_norm": 1.70806086063385,
|
485 |
+
"learning_rate": 6.462696144011149e-06,
|
486 |
+
"loss": 1.8904,
|
487 |
+
"step": 66
|
488 |
+
},
|
489 |
+
{
|
490 |
+
"epoch": 0.026516275848421887,
|
491 |
+
"grad_norm": 1.6646728515625,
|
492 |
+
"learning_rate": 5.13007856543209e-06,
|
493 |
+
"loss": 1.9227,
|
494 |
+
"step": 67
|
495 |
+
},
|
496 |
+
{
|
497 |
+
"epoch": 0.02691204115959236,
|
498 |
+
"grad_norm": 1.7067934274673462,
|
499 |
+
"learning_rate": 3.9438173442575e-06,
|
500 |
+
"loss": 1.9334,
|
501 |
+
"step": 68
|
502 |
+
},
|
503 |
+
{
|
504 |
+
"epoch": 0.02730780647076284,
|
505 |
+
"grad_norm": 1.6381385326385498,
|
506 |
+
"learning_rate": 2.9077818180237693e-06,
|
507 |
+
"loss": 1.9143,
|
508 |
+
"step": 69
|
509 |
+
},
|
510 |
+
{
|
511 |
+
"epoch": 0.027703571781933313,
|
512 |
+
"grad_norm": 1.9795570373535156,
|
513 |
+
"learning_rate": 2.0253513192751373e-06,
|
514 |
+
"loss": 1.9075,
|
515 |
+
"step": 70
|
516 |
+
},
|
517 |
+
{
|
518 |
+
"epoch": 0.02809933709310379,
|
519 |
+
"grad_norm": 1.563312292098999,
|
520 |
+
"learning_rate": 1.2994041528833266e-06,
|
521 |
+
"loss": 1.907,
|
522 |
+
"step": 71
|
523 |
+
},
|
524 |
+
{
|
525 |
+
"epoch": 0.028495102404274265,
|
526 |
+
"grad_norm": 1.734750747680664,
|
527 |
+
"learning_rate": 7.323082076153509e-07,
|
528 |
+
"loss": 1.8587,
|
529 |
+
"step": 72
|
530 |
+
},
|
531 |
+
{
|
532 |
+
"epoch": 0.028890867715444742,
|
533 |
+
"grad_norm": 1.636612892150879,
|
534 |
+
"learning_rate": 3.2591323257248893e-07,
|
535 |
+
"loss": 1.9035,
|
536 |
+
"step": 73
|
537 |
+
},
|
538 |
+
{
|
539 |
+
"epoch": 0.029286633026615216,
|
540 |
+
"grad_norm": 2.093644380569458,
|
541 |
+
"learning_rate": 8.15448036932176e-08,
|
542 |
+
"loss": 1.9695,
|
543 |
+
"step": 74
|
544 |
+
},
|
545 |
+
{
|
546 |
+
"epoch": 0.029682398337785694,
|
547 |
+
"grad_norm": 1.7379897832870483,
|
548 |
+
"learning_rate": 0.0,
|
549 |
+
"loss": 1.8646,
|
550 |
+
"step": 75
|
551 |
+
}
|
552 |
+
],
|
553 |
+
"logging_steps": 1,
|
554 |
+
"max_steps": 75,
|
555 |
+
"num_input_tokens_seen": 0,
|
556 |
+
"num_train_epochs": 1,
|
557 |
+
"save_steps": 50,
|
558 |
+
"stateful_callbacks": {
|
559 |
+
"EarlyStoppingCallback": {
|
560 |
+
"args": {
|
561 |
+
"early_stopping_patience": 5,
|
562 |
+
"early_stopping_threshold": 0.0
|
563 |
+
},
|
564 |
+
"attributes": {
|
565 |
+
"early_stopping_patience_counter": 0
|
566 |
+
}
|
567 |
+
},
|
568 |
+
"TrainerControl": {
|
569 |
+
"args": {
|
570 |
+
"should_epoch_stop": false,
|
571 |
+
"should_evaluate": false,
|
572 |
+
"should_log": false,
|
573 |
+
"should_save": true,
|
574 |
+
"should_training_stop": true
|
575 |
+
},
|
576 |
+
"attributes": {}
|
577 |
+
}
|
578 |
+
},
|
579 |
+
"total_flos": 196236804096000.0,
|
580 |
+
"train_batch_size": 4,
|
581 |
+
"trial_name": null,
|
582 |
+
"trial_params": null
|
583 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f06a488a7b406a799f51d159f525f3fd236400f3797b2661a898bb2a5a1cc64
|
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:ab1b681ec7fc02fed5edd3026687d7a692a918c4dd8e150ca2e3994a6229843b
|
3 |
+
size 534194
|
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:5f06a488a7b406a799f51d159f525f3fd236400f3797b2661a898bb2a5a1cc64
|
3 |
+
size 6776
|