Upload folder using huggingface_hub
Browse files- README.md +127 -0
- adapter_config.json +37 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +3 -0
- checkpoint-63/README.md +202 -0
- checkpoint-63/adapter_config.json +37 -0
- checkpoint-63/adapter_model.safetensors +3 -0
- checkpoint-63/added_tokens.json +3 -0
- checkpoint-63/optimizer.pt +3 -0
- checkpoint-63/rng_state.pth +3 -0
- checkpoint-63/scheduler.pt +3 -0
- checkpoint-63/special_tokens_map.json +30 -0
- checkpoint-63/tokenizer.json +0 -0
- checkpoint-63/tokenizer.model +3 -0
- checkpoint-63/tokenizer_config.json +50 -0
- checkpoint-63/trainer_state.json +474 -0
- checkpoint-63/training_args.bin +3 -0
- config.json +47 -0
- special_tokens_map.json +30 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +50 -0
README.md
ADDED
@@ -0,0 +1,127 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: other
|
4 |
+
base_model: Austism/chronos-hermes-13b-v2
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
datasets:
|
8 |
+
- Wasody/i_dont_know
|
9 |
+
model-index:
|
10 |
+
- name: outputs/mymodel
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
[<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)
|
18 |
+
<details><summary>See axolotl config</summary>
|
19 |
+
|
20 |
+
axolotl version: `0.8.0.dev0`
|
21 |
+
```yaml
|
22 |
+
adapter: lora
|
23 |
+
base_model: Austism/chronos-hermes-13b-v2
|
24 |
+
bf16: auto
|
25 |
+
dataset_processes: 32
|
26 |
+
datasets:
|
27 |
+
- path: Wasody/i_dont_know
|
28 |
+
type: alpaca
|
29 |
+
gradient_accumulation_steps: 1
|
30 |
+
gradient_checkpointing: false
|
31 |
+
learning_rate: 0.0002
|
32 |
+
lisa_layers_attribute: model.layers
|
33 |
+
load_best_model_at_end: false
|
34 |
+
load_in_4bit: false
|
35 |
+
load_in_8bit: true
|
36 |
+
lora_alpha: 16
|
37 |
+
lora_dropout: 0.05
|
38 |
+
lora_r: 8
|
39 |
+
lora_target_modules:
|
40 |
+
- q_proj
|
41 |
+
- v_proj
|
42 |
+
- k_proj
|
43 |
+
- o_proj
|
44 |
+
- gate_proj
|
45 |
+
- down_proj
|
46 |
+
- up_proj
|
47 |
+
loraplus_lr_embedding: 1.0e-06
|
48 |
+
lr_scheduler: cosine
|
49 |
+
max_prompt_len: 512
|
50 |
+
mean_resizing_embeddings: false
|
51 |
+
micro_batch_size: 16
|
52 |
+
num_epochs: 1.0
|
53 |
+
optimizer: adamw_bnb_8bit
|
54 |
+
output_dir: ./outputs/mymodel
|
55 |
+
pretrain_multipack_attn: true
|
56 |
+
pretrain_multipack_buffer_size: 10000
|
57 |
+
qlora_sharded_model_loading: false
|
58 |
+
ray_num_workers: 1
|
59 |
+
resources_per_worker:
|
60 |
+
GPU: 1
|
61 |
+
sample_packing_bin_size: 200
|
62 |
+
sample_packing_group_size: 100000
|
63 |
+
save_only_model: false
|
64 |
+
save_safetensors: true
|
65 |
+
sequence_len: 4096
|
66 |
+
shuffle_merged_datasets: true
|
67 |
+
skip_prepare_dataset: false
|
68 |
+
strict: false
|
69 |
+
train_on_inputs: false
|
70 |
+
trl:
|
71 |
+
log_completions: false
|
72 |
+
ref_model_mixup_alpha: 0.9
|
73 |
+
ref_model_sync_steps: 64
|
74 |
+
sync_ref_model: false
|
75 |
+
use_vllm: false
|
76 |
+
vllm_device: auto
|
77 |
+
vllm_dtype: auto
|
78 |
+
vllm_gpu_memory_utilization: 0.9
|
79 |
+
use_ray: false
|
80 |
+
val_set_size: 0.0
|
81 |
+
weight_decay: 0.0
|
82 |
+
|
83 |
+
```
|
84 |
+
|
85 |
+
</details><br>
|
86 |
+
|
87 |
+
# outputs/mymodel
|
88 |
+
|
89 |
+
This model is a fine-tuned version of [Austism/chronos-hermes-13b-v2](https://huggingface.co/Austism/chronos-hermes-13b-v2) on the Wasody/i_dont_know dataset.
|
90 |
+
|
91 |
+
## Model description
|
92 |
+
|
93 |
+
More information needed
|
94 |
+
|
95 |
+
## Intended uses & limitations
|
96 |
+
|
97 |
+
More information needed
|
98 |
+
|
99 |
+
## Training and evaluation data
|
100 |
+
|
101 |
+
More information needed
|
102 |
+
|
103 |
+
## Training procedure
|
104 |
+
|
105 |
+
### Training hyperparameters
|
106 |
+
|
107 |
+
The following hyperparameters were used during training:
|
108 |
+
- learning_rate: 0.0002
|
109 |
+
- train_batch_size: 16
|
110 |
+
- eval_batch_size: 16
|
111 |
+
- seed: 42
|
112 |
+
- optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
113 |
+
- lr_scheduler_type: cosine
|
114 |
+
- lr_scheduler_warmup_steps: 2
|
115 |
+
- num_epochs: 1.0
|
116 |
+
|
117 |
+
### Training results
|
118 |
+
|
119 |
+
|
120 |
+
|
121 |
+
### Framework versions
|
122 |
+
|
123 |
+
- PEFT 0.14.0
|
124 |
+
- Transformers 4.49.0
|
125 |
+
- Pytorch 2.5.1+cu124
|
126 |
+
- Datasets 3.2.0
|
127 |
+
- Tokenizers 0.21.0
|
adapter_config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Austism/chronos-hermes-13b-v2",
|
5 |
+
"bias": "none",
|
6 |
+
"eva_config": null,
|
7 |
+
"exclude_modules": null,
|
8 |
+
"fan_in_fan_out": null,
|
9 |
+
"inference_mode": true,
|
10 |
+
"init_lora_weights": true,
|
11 |
+
"layer_replication": null,
|
12 |
+
"layers_pattern": null,
|
13 |
+
"layers_to_transform": null,
|
14 |
+
"loftq_config": {},
|
15 |
+
"lora_alpha": 16,
|
16 |
+
"lora_bias": false,
|
17 |
+
"lora_dropout": 0.05,
|
18 |
+
"megatron_config": null,
|
19 |
+
"megatron_core": "megatron.core",
|
20 |
+
"modules_to_save": null,
|
21 |
+
"peft_type": "LORA",
|
22 |
+
"r": 8,
|
23 |
+
"rank_pattern": {},
|
24 |
+
"revision": null,
|
25 |
+
"target_modules": [
|
26 |
+
"v_proj",
|
27 |
+
"down_proj",
|
28 |
+
"o_proj",
|
29 |
+
"gate_proj",
|
30 |
+
"q_proj",
|
31 |
+
"k_proj",
|
32 |
+
"up_proj"
|
33 |
+
],
|
34 |
+
"task_type": "CAUSAL_LM",
|
35 |
+
"use_dora": false,
|
36 |
+
"use_rslora": false
|
37 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d7b6031f3bf623dbbbc1aa379e42c0d5beb4987687835e46a4de47afe9135d2
|
3 |
+
size 125248064
|
added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<pad>": 32000
|
3 |
+
}
|
checkpoint-63/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Austism/chronos-hermes-13b-v2
|
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.14.0
|
checkpoint-63/adapter_config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Austism/chronos-hermes-13b-v2",
|
5 |
+
"bias": "none",
|
6 |
+
"eva_config": null,
|
7 |
+
"exclude_modules": null,
|
8 |
+
"fan_in_fan_out": null,
|
9 |
+
"inference_mode": true,
|
10 |
+
"init_lora_weights": true,
|
11 |
+
"layer_replication": null,
|
12 |
+
"layers_pattern": null,
|
13 |
+
"layers_to_transform": null,
|
14 |
+
"loftq_config": {},
|
15 |
+
"lora_alpha": 16,
|
16 |
+
"lora_bias": false,
|
17 |
+
"lora_dropout": 0.05,
|
18 |
+
"megatron_config": null,
|
19 |
+
"megatron_core": "megatron.core",
|
20 |
+
"modules_to_save": null,
|
21 |
+
"peft_type": "LORA",
|
22 |
+
"r": 8,
|
23 |
+
"rank_pattern": {},
|
24 |
+
"revision": null,
|
25 |
+
"target_modules": [
|
26 |
+
"v_proj",
|
27 |
+
"down_proj",
|
28 |
+
"o_proj",
|
29 |
+
"gate_proj",
|
30 |
+
"q_proj",
|
31 |
+
"k_proj",
|
32 |
+
"up_proj"
|
33 |
+
],
|
34 |
+
"task_type": "CAUSAL_LM",
|
35 |
+
"use_dora": false,
|
36 |
+
"use_rslora": false
|
37 |
+
}
|
checkpoint-63/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d7b6031f3bf623dbbbc1aa379e42c0d5beb4987687835e46a4de47afe9135d2
|
3 |
+
size 125248064
|
checkpoint-63/added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<pad>": 32000
|
3 |
+
}
|
checkpoint-63/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba7f9e2030c3a20969903b0a5b7afbca0201bd6c77f4c5550f78f66b9e638a53
|
3 |
+
size 64219860
|
checkpoint-63/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f63830503ec412fa6d567aeb42bbd639a8844cbf104edb2b2dbae3bc1984d1c6
|
3 |
+
size 14244
|
checkpoint-63/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14cdd42bc68f5478d2d19f880fd75836186d87f9353155a18cf15c074c963eab
|
3 |
+
size 1064
|
checkpoint-63/special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": true,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<unk>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
checkpoint-63/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-63/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
checkpoint-63/tokenizer_config.json
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": null,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"0": {
|
7 |
+
"content": "<unk>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": true,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"2": {
|
23 |
+
"content": "</s>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": true,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": true
|
29 |
+
},
|
30 |
+
"32000": {
|
31 |
+
"content": "<pad>",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": true,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false,
|
36 |
+
"special": false
|
37 |
+
}
|
38 |
+
},
|
39 |
+
"bos_token": "<s>",
|
40 |
+
"clean_up_tokenization_spaces": false,
|
41 |
+
"eos_token": "</s>",
|
42 |
+
"extra_special_tokens": {},
|
43 |
+
"legacy": false,
|
44 |
+
"model_max_length": 1000000000000000019884624838656,
|
45 |
+
"pad_token": "<unk>",
|
46 |
+
"sp_model_kwargs": {},
|
47 |
+
"tokenizer_class": "LlamaTokenizer",
|
48 |
+
"unk_token": "<unk>",
|
49 |
+
"use_default_system_prompt": false
|
50 |
+
}
|
checkpoint-63/trainer_state.json
ADDED
@@ -0,0 +1,474 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 63,
|
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.015873015873015872,
|
13 |
+
"grad_norm": 4.7454609870910645,
|
14 |
+
"learning_rate": 0.0001,
|
15 |
+
"loss": 2.5054,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.031746031746031744,
|
20 |
+
"grad_norm": 4.466691017150879,
|
21 |
+
"learning_rate": 0.0002,
|
22 |
+
"loss": 2.2887,
|
23 |
+
"step": 2
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.047619047619047616,
|
27 |
+
"grad_norm": 5.193768501281738,
|
28 |
+
"learning_rate": 0.00019986740898848306,
|
29 |
+
"loss": 2.6748,
|
30 |
+
"step": 3
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.06349206349206349,
|
34 |
+
"grad_norm": 4.952482223510742,
|
35 |
+
"learning_rate": 0.0001994699875614589,
|
36 |
+
"loss": 0.9811,
|
37 |
+
"step": 4
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.07936507936507936,
|
41 |
+
"grad_norm": 1.4735137224197388,
|
42 |
+
"learning_rate": 0.00019880878960910772,
|
43 |
+
"loss": 0.1203,
|
44 |
+
"step": 5
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.09523809523809523,
|
48 |
+
"grad_norm": 0.16856016218662262,
|
49 |
+
"learning_rate": 0.0001978855685095358,
|
50 |
+
"loss": 0.0129,
|
51 |
+
"step": 6
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.1111111111111111,
|
55 |
+
"grad_norm": 0.10518310964107513,
|
56 |
+
"learning_rate": 0.00019670277247913205,
|
57 |
+
"loss": 0.0062,
|
58 |
+
"step": 7
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.12698412698412698,
|
62 |
+
"grad_norm": 0.046044230461120605,
|
63 |
+
"learning_rate": 0.00019526353808033825,
|
64 |
+
"loss": 0.003,
|
65 |
+
"step": 8
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.14285714285714285,
|
69 |
+
"grad_norm": 0.028279926627874374,
|
70 |
+
"learning_rate": 0.00019357168190404936,
|
71 |
+
"loss": 0.0018,
|
72 |
+
"step": 9
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.15873015873015872,
|
76 |
+
"grad_norm": 0.019267423078417778,
|
77 |
+
"learning_rate": 0.0001916316904487005,
|
78 |
+
"loss": 0.0011,
|
79 |
+
"step": 10
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.1746031746031746,
|
83 |
+
"grad_norm": 0.01724287122488022,
|
84 |
+
"learning_rate": 0.00018944870822287956,
|
85 |
+
"loss": 0.0009,
|
86 |
+
"step": 11
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.19047619047619047,
|
90 |
+
"grad_norm": 0.01141897588968277,
|
91 |
+
"learning_rate": 0.00018702852410301554,
|
92 |
+
"loss": 0.0006,
|
93 |
+
"step": 12
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.20634920634920634,
|
97 |
+
"grad_norm": 0.008453724905848503,
|
98 |
+
"learning_rate": 0.00018437755598231856,
|
99 |
+
"loss": 0.0004,
|
100 |
+
"step": 13
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.2222222222222222,
|
104 |
+
"grad_norm": 0.0063788313418626785,
|
105 |
+
"learning_rate": 0.00018150283375168114,
|
106 |
+
"loss": 0.0003,
|
107 |
+
"step": 14
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.23809523809523808,
|
111 |
+
"grad_norm": 0.0052197095938026905,
|
112 |
+
"learning_rate": 0.00017841198065767107,
|
113 |
+
"loss": 0.0002,
|
114 |
+
"step": 15
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.25396825396825395,
|
118 |
+
"grad_norm": 0.00616695499047637,
|
119 |
+
"learning_rate": 0.00017511319308705198,
|
120 |
+
"loss": 0.0002,
|
121 |
+
"step": 16
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.2698412698412698,
|
125 |
+
"grad_norm": 0.005003658588975668,
|
126 |
+
"learning_rate": 0.00017161521883143934,
|
127 |
+
"loss": 0.0002,
|
128 |
+
"step": 17
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.2857142857142857,
|
132 |
+
"grad_norm": 0.004550958517938852,
|
133 |
+
"learning_rate": 0.00016792733388972932,
|
134 |
+
"loss": 0.0001,
|
135 |
+
"step": 18
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.30158730158730157,
|
139 |
+
"grad_norm": 0.0038706848863512278,
|
140 |
+
"learning_rate": 0.00016405931786981755,
|
141 |
+
"loss": 0.0001,
|
142 |
+
"step": 19
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.31746031746031744,
|
146 |
+
"grad_norm": 0.0038352019619196653,
|
147 |
+
"learning_rate": 0.00016002142805483685,
|
148 |
+
"loss": 0.0001,
|
149 |
+
"step": 20
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.3333333333333333,
|
153 |
+
"grad_norm": 0.0026093204505741596,
|
154 |
+
"learning_rate": 0.00015582437220268647,
|
155 |
+
"loss": 0.0001,
|
156 |
+
"step": 21
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.3492063492063492,
|
160 |
+
"grad_norm": 0.0022612179163843393,
|
161 |
+
"learning_rate": 0.0001514792801509831,
|
162 |
+
"loss": 0.0001,
|
163 |
+
"step": 22
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.36507936507936506,
|
167 |
+
"grad_norm": 0.0023677884601056576,
|
168 |
+
"learning_rate": 0.000146997674302732,
|
169 |
+
"loss": 0.0001,
|
170 |
+
"step": 23
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.38095238095238093,
|
174 |
+
"grad_norm": 0.0018812628695741296,
|
175 |
+
"learning_rate": 0.0001423914390709861,
|
176 |
+
"loss": 0.0,
|
177 |
+
"step": 24
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.3968253968253968,
|
181 |
+
"grad_norm": 0.0016407269285991788,
|
182 |
+
"learning_rate": 0.00013767278936351854,
|
183 |
+
"loss": 0.0,
|
184 |
+
"step": 25
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.4126984126984127,
|
188 |
+
"grad_norm": 0.001235563075169921,
|
189 |
+
"learning_rate": 0.0001328542381910835,
|
190 |
+
"loss": 0.0,
|
191 |
+
"step": 26
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.42857142857142855,
|
195 |
+
"grad_norm": 0.0011578642297536135,
|
196 |
+
"learning_rate": 0.00012794856348516095,
|
197 |
+
"loss": 0.0,
|
198 |
+
"step": 27
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.4444444444444444,
|
202 |
+
"grad_norm": 0.0008548243786208332,
|
203 |
+
"learning_rate": 0.0001229687742131796,
|
204 |
+
"loss": 0.0,
|
205 |
+
"step": 28
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.4603174603174603,
|
209 |
+
"grad_norm": 0.0008636576822027564,
|
210 |
+
"learning_rate": 0.00011792807588107357,
|
211 |
+
"loss": 0.0,
|
212 |
+
"step": 29
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.47619047619047616,
|
216 |
+
"grad_norm": 0.0006893647951073945,
|
217 |
+
"learning_rate": 0.00011283983551465511,
|
218 |
+
"loss": 0.0,
|
219 |
+
"step": 30
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.49206349206349204,
|
223 |
+
"grad_norm": 0.0006280859233811498,
|
224 |
+
"learning_rate": 0.00010771754621266466,
|
225 |
+
"loss": 0.0,
|
226 |
+
"step": 31
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.5079365079365079,
|
230 |
+
"grad_norm": 0.0005190623342059553,
|
231 |
+
"learning_rate": 0.00010257479136549889,
|
232 |
+
"loss": 0.0,
|
233 |
+
"step": 32
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.5238095238095238,
|
237 |
+
"grad_norm": 0.00044950845767743886,
|
238 |
+
"learning_rate": 9.742520863450115e-05,
|
239 |
+
"loss": 0.0,
|
240 |
+
"step": 33
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.5396825396825397,
|
244 |
+
"grad_norm": 0.0004545686533674598,
|
245 |
+
"learning_rate": 9.228245378733537e-05,
|
246 |
+
"loss": 0.0,
|
247 |
+
"step": 34
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.5555555555555556,
|
251 |
+
"grad_norm": 0.0004089027352165431,
|
252 |
+
"learning_rate": 8.71601644853449e-05,
|
253 |
+
"loss": 0.0,
|
254 |
+
"step": 35
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.5714285714285714,
|
258 |
+
"grad_norm": 0.00038734031841158867,
|
259 |
+
"learning_rate": 8.207192411892646e-05,
|
260 |
+
"loss": 0.0,
|
261 |
+
"step": 36
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.5873015873015873,
|
265 |
+
"grad_norm": 0.0003726118884515017,
|
266 |
+
"learning_rate": 7.703122578682046e-05,
|
267 |
+
"loss": 0.0,
|
268 |
+
"step": 37
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.6031746031746031,
|
272 |
+
"grad_norm": 0.0003228384302929044,
|
273 |
+
"learning_rate": 7.205143651483906e-05,
|
274 |
+
"loss": 0.0,
|
275 |
+
"step": 38
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.6190476190476191,
|
279 |
+
"grad_norm": 0.00027026349562220275,
|
280 |
+
"learning_rate": 6.714576180891654e-05,
|
281 |
+
"loss": 0.0,
|
282 |
+
"step": 39
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.6349206349206349,
|
286 |
+
"grad_norm": 0.0002839903172571212,
|
287 |
+
"learning_rate": 6.232721063648148e-05,
|
288 |
+
"loss": 0.0,
|
289 |
+
"step": 40
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.6507936507936508,
|
293 |
+
"grad_norm": 0.00029729033121839166,
|
294 |
+
"learning_rate": 5.7608560929013946e-05,
|
295 |
+
"loss": 0.0,
|
296 |
+
"step": 41
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.6666666666666666,
|
300 |
+
"grad_norm": 0.00026981416158378124,
|
301 |
+
"learning_rate": 5.300232569726804e-05,
|
302 |
+
"loss": 0.0,
|
303 |
+
"step": 42
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.6825396825396826,
|
307 |
+
"grad_norm": 0.000295968318823725,
|
308 |
+
"learning_rate": 4.852071984901696e-05,
|
309 |
+
"loss": 0.0,
|
310 |
+
"step": 43
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.6984126984126984,
|
314 |
+
"grad_norm": 0.0002813313330989331,
|
315 |
+
"learning_rate": 4.417562779731355e-05,
|
316 |
+
"loss": 0.0,
|
317 |
+
"step": 44
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.7142857142857143,
|
321 |
+
"grad_norm": 0.0002614279801491648,
|
322 |
+
"learning_rate": 3.997857194516319e-05,
|
323 |
+
"loss": 0.0,
|
324 |
+
"step": 45
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.7301587301587301,
|
328 |
+
"grad_norm": 0.0002446181606501341,
|
329 |
+
"learning_rate": 3.594068213018249e-05,
|
330 |
+
"loss": 0.0,
|
331 |
+
"step": 46
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.746031746031746,
|
335 |
+
"grad_norm": 0.0002518353867344558,
|
336 |
+
"learning_rate": 3.207266611027069e-05,
|
337 |
+
"loss": 0.0,
|
338 |
+
"step": 47
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.7619047619047619,
|
342 |
+
"grad_norm": 0.00023594856611452997,
|
343 |
+
"learning_rate": 2.8384781168560693e-05,
|
344 |
+
"loss": 0.0,
|
345 |
+
"step": 48
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.7777777777777778,
|
349 |
+
"grad_norm": 0.0002105052990373224,
|
350 |
+
"learning_rate": 2.4886806912948035e-05,
|
351 |
+
"loss": 0.0,
|
352 |
+
"step": 49
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.7936507936507936,
|
356 |
+
"grad_norm": 0.00019795401021838188,
|
357 |
+
"learning_rate": 2.1588019342328968e-05,
|
358 |
+
"loss": 0.0,
|
359 |
+
"step": 50
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.8095238095238095,
|
363 |
+
"grad_norm": 0.00026942399563267827,
|
364 |
+
"learning_rate": 1.8497166248318876e-05,
|
365 |
+
"loss": 0.0,
|
366 |
+
"step": 51
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.8253968253968254,
|
370 |
+
"grad_norm": 0.00023143402358982712,
|
371 |
+
"learning_rate": 1.562244401768144e-05,
|
372 |
+
"loss": 0.0,
|
373 |
+
"step": 52
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.8412698412698413,
|
377 |
+
"grad_norm": 0.0002526956086512655,
|
378 |
+
"learning_rate": 1.2971475896984475e-05,
|
379 |
+
"loss": 0.0,
|
380 |
+
"step": 53
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.8571428571428571,
|
384 |
+
"grad_norm": 0.00024234139709733427,
|
385 |
+
"learning_rate": 1.0551291777120464e-05,
|
386 |
+
"loss": 0.0,
|
387 |
+
"step": 54
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.873015873015873,
|
391 |
+
"grad_norm": 0.0002024932182393968,
|
392 |
+
"learning_rate": 8.368309551299536e-06,
|
393 |
+
"loss": 0.0,
|
394 |
+
"step": 55
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.8888888888888888,
|
398 |
+
"grad_norm": 0.00022990680008661002,
|
399 |
+
"learning_rate": 6.428318095950647e-06,
|
400 |
+
"loss": 0.0,
|
401 |
+
"step": 56
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.9047619047619048,
|
405 |
+
"grad_norm": 0.00024225791275966913,
|
406 |
+
"learning_rate": 4.7364619196617495e-06,
|
407 |
+
"loss": 0.0,
|
408 |
+
"step": 57
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.9206349206349206,
|
412 |
+
"grad_norm": 0.00024092527746688575,
|
413 |
+
"learning_rate": 3.2972275208679625e-06,
|
414 |
+
"loss": 0.0,
|
415 |
+
"step": 58
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.9365079365079365,
|
419 |
+
"grad_norm": 0.00023617202532477677,
|
420 |
+
"learning_rate": 2.1144314904642195e-06,
|
421 |
+
"loss": 0.0,
|
422 |
+
"step": 59
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.9523809523809523,
|
426 |
+
"grad_norm": 0.0002087904722429812,
|
427 |
+
"learning_rate": 1.1912103908922945e-06,
|
428 |
+
"loss": 0.0,
|
429 |
+
"step": 60
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.9682539682539683,
|
433 |
+
"grad_norm": 0.0002657146833371371,
|
434 |
+
"learning_rate": 5.300124385410943e-07,
|
435 |
+
"loss": 0.0,
|
436 |
+
"step": 61
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.9841269841269841,
|
440 |
+
"grad_norm": 0.00020013477478642017,
|
441 |
+
"learning_rate": 1.3259101151694708e-07,
|
442 |
+
"loss": 0.0,
|
443 |
+
"step": 62
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 1.0,
|
447 |
+
"grad_norm": 0.0002543162554502487,
|
448 |
+
"learning_rate": 0.0,
|
449 |
+
"loss": 0.0,
|
450 |
+
"step": 63
|
451 |
+
}
|
452 |
+
],
|
453 |
+
"logging_steps": 1,
|
454 |
+
"max_steps": 63,
|
455 |
+
"num_input_tokens_seen": 0,
|
456 |
+
"num_train_epochs": 1,
|
457 |
+
"save_steps": 500,
|
458 |
+
"stateful_callbacks": {
|
459 |
+
"TrainerControl": {
|
460 |
+
"args": {
|
461 |
+
"should_epoch_stop": false,
|
462 |
+
"should_evaluate": false,
|
463 |
+
"should_log": false,
|
464 |
+
"should_save": true,
|
465 |
+
"should_training_stop": true
|
466 |
+
},
|
467 |
+
"attributes": {}
|
468 |
+
}
|
469 |
+
},
|
470 |
+
"total_flos": 9894513868800000.0,
|
471 |
+
"train_batch_size": 16,
|
472 |
+
"trial_name": null,
|
473 |
+
"trial_params": null
|
474 |
+
}
|
checkpoint-63/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f069be3f5585df80653cba1992bd799df88bfa372c2b77975a754e90e30ba77
|
3 |
+
size 6456
|
config.json
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_attn_implementation_autoset": true,
|
3 |
+
"_name_or_path": "Austism/chronos-hermes-13b-v2",
|
4 |
+
"architectures": [
|
5 |
+
"LlamaForCausalLM"
|
6 |
+
],
|
7 |
+
"attention_bias": false,
|
8 |
+
"attention_dropout": 0.0,
|
9 |
+
"bos_token_id": 1,
|
10 |
+
"eos_token_id": 2,
|
11 |
+
"head_dim": 128,
|
12 |
+
"hidden_act": "silu",
|
13 |
+
"hidden_size": 5120,
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"intermediate_size": 13824,
|
16 |
+
"max_position_embeddings": 4096,
|
17 |
+
"mlp_bias": false,
|
18 |
+
"model_type": "llama",
|
19 |
+
"num_attention_heads": 40,
|
20 |
+
"num_hidden_layers": 40,
|
21 |
+
"num_key_value_heads": 40,
|
22 |
+
"pad_token_id": 0,
|
23 |
+
"pretraining_tp": 1,
|
24 |
+
"quantization_config": {
|
25 |
+
"_load_in_4bit": false,
|
26 |
+
"_load_in_8bit": true,
|
27 |
+
"bnb_4bit_compute_dtype": "float32",
|
28 |
+
"bnb_4bit_quant_storage": "uint8",
|
29 |
+
"bnb_4bit_quant_type": "fp4",
|
30 |
+
"bnb_4bit_use_double_quant": false,
|
31 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
32 |
+
"llm_int8_has_fp16_weight": false,
|
33 |
+
"llm_int8_skip_modules": null,
|
34 |
+
"llm_int8_threshold": 6.0,
|
35 |
+
"load_in_4bit": false,
|
36 |
+
"load_in_8bit": true,
|
37 |
+
"quant_method": "bitsandbytes"
|
38 |
+
},
|
39 |
+
"rms_norm_eps": 1e-05,
|
40 |
+
"rope_scaling": null,
|
41 |
+
"rope_theta": 10000.0,
|
42 |
+
"tie_word_embeddings": false,
|
43 |
+
"torch_dtype": "float16",
|
44 |
+
"transformers_version": "4.49.0",
|
45 |
+
"use_cache": false,
|
46 |
+
"vocab_size": 32032
|
47 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": true,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<unk>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
tokenizer_config.json
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": null,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"0": {
|
7 |
+
"content": "<unk>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": true,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"2": {
|
23 |
+
"content": "</s>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": true,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": true
|
29 |
+
},
|
30 |
+
"32000": {
|
31 |
+
"content": "<pad>",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": true,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false,
|
36 |
+
"special": false
|
37 |
+
}
|
38 |
+
},
|
39 |
+
"bos_token": "<s>",
|
40 |
+
"clean_up_tokenization_spaces": false,
|
41 |
+
"eos_token": "</s>",
|
42 |
+
"extra_special_tokens": {},
|
43 |
+
"legacy": false,
|
44 |
+
"model_max_length": 1000000000000000019884624838656,
|
45 |
+
"pad_token": "<unk>",
|
46 |
+
"sp_model_kwargs": {},
|
47 |
+
"tokenizer_class": "LlamaTokenizer",
|
48 |
+
"unk_token": "<unk>",
|
49 |
+
"use_default_system_prompt": false
|
50 |
+
}
|