End of training
Browse files- README.md +165 -0
- adapter_config.json +34 -0
- adapter_model.bin +3 -0
- adapter_model.safetensors +3 -0
- config.json +29 -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 +16 -0
- last-checkpoint/tokenizer.json +0 -0
- last-checkpoint/tokenizer_config.json +247 -0
- last-checkpoint/trainer_state.json +773 -0
- last-checkpoint/training_args.bin +3 -0
- special_tokens_map.json +16 -0
- tokenizer.json +0 -0
- tokenizer_config.json +247 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,165 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: katuni4ka/tiny-random-olmo-hf
|
4 |
+
tags:
|
5 |
+
- axolotl
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: 8758a6a5-49c0-48ad-bde9-db9ee241b5af
|
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 |
+
accelerate_config:
|
21 |
+
dynamo_backend: inductor
|
22 |
+
mixed_precision: bf16
|
23 |
+
num_machines: 1
|
24 |
+
num_processes: auto
|
25 |
+
use_cpu: false
|
26 |
+
adapter: lora
|
27 |
+
base_model: katuni4ka/tiny-random-olmo-hf
|
28 |
+
bf16: auto
|
29 |
+
chat_template: llama3
|
30 |
+
dataset_prepared_path: null
|
31 |
+
datasets:
|
32 |
+
- data_files:
|
33 |
+
- b6690a23f55f16f3_train_data.json
|
34 |
+
ds_type: json
|
35 |
+
format: custom
|
36 |
+
path: /workspace/input_data/b6690a23f55f16f3_train_data.json
|
37 |
+
type:
|
38 |
+
field_instruction: question
|
39 |
+
field_output: anwser
|
40 |
+
format: '{instruction}'
|
41 |
+
no_input_format: '{instruction}'
|
42 |
+
system_format: '{system}'
|
43 |
+
system_prompt: ''
|
44 |
+
debug: null
|
45 |
+
deepspeed: null
|
46 |
+
device_map: auto
|
47 |
+
early_stopping_patience: null
|
48 |
+
eval_max_new_tokens: 128
|
49 |
+
eval_table_size: null
|
50 |
+
evals_per_epoch: 4
|
51 |
+
flash_attention: false
|
52 |
+
fp16: null
|
53 |
+
fsdp: null
|
54 |
+
fsdp_config: null
|
55 |
+
gradient_accumulation_steps: 16
|
56 |
+
gradient_checkpointing: true
|
57 |
+
group_by_length: false
|
58 |
+
hub_model_id: sn56z1/eaec9181-ee03-4eee-8278-c478524e1049
|
59 |
+
hub_repo: null
|
60 |
+
hub_strategy: checkpoint
|
61 |
+
hub_token: null
|
62 |
+
learning_rate: 0.0001
|
63 |
+
local_rank: null
|
64 |
+
logging_steps: 1
|
65 |
+
lora_alpha: 16
|
66 |
+
lora_dropout: 0.05
|
67 |
+
lora_fan_in_fan_out: null
|
68 |
+
lora_model_dir: null
|
69 |
+
lora_r: 8
|
70 |
+
lora_target_linear: true
|
71 |
+
lora_target_modules:
|
72 |
+
- q_proj
|
73 |
+
- v_proj
|
74 |
+
lr_scheduler: cosine
|
75 |
+
max_memory:
|
76 |
+
0: 70GiB
|
77 |
+
max_steps: 100
|
78 |
+
micro_batch_size: 2
|
79 |
+
mlflow_experiment_name: /tmp/b6690a23f55f16f3_train_data.json
|
80 |
+
model_type: AutoModelForCausalLM
|
81 |
+
num_epochs: 1
|
82 |
+
optimizer: adamw_bnb_8bit
|
83 |
+
output_dir: miner_id_24
|
84 |
+
pad_to_sequence_len: true
|
85 |
+
quantization_config:
|
86 |
+
llm_int8_enable_fp32_cpu_offload: true
|
87 |
+
load_in_8bit: true
|
88 |
+
resume_from_checkpoint: null
|
89 |
+
s2_attention: null
|
90 |
+
sample_packing: false
|
91 |
+
saves_per_epoch: 4
|
92 |
+
sequence_len: 512
|
93 |
+
strict: false
|
94 |
+
tf32: false
|
95 |
+
tokenizer_type: AutoTokenizer
|
96 |
+
torch_compile: true
|
97 |
+
train_on_inputs: false
|
98 |
+
trust_remote_code: true
|
99 |
+
val_set_size: 0.05
|
100 |
+
wandb_entity: sn56-miner
|
101 |
+
wandb_mode: disabled
|
102 |
+
wandb_name: sn56z1/eaec9181
|
103 |
+
wandb_project: god
|
104 |
+
wandb_run: mkz1
|
105 |
+
wandb_runid: sn56z1/eaec9181
|
106 |
+
warmup_steps: 10
|
107 |
+
weight_decay: 0.0
|
108 |
+
xformers_attention: null
|
109 |
+
|
110 |
+
```
|
111 |
+
|
112 |
+
</details><br>
|
113 |
+
|
114 |
+
# 8758a6a5-49c0-48ad-bde9-db9ee241b5af
|
115 |
+
|
116 |
+
This model is a fine-tuned version of [katuni4ka/tiny-random-olmo-hf](https://huggingface.co/katuni4ka/tiny-random-olmo-hf) on the None dataset.
|
117 |
+
It achieves the following results on the evaluation set:
|
118 |
+
- Loss: 10.8037
|
119 |
+
|
120 |
+
## Model description
|
121 |
+
|
122 |
+
More information needed
|
123 |
+
|
124 |
+
## Intended uses & limitations
|
125 |
+
|
126 |
+
More information needed
|
127 |
+
|
128 |
+
## Training and evaluation data
|
129 |
+
|
130 |
+
More information needed
|
131 |
+
|
132 |
+
## Training procedure
|
133 |
+
|
134 |
+
### Training hyperparameters
|
135 |
+
|
136 |
+
The following hyperparameters were used during training:
|
137 |
+
- learning_rate: 0.0001
|
138 |
+
- train_batch_size: 2
|
139 |
+
- eval_batch_size: 2
|
140 |
+
- seed: 42
|
141 |
+
- gradient_accumulation_steps: 16
|
142 |
+
- total_train_batch_size: 32
|
143 |
+
- optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
144 |
+
- lr_scheduler_type: cosine
|
145 |
+
- lr_scheduler_warmup_steps: 10
|
146 |
+
- training_steps: 100
|
147 |
+
|
148 |
+
### Training results
|
149 |
+
|
150 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
151 |
+
|:-------------:|:------:|:----:|:---------------:|
|
152 |
+
| 10.8347 | 0.0001 | 1 | 10.8346 |
|
153 |
+
| 10.8252 | 0.0027 | 25 | 10.8270 |
|
154 |
+
| 10.8147 | 0.0053 | 50 | 10.8146 |
|
155 |
+
| 10.8071 | 0.0080 | 75 | 10.8054 |
|
156 |
+
| 10.8053 | 0.0107 | 100 | 10.8037 |
|
157 |
+
|
158 |
+
|
159 |
+
### Framework versions
|
160 |
+
|
161 |
+
- PEFT 0.13.2
|
162 |
+
- Transformers 4.46.0
|
163 |
+
- Pytorch 2.5.0+cu124
|
164 |
+
- Datasets 3.0.1
|
165 |
+
- Tokenizers 0.20.1
|
adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "katuni4ka/tiny-random-olmo-hf",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": null,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 16,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 8,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"k_proj",
|
24 |
+
"gate_proj",
|
25 |
+
"up_proj",
|
26 |
+
"v_proj",
|
27 |
+
"q_proj",
|
28 |
+
"down_proj",
|
29 |
+
"o_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:6d17e7b7840316914bc90a3b67d7adcce1749b5642e78ea2cb5c10c67f53f6bb
|
3 |
+
size 88194
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4df3f68bae1ededa3985817b4450784b98ffb753cbb7093cfda97a53423db5ce
|
3 |
+
size 81576
|
config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_attn_implementation_autoset": true,
|
3 |
+
"_name_or_path": "katuni4ka/tiny-random-olmo-hf",
|
4 |
+
"architectures": [
|
5 |
+
"OlmoForCausalLM"
|
6 |
+
],
|
7 |
+
"attention_bias": false,
|
8 |
+
"attention_dropout": 0.0,
|
9 |
+
"clip_qkv": null,
|
10 |
+
"eos_token_id": 0,
|
11 |
+
"hidden_act": "silu",
|
12 |
+
"hidden_size": 64,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 172,
|
15 |
+
"max_position_embeddings": 2048,
|
16 |
+
"model_type": "olmo",
|
17 |
+
"num_attention_heads": 2,
|
18 |
+
"num_hidden_layers": 2,
|
19 |
+
"num_key_value_heads": 2,
|
20 |
+
"pad_token_id": 1,
|
21 |
+
"pretraining_tp": 1,
|
22 |
+
"rope_scaling": null,
|
23 |
+
"rope_theta": 10000.0,
|
24 |
+
"tie_word_embeddings": false,
|
25 |
+
"torch_dtype": "float32",
|
26 |
+
"transformers_version": "4.46.0",
|
27 |
+
"use_cache": false,
|
28 |
+
"vocab_size": 50304
|
29 |
+
}
|
last-checkpoint/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: katuni4ka/tiny-random-olmo-hf
|
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": "katuni4ka/tiny-random-olmo-hf",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": null,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 16,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 8,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"k_proj",
|
24 |
+
"gate_proj",
|
25 |
+
"up_proj",
|
26 |
+
"v_proj",
|
27 |
+
"q_proj",
|
28 |
+
"down_proj",
|
29 |
+
"o_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:4df3f68bae1ededa3985817b4450784b98ffb753cbb7093cfda97a53423db5ce
|
3 |
+
size 81576
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67052ed680ed45020e09bf784094153bc49d5812e811c47a95713a9c67957a9d
|
3 |
+
size 173094
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4c6893fc4a9ed236abb30b22cb769913941a10e57b959801e5127eb964077c8
|
3 |
+
size 14244
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49d60a69e2379be2053e816cbaff31e6c931b5922dd86c71c9eaf473299cbf62
|
3 |
+
size 1064
|
last-checkpoint/special_tokens_map.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"eos_token": {
|
3 |
+
"content": "<|endoftext|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"pad_token": {
|
10 |
+
"content": "[PAD]",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
}
|
16 |
+
}
|
last-checkpoint/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
last-checkpoint/tokenizer_config.json
ADDED
@@ -0,0 +1,247 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": false,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"0": {
|
7 |
+
"content": "|||IP_ADDRESS|||",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": true,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": false
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<|padding|>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"50254": {
|
23 |
+
"content": " ",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": true,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": false
|
29 |
+
},
|
30 |
+
"50255": {
|
31 |
+
"content": " ",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": true,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false,
|
36 |
+
"special": false
|
37 |
+
},
|
38 |
+
"50256": {
|
39 |
+
"content": " ",
|
40 |
+
"lstrip": false,
|
41 |
+
"normalized": true,
|
42 |
+
"rstrip": false,
|
43 |
+
"single_word": false,
|
44 |
+
"special": false
|
45 |
+
},
|
46 |
+
"50257": {
|
47 |
+
"content": " ",
|
48 |
+
"lstrip": false,
|
49 |
+
"normalized": true,
|
50 |
+
"rstrip": false,
|
51 |
+
"single_word": false,
|
52 |
+
"special": false
|
53 |
+
},
|
54 |
+
"50258": {
|
55 |
+
"content": " ",
|
56 |
+
"lstrip": false,
|
57 |
+
"normalized": true,
|
58 |
+
"rstrip": false,
|
59 |
+
"single_word": false,
|
60 |
+
"special": false
|
61 |
+
},
|
62 |
+
"50259": {
|
63 |
+
"content": " ",
|
64 |
+
"lstrip": false,
|
65 |
+
"normalized": true,
|
66 |
+
"rstrip": false,
|
67 |
+
"single_word": false,
|
68 |
+
"special": false
|
69 |
+
},
|
70 |
+
"50260": {
|
71 |
+
"content": " ",
|
72 |
+
"lstrip": false,
|
73 |
+
"normalized": true,
|
74 |
+
"rstrip": false,
|
75 |
+
"single_word": false,
|
76 |
+
"special": false
|
77 |
+
},
|
78 |
+
"50261": {
|
79 |
+
"content": " ",
|
80 |
+
"lstrip": false,
|
81 |
+
"normalized": true,
|
82 |
+
"rstrip": false,
|
83 |
+
"single_word": false,
|
84 |
+
"special": false
|
85 |
+
},
|
86 |
+
"50262": {
|
87 |
+
"content": " ",
|
88 |
+
"lstrip": false,
|
89 |
+
"normalized": true,
|
90 |
+
"rstrip": false,
|
91 |
+
"single_word": false,
|
92 |
+
"special": false
|
93 |
+
},
|
94 |
+
"50263": {
|
95 |
+
"content": " ",
|
96 |
+
"lstrip": false,
|
97 |
+
"normalized": true,
|
98 |
+
"rstrip": false,
|
99 |
+
"single_word": false,
|
100 |
+
"special": false
|
101 |
+
},
|
102 |
+
"50264": {
|
103 |
+
"content": " ",
|
104 |
+
"lstrip": false,
|
105 |
+
"normalized": true,
|
106 |
+
"rstrip": false,
|
107 |
+
"single_word": false,
|
108 |
+
"special": false
|
109 |
+
},
|
110 |
+
"50265": {
|
111 |
+
"content": " ",
|
112 |
+
"lstrip": false,
|
113 |
+
"normalized": true,
|
114 |
+
"rstrip": false,
|
115 |
+
"single_word": false,
|
116 |
+
"special": false
|
117 |
+
},
|
118 |
+
"50266": {
|
119 |
+
"content": " ",
|
120 |
+
"lstrip": false,
|
121 |
+
"normalized": true,
|
122 |
+
"rstrip": false,
|
123 |
+
"single_word": false,
|
124 |
+
"special": false
|
125 |
+
},
|
126 |
+
"50267": {
|
127 |
+
"content": " ",
|
128 |
+
"lstrip": false,
|
129 |
+
"normalized": true,
|
130 |
+
"rstrip": false,
|
131 |
+
"single_word": false,
|
132 |
+
"special": false
|
133 |
+
},
|
134 |
+
"50268": {
|
135 |
+
"content": " ",
|
136 |
+
"lstrip": false,
|
137 |
+
"normalized": true,
|
138 |
+
"rstrip": false,
|
139 |
+
"single_word": false,
|
140 |
+
"special": false
|
141 |
+
},
|
142 |
+
"50269": {
|
143 |
+
"content": " ",
|
144 |
+
"lstrip": false,
|
145 |
+
"normalized": true,
|
146 |
+
"rstrip": false,
|
147 |
+
"single_word": false,
|
148 |
+
"special": false
|
149 |
+
},
|
150 |
+
"50270": {
|
151 |
+
"content": " ",
|
152 |
+
"lstrip": false,
|
153 |
+
"normalized": true,
|
154 |
+
"rstrip": false,
|
155 |
+
"single_word": false,
|
156 |
+
"special": false
|
157 |
+
},
|
158 |
+
"50271": {
|
159 |
+
"content": " ",
|
160 |
+
"lstrip": false,
|
161 |
+
"normalized": true,
|
162 |
+
"rstrip": false,
|
163 |
+
"single_word": false,
|
164 |
+
"special": false
|
165 |
+
},
|
166 |
+
"50272": {
|
167 |
+
"content": " ",
|
168 |
+
"lstrip": false,
|
169 |
+
"normalized": true,
|
170 |
+
"rstrip": false,
|
171 |
+
"single_word": false,
|
172 |
+
"special": false
|
173 |
+
},
|
174 |
+
"50273": {
|
175 |
+
"content": " ",
|
176 |
+
"lstrip": false,
|
177 |
+
"normalized": true,
|
178 |
+
"rstrip": false,
|
179 |
+
"single_word": false,
|
180 |
+
"special": false
|
181 |
+
},
|
182 |
+
"50274": {
|
183 |
+
"content": " ",
|
184 |
+
"lstrip": false,
|
185 |
+
"normalized": true,
|
186 |
+
"rstrip": false,
|
187 |
+
"single_word": false,
|
188 |
+
"special": false
|
189 |
+
},
|
190 |
+
"50275": {
|
191 |
+
"content": " ",
|
192 |
+
"lstrip": false,
|
193 |
+
"normalized": true,
|
194 |
+
"rstrip": false,
|
195 |
+
"single_word": false,
|
196 |
+
"special": false
|
197 |
+
},
|
198 |
+
"50276": {
|
199 |
+
"content": " ",
|
200 |
+
"lstrip": false,
|
201 |
+
"normalized": true,
|
202 |
+
"rstrip": false,
|
203 |
+
"single_word": false,
|
204 |
+
"special": false
|
205 |
+
},
|
206 |
+
"50277": {
|
207 |
+
"content": "|||EMAIL_ADDRESS|||",
|
208 |
+
"lstrip": false,
|
209 |
+
"normalized": true,
|
210 |
+
"rstrip": false,
|
211 |
+
"single_word": false,
|
212 |
+
"special": false
|
213 |
+
},
|
214 |
+
"50278": {
|
215 |
+
"content": "|||PHONE_NUMBER|||",
|
216 |
+
"lstrip": false,
|
217 |
+
"normalized": true,
|
218 |
+
"rstrip": false,
|
219 |
+
"single_word": false,
|
220 |
+
"special": false
|
221 |
+
},
|
222 |
+
"50279": {
|
223 |
+
"content": "<|endoftext|>",
|
224 |
+
"lstrip": false,
|
225 |
+
"normalized": false,
|
226 |
+
"rstrip": false,
|
227 |
+
"single_word": false,
|
228 |
+
"special": true
|
229 |
+
},
|
230 |
+
"50280": {
|
231 |
+
"content": "[PAD]",
|
232 |
+
"lstrip": false,
|
233 |
+
"normalized": false,
|
234 |
+
"rstrip": false,
|
235 |
+
"single_word": false,
|
236 |
+
"special": true
|
237 |
+
}
|
238 |
+
},
|
239 |
+
"bos_token": null,
|
240 |
+
"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 %}",
|
241 |
+
"clean_up_tokenization_spaces": true,
|
242 |
+
"eos_token": "<|endoftext|>",
|
243 |
+
"model_max_length": 1000000000000000019884624838656,
|
244 |
+
"pad_token": "[PAD]",
|
245 |
+
"tokenizer_class": "GPTNeoXTokenizer",
|
246 |
+
"unk_token": null
|
247 |
+
}
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,773 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.010662614873014922,
|
5 |
+
"eval_steps": 25,
|
6 |
+
"global_step": 100,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.00010662614873014921,
|
13 |
+
"grad_norm": 0.09556058794260025,
|
14 |
+
"learning_rate": 1e-05,
|
15 |
+
"loss": 10.8347,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.00010662614873014921,
|
20 |
+
"eval_loss": 10.834606170654297,
|
21 |
+
"eval_runtime": 38.6886,
|
22 |
+
"eval_samples_per_second": 408.285,
|
23 |
+
"eval_steps_per_second": 204.143,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.00021325229746029843,
|
28 |
+
"grad_norm": 0.09524369239807129,
|
29 |
+
"learning_rate": 2e-05,
|
30 |
+
"loss": 10.8334,
|
31 |
+
"step": 2
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.00031987844619044766,
|
35 |
+
"grad_norm": 0.10252054035663605,
|
36 |
+
"learning_rate": 3e-05,
|
37 |
+
"loss": 10.8366,
|
38 |
+
"step": 3
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.00042650459492059686,
|
42 |
+
"grad_norm": 0.09081214666366577,
|
43 |
+
"learning_rate": 4e-05,
|
44 |
+
"loss": 10.8363,
|
45 |
+
"step": 4
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.0005331307436507461,
|
49 |
+
"grad_norm": 0.0959392711520195,
|
50 |
+
"learning_rate": 5e-05,
|
51 |
+
"loss": 10.8339,
|
52 |
+
"step": 5
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.0006397568923808953,
|
56 |
+
"grad_norm": 0.08222699910402298,
|
57 |
+
"learning_rate": 6e-05,
|
58 |
+
"loss": 10.831,
|
59 |
+
"step": 6
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.0007463830411110445,
|
63 |
+
"grad_norm": 0.08778945356607437,
|
64 |
+
"learning_rate": 7e-05,
|
65 |
+
"loss": 10.8336,
|
66 |
+
"step": 7
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.0008530091898411937,
|
70 |
+
"grad_norm": 0.08124235272407532,
|
71 |
+
"learning_rate": 8e-05,
|
72 |
+
"loss": 10.8334,
|
73 |
+
"step": 8
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.0009596353385713429,
|
77 |
+
"grad_norm": 0.09498875588178635,
|
78 |
+
"learning_rate": 9e-05,
|
79 |
+
"loss": 10.8362,
|
80 |
+
"step": 9
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.0010662614873014921,
|
84 |
+
"grad_norm": 0.10160056501626968,
|
85 |
+
"learning_rate": 0.0001,
|
86 |
+
"loss": 10.8318,
|
87 |
+
"step": 10
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.0011728876360316413,
|
91 |
+
"grad_norm": 0.09773286432027817,
|
92 |
+
"learning_rate": 9.99695413509548e-05,
|
93 |
+
"loss": 10.8302,
|
94 |
+
"step": 11
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.0012795137847617906,
|
98 |
+
"grad_norm": 0.09210336208343506,
|
99 |
+
"learning_rate": 9.987820251299122e-05,
|
100 |
+
"loss": 10.8307,
|
101 |
+
"step": 12
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.0013861399334919398,
|
105 |
+
"grad_norm": 0.10203942656517029,
|
106 |
+
"learning_rate": 9.972609476841367e-05,
|
107 |
+
"loss": 10.8322,
|
108 |
+
"step": 13
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.001492766082222089,
|
112 |
+
"grad_norm": 0.09077027440071106,
|
113 |
+
"learning_rate": 9.951340343707852e-05,
|
114 |
+
"loss": 10.8305,
|
115 |
+
"step": 14
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.001599392230952238,
|
119 |
+
"grad_norm": 0.09403304755687714,
|
120 |
+
"learning_rate": 9.924038765061042e-05,
|
121 |
+
"loss": 10.8301,
|
122 |
+
"step": 15
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.0017060183796823874,
|
126 |
+
"grad_norm": 0.10645323991775513,
|
127 |
+
"learning_rate": 9.890738003669029e-05,
|
128 |
+
"loss": 10.8306,
|
129 |
+
"step": 16
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.0018126445284125366,
|
133 |
+
"grad_norm": 0.10251530259847641,
|
134 |
+
"learning_rate": 9.851478631379982e-05,
|
135 |
+
"loss": 10.8273,
|
136 |
+
"step": 17
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.0019192706771426857,
|
140 |
+
"grad_norm": 0.10220959782600403,
|
141 |
+
"learning_rate": 9.806308479691595e-05,
|
142 |
+
"loss": 10.8284,
|
143 |
+
"step": 18
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.002025896825872835,
|
147 |
+
"grad_norm": 0.09652484208345413,
|
148 |
+
"learning_rate": 9.755282581475769e-05,
|
149 |
+
"loss": 10.8268,
|
150 |
+
"step": 19
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.0021325229746029842,
|
154 |
+
"grad_norm": 0.1007598266005516,
|
155 |
+
"learning_rate": 9.698463103929542e-05,
|
156 |
+
"loss": 10.8307,
|
157 |
+
"step": 20
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.0022391491233331334,
|
161 |
+
"grad_norm": 0.10961519926786423,
|
162 |
+
"learning_rate": 9.635919272833938e-05,
|
163 |
+
"loss": 10.8255,
|
164 |
+
"step": 21
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.0023457752720632825,
|
168 |
+
"grad_norm": 0.10666362196207047,
|
169 |
+
"learning_rate": 9.567727288213005e-05,
|
170 |
+
"loss": 10.8288,
|
171 |
+
"step": 22
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.0024524014207934317,
|
175 |
+
"grad_norm": 0.12087945640087128,
|
176 |
+
"learning_rate": 9.493970231495835e-05,
|
177 |
+
"loss": 10.8274,
|
178 |
+
"step": 23
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.0025590275695235812,
|
182 |
+
"grad_norm": 0.10848045349121094,
|
183 |
+
"learning_rate": 9.414737964294636e-05,
|
184 |
+
"loss": 10.8294,
|
185 |
+
"step": 24
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.0026656537182537304,
|
189 |
+
"grad_norm": 0.0989118367433548,
|
190 |
+
"learning_rate": 9.330127018922194e-05,
|
191 |
+
"loss": 10.8252,
|
192 |
+
"step": 25
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.0026656537182537304,
|
196 |
+
"eval_loss": 10.827045440673828,
|
197 |
+
"eval_runtime": 27.3777,
|
198 |
+
"eval_samples_per_second": 576.966,
|
199 |
+
"eval_steps_per_second": 288.483,
|
200 |
+
"step": 25
|
201 |
+
},
|
202 |
+
{
|
203 |
+
"epoch": 0.0027722798669838795,
|
204 |
+
"grad_norm": 0.1026577427983284,
|
205 |
+
"learning_rate": 9.24024048078213e-05,
|
206 |
+
"loss": 10.8233,
|
207 |
+
"step": 26
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"epoch": 0.0028789060157140287,
|
211 |
+
"grad_norm": 0.10963460057973862,
|
212 |
+
"learning_rate": 9.145187862775209e-05,
|
213 |
+
"loss": 10.8291,
|
214 |
+
"step": 27
|
215 |
+
},
|
216 |
+
{
|
217 |
+
"epoch": 0.002985532164444178,
|
218 |
+
"grad_norm": 0.1128157526254654,
|
219 |
+
"learning_rate": 9.045084971874738e-05,
|
220 |
+
"loss": 10.8313,
|
221 |
+
"step": 28
|
222 |
+
},
|
223 |
+
{
|
224 |
+
"epoch": 0.003092158313174327,
|
225 |
+
"grad_norm": 0.11681310087442398,
|
226 |
+
"learning_rate": 8.940053768033609e-05,
|
227 |
+
"loss": 10.8269,
|
228 |
+
"step": 29
|
229 |
+
},
|
230 |
+
{
|
231 |
+
"epoch": 0.003198784461904476,
|
232 |
+
"grad_norm": 0.10859231650829315,
|
233 |
+
"learning_rate": 8.83022221559489e-05,
|
234 |
+
"loss": 10.8291,
|
235 |
+
"step": 30
|
236 |
+
},
|
237 |
+
{
|
238 |
+
"epoch": 0.0033054106106346257,
|
239 |
+
"grad_norm": 0.12530773878097534,
|
240 |
+
"learning_rate": 8.715724127386972e-05,
|
241 |
+
"loss": 10.8255,
|
242 |
+
"step": 31
|
243 |
+
},
|
244 |
+
{
|
245 |
+
"epoch": 0.003412036759364775,
|
246 |
+
"grad_norm": 0.1253245323896408,
|
247 |
+
"learning_rate": 8.596699001693255e-05,
|
248 |
+
"loss": 10.8218,
|
249 |
+
"step": 32
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.003518662908094924,
|
253 |
+
"grad_norm": 0.1236739233136177,
|
254 |
+
"learning_rate": 8.473291852294987e-05,
|
255 |
+
"loss": 10.8226,
|
256 |
+
"step": 33
|
257 |
+
},
|
258 |
+
{
|
259 |
+
"epoch": 0.003625289056825073,
|
260 |
+
"grad_norm": 0.13345038890838623,
|
261 |
+
"learning_rate": 8.345653031794292e-05,
|
262 |
+
"loss": 10.8218,
|
263 |
+
"step": 34
|
264 |
+
},
|
265 |
+
{
|
266 |
+
"epoch": 0.0037319152055552223,
|
267 |
+
"grad_norm": 0.13090018928050995,
|
268 |
+
"learning_rate": 8.213938048432697e-05,
|
269 |
+
"loss": 10.8221,
|
270 |
+
"step": 35
|
271 |
+
},
|
272 |
+
{
|
273 |
+
"epoch": 0.0038385413542853714,
|
274 |
+
"grad_norm": 0.12226233631372452,
|
275 |
+
"learning_rate": 8.07830737662829e-05,
|
276 |
+
"loss": 10.8265,
|
277 |
+
"step": 36
|
278 |
+
},
|
279 |
+
{
|
280 |
+
"epoch": 0.003945167503015521,
|
281 |
+
"grad_norm": 0.13375620543956757,
|
282 |
+
"learning_rate": 7.938926261462366e-05,
|
283 |
+
"loss": 10.8199,
|
284 |
+
"step": 37
|
285 |
+
},
|
286 |
+
{
|
287 |
+
"epoch": 0.00405179365174567,
|
288 |
+
"grad_norm": 0.1250225007534027,
|
289 |
+
"learning_rate": 7.795964517353735e-05,
|
290 |
+
"loss": 10.8218,
|
291 |
+
"step": 38
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"epoch": 0.004158419800475819,
|
295 |
+
"grad_norm": 0.12829391658306122,
|
296 |
+
"learning_rate": 7.649596321166024e-05,
|
297 |
+
"loss": 10.8198,
|
298 |
+
"step": 39
|
299 |
+
},
|
300 |
+
{
|
301 |
+
"epoch": 0.0042650459492059685,
|
302 |
+
"grad_norm": 0.14134521782398224,
|
303 |
+
"learning_rate": 7.500000000000001e-05,
|
304 |
+
"loss": 10.8201,
|
305 |
+
"step": 40
|
306 |
+
},
|
307 |
+
{
|
308 |
+
"epoch": 0.004371672097936118,
|
309 |
+
"grad_norm": 0.13157622516155243,
|
310 |
+
"learning_rate": 7.347357813929454e-05,
|
311 |
+
"loss": 10.8164,
|
312 |
+
"step": 41
|
313 |
+
},
|
314 |
+
{
|
315 |
+
"epoch": 0.004478298246666267,
|
316 |
+
"grad_norm": 0.13519853353500366,
|
317 |
+
"learning_rate": 7.191855733945387e-05,
|
318 |
+
"loss": 10.8196,
|
319 |
+
"step": 42
|
320 |
+
},
|
321 |
+
{
|
322 |
+
"epoch": 0.004584924395396416,
|
323 |
+
"grad_norm": 0.14817938208580017,
|
324 |
+
"learning_rate": 7.033683215379002e-05,
|
325 |
+
"loss": 10.8187,
|
326 |
+
"step": 43
|
327 |
+
},
|
328 |
+
{
|
329 |
+
"epoch": 0.004691550544126565,
|
330 |
+
"grad_norm": 0.15691693127155304,
|
331 |
+
"learning_rate": 6.873032967079561e-05,
|
332 |
+
"loss": 10.8158,
|
333 |
+
"step": 44
|
334 |
+
},
|
335 |
+
{
|
336 |
+
"epoch": 0.004798176692856714,
|
337 |
+
"grad_norm": 0.1444297581911087,
|
338 |
+
"learning_rate": 6.710100716628344e-05,
|
339 |
+
"loss": 10.8157,
|
340 |
+
"step": 45
|
341 |
+
},
|
342 |
+
{
|
343 |
+
"epoch": 0.004904802841586863,
|
344 |
+
"grad_norm": 0.1577857881784439,
|
345 |
+
"learning_rate": 6.545084971874738e-05,
|
346 |
+
"loss": 10.8182,
|
347 |
+
"step": 46
|
348 |
+
},
|
349 |
+
{
|
350 |
+
"epoch": 0.0050114289903170125,
|
351 |
+
"grad_norm": 0.15604552626609802,
|
352 |
+
"learning_rate": 6.378186779084995e-05,
|
353 |
+
"loss": 10.8133,
|
354 |
+
"step": 47
|
355 |
+
},
|
356 |
+
{
|
357 |
+
"epoch": 0.0051180551390471625,
|
358 |
+
"grad_norm": 0.15347470343112946,
|
359 |
+
"learning_rate": 6.209609477998338e-05,
|
360 |
+
"loss": 10.8167,
|
361 |
+
"step": 48
|
362 |
+
},
|
363 |
+
{
|
364 |
+
"epoch": 0.005224681287777312,
|
365 |
+
"grad_norm": 0.13201665878295898,
|
366 |
+
"learning_rate": 6.0395584540887963e-05,
|
367 |
+
"loss": 10.8135,
|
368 |
+
"step": 49
|
369 |
+
},
|
370 |
+
{
|
371 |
+
"epoch": 0.005331307436507461,
|
372 |
+
"grad_norm": 0.14732328057289124,
|
373 |
+
"learning_rate": 5.868240888334653e-05,
|
374 |
+
"loss": 10.8147,
|
375 |
+
"step": 50
|
376 |
+
},
|
377 |
+
{
|
378 |
+
"epoch": 0.005331307436507461,
|
379 |
+
"eval_loss": 10.814597129821777,
|
380 |
+
"eval_runtime": 27.1128,
|
381 |
+
"eval_samples_per_second": 582.603,
|
382 |
+
"eval_steps_per_second": 291.302,
|
383 |
+
"step": 50
|
384 |
+
},
|
385 |
+
{
|
386 |
+
"epoch": 0.00543793358523761,
|
387 |
+
"grad_norm": 0.14409305155277252,
|
388 |
+
"learning_rate": 5.695865504800327e-05,
|
389 |
+
"loss": 10.8113,
|
390 |
+
"step": 51
|
391 |
+
},
|
392 |
+
{
|
393 |
+
"epoch": 0.005544559733967759,
|
394 |
+
"grad_norm": 0.1595422625541687,
|
395 |
+
"learning_rate": 5.522642316338268e-05,
|
396 |
+
"loss": 10.8159,
|
397 |
+
"step": 52
|
398 |
+
},
|
399 |
+
{
|
400 |
+
"epoch": 0.005651185882697908,
|
401 |
+
"grad_norm": 0.16688624024391174,
|
402 |
+
"learning_rate": 5.348782368720626e-05,
|
403 |
+
"loss": 10.8131,
|
404 |
+
"step": 53
|
405 |
+
},
|
406 |
+
{
|
407 |
+
"epoch": 0.005757812031428057,
|
408 |
+
"grad_norm": 0.1620035171508789,
|
409 |
+
"learning_rate": 5.174497483512506e-05,
|
410 |
+
"loss": 10.8132,
|
411 |
+
"step": 54
|
412 |
+
},
|
413 |
+
{
|
414 |
+
"epoch": 0.0058644381801582065,
|
415 |
+
"grad_norm": 0.16980452835559845,
|
416 |
+
"learning_rate": 5e-05,
|
417 |
+
"loss": 10.8129,
|
418 |
+
"step": 55
|
419 |
+
},
|
420 |
+
{
|
421 |
+
"epoch": 0.005971064328888356,
|
422 |
+
"grad_norm": 0.1535421460866928,
|
423 |
+
"learning_rate": 4.825502516487497e-05,
|
424 |
+
"loss": 10.815,
|
425 |
+
"step": 56
|
426 |
+
},
|
427 |
+
{
|
428 |
+
"epoch": 0.006077690477618505,
|
429 |
+
"grad_norm": 0.15803158283233643,
|
430 |
+
"learning_rate": 4.6512176312793736e-05,
|
431 |
+
"loss": 10.8153,
|
432 |
+
"step": 57
|
433 |
+
},
|
434 |
+
{
|
435 |
+
"epoch": 0.006184316626348654,
|
436 |
+
"grad_norm": 0.15988963842391968,
|
437 |
+
"learning_rate": 4.477357683661734e-05,
|
438 |
+
"loss": 10.8119,
|
439 |
+
"step": 58
|
440 |
+
},
|
441 |
+
{
|
442 |
+
"epoch": 0.006290942775078803,
|
443 |
+
"grad_norm": 0.17502981424331665,
|
444 |
+
"learning_rate": 4.3041344951996746e-05,
|
445 |
+
"loss": 10.8123,
|
446 |
+
"step": 59
|
447 |
+
},
|
448 |
+
{
|
449 |
+
"epoch": 0.006397568923808952,
|
450 |
+
"grad_norm": 0.1722036898136139,
|
451 |
+
"learning_rate": 4.131759111665349e-05,
|
452 |
+
"loss": 10.8102,
|
453 |
+
"step": 60
|
454 |
+
},
|
455 |
+
{
|
456 |
+
"epoch": 0.006504195072539101,
|
457 |
+
"grad_norm": 0.16091673076152802,
|
458 |
+
"learning_rate": 3.960441545911204e-05,
|
459 |
+
"loss": 10.8059,
|
460 |
+
"step": 61
|
461 |
+
},
|
462 |
+
{
|
463 |
+
"epoch": 0.006610821221269251,
|
464 |
+
"grad_norm": 0.17409998178482056,
|
465 |
+
"learning_rate": 3.790390522001662e-05,
|
466 |
+
"loss": 10.8091,
|
467 |
+
"step": 62
|
468 |
+
},
|
469 |
+
{
|
470 |
+
"epoch": 0.0067174473699994006,
|
471 |
+
"grad_norm": 0.20849758386611938,
|
472 |
+
"learning_rate": 3.6218132209150045e-05,
|
473 |
+
"loss": 10.799,
|
474 |
+
"step": 63
|
475 |
+
},
|
476 |
+
{
|
477 |
+
"epoch": 0.00682407351872955,
|
478 |
+
"grad_norm": 0.16407425701618195,
|
479 |
+
"learning_rate": 3.4549150281252636e-05,
|
480 |
+
"loss": 10.8124,
|
481 |
+
"step": 64
|
482 |
+
},
|
483 |
+
{
|
484 |
+
"epoch": 0.006930699667459699,
|
485 |
+
"grad_norm": 0.18425709009170532,
|
486 |
+
"learning_rate": 3.289899283371657e-05,
|
487 |
+
"loss": 10.8096,
|
488 |
+
"step": 65
|
489 |
+
},
|
490 |
+
{
|
491 |
+
"epoch": 0.007037325816189848,
|
492 |
+
"grad_norm": 0.17111074924468994,
|
493 |
+
"learning_rate": 3.12696703292044e-05,
|
494 |
+
"loss": 10.8096,
|
495 |
+
"step": 66
|
496 |
+
},
|
497 |
+
{
|
498 |
+
"epoch": 0.007143951964919997,
|
499 |
+
"grad_norm": 0.17965374886989594,
|
500 |
+
"learning_rate": 2.9663167846209998e-05,
|
501 |
+
"loss": 10.8084,
|
502 |
+
"step": 67
|
503 |
+
},
|
504 |
+
{
|
505 |
+
"epoch": 0.007250578113650146,
|
506 |
+
"grad_norm": 0.19009314477443695,
|
507 |
+
"learning_rate": 2.8081442660546125e-05,
|
508 |
+
"loss": 10.807,
|
509 |
+
"step": 68
|
510 |
+
},
|
511 |
+
{
|
512 |
+
"epoch": 0.0073572042623802954,
|
513 |
+
"grad_norm": 0.18505646288394928,
|
514 |
+
"learning_rate": 2.6526421860705473e-05,
|
515 |
+
"loss": 10.8075,
|
516 |
+
"step": 69
|
517 |
+
},
|
518 |
+
{
|
519 |
+
"epoch": 0.007463830411110445,
|
520 |
+
"grad_norm": 0.17133325338363647,
|
521 |
+
"learning_rate": 2.500000000000001e-05,
|
522 |
+
"loss": 10.8074,
|
523 |
+
"step": 70
|
524 |
+
},
|
525 |
+
{
|
526 |
+
"epoch": 0.007570456559840594,
|
527 |
+
"grad_norm": 0.16672495007514954,
|
528 |
+
"learning_rate": 2.350403678833976e-05,
|
529 |
+
"loss": 10.8064,
|
530 |
+
"step": 71
|
531 |
+
},
|
532 |
+
{
|
533 |
+
"epoch": 0.007677082708570743,
|
534 |
+
"grad_norm": 0.18847358226776123,
|
535 |
+
"learning_rate": 2.2040354826462668e-05,
|
536 |
+
"loss": 10.8077,
|
537 |
+
"step": 72
|
538 |
+
},
|
539 |
+
{
|
540 |
+
"epoch": 0.007783708857300892,
|
541 |
+
"grad_norm": 0.17686216533184052,
|
542 |
+
"learning_rate": 2.061073738537635e-05,
|
543 |
+
"loss": 10.808,
|
544 |
+
"step": 73
|
545 |
+
},
|
546 |
+
{
|
547 |
+
"epoch": 0.007890335006031042,
|
548 |
+
"grad_norm": 0.1777198761701584,
|
549 |
+
"learning_rate": 1.9216926233717085e-05,
|
550 |
+
"loss": 10.8043,
|
551 |
+
"step": 74
|
552 |
+
},
|
553 |
+
{
|
554 |
+
"epoch": 0.00799696115476119,
|
555 |
+
"grad_norm": 0.17206279933452606,
|
556 |
+
"learning_rate": 1.7860619515673033e-05,
|
557 |
+
"loss": 10.8071,
|
558 |
+
"step": 75
|
559 |
+
},
|
560 |
+
{
|
561 |
+
"epoch": 0.00799696115476119,
|
562 |
+
"eval_loss": 10.805438995361328,
|
563 |
+
"eval_runtime": 50.9217,
|
564 |
+
"eval_samples_per_second": 310.202,
|
565 |
+
"eval_steps_per_second": 155.101,
|
566 |
+
"step": 75
|
567 |
+
},
|
568 |
+
{
|
569 |
+
"epoch": 0.00810358730349134,
|
570 |
+
"grad_norm": 0.19393402338027954,
|
571 |
+
"learning_rate": 1.6543469682057106e-05,
|
572 |
+
"loss": 10.8052,
|
573 |
+
"step": 76
|
574 |
+
},
|
575 |
+
{
|
576 |
+
"epoch": 0.008210213452221489,
|
577 |
+
"grad_norm": 0.17306220531463623,
|
578 |
+
"learning_rate": 1.526708147705013e-05,
|
579 |
+
"loss": 10.8092,
|
580 |
+
"step": 77
|
581 |
+
},
|
582 |
+
{
|
583 |
+
"epoch": 0.008316839600951639,
|
584 |
+
"grad_norm": 0.18071946501731873,
|
585 |
+
"learning_rate": 1.4033009983067452e-05,
|
586 |
+
"loss": 10.8096,
|
587 |
+
"step": 78
|
588 |
+
},
|
589 |
+
{
|
590 |
+
"epoch": 0.008423465749681787,
|
591 |
+
"grad_norm": 0.18262875080108643,
|
592 |
+
"learning_rate": 1.2842758726130283e-05,
|
593 |
+
"loss": 10.8112,
|
594 |
+
"step": 79
|
595 |
+
},
|
596 |
+
{
|
597 |
+
"epoch": 0.008530091898411937,
|
598 |
+
"grad_norm": 0.18377819657325745,
|
599 |
+
"learning_rate": 1.1697777844051105e-05,
|
600 |
+
"loss": 10.8096,
|
601 |
+
"step": 80
|
602 |
+
},
|
603 |
+
{
|
604 |
+
"epoch": 0.008636718047142085,
|
605 |
+
"grad_norm": 0.1848413050174713,
|
606 |
+
"learning_rate": 1.0599462319663905e-05,
|
607 |
+
"loss": 10.8044,
|
608 |
+
"step": 81
|
609 |
+
},
|
610 |
+
{
|
611 |
+
"epoch": 0.008743344195872235,
|
612 |
+
"grad_norm": 0.1873786747455597,
|
613 |
+
"learning_rate": 9.549150281252633e-06,
|
614 |
+
"loss": 10.8058,
|
615 |
+
"step": 82
|
616 |
+
},
|
617 |
+
{
|
618 |
+
"epoch": 0.008849970344602385,
|
619 |
+
"grad_norm": 0.20228584110736847,
|
620 |
+
"learning_rate": 8.548121372247918e-06,
|
621 |
+
"loss": 10.8059,
|
622 |
+
"step": 83
|
623 |
+
},
|
624 |
+
{
|
625 |
+
"epoch": 0.008956596493332534,
|
626 |
+
"grad_norm": 0.19265606999397278,
|
627 |
+
"learning_rate": 7.597595192178702e-06,
|
628 |
+
"loss": 10.8088,
|
629 |
+
"step": 84
|
630 |
+
},
|
631 |
+
{
|
632 |
+
"epoch": 0.009063222642062684,
|
633 |
+
"grad_norm": 0.17763932049274445,
|
634 |
+
"learning_rate": 6.698729810778065e-06,
|
635 |
+
"loss": 10.7996,
|
636 |
+
"step": 85
|
637 |
+
},
|
638 |
+
{
|
639 |
+
"epoch": 0.009169848790792832,
|
640 |
+
"grad_norm": 0.17844876646995544,
|
641 |
+
"learning_rate": 5.852620357053651e-06,
|
642 |
+
"loss": 10.802,
|
643 |
+
"step": 86
|
644 |
+
},
|
645 |
+
{
|
646 |
+
"epoch": 0.009276474939522982,
|
647 |
+
"grad_norm": 0.17362311482429504,
|
648 |
+
"learning_rate": 5.060297685041659e-06,
|
649 |
+
"loss": 10.8022,
|
650 |
+
"step": 87
|
651 |
+
},
|
652 |
+
{
|
653 |
+
"epoch": 0.00938310108825313,
|
654 |
+
"grad_norm": 0.18764075636863708,
|
655 |
+
"learning_rate": 4.322727117869951e-06,
|
656 |
+
"loss": 10.8014,
|
657 |
+
"step": 88
|
658 |
+
},
|
659 |
+
{
|
660 |
+
"epoch": 0.00948972723698328,
|
661 |
+
"grad_norm": 0.20152869820594788,
|
662 |
+
"learning_rate": 3.6408072716606346e-06,
|
663 |
+
"loss": 10.8044,
|
664 |
+
"step": 89
|
665 |
+
},
|
666 |
+
{
|
667 |
+
"epoch": 0.009596353385713428,
|
668 |
+
"grad_norm": 0.19738389551639557,
|
669 |
+
"learning_rate": 3.0153689607045845e-06,
|
670 |
+
"loss": 10.8073,
|
671 |
+
"step": 90
|
672 |
+
},
|
673 |
+
{
|
674 |
+
"epoch": 0.009702979534443578,
|
675 |
+
"grad_norm": 0.19693444669246674,
|
676 |
+
"learning_rate": 2.4471741852423237e-06,
|
677 |
+
"loss": 10.7984,
|
678 |
+
"step": 91
|
679 |
+
},
|
680 |
+
{
|
681 |
+
"epoch": 0.009809605683173727,
|
682 |
+
"grad_norm": 0.20395702123641968,
|
683 |
+
"learning_rate": 1.9369152030840556e-06,
|
684 |
+
"loss": 10.801,
|
685 |
+
"step": 92
|
686 |
+
},
|
687 |
+
{
|
688 |
+
"epoch": 0.009916231831903877,
|
689 |
+
"grad_norm": 0.1859755963087082,
|
690 |
+
"learning_rate": 1.4852136862001764e-06,
|
691 |
+
"loss": 10.8075,
|
692 |
+
"step": 93
|
693 |
+
},
|
694 |
+
{
|
695 |
+
"epoch": 0.010022857980634025,
|
696 |
+
"grad_norm": 0.18670888245105743,
|
697 |
+
"learning_rate": 1.0926199633097157e-06,
|
698 |
+
"loss": 10.8028,
|
699 |
+
"step": 94
|
700 |
+
},
|
701 |
+
{
|
702 |
+
"epoch": 0.010129484129364175,
|
703 |
+
"grad_norm": 0.1718273162841797,
|
704 |
+
"learning_rate": 7.596123493895991e-07,
|
705 |
+
"loss": 10.806,
|
706 |
+
"step": 95
|
707 |
+
},
|
708 |
+
{
|
709 |
+
"epoch": 0.010236110278094325,
|
710 |
+
"grad_norm": 0.2033439427614212,
|
711 |
+
"learning_rate": 4.865965629214819e-07,
|
712 |
+
"loss": 10.8003,
|
713 |
+
"step": 96
|
714 |
+
},
|
715 |
+
{
|
716 |
+
"epoch": 0.010342736426824473,
|
717 |
+
"grad_norm": 0.16593502461910248,
|
718 |
+
"learning_rate": 2.7390523158633554e-07,
|
719 |
+
"loss": 10.8075,
|
720 |
+
"step": 97
|
721 |
+
},
|
722 |
+
{
|
723 |
+
"epoch": 0.010449362575554623,
|
724 |
+
"grad_norm": 0.1901598572731018,
|
725 |
+
"learning_rate": 1.2179748700879012e-07,
|
726 |
+
"loss": 10.8042,
|
727 |
+
"step": 98
|
728 |
+
},
|
729 |
+
{
|
730 |
+
"epoch": 0.010555988724284772,
|
731 |
+
"grad_norm": 0.1914721131324768,
|
732 |
+
"learning_rate": 3.04586490452119e-08,
|
733 |
+
"loss": 10.8042,
|
734 |
+
"step": 99
|
735 |
+
},
|
736 |
+
{
|
737 |
+
"epoch": 0.010662614873014922,
|
738 |
+
"grad_norm": 0.19154879450798035,
|
739 |
+
"learning_rate": 0.0,
|
740 |
+
"loss": 10.8053,
|
741 |
+
"step": 100
|
742 |
+
},
|
743 |
+
{
|
744 |
+
"epoch": 0.010662614873014922,
|
745 |
+
"eval_loss": 10.803692817687988,
|
746 |
+
"eval_runtime": 73.6667,
|
747 |
+
"eval_samples_per_second": 214.425,
|
748 |
+
"eval_steps_per_second": 107.213,
|
749 |
+
"step": 100
|
750 |
+
}
|
751 |
+
],
|
752 |
+
"logging_steps": 1,
|
753 |
+
"max_steps": 100,
|
754 |
+
"num_input_tokens_seen": 0,
|
755 |
+
"num_train_epochs": 1,
|
756 |
+
"save_steps": 25,
|
757 |
+
"stateful_callbacks": {
|
758 |
+
"TrainerControl": {
|
759 |
+
"args": {
|
760 |
+
"should_epoch_stop": false,
|
761 |
+
"should_evaluate": false,
|
762 |
+
"should_log": false,
|
763 |
+
"should_save": true,
|
764 |
+
"should_training_stop": true
|
765 |
+
},
|
766 |
+
"attributes": {}
|
767 |
+
}
|
768 |
+
},
|
769 |
+
"total_flos": 44295971143680.0,
|
770 |
+
"train_batch_size": 2,
|
771 |
+
"trial_name": null,
|
772 |
+
"trial_params": null
|
773 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e127424ed67935f80050e02c7de90a04f75d70c70c05de35e7308080a6321a9e
|
3 |
+
size 6776
|
special_tokens_map.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"eos_token": {
|
3 |
+
"content": "<|endoftext|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"pad_token": {
|
10 |
+
"content": "[PAD]",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
}
|
16 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,247 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": false,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"0": {
|
7 |
+
"content": "|||IP_ADDRESS|||",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": true,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": false
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<|padding|>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"50254": {
|
23 |
+
"content": " ",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": true,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": false
|
29 |
+
},
|
30 |
+
"50255": {
|
31 |
+
"content": " ",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": true,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false,
|
36 |
+
"special": false
|
37 |
+
},
|
38 |
+
"50256": {
|
39 |
+
"content": " ",
|
40 |
+
"lstrip": false,
|
41 |
+
"normalized": true,
|
42 |
+
"rstrip": false,
|
43 |
+
"single_word": false,
|
44 |
+
"special": false
|
45 |
+
},
|
46 |
+
"50257": {
|
47 |
+
"content": " ",
|
48 |
+
"lstrip": false,
|
49 |
+
"normalized": true,
|
50 |
+
"rstrip": false,
|
51 |
+
"single_word": false,
|
52 |
+
"special": false
|
53 |
+
},
|
54 |
+
"50258": {
|
55 |
+
"content": " ",
|
56 |
+
"lstrip": false,
|
57 |
+
"normalized": true,
|
58 |
+
"rstrip": false,
|
59 |
+
"single_word": false,
|
60 |
+
"special": false
|
61 |
+
},
|
62 |
+
"50259": {
|
63 |
+
"content": " ",
|
64 |
+
"lstrip": false,
|
65 |
+
"normalized": true,
|
66 |
+
"rstrip": false,
|
67 |
+
"single_word": false,
|
68 |
+
"special": false
|
69 |
+
},
|
70 |
+
"50260": {
|
71 |
+
"content": " ",
|
72 |
+
"lstrip": false,
|
73 |
+
"normalized": true,
|
74 |
+
"rstrip": false,
|
75 |
+
"single_word": false,
|
76 |
+
"special": false
|
77 |
+
},
|
78 |
+
"50261": {
|
79 |
+
"content": " ",
|
80 |
+
"lstrip": false,
|
81 |
+
"normalized": true,
|
82 |
+
"rstrip": false,
|
83 |
+
"single_word": false,
|
84 |
+
"special": false
|
85 |
+
},
|
86 |
+
"50262": {
|
87 |
+
"content": " ",
|
88 |
+
"lstrip": false,
|
89 |
+
"normalized": true,
|
90 |
+
"rstrip": false,
|
91 |
+
"single_word": false,
|
92 |
+
"special": false
|
93 |
+
},
|
94 |
+
"50263": {
|
95 |
+
"content": " ",
|
96 |
+
"lstrip": false,
|
97 |
+
"normalized": true,
|
98 |
+
"rstrip": false,
|
99 |
+
"single_word": false,
|
100 |
+
"special": false
|
101 |
+
},
|
102 |
+
"50264": {
|
103 |
+
"content": " ",
|
104 |
+
"lstrip": false,
|
105 |
+
"normalized": true,
|
106 |
+
"rstrip": false,
|
107 |
+
"single_word": false,
|
108 |
+
"special": false
|
109 |
+
},
|
110 |
+
"50265": {
|
111 |
+
"content": " ",
|
112 |
+
"lstrip": false,
|
113 |
+
"normalized": true,
|
114 |
+
"rstrip": false,
|
115 |
+
"single_word": false,
|
116 |
+
"special": false
|
117 |
+
},
|
118 |
+
"50266": {
|
119 |
+
"content": " ",
|
120 |
+
"lstrip": false,
|
121 |
+
"normalized": true,
|
122 |
+
"rstrip": false,
|
123 |
+
"single_word": false,
|
124 |
+
"special": false
|
125 |
+
},
|
126 |
+
"50267": {
|
127 |
+
"content": " ",
|
128 |
+
"lstrip": false,
|
129 |
+
"normalized": true,
|
130 |
+
"rstrip": false,
|
131 |
+
"single_word": false,
|
132 |
+
"special": false
|
133 |
+
},
|
134 |
+
"50268": {
|
135 |
+
"content": " ",
|
136 |
+
"lstrip": false,
|
137 |
+
"normalized": true,
|
138 |
+
"rstrip": false,
|
139 |
+
"single_word": false,
|
140 |
+
"special": false
|
141 |
+
},
|
142 |
+
"50269": {
|
143 |
+
"content": " ",
|
144 |
+
"lstrip": false,
|
145 |
+
"normalized": true,
|
146 |
+
"rstrip": false,
|
147 |
+
"single_word": false,
|
148 |
+
"special": false
|
149 |
+
},
|
150 |
+
"50270": {
|
151 |
+
"content": " ",
|
152 |
+
"lstrip": false,
|
153 |
+
"normalized": true,
|
154 |
+
"rstrip": false,
|
155 |
+
"single_word": false,
|
156 |
+
"special": false
|
157 |
+
},
|
158 |
+
"50271": {
|
159 |
+
"content": " ",
|
160 |
+
"lstrip": false,
|
161 |
+
"normalized": true,
|
162 |
+
"rstrip": false,
|
163 |
+
"single_word": false,
|
164 |
+
"special": false
|
165 |
+
},
|
166 |
+
"50272": {
|
167 |
+
"content": " ",
|
168 |
+
"lstrip": false,
|
169 |
+
"normalized": true,
|
170 |
+
"rstrip": false,
|
171 |
+
"single_word": false,
|
172 |
+
"special": false
|
173 |
+
},
|
174 |
+
"50273": {
|
175 |
+
"content": " ",
|
176 |
+
"lstrip": false,
|
177 |
+
"normalized": true,
|
178 |
+
"rstrip": false,
|
179 |
+
"single_word": false,
|
180 |
+
"special": false
|
181 |
+
},
|
182 |
+
"50274": {
|
183 |
+
"content": " ",
|
184 |
+
"lstrip": false,
|
185 |
+
"normalized": true,
|
186 |
+
"rstrip": false,
|
187 |
+
"single_word": false,
|
188 |
+
"special": false
|
189 |
+
},
|
190 |
+
"50275": {
|
191 |
+
"content": " ",
|
192 |
+
"lstrip": false,
|
193 |
+
"normalized": true,
|
194 |
+
"rstrip": false,
|
195 |
+
"single_word": false,
|
196 |
+
"special": false
|
197 |
+
},
|
198 |
+
"50276": {
|
199 |
+
"content": " ",
|
200 |
+
"lstrip": false,
|
201 |
+
"normalized": true,
|
202 |
+
"rstrip": false,
|
203 |
+
"single_word": false,
|
204 |
+
"special": false
|
205 |
+
},
|
206 |
+
"50277": {
|
207 |
+
"content": "|||EMAIL_ADDRESS|||",
|
208 |
+
"lstrip": false,
|
209 |
+
"normalized": true,
|
210 |
+
"rstrip": false,
|
211 |
+
"single_word": false,
|
212 |
+
"special": false
|
213 |
+
},
|
214 |
+
"50278": {
|
215 |
+
"content": "|||PHONE_NUMBER|||",
|
216 |
+
"lstrip": false,
|
217 |
+
"normalized": true,
|
218 |
+
"rstrip": false,
|
219 |
+
"single_word": false,
|
220 |
+
"special": false
|
221 |
+
},
|
222 |
+
"50279": {
|
223 |
+
"content": "<|endoftext|>",
|
224 |
+
"lstrip": false,
|
225 |
+
"normalized": false,
|
226 |
+
"rstrip": false,
|
227 |
+
"single_word": false,
|
228 |
+
"special": true
|
229 |
+
},
|
230 |
+
"50280": {
|
231 |
+
"content": "[PAD]",
|
232 |
+
"lstrip": false,
|
233 |
+
"normalized": false,
|
234 |
+
"rstrip": false,
|
235 |
+
"single_word": false,
|
236 |
+
"special": true
|
237 |
+
}
|
238 |
+
},
|
239 |
+
"bos_token": null,
|
240 |
+
"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 %}",
|
241 |
+
"clean_up_tokenization_spaces": true,
|
242 |
+
"eos_token": "<|endoftext|>",
|
243 |
+
"model_max_length": 1000000000000000019884624838656,
|
244 |
+
"pad_token": "[PAD]",
|
245 |
+
"tokenizer_class": "GPTNeoXTokenizer",
|
246 |
+
"unk_token": null
|
247 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e127424ed67935f80050e02c7de90a04f75d70c70c05de35e7308080a6321a9e
|
3 |
+
size 6776
|