End of training
Browse files- .gitattributes +1 -0
- README.md +166 -0
- adapter_config.json +34 -0
- adapter_model.bin +3 -0
- adapter_model.safetensors +3 -0
- config.json +30 -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 +3 -0
- last-checkpoint/tokenizer.model +3 -0
- last-checkpoint/tokenizer_config.json +50 -0
- last-checkpoint/trainer_state.json +773 -0
- last-checkpoint/training_args.bin +3 -0
- special_tokens_map.json +30 -0
- tokenizer.json +3 -0
- tokenizer.model +3 -0
- tokenizer_config.json +50 -0
- training_args.bin +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* 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
|
|
|
|
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
|
36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,166 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: mit
|
4 |
+
base_model: fxmarty/tiny-random-GemmaForCausalLM
|
5 |
+
tags:
|
6 |
+
- axolotl
|
7 |
+
- generated_from_trainer
|
8 |
+
model-index:
|
9 |
+
- name: 922da73d-0a26-4f27-a883-0f02b8fbbb93
|
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 |
+
accelerate_config:
|
22 |
+
dynamo_backend: inductor
|
23 |
+
mixed_precision: bf16
|
24 |
+
num_machines: 1
|
25 |
+
num_processes: auto
|
26 |
+
use_cpu: false
|
27 |
+
adapter: lora
|
28 |
+
base_model: fxmarty/tiny-random-GemmaForCausalLM
|
29 |
+
bf16: auto
|
30 |
+
chat_template: llama3
|
31 |
+
dataset_prepared_path: null
|
32 |
+
datasets:
|
33 |
+
- data_files:
|
34 |
+
- 9845ef35490c4ed8_train_data.json
|
35 |
+
ds_type: json
|
36 |
+
format: custom
|
37 |
+
path: /workspace/input_data/9845ef35490c4ed8_train_data.json
|
38 |
+
type:
|
39 |
+
field_instruction: option_0
|
40 |
+
field_output: text
|
41 |
+
format: '{instruction}'
|
42 |
+
no_input_format: '{instruction}'
|
43 |
+
system_format: '{system}'
|
44 |
+
system_prompt: ''
|
45 |
+
debug: null
|
46 |
+
deepspeed: null
|
47 |
+
device_map: auto
|
48 |
+
early_stopping_patience: null
|
49 |
+
eval_max_new_tokens: 128
|
50 |
+
eval_table_size: null
|
51 |
+
evals_per_epoch: 4
|
52 |
+
flash_attention: false
|
53 |
+
fp16: null
|
54 |
+
fsdp: null
|
55 |
+
fsdp_config: null
|
56 |
+
gradient_accumulation_steps: 16
|
57 |
+
gradient_checkpointing: true
|
58 |
+
group_by_length: false
|
59 |
+
hub_model_id: null
|
60 |
+
hub_repo: null
|
61 |
+
hub_strategy: checkpoint
|
62 |
+
hub_token: null
|
63 |
+
learning_rate: 0.0001
|
64 |
+
local_rank: null
|
65 |
+
logging_steps: 1
|
66 |
+
lora_alpha: 16
|
67 |
+
lora_dropout: 0.05
|
68 |
+
lora_fan_in_fan_out: null
|
69 |
+
lora_model_dir: null
|
70 |
+
lora_r: 8
|
71 |
+
lora_target_linear: true
|
72 |
+
lora_target_modules:
|
73 |
+
- q_proj
|
74 |
+
- v_proj
|
75 |
+
lr_scheduler: cosine
|
76 |
+
max_memory:
|
77 |
+
0: 70GiB
|
78 |
+
max_steps: 100
|
79 |
+
micro_batch_size: 2
|
80 |
+
mlflow_experiment_name: /tmp/9845ef35490c4ed8_train_data.json
|
81 |
+
model_type: AutoModelForCausalLM
|
82 |
+
num_epochs: 1
|
83 |
+
optimizer: adamw_bnb_8bit
|
84 |
+
output_dir: miner_id_24
|
85 |
+
pad_to_sequence_len: true
|
86 |
+
quantization_config:
|
87 |
+
llm_int8_enable_fp32_cpu_offload: true
|
88 |
+
load_in_8bit: true
|
89 |
+
resume_from_checkpoint: null
|
90 |
+
s2_attention: null
|
91 |
+
sample_packing: false
|
92 |
+
saves_per_epoch: 4
|
93 |
+
sequence_len: 512
|
94 |
+
strict: false
|
95 |
+
tf32: false
|
96 |
+
tokenizer_type: AutoTokenizer
|
97 |
+
torch_compile: true
|
98 |
+
train_on_inputs: false
|
99 |
+
trust_remote_code: true
|
100 |
+
val_set_size: 0.05
|
101 |
+
wandb_entity: null
|
102 |
+
wandb_mode: online
|
103 |
+
wandb_name: 922da73d-0a26-4f27-a883-0f02b8fbbb93
|
104 |
+
wandb_project: Gradients-On-Demand
|
105 |
+
wandb_run: your_name
|
106 |
+
wandb_runid: 922da73d-0a26-4f27-a883-0f02b8fbbb93
|
107 |
+
warmup_steps: 10
|
108 |
+
weight_decay: 0.0
|
109 |
+
xformers_attention: null
|
110 |
+
|
111 |
+
```
|
112 |
+
|
113 |
+
</details><br>
|
114 |
+
|
115 |
+
# 922da73d-0a26-4f27-a883-0f02b8fbbb93
|
116 |
+
|
117 |
+
This model is a fine-tuned version of [fxmarty/tiny-random-GemmaForCausalLM](https://huggingface.co/fxmarty/tiny-random-GemmaForCausalLM) on the None dataset.
|
118 |
+
It achieves the following results on the evaluation set:
|
119 |
+
- Loss: nan
|
120 |
+
|
121 |
+
## Model description
|
122 |
+
|
123 |
+
More information needed
|
124 |
+
|
125 |
+
## Intended uses & limitations
|
126 |
+
|
127 |
+
More information needed
|
128 |
+
|
129 |
+
## Training and evaluation data
|
130 |
+
|
131 |
+
More information needed
|
132 |
+
|
133 |
+
## Training procedure
|
134 |
+
|
135 |
+
### Training hyperparameters
|
136 |
+
|
137 |
+
The following hyperparameters were used during training:
|
138 |
+
- learning_rate: 0.0001
|
139 |
+
- train_batch_size: 2
|
140 |
+
- eval_batch_size: 2
|
141 |
+
- seed: 42
|
142 |
+
- gradient_accumulation_steps: 16
|
143 |
+
- total_train_batch_size: 32
|
144 |
+
- optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
145 |
+
- lr_scheduler_type: cosine
|
146 |
+
- lr_scheduler_warmup_steps: 10
|
147 |
+
- training_steps: 100
|
148 |
+
|
149 |
+
### Training results
|
150 |
+
|
151 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
152 |
+
|:-------------:|:------:|:----:|:---------------:|
|
153 |
+
| 0.0 | 0.0004 | 1 | nan |
|
154 |
+
| 0.0 | 0.0112 | 25 | nan |
|
155 |
+
| 0.0 | 0.0225 | 50 | nan |
|
156 |
+
| 0.0 | 0.0337 | 75 | nan |
|
157 |
+
| 0.0 | 0.0450 | 100 | nan |
|
158 |
+
|
159 |
+
|
160 |
+
### Framework versions
|
161 |
+
|
162 |
+
- PEFT 0.13.2
|
163 |
+
- Transformers 4.46.0
|
164 |
+
- Pytorch 2.5.0+cu124
|
165 |
+
- Datasets 3.0.1
|
166 |
+
- 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": "fxmarty/tiny-random-GemmaForCausalLM",
|
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 |
+
"q_proj",
|
25 |
+
"gate_proj",
|
26 |
+
"v_proj",
|
27 |
+
"up_proj",
|
28 |
+
"o_proj",
|
29 |
+
"down_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ddb3041c60d7f90f1133d3cc75f1f5aca7bff3f43bbf565c18e1bcb00efcfca
|
3 |
+
size 14424
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b74cf4e09c5ed83bb82d0e7d8e3d6d510d96367ff96a844212b7de14580c5266
|
3 |
+
size 10624
|
config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_attn_implementation_autoset": true,
|
3 |
+
"_name_or_path": "fxmarty/tiny-random-GemmaForCausalLM",
|
4 |
+
"architectures": [
|
5 |
+
"GemmaForCausalLM"
|
6 |
+
],
|
7 |
+
"attention_bias": false,
|
8 |
+
"attention_dropout": 0.0,
|
9 |
+
"bos_token_id": 2,
|
10 |
+
"eos_token_id": 1,
|
11 |
+
"head_dim": 8,
|
12 |
+
"hidden_act": "gelu",
|
13 |
+
"hidden_activation": "gelu_pytorch_tanh",
|
14 |
+
"hidden_size": 32,
|
15 |
+
"initializer_range": 0.02,
|
16 |
+
"intermediate_size": 2,
|
17 |
+
"max_position_embeddings": 512,
|
18 |
+
"model_type": "gemma",
|
19 |
+
"num_attention_heads": 2,
|
20 |
+
"num_hidden_layers": 1,
|
21 |
+
"num_key_value_heads": 1,
|
22 |
+
"pad_token_id": 0,
|
23 |
+
"rms_norm_eps": 1e-06,
|
24 |
+
"rope_scaling": null,
|
25 |
+
"rope_theta": 10000.0,
|
26 |
+
"torch_dtype": "float32",
|
27 |
+
"transformers_version": "4.46.0",
|
28 |
+
"use_cache": false,
|
29 |
+
"vocab_size": 256000
|
30 |
+
}
|
last-checkpoint/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: fxmarty/tiny-random-GemmaForCausalLM
|
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": "fxmarty/tiny-random-GemmaForCausalLM",
|
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 |
+
"q_proj",
|
25 |
+
"gate_proj",
|
26 |
+
"v_proj",
|
27 |
+
"up_proj",
|
28 |
+
"o_proj",
|
29 |
+
"down_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
last-checkpoint/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b74cf4e09c5ed83bb82d0e7d8e3d6d510d96367ff96a844212b7de14580c5266
|
3 |
+
size 10624
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7fb16a3af30e4d341b749cc7197d9b94b3ed1a9aaf643e8d767177d3ac2a8cd
|
3 |
+
size 26498
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:04d908c46d108238ef38ce2d6b400da8ee470558ac3166d90b6b5a4ef218316d
|
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,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<bos>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<eos>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<pad>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
last-checkpoint/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a63c485bbbab0efcfc1ffe32fd177108a9f70be1875ea3aacad3c4f064a5974b
|
3 |
+
size 34315097
|
last-checkpoint/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61a7b147390c64585d6c3543dd6fc636906c9af3865a5548f27f31aee1d4c8e2
|
3 |
+
size 4241003
|
last-checkpoint/tokenizer_config.json
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<pad>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<eos>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "<bos>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"3": {
|
30 |
+
"content": "<unk>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
}
|
37 |
+
},
|
38 |
+
"bos_token": "<bos>",
|
39 |
+
"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 %}",
|
40 |
+
"clean_up_tokenization_spaces": false,
|
41 |
+
"eos_token": "<eos>",
|
42 |
+
"legacy": null,
|
43 |
+
"model_max_length": 1000000000000000019884624838656,
|
44 |
+
"pad_token": "<pad>",
|
45 |
+
"sp_model_kwargs": {},
|
46 |
+
"spaces_between_special_tokens": false,
|
47 |
+
"tokenizer_class": "GemmaTokenizer",
|
48 |
+
"unk_token": "<unk>",
|
49 |
+
"use_default_system_prompt": false
|
50 |
+
}
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,773 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.04496023828926293,
|
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.00044960238289262934,
|
13 |
+
"grad_norm": NaN,
|
14 |
+
"learning_rate": 1e-05,
|
15 |
+
"loss": 0.0,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.00044960238289262934,
|
20 |
+
"eval_loss": NaN,
|
21 |
+
"eval_runtime": 38.0764,
|
22 |
+
"eval_samples_per_second": 98.407,
|
23 |
+
"eval_steps_per_second": 49.217,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.0008992047657852587,
|
28 |
+
"grad_norm": NaN,
|
29 |
+
"learning_rate": 2e-05,
|
30 |
+
"loss": 0.0,
|
31 |
+
"step": 2
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.001348807148677888,
|
35 |
+
"grad_norm": NaN,
|
36 |
+
"learning_rate": 3e-05,
|
37 |
+
"loss": 0.0,
|
38 |
+
"step": 3
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.0017984095315705174,
|
42 |
+
"grad_norm": NaN,
|
43 |
+
"learning_rate": 4e-05,
|
44 |
+
"loss": 0.0,
|
45 |
+
"step": 4
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.0022480119144631465,
|
49 |
+
"grad_norm": NaN,
|
50 |
+
"learning_rate": 5e-05,
|
51 |
+
"loss": 0.0,
|
52 |
+
"step": 5
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.002697614297355776,
|
56 |
+
"grad_norm": NaN,
|
57 |
+
"learning_rate": 6e-05,
|
58 |
+
"loss": 0.0,
|
59 |
+
"step": 6
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.0031472166802484053,
|
63 |
+
"grad_norm": NaN,
|
64 |
+
"learning_rate": 7e-05,
|
65 |
+
"loss": 0.0,
|
66 |
+
"step": 7
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.0035968190631410347,
|
70 |
+
"grad_norm": NaN,
|
71 |
+
"learning_rate": 8e-05,
|
72 |
+
"loss": 0.0,
|
73 |
+
"step": 8
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.004046421446033664,
|
77 |
+
"grad_norm": NaN,
|
78 |
+
"learning_rate": 9e-05,
|
79 |
+
"loss": 0.0,
|
80 |
+
"step": 9
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.004496023828926293,
|
84 |
+
"grad_norm": NaN,
|
85 |
+
"learning_rate": 0.0001,
|
86 |
+
"loss": 0.0,
|
87 |
+
"step": 10
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.0049456262118189225,
|
91 |
+
"grad_norm": NaN,
|
92 |
+
"learning_rate": 9.99695413509548e-05,
|
93 |
+
"loss": 0.0,
|
94 |
+
"step": 11
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.005395228594711552,
|
98 |
+
"grad_norm": NaN,
|
99 |
+
"learning_rate": 9.987820251299122e-05,
|
100 |
+
"loss": 0.0,
|
101 |
+
"step": 12
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.005844830977604181,
|
105 |
+
"grad_norm": NaN,
|
106 |
+
"learning_rate": 9.972609476841367e-05,
|
107 |
+
"loss": 0.0,
|
108 |
+
"step": 13
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.006294433360496811,
|
112 |
+
"grad_norm": NaN,
|
113 |
+
"learning_rate": 9.951340343707852e-05,
|
114 |
+
"loss": 0.0,
|
115 |
+
"step": 14
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.00674403574338944,
|
119 |
+
"grad_norm": NaN,
|
120 |
+
"learning_rate": 9.924038765061042e-05,
|
121 |
+
"loss": 0.0,
|
122 |
+
"step": 15
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.0071936381262820695,
|
126 |
+
"grad_norm": NaN,
|
127 |
+
"learning_rate": 9.890738003669029e-05,
|
128 |
+
"loss": 0.0,
|
129 |
+
"step": 16
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.007643240509174699,
|
133 |
+
"grad_norm": NaN,
|
134 |
+
"learning_rate": 9.851478631379982e-05,
|
135 |
+
"loss": 0.0,
|
136 |
+
"step": 17
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.008092842892067327,
|
140 |
+
"grad_norm": NaN,
|
141 |
+
"learning_rate": 9.806308479691595e-05,
|
142 |
+
"loss": 0.0,
|
143 |
+
"step": 18
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.008542445274959957,
|
147 |
+
"grad_norm": NaN,
|
148 |
+
"learning_rate": 9.755282581475769e-05,
|
149 |
+
"loss": 0.0,
|
150 |
+
"step": 19
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.008992047657852586,
|
154 |
+
"grad_norm": NaN,
|
155 |
+
"learning_rate": 9.698463103929542e-05,
|
156 |
+
"loss": 0.0,
|
157 |
+
"step": 20
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.009441650040745216,
|
161 |
+
"grad_norm": NaN,
|
162 |
+
"learning_rate": 9.635919272833938e-05,
|
163 |
+
"loss": 0.0,
|
164 |
+
"step": 21
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.009891252423637845,
|
168 |
+
"grad_norm": NaN,
|
169 |
+
"learning_rate": 9.567727288213005e-05,
|
170 |
+
"loss": 0.0,
|
171 |
+
"step": 22
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.010340854806530474,
|
175 |
+
"grad_norm": NaN,
|
176 |
+
"learning_rate": 9.493970231495835e-05,
|
177 |
+
"loss": 0.0,
|
178 |
+
"step": 23
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.010790457189423104,
|
182 |
+
"grad_norm": NaN,
|
183 |
+
"learning_rate": 9.414737964294636e-05,
|
184 |
+
"loss": 0.0,
|
185 |
+
"step": 24
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.011240059572315733,
|
189 |
+
"grad_norm": NaN,
|
190 |
+
"learning_rate": 9.330127018922194e-05,
|
191 |
+
"loss": 0.0,
|
192 |
+
"step": 25
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.011240059572315733,
|
196 |
+
"eval_loss": NaN,
|
197 |
+
"eval_runtime": 13.6049,
|
198 |
+
"eval_samples_per_second": 275.415,
|
199 |
+
"eval_steps_per_second": 137.744,
|
200 |
+
"step": 25
|
201 |
+
},
|
202 |
+
{
|
203 |
+
"epoch": 0.011689661955208363,
|
204 |
+
"grad_norm": NaN,
|
205 |
+
"learning_rate": 9.24024048078213e-05,
|
206 |
+
"loss": 0.0,
|
207 |
+
"step": 26
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"epoch": 0.012139264338100992,
|
211 |
+
"grad_norm": NaN,
|
212 |
+
"learning_rate": 9.145187862775209e-05,
|
213 |
+
"loss": 0.0,
|
214 |
+
"step": 27
|
215 |
+
},
|
216 |
+
{
|
217 |
+
"epoch": 0.012588866720993621,
|
218 |
+
"grad_norm": NaN,
|
219 |
+
"learning_rate": 9.045084971874738e-05,
|
220 |
+
"loss": 0.0,
|
221 |
+
"step": 28
|
222 |
+
},
|
223 |
+
{
|
224 |
+
"epoch": 0.01303846910388625,
|
225 |
+
"grad_norm": NaN,
|
226 |
+
"learning_rate": 8.940053768033609e-05,
|
227 |
+
"loss": 0.0,
|
228 |
+
"step": 29
|
229 |
+
},
|
230 |
+
{
|
231 |
+
"epoch": 0.01348807148677888,
|
232 |
+
"grad_norm": NaN,
|
233 |
+
"learning_rate": 8.83022221559489e-05,
|
234 |
+
"loss": 0.0,
|
235 |
+
"step": 30
|
236 |
+
},
|
237 |
+
{
|
238 |
+
"epoch": 0.01393767386967151,
|
239 |
+
"grad_norm": NaN,
|
240 |
+
"learning_rate": 8.715724127386972e-05,
|
241 |
+
"loss": 0.0,
|
242 |
+
"step": 31
|
243 |
+
},
|
244 |
+
{
|
245 |
+
"epoch": 0.014387276252564139,
|
246 |
+
"grad_norm": NaN,
|
247 |
+
"learning_rate": 8.596699001693255e-05,
|
248 |
+
"loss": 0.0,
|
249 |
+
"step": 32
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.014836878635456768,
|
253 |
+
"grad_norm": NaN,
|
254 |
+
"learning_rate": 8.473291852294987e-05,
|
255 |
+
"loss": 0.0,
|
256 |
+
"step": 33
|
257 |
+
},
|
258 |
+
{
|
259 |
+
"epoch": 0.015286481018349398,
|
260 |
+
"grad_norm": NaN,
|
261 |
+
"learning_rate": 8.345653031794292e-05,
|
262 |
+
"loss": 0.0,
|
263 |
+
"step": 34
|
264 |
+
},
|
265 |
+
{
|
266 |
+
"epoch": 0.015736083401242027,
|
267 |
+
"grad_norm": NaN,
|
268 |
+
"learning_rate": 8.213938048432697e-05,
|
269 |
+
"loss": 0.0,
|
270 |
+
"step": 35
|
271 |
+
},
|
272 |
+
{
|
273 |
+
"epoch": 0.016185685784134655,
|
274 |
+
"grad_norm": NaN,
|
275 |
+
"learning_rate": 8.07830737662829e-05,
|
276 |
+
"loss": 0.0,
|
277 |
+
"step": 36
|
278 |
+
},
|
279 |
+
{
|
280 |
+
"epoch": 0.016635288167027286,
|
281 |
+
"grad_norm": NaN,
|
282 |
+
"learning_rate": 7.938926261462366e-05,
|
283 |
+
"loss": 0.0,
|
284 |
+
"step": 37
|
285 |
+
},
|
286 |
+
{
|
287 |
+
"epoch": 0.017084890549919914,
|
288 |
+
"grad_norm": NaN,
|
289 |
+
"learning_rate": 7.795964517353735e-05,
|
290 |
+
"loss": 0.0,
|
291 |
+
"step": 38
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"epoch": 0.017534492932812545,
|
295 |
+
"grad_norm": NaN,
|
296 |
+
"learning_rate": 7.649596321166024e-05,
|
297 |
+
"loss": 0.0,
|
298 |
+
"step": 39
|
299 |
+
},
|
300 |
+
{
|
301 |
+
"epoch": 0.017984095315705172,
|
302 |
+
"grad_norm": NaN,
|
303 |
+
"learning_rate": 7.500000000000001e-05,
|
304 |
+
"loss": 0.0,
|
305 |
+
"step": 40
|
306 |
+
},
|
307 |
+
{
|
308 |
+
"epoch": 0.018433697698597803,
|
309 |
+
"grad_norm": NaN,
|
310 |
+
"learning_rate": 7.347357813929454e-05,
|
311 |
+
"loss": 0.0,
|
312 |
+
"step": 41
|
313 |
+
},
|
314 |
+
{
|
315 |
+
"epoch": 0.01888330008149043,
|
316 |
+
"grad_norm": NaN,
|
317 |
+
"learning_rate": 7.191855733945387e-05,
|
318 |
+
"loss": 0.0,
|
319 |
+
"step": 42
|
320 |
+
},
|
321 |
+
{
|
322 |
+
"epoch": 0.019332902464383062,
|
323 |
+
"grad_norm": NaN,
|
324 |
+
"learning_rate": 7.033683215379002e-05,
|
325 |
+
"loss": 0.0,
|
326 |
+
"step": 43
|
327 |
+
},
|
328 |
+
{
|
329 |
+
"epoch": 0.01978250484727569,
|
330 |
+
"grad_norm": NaN,
|
331 |
+
"learning_rate": 6.873032967079561e-05,
|
332 |
+
"loss": 0.0,
|
333 |
+
"step": 44
|
334 |
+
},
|
335 |
+
{
|
336 |
+
"epoch": 0.02023210723016832,
|
337 |
+
"grad_norm": NaN,
|
338 |
+
"learning_rate": 6.710100716628344e-05,
|
339 |
+
"loss": 0.0,
|
340 |
+
"step": 45
|
341 |
+
},
|
342 |
+
{
|
343 |
+
"epoch": 0.02068170961306095,
|
344 |
+
"grad_norm": NaN,
|
345 |
+
"learning_rate": 6.545084971874738e-05,
|
346 |
+
"loss": 0.0,
|
347 |
+
"step": 46
|
348 |
+
},
|
349 |
+
{
|
350 |
+
"epoch": 0.02113131199595358,
|
351 |
+
"grad_norm": NaN,
|
352 |
+
"learning_rate": 6.378186779084995e-05,
|
353 |
+
"loss": 0.0,
|
354 |
+
"step": 47
|
355 |
+
},
|
356 |
+
{
|
357 |
+
"epoch": 0.021580914378846208,
|
358 |
+
"grad_norm": NaN,
|
359 |
+
"learning_rate": 6.209609477998338e-05,
|
360 |
+
"loss": 0.0,
|
361 |
+
"step": 48
|
362 |
+
},
|
363 |
+
{
|
364 |
+
"epoch": 0.02203051676173884,
|
365 |
+
"grad_norm": NaN,
|
366 |
+
"learning_rate": 6.0395584540887963e-05,
|
367 |
+
"loss": 0.0,
|
368 |
+
"step": 49
|
369 |
+
},
|
370 |
+
{
|
371 |
+
"epoch": 0.022480119144631466,
|
372 |
+
"grad_norm": NaN,
|
373 |
+
"learning_rate": 5.868240888334653e-05,
|
374 |
+
"loss": 0.0,
|
375 |
+
"step": 50
|
376 |
+
},
|
377 |
+
{
|
378 |
+
"epoch": 0.022480119144631466,
|
379 |
+
"eval_loss": NaN,
|
380 |
+
"eval_runtime": 13.5404,
|
381 |
+
"eval_samples_per_second": 276.728,
|
382 |
+
"eval_steps_per_second": 138.401,
|
383 |
+
"step": 50
|
384 |
+
},
|
385 |
+
{
|
386 |
+
"epoch": 0.022929721527524097,
|
387 |
+
"grad_norm": NaN,
|
388 |
+
"learning_rate": 5.695865504800327e-05,
|
389 |
+
"loss": 0.0,
|
390 |
+
"step": 51
|
391 |
+
},
|
392 |
+
{
|
393 |
+
"epoch": 0.023379323910416725,
|
394 |
+
"grad_norm": NaN,
|
395 |
+
"learning_rate": 5.522642316338268e-05,
|
396 |
+
"loss": 0.0,
|
397 |
+
"step": 52
|
398 |
+
},
|
399 |
+
{
|
400 |
+
"epoch": 0.023828926293309356,
|
401 |
+
"grad_norm": NaN,
|
402 |
+
"learning_rate": 5.348782368720626e-05,
|
403 |
+
"loss": 0.0,
|
404 |
+
"step": 53
|
405 |
+
},
|
406 |
+
{
|
407 |
+
"epoch": 0.024278528676201984,
|
408 |
+
"grad_norm": NaN,
|
409 |
+
"learning_rate": 5.174497483512506e-05,
|
410 |
+
"loss": 0.0,
|
411 |
+
"step": 54
|
412 |
+
},
|
413 |
+
{
|
414 |
+
"epoch": 0.02472813105909461,
|
415 |
+
"grad_norm": NaN,
|
416 |
+
"learning_rate": 5e-05,
|
417 |
+
"loss": 0.0,
|
418 |
+
"step": 55
|
419 |
+
},
|
420 |
+
{
|
421 |
+
"epoch": 0.025177733441987243,
|
422 |
+
"grad_norm": NaN,
|
423 |
+
"learning_rate": 4.825502516487497e-05,
|
424 |
+
"loss": 0.0,
|
425 |
+
"step": 56
|
426 |
+
},
|
427 |
+
{
|
428 |
+
"epoch": 0.02562733582487987,
|
429 |
+
"grad_norm": NaN,
|
430 |
+
"learning_rate": 4.6512176312793736e-05,
|
431 |
+
"loss": 0.0,
|
432 |
+
"step": 57
|
433 |
+
},
|
434 |
+
{
|
435 |
+
"epoch": 0.0260769382077725,
|
436 |
+
"grad_norm": NaN,
|
437 |
+
"learning_rate": 4.477357683661734e-05,
|
438 |
+
"loss": 0.0,
|
439 |
+
"step": 58
|
440 |
+
},
|
441 |
+
{
|
442 |
+
"epoch": 0.02652654059066513,
|
443 |
+
"grad_norm": NaN,
|
444 |
+
"learning_rate": 4.3041344951996746e-05,
|
445 |
+
"loss": 0.0,
|
446 |
+
"step": 59
|
447 |
+
},
|
448 |
+
{
|
449 |
+
"epoch": 0.02697614297355776,
|
450 |
+
"grad_norm": NaN,
|
451 |
+
"learning_rate": 4.131759111665349e-05,
|
452 |
+
"loss": 0.0,
|
453 |
+
"step": 60
|
454 |
+
},
|
455 |
+
{
|
456 |
+
"epoch": 0.027425745356450388,
|
457 |
+
"grad_norm": NaN,
|
458 |
+
"learning_rate": 3.960441545911204e-05,
|
459 |
+
"loss": 0.0,
|
460 |
+
"step": 61
|
461 |
+
},
|
462 |
+
{
|
463 |
+
"epoch": 0.02787534773934302,
|
464 |
+
"grad_norm": NaN,
|
465 |
+
"learning_rate": 3.790390522001662e-05,
|
466 |
+
"loss": 0.0,
|
467 |
+
"step": 62
|
468 |
+
},
|
469 |
+
{
|
470 |
+
"epoch": 0.028324950122235647,
|
471 |
+
"grad_norm": NaN,
|
472 |
+
"learning_rate": 3.6218132209150045e-05,
|
473 |
+
"loss": 0.0,
|
474 |
+
"step": 63
|
475 |
+
},
|
476 |
+
{
|
477 |
+
"epoch": 0.028774552505128278,
|
478 |
+
"grad_norm": NaN,
|
479 |
+
"learning_rate": 3.4549150281252636e-05,
|
480 |
+
"loss": 0.0,
|
481 |
+
"step": 64
|
482 |
+
},
|
483 |
+
{
|
484 |
+
"epoch": 0.029224154888020906,
|
485 |
+
"grad_norm": NaN,
|
486 |
+
"learning_rate": 3.289899283371657e-05,
|
487 |
+
"loss": 0.0,
|
488 |
+
"step": 65
|
489 |
+
},
|
490 |
+
{
|
491 |
+
"epoch": 0.029673757270913537,
|
492 |
+
"grad_norm": NaN,
|
493 |
+
"learning_rate": 3.12696703292044e-05,
|
494 |
+
"loss": 0.0,
|
495 |
+
"step": 66
|
496 |
+
},
|
497 |
+
{
|
498 |
+
"epoch": 0.030123359653806164,
|
499 |
+
"grad_norm": NaN,
|
500 |
+
"learning_rate": 2.9663167846209998e-05,
|
501 |
+
"loss": 0.0,
|
502 |
+
"step": 67
|
503 |
+
},
|
504 |
+
{
|
505 |
+
"epoch": 0.030572962036698795,
|
506 |
+
"grad_norm": NaN,
|
507 |
+
"learning_rate": 2.8081442660546125e-05,
|
508 |
+
"loss": 0.0,
|
509 |
+
"step": 68
|
510 |
+
},
|
511 |
+
{
|
512 |
+
"epoch": 0.031022564419591423,
|
513 |
+
"grad_norm": NaN,
|
514 |
+
"learning_rate": 2.6526421860705473e-05,
|
515 |
+
"loss": 0.0,
|
516 |
+
"step": 69
|
517 |
+
},
|
518 |
+
{
|
519 |
+
"epoch": 0.031472166802484054,
|
520 |
+
"grad_norm": NaN,
|
521 |
+
"learning_rate": 2.500000000000001e-05,
|
522 |
+
"loss": 0.0,
|
523 |
+
"step": 70
|
524 |
+
},
|
525 |
+
{
|
526 |
+
"epoch": 0.03192176918537668,
|
527 |
+
"grad_norm": NaN,
|
528 |
+
"learning_rate": 2.350403678833976e-05,
|
529 |
+
"loss": 0.0,
|
530 |
+
"step": 71
|
531 |
+
},
|
532 |
+
{
|
533 |
+
"epoch": 0.03237137156826931,
|
534 |
+
"grad_norm": NaN,
|
535 |
+
"learning_rate": 2.2040354826462668e-05,
|
536 |
+
"loss": 0.0,
|
537 |
+
"step": 72
|
538 |
+
},
|
539 |
+
{
|
540 |
+
"epoch": 0.032820973951161944,
|
541 |
+
"grad_norm": NaN,
|
542 |
+
"learning_rate": 2.061073738537635e-05,
|
543 |
+
"loss": 0.0,
|
544 |
+
"step": 73
|
545 |
+
},
|
546 |
+
{
|
547 |
+
"epoch": 0.03327057633405457,
|
548 |
+
"grad_norm": NaN,
|
549 |
+
"learning_rate": 1.9216926233717085e-05,
|
550 |
+
"loss": 0.0,
|
551 |
+
"step": 74
|
552 |
+
},
|
553 |
+
{
|
554 |
+
"epoch": 0.0337201787169472,
|
555 |
+
"grad_norm": NaN,
|
556 |
+
"learning_rate": 1.7860619515673033e-05,
|
557 |
+
"loss": 0.0,
|
558 |
+
"step": 75
|
559 |
+
},
|
560 |
+
{
|
561 |
+
"epoch": 0.0337201787169472,
|
562 |
+
"eval_loss": NaN,
|
563 |
+
"eval_runtime": 10.0776,
|
564 |
+
"eval_samples_per_second": 371.813,
|
565 |
+
"eval_steps_per_second": 185.956,
|
566 |
+
"step": 75
|
567 |
+
},
|
568 |
+
{
|
569 |
+
"epoch": 0.03416978109983983,
|
570 |
+
"grad_norm": NaN,
|
571 |
+
"learning_rate": 1.6543469682057106e-05,
|
572 |
+
"loss": 0.0,
|
573 |
+
"step": 76
|
574 |
+
},
|
575 |
+
{
|
576 |
+
"epoch": 0.03461938348273246,
|
577 |
+
"grad_norm": NaN,
|
578 |
+
"learning_rate": 1.526708147705013e-05,
|
579 |
+
"loss": 0.0,
|
580 |
+
"step": 77
|
581 |
+
},
|
582 |
+
{
|
583 |
+
"epoch": 0.03506898586562509,
|
584 |
+
"grad_norm": NaN,
|
585 |
+
"learning_rate": 1.4033009983067452e-05,
|
586 |
+
"loss": 0.0,
|
587 |
+
"step": 78
|
588 |
+
},
|
589 |
+
{
|
590 |
+
"epoch": 0.03551858824851772,
|
591 |
+
"grad_norm": NaN,
|
592 |
+
"learning_rate": 1.2842758726130283e-05,
|
593 |
+
"loss": 0.0,
|
594 |
+
"step": 79
|
595 |
+
},
|
596 |
+
{
|
597 |
+
"epoch": 0.035968190631410345,
|
598 |
+
"grad_norm": NaN,
|
599 |
+
"learning_rate": 1.1697777844051105e-05,
|
600 |
+
"loss": 0.0,
|
601 |
+
"step": 80
|
602 |
+
},
|
603 |
+
{
|
604 |
+
"epoch": 0.03641779301430297,
|
605 |
+
"grad_norm": NaN,
|
606 |
+
"learning_rate": 1.0599462319663905e-05,
|
607 |
+
"loss": 0.0,
|
608 |
+
"step": 81
|
609 |
+
},
|
610 |
+
{
|
611 |
+
"epoch": 0.03686739539719561,
|
612 |
+
"grad_norm": NaN,
|
613 |
+
"learning_rate": 9.549150281252633e-06,
|
614 |
+
"loss": 0.0,
|
615 |
+
"step": 82
|
616 |
+
},
|
617 |
+
{
|
618 |
+
"epoch": 0.037316997780088235,
|
619 |
+
"grad_norm": NaN,
|
620 |
+
"learning_rate": 8.548121372247918e-06,
|
621 |
+
"loss": 0.0,
|
622 |
+
"step": 83
|
623 |
+
},
|
624 |
+
{
|
625 |
+
"epoch": 0.03776660016298086,
|
626 |
+
"grad_norm": NaN,
|
627 |
+
"learning_rate": 7.597595192178702e-06,
|
628 |
+
"loss": 0.0,
|
629 |
+
"step": 84
|
630 |
+
},
|
631 |
+
{
|
632 |
+
"epoch": 0.03821620254587349,
|
633 |
+
"grad_norm": NaN,
|
634 |
+
"learning_rate": 6.698729810778065e-06,
|
635 |
+
"loss": 0.0,
|
636 |
+
"step": 85
|
637 |
+
},
|
638 |
+
{
|
639 |
+
"epoch": 0.038665804928766125,
|
640 |
+
"grad_norm": NaN,
|
641 |
+
"learning_rate": 5.852620357053651e-06,
|
642 |
+
"loss": 0.0,
|
643 |
+
"step": 86
|
644 |
+
},
|
645 |
+
{
|
646 |
+
"epoch": 0.03911540731165875,
|
647 |
+
"grad_norm": NaN,
|
648 |
+
"learning_rate": 5.060297685041659e-06,
|
649 |
+
"loss": 0.0,
|
650 |
+
"step": 87
|
651 |
+
},
|
652 |
+
{
|
653 |
+
"epoch": 0.03956500969455138,
|
654 |
+
"grad_norm": NaN,
|
655 |
+
"learning_rate": 4.322727117869951e-06,
|
656 |
+
"loss": 0.0,
|
657 |
+
"step": 88
|
658 |
+
},
|
659 |
+
{
|
660 |
+
"epoch": 0.04001461207744401,
|
661 |
+
"grad_norm": NaN,
|
662 |
+
"learning_rate": 3.6408072716606346e-06,
|
663 |
+
"loss": 0.0,
|
664 |
+
"step": 89
|
665 |
+
},
|
666 |
+
{
|
667 |
+
"epoch": 0.04046421446033664,
|
668 |
+
"grad_norm": NaN,
|
669 |
+
"learning_rate": 3.0153689607045845e-06,
|
670 |
+
"loss": 0.0,
|
671 |
+
"step": 90
|
672 |
+
},
|
673 |
+
{
|
674 |
+
"epoch": 0.04091381684322927,
|
675 |
+
"grad_norm": NaN,
|
676 |
+
"learning_rate": 2.4471741852423237e-06,
|
677 |
+
"loss": 0.0,
|
678 |
+
"step": 91
|
679 |
+
},
|
680 |
+
{
|
681 |
+
"epoch": 0.0413634192261219,
|
682 |
+
"grad_norm": NaN,
|
683 |
+
"learning_rate": 1.9369152030840556e-06,
|
684 |
+
"loss": 0.0,
|
685 |
+
"step": 92
|
686 |
+
},
|
687 |
+
{
|
688 |
+
"epoch": 0.041813021609014525,
|
689 |
+
"grad_norm": NaN,
|
690 |
+
"learning_rate": 1.4852136862001764e-06,
|
691 |
+
"loss": 0.0,
|
692 |
+
"step": 93
|
693 |
+
},
|
694 |
+
{
|
695 |
+
"epoch": 0.04226262399190716,
|
696 |
+
"grad_norm": NaN,
|
697 |
+
"learning_rate": 1.0926199633097157e-06,
|
698 |
+
"loss": 0.0,
|
699 |
+
"step": 94
|
700 |
+
},
|
701 |
+
{
|
702 |
+
"epoch": 0.04271222637479979,
|
703 |
+
"grad_norm": NaN,
|
704 |
+
"learning_rate": 7.596123493895991e-07,
|
705 |
+
"loss": 0.0,
|
706 |
+
"step": 95
|
707 |
+
},
|
708 |
+
{
|
709 |
+
"epoch": 0.043161828757692415,
|
710 |
+
"grad_norm": NaN,
|
711 |
+
"learning_rate": 4.865965629214819e-07,
|
712 |
+
"loss": 0.0,
|
713 |
+
"step": 96
|
714 |
+
},
|
715 |
+
{
|
716 |
+
"epoch": 0.04361143114058504,
|
717 |
+
"grad_norm": NaN,
|
718 |
+
"learning_rate": 2.7390523158633554e-07,
|
719 |
+
"loss": 0.0,
|
720 |
+
"step": 97
|
721 |
+
},
|
722 |
+
{
|
723 |
+
"epoch": 0.04406103352347768,
|
724 |
+
"grad_norm": NaN,
|
725 |
+
"learning_rate": 1.2179748700879012e-07,
|
726 |
+
"loss": 0.0,
|
727 |
+
"step": 98
|
728 |
+
},
|
729 |
+
{
|
730 |
+
"epoch": 0.044510635906370305,
|
731 |
+
"grad_norm": NaN,
|
732 |
+
"learning_rate": 3.04586490452119e-08,
|
733 |
+
"loss": 0.0,
|
734 |
+
"step": 99
|
735 |
+
},
|
736 |
+
{
|
737 |
+
"epoch": 0.04496023828926293,
|
738 |
+
"grad_norm": NaN,
|
739 |
+
"learning_rate": 0.0,
|
740 |
+
"loss": 0.0,
|
741 |
+
"step": 100
|
742 |
+
},
|
743 |
+
{
|
744 |
+
"epoch": 0.04496023828926293,
|
745 |
+
"eval_loss": NaN,
|
746 |
+
"eval_runtime": 6.0311,
|
747 |
+
"eval_samples_per_second": 621.278,
|
748 |
+
"eval_steps_per_second": 310.722,
|
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": 51433046016.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:1c0e6c58b0e91a062fb2c395c9030842fd543bce0abddf7bede1cdd2db06fcbe
|
3 |
+
size 6776
|
special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<bos>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<eos>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<pad>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a63c485bbbab0efcfc1ffe32fd177108a9f70be1875ea3aacad3c4f064a5974b
|
3 |
+
size 34315097
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61a7b147390c64585d6c3543dd6fc636906c9af3865a5548f27f31aee1d4c8e2
|
3 |
+
size 4241003
|
tokenizer_config.json
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<pad>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<eos>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "<bos>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"3": {
|
30 |
+
"content": "<unk>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
}
|
37 |
+
},
|
38 |
+
"bos_token": "<bos>",
|
39 |
+
"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 %}",
|
40 |
+
"clean_up_tokenization_spaces": false,
|
41 |
+
"eos_token": "<eos>",
|
42 |
+
"legacy": null,
|
43 |
+
"model_max_length": 1000000000000000019884624838656,
|
44 |
+
"pad_token": "<pad>",
|
45 |
+
"sp_model_kwargs": {},
|
46 |
+
"spaces_between_special_tokens": false,
|
47 |
+
"tokenizer_class": "GemmaTokenizer",
|
48 |
+
"unk_token": "<unk>",
|
49 |
+
"use_default_system_prompt": false
|
50 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c0e6c58b0e91a062fb2c395c9030842fd543bce0abddf7bede1cdd2db06fcbe
|
3 |
+
size 6776
|