Instructions to use Chia-Mu-Lab/qwen2.5-7b-limo-qwen3-235b-oracle-lora-8ep with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Chia-Mu-Lab/qwen2.5-7b-limo-qwen3-235b-oracle-lora-8ep with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Upload checkpoint-374 adapter weights
Browse files- .gitattributes +1 -0
- checkpoint-374/README.md +208 -0
- checkpoint-374/adapter_config.json +46 -0
- checkpoint-374/adapter_model.safetensors +3 -0
- checkpoint-374/added_tokens.json +24 -0
- checkpoint-374/chat_template.jinja +54 -0
- checkpoint-374/merges.txt +0 -0
- checkpoint-374/special_tokens_map.json +31 -0
- checkpoint-374/tokenizer.json +3 -0
- checkpoint-374/tokenizer_config.json +208 -0
- checkpoint-374/trainer_state.json +469 -0
- checkpoint-374/training_args.bin +3 -0
- checkpoint-374/vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -54,3 +54,4 @@ checkpoint-306/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
| 54 |
checkpoint-323/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 55 |
checkpoint-340/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 56 |
checkpoint-357/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 54 |
checkpoint-323/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 55 |
checkpoint-340/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 56 |
checkpoint-357/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
checkpoint-374/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-374/README.md
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen2.5-7B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen2.5-7B-Instruct
|
| 7 |
+
- llama-factory
|
| 8 |
+
- lora
|
| 9 |
+
- transformers
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Model Card for Model ID
|
| 13 |
+
|
| 14 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
## Model Details
|
| 19 |
+
|
| 20 |
+
### Model Description
|
| 21 |
+
|
| 22 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
- **Developed by:** [More Information Needed]
|
| 27 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 28 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 29 |
+
- **Model type:** [More Information Needed]
|
| 30 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 31 |
+
- **License:** [More Information Needed]
|
| 32 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 33 |
+
|
| 34 |
+
### Model Sources [optional]
|
| 35 |
+
|
| 36 |
+
<!-- Provide the basic links for the model. -->
|
| 37 |
+
|
| 38 |
+
- **Repository:** [More Information Needed]
|
| 39 |
+
- **Paper [optional]:** [More Information Needed]
|
| 40 |
+
- **Demo [optional]:** [More Information Needed]
|
| 41 |
+
|
| 42 |
+
## Uses
|
| 43 |
+
|
| 44 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 45 |
+
|
| 46 |
+
### Direct Use
|
| 47 |
+
|
| 48 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 49 |
+
|
| 50 |
+
[More Information Needed]
|
| 51 |
+
|
| 52 |
+
### Downstream Use [optional]
|
| 53 |
+
|
| 54 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 55 |
+
|
| 56 |
+
[More Information Needed]
|
| 57 |
+
|
| 58 |
+
### Out-of-Scope Use
|
| 59 |
+
|
| 60 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 61 |
+
|
| 62 |
+
[More Information Needed]
|
| 63 |
+
|
| 64 |
+
## Bias, Risks, and Limitations
|
| 65 |
+
|
| 66 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 67 |
+
|
| 68 |
+
[More Information Needed]
|
| 69 |
+
|
| 70 |
+
### Recommendations
|
| 71 |
+
|
| 72 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 73 |
+
|
| 74 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 75 |
+
|
| 76 |
+
## How to Get Started with the Model
|
| 77 |
+
|
| 78 |
+
Use the code below to get started with the model.
|
| 79 |
+
|
| 80 |
+
[More Information Needed]
|
| 81 |
+
|
| 82 |
+
## Training Details
|
| 83 |
+
|
| 84 |
+
### Training Data
|
| 85 |
+
|
| 86 |
+
<!-- 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. -->
|
| 87 |
+
|
| 88 |
+
[More Information Needed]
|
| 89 |
+
|
| 90 |
+
### Training Procedure
|
| 91 |
+
|
| 92 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 93 |
+
|
| 94 |
+
#### Preprocessing [optional]
|
| 95 |
+
|
| 96 |
+
[More Information Needed]
|
| 97 |
+
|
| 98 |
+
|
| 99 |
+
#### Training Hyperparameters
|
| 100 |
+
|
| 101 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 102 |
+
|
| 103 |
+
#### Speeds, Sizes, Times [optional]
|
| 104 |
+
|
| 105 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 106 |
+
|
| 107 |
+
[More Information Needed]
|
| 108 |
+
|
| 109 |
+
## Evaluation
|
| 110 |
+
|
| 111 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 112 |
+
|
| 113 |
+
### Testing Data, Factors & Metrics
|
| 114 |
+
|
| 115 |
+
#### Testing Data
|
| 116 |
+
|
| 117 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 118 |
+
|
| 119 |
+
[More Information Needed]
|
| 120 |
+
|
| 121 |
+
#### Factors
|
| 122 |
+
|
| 123 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 124 |
+
|
| 125 |
+
[More Information Needed]
|
| 126 |
+
|
| 127 |
+
#### Metrics
|
| 128 |
+
|
| 129 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 130 |
+
|
| 131 |
+
[More Information Needed]
|
| 132 |
+
|
| 133 |
+
### Results
|
| 134 |
+
|
| 135 |
+
[More Information Needed]
|
| 136 |
+
|
| 137 |
+
#### Summary
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
|
| 141 |
+
## Model Examination [optional]
|
| 142 |
+
|
| 143 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 144 |
+
|
| 145 |
+
[More Information Needed]
|
| 146 |
+
|
| 147 |
+
## Environmental Impact
|
| 148 |
+
|
| 149 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 150 |
+
|
| 151 |
+
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).
|
| 152 |
+
|
| 153 |
+
- **Hardware Type:** [More Information Needed]
|
| 154 |
+
- **Hours used:** [More Information Needed]
|
| 155 |
+
- **Cloud Provider:** [More Information Needed]
|
| 156 |
+
- **Compute Region:** [More Information Needed]
|
| 157 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 158 |
+
|
| 159 |
+
## Technical Specifications [optional]
|
| 160 |
+
|
| 161 |
+
### Model Architecture and Objective
|
| 162 |
+
|
| 163 |
+
[More Information Needed]
|
| 164 |
+
|
| 165 |
+
### Compute Infrastructure
|
| 166 |
+
|
| 167 |
+
[More Information Needed]
|
| 168 |
+
|
| 169 |
+
#### Hardware
|
| 170 |
+
|
| 171 |
+
[More Information Needed]
|
| 172 |
+
|
| 173 |
+
#### Software
|
| 174 |
+
|
| 175 |
+
[More Information Needed]
|
| 176 |
+
|
| 177 |
+
## Citation [optional]
|
| 178 |
+
|
| 179 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 180 |
+
|
| 181 |
+
**BibTeX:**
|
| 182 |
+
|
| 183 |
+
[More Information Needed]
|
| 184 |
+
|
| 185 |
+
**APA:**
|
| 186 |
+
|
| 187 |
+
[More Information Needed]
|
| 188 |
+
|
| 189 |
+
## Glossary [optional]
|
| 190 |
+
|
| 191 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 192 |
+
|
| 193 |
+
[More Information Needed]
|
| 194 |
+
|
| 195 |
+
## More Information [optional]
|
| 196 |
+
|
| 197 |
+
[More Information Needed]
|
| 198 |
+
|
| 199 |
+
## Model Card Authors [optional]
|
| 200 |
+
|
| 201 |
+
[More Information Needed]
|
| 202 |
+
|
| 203 |
+
## Model Card Contact
|
| 204 |
+
|
| 205 |
+
[More Information Needed]
|
| 206 |
+
### Framework versions
|
| 207 |
+
|
| 208 |
+
- PEFT 0.18.1
|
checkpoint-374/adapter_config.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": null,
|
| 6 |
+
"base_model_name_or_path": "Qwen/Qwen2.5-7B-Instruct",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"corda_config": null,
|
| 9 |
+
"ensure_weight_tying": false,
|
| 10 |
+
"eva_config": null,
|
| 11 |
+
"exclude_modules": null,
|
| 12 |
+
"fan_in_fan_out": false,
|
| 13 |
+
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
+
"layer_replication": null,
|
| 16 |
+
"layers_pattern": null,
|
| 17 |
+
"layers_to_transform": null,
|
| 18 |
+
"loftq_config": {},
|
| 19 |
+
"lora_alpha": 16,
|
| 20 |
+
"lora_bias": false,
|
| 21 |
+
"lora_dropout": 0.0,
|
| 22 |
+
"megatron_config": null,
|
| 23 |
+
"megatron_core": "megatron.core",
|
| 24 |
+
"modules_to_save": null,
|
| 25 |
+
"peft_type": "LORA",
|
| 26 |
+
"peft_version": "0.18.1",
|
| 27 |
+
"qalora_group_size": 16,
|
| 28 |
+
"r": 8,
|
| 29 |
+
"rank_pattern": {},
|
| 30 |
+
"revision": null,
|
| 31 |
+
"target_modules": [
|
| 32 |
+
"gate_proj",
|
| 33 |
+
"v_proj",
|
| 34 |
+
"o_proj",
|
| 35 |
+
"k_proj",
|
| 36 |
+
"up_proj",
|
| 37 |
+
"down_proj",
|
| 38 |
+
"q_proj"
|
| 39 |
+
],
|
| 40 |
+
"target_parameters": null,
|
| 41 |
+
"task_type": "CAUSAL_LM",
|
| 42 |
+
"trainable_token_indices": null,
|
| 43 |
+
"use_dora": false,
|
| 44 |
+
"use_qalora": false,
|
| 45 |
+
"use_rslora": false
|
| 46 |
+
}
|
checkpoint-374/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04cb8ef38d6b36008b073fb750fe9fae71ece203a3f590c1e2b5479552245e16
|
| 3 |
+
size 80792096
|
checkpoint-374/added_tokens.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</tool_call>": 151658,
|
| 3 |
+
"<tool_call>": 151657,
|
| 4 |
+
"<|box_end|>": 151649,
|
| 5 |
+
"<|box_start|>": 151648,
|
| 6 |
+
"<|endoftext|>": 151643,
|
| 7 |
+
"<|file_sep|>": 151664,
|
| 8 |
+
"<|fim_middle|>": 151660,
|
| 9 |
+
"<|fim_pad|>": 151662,
|
| 10 |
+
"<|fim_prefix|>": 151659,
|
| 11 |
+
"<|fim_suffix|>": 151661,
|
| 12 |
+
"<|im_end|>": 151645,
|
| 13 |
+
"<|im_start|>": 151644,
|
| 14 |
+
"<|image_pad|>": 151655,
|
| 15 |
+
"<|object_ref_end|>": 151647,
|
| 16 |
+
"<|object_ref_start|>": 151646,
|
| 17 |
+
"<|quad_end|>": 151651,
|
| 18 |
+
"<|quad_start|>": 151650,
|
| 19 |
+
"<|repo_name|>": 151663,
|
| 20 |
+
"<|video_pad|>": 151656,
|
| 21 |
+
"<|vision_end|>": 151653,
|
| 22 |
+
"<|vision_pad|>": 151654,
|
| 23 |
+
"<|vision_start|>": 151652
|
| 24 |
+
}
|
checkpoint-374/chat_template.jinja
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- if tools %}
|
| 2 |
+
{{- '<|im_start|>system\n' }}
|
| 3 |
+
{%- if messages[0]['role'] == 'system' %}
|
| 4 |
+
{{- messages[0]['content'] }}
|
| 5 |
+
{%- else %}
|
| 6 |
+
{{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
|
| 7 |
+
{%- endif %}
|
| 8 |
+
{{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
|
| 9 |
+
{%- for tool in tools %}
|
| 10 |
+
{{- "\n" }}
|
| 11 |
+
{{- tool | tojson }}
|
| 12 |
+
{%- endfor %}
|
| 13 |
+
{{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
|
| 14 |
+
{%- else %}
|
| 15 |
+
{%- if messages[0]['role'] == 'system' %}
|
| 16 |
+
{{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
|
| 17 |
+
{%- else %}
|
| 18 |
+
{{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
|
| 19 |
+
{%- endif %}
|
| 20 |
+
{%- endif %}
|
| 21 |
+
{%- for message in messages %}
|
| 22 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
|
| 23 |
+
{{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
|
| 24 |
+
{%- elif message.role == "assistant" %}
|
| 25 |
+
{{- '<|im_start|>' + message.role }}
|
| 26 |
+
{%- if message.content %}
|
| 27 |
+
{{- '\n' + message.content }}
|
| 28 |
+
{%- endif %}
|
| 29 |
+
{%- for tool_call in message.tool_calls %}
|
| 30 |
+
{%- if tool_call.function is defined %}
|
| 31 |
+
{%- set tool_call = tool_call.function %}
|
| 32 |
+
{%- endif %}
|
| 33 |
+
{{- '\n<tool_call>\n{"name": "' }}
|
| 34 |
+
{{- tool_call.name }}
|
| 35 |
+
{{- '", "arguments": ' }}
|
| 36 |
+
{{- tool_call.arguments | tojson }}
|
| 37 |
+
{{- '}\n</tool_call>' }}
|
| 38 |
+
{%- endfor %}
|
| 39 |
+
{{- '<|im_end|>\n' }}
|
| 40 |
+
{%- elif message.role == "tool" %}
|
| 41 |
+
{%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
|
| 42 |
+
{{- '<|im_start|>user' }}
|
| 43 |
+
{%- endif %}
|
| 44 |
+
{{- '\n<tool_response>\n' }}
|
| 45 |
+
{{- message.content }}
|
| 46 |
+
{{- '\n</tool_response>' }}
|
| 47 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 48 |
+
{{- '<|im_end|>\n' }}
|
| 49 |
+
{%- endif %}
|
| 50 |
+
{%- endif %}
|
| 51 |
+
{%- endfor %}
|
| 52 |
+
{%- if add_generation_prompt %}
|
| 53 |
+
{{- '<|im_start|>assistant\n' }}
|
| 54 |
+
{%- endif %}
|
checkpoint-374/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-374/special_tokens_map.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>",
|
| 5 |
+
"<|object_ref_start|>",
|
| 6 |
+
"<|object_ref_end|>",
|
| 7 |
+
"<|box_start|>",
|
| 8 |
+
"<|box_end|>",
|
| 9 |
+
"<|quad_start|>",
|
| 10 |
+
"<|quad_end|>",
|
| 11 |
+
"<|vision_start|>",
|
| 12 |
+
"<|vision_end|>",
|
| 13 |
+
"<|vision_pad|>",
|
| 14 |
+
"<|image_pad|>",
|
| 15 |
+
"<|video_pad|>"
|
| 16 |
+
],
|
| 17 |
+
"eos_token": {
|
| 18 |
+
"content": "<|im_end|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
"pad_token": {
|
| 25 |
+
"content": "<|endoftext|>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
}
|
| 31 |
+
}
|
checkpoint-374/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
| 3 |
+
size 11421896
|
checkpoint-374/tokenizer_config.json
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"151643": {
|
| 6 |
+
"content": "<|endoftext|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"151644": {
|
| 14 |
+
"content": "<|im_start|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"151645": {
|
| 22 |
+
"content": "<|im_end|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"151646": {
|
| 30 |
+
"content": "<|object_ref_start|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"151647": {
|
| 38 |
+
"content": "<|object_ref_end|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"151648": {
|
| 46 |
+
"content": "<|box_start|>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"151649": {
|
| 54 |
+
"content": "<|box_end|>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"151650": {
|
| 62 |
+
"content": "<|quad_start|>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"151651": {
|
| 70 |
+
"content": "<|quad_end|>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"151652": {
|
| 78 |
+
"content": "<|vision_start|>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"151653": {
|
| 86 |
+
"content": "<|vision_end|>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"151654": {
|
| 94 |
+
"content": "<|vision_pad|>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"151655": {
|
| 102 |
+
"content": "<|image_pad|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"151656": {
|
| 110 |
+
"content": "<|video_pad|>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"151657": {
|
| 118 |
+
"content": "<tool_call>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"151658": {
|
| 126 |
+
"content": "</tool_call>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"151659": {
|
| 134 |
+
"content": "<|fim_prefix|>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"151660": {
|
| 142 |
+
"content": "<|fim_middle|>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"151661": {
|
| 150 |
+
"content": "<|fim_suffix|>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"151662": {
|
| 158 |
+
"content": "<|fim_pad|>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"151663": {
|
| 166 |
+
"content": "<|repo_name|>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": false
|
| 172 |
+
},
|
| 173 |
+
"151664": {
|
| 174 |
+
"content": "<|file_sep|>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": false
|
| 180 |
+
}
|
| 181 |
+
},
|
| 182 |
+
"additional_special_tokens": [
|
| 183 |
+
"<|im_start|>",
|
| 184 |
+
"<|im_end|>",
|
| 185 |
+
"<|object_ref_start|>",
|
| 186 |
+
"<|object_ref_end|>",
|
| 187 |
+
"<|box_start|>",
|
| 188 |
+
"<|box_end|>",
|
| 189 |
+
"<|quad_start|>",
|
| 190 |
+
"<|quad_end|>",
|
| 191 |
+
"<|vision_start|>",
|
| 192 |
+
"<|vision_end|>",
|
| 193 |
+
"<|vision_pad|>",
|
| 194 |
+
"<|image_pad|>",
|
| 195 |
+
"<|video_pad|>"
|
| 196 |
+
],
|
| 197 |
+
"bos_token": null,
|
| 198 |
+
"clean_up_tokenization_spaces": false,
|
| 199 |
+
"eos_token": "<|im_end|>",
|
| 200 |
+
"errors": "replace",
|
| 201 |
+
"extra_special_tokens": {},
|
| 202 |
+
"model_max_length": 131072,
|
| 203 |
+
"pad_token": "<|endoftext|>",
|
| 204 |
+
"padding_side": "right",
|
| 205 |
+
"split_special_tokens": false,
|
| 206 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 207 |
+
"unk_token": null
|
| 208 |
+
}
|
checkpoint-374/trainer_state.json
ADDED
|
@@ -0,0 +1,469 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 7.964285714285714,
|
| 6 |
+
"eval_steps": 17,
|
| 7 |
+
"global_step": 374,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"epoch": 0.21428571428571427,
|
| 14 |
+
"grad_norm": 0.4302244484424591,
|
| 15 |
+
"learning_rate": 2.368421052631579e-06,
|
| 16 |
+
"loss": 1.5939,
|
| 17 |
+
"step": 10
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.36428571428571427,
|
| 21 |
+
"eval_loss": 0.9226195812225342,
|
| 22 |
+
"eval_runtime": 10.7221,
|
| 23 |
+
"eval_samples_per_second": 1.586,
|
| 24 |
+
"eval_steps_per_second": 0.187,
|
| 25 |
+
"step": 17
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"epoch": 0.42857142857142855,
|
| 29 |
+
"grad_norm": 0.44374313950538635,
|
| 30 |
+
"learning_rate": 5e-06,
|
| 31 |
+
"loss": 1.5772,
|
| 32 |
+
"step": 20
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"epoch": 0.6428571428571429,
|
| 36 |
+
"grad_norm": 0.5126215219497681,
|
| 37 |
+
"learning_rate": 7.631578947368423e-06,
|
| 38 |
+
"loss": 1.5939,
|
| 39 |
+
"step": 30
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"epoch": 0.7285714285714285,
|
| 43 |
+
"eval_loss": 0.9095432758331299,
|
| 44 |
+
"eval_runtime": 5.9631,
|
| 45 |
+
"eval_samples_per_second": 2.851,
|
| 46 |
+
"eval_steps_per_second": 0.335,
|
| 47 |
+
"step": 34
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"epoch": 0.8571428571428571,
|
| 51 |
+
"grad_norm": 0.5730246901512146,
|
| 52 |
+
"learning_rate": 9.999784025127187e-06,
|
| 53 |
+
"loss": 1.5892,
|
| 54 |
+
"step": 40
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"epoch": 1.0642857142857143,
|
| 58 |
+
"grad_norm": 0.5065149664878845,
|
| 59 |
+
"learning_rate": 9.973889609034945e-06,
|
| 60 |
+
"loss": 1.4804,
|
| 61 |
+
"step": 50
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"epoch": 1.0857142857142856,
|
| 65 |
+
"eval_loss": 0.8597972393035889,
|
| 66 |
+
"eval_runtime": 5.94,
|
| 67 |
+
"eval_samples_per_second": 2.862,
|
| 68 |
+
"eval_steps_per_second": 0.337,
|
| 69 |
+
"step": 51
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"epoch": 1.2785714285714285,
|
| 73 |
+
"grad_norm": 0.36051928997039795,
|
| 74 |
+
"learning_rate": 9.905056402479933e-06,
|
| 75 |
+
"loss": 1.3989,
|
| 76 |
+
"step": 60
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"epoch": 1.45,
|
| 80 |
+
"eval_loss": 0.8285245895385742,
|
| 81 |
+
"eval_runtime": 5.9301,
|
| 82 |
+
"eval_samples_per_second": 2.867,
|
| 83 |
+
"eval_steps_per_second": 0.337,
|
| 84 |
+
"step": 68
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"epoch": 1.4928571428571429,
|
| 88 |
+
"grad_norm": 0.34493935108184814,
|
| 89 |
+
"learning_rate": 9.79387863148353e-06,
|
| 90 |
+
"loss": 1.3489,
|
| 91 |
+
"step": 70
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"epoch": 1.7071428571428573,
|
| 95 |
+
"grad_norm": 0.3500029146671295,
|
| 96 |
+
"learning_rate": 9.641316075893731e-06,
|
| 97 |
+
"loss": 1.3442,
|
| 98 |
+
"step": 80
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"epoch": 1.8142857142857143,
|
| 102 |
+
"eval_loss": 0.817111611366272,
|
| 103 |
+
"eval_runtime": 5.93,
|
| 104 |
+
"eval_samples_per_second": 2.867,
|
| 105 |
+
"eval_steps_per_second": 0.337,
|
| 106 |
+
"step": 85
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"epoch": 1.9214285714285713,
|
| 110 |
+
"grad_norm": 0.33438020944595337,
|
| 111 |
+
"learning_rate": 9.448685783759825e-06,
|
| 112 |
+
"loss": 1.3746,
|
| 113 |
+
"step": 90
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"epoch": 2.1285714285714286,
|
| 117 |
+
"grad_norm": 0.4562329947948456,
|
| 118 |
+
"learning_rate": 9.217650701468016e-06,
|
| 119 |
+
"loss": 1.3922,
|
| 120 |
+
"step": 100
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"epoch": 2.1714285714285713,
|
| 124 |
+
"eval_loss": 0.8083997964859009,
|
| 125 |
+
"eval_runtime": 5.9297,
|
| 126 |
+
"eval_samples_per_second": 2.867,
|
| 127 |
+
"eval_steps_per_second": 0.337,
|
| 128 |
+
"step": 102
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"epoch": 2.342857142857143,
|
| 132 |
+
"grad_norm": 0.49083271622657776,
|
| 133 |
+
"learning_rate": 8.95020531779225e-06,
|
| 134 |
+
"loss": 1.2936,
|
| 135 |
+
"step": 110
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"epoch": 2.5357142857142856,
|
| 139 |
+
"eval_loss": 0.8002251982688904,
|
| 140 |
+
"eval_runtime": 5.9306,
|
| 141 |
+
"eval_samples_per_second": 2.866,
|
| 142 |
+
"eval_steps_per_second": 0.337,
|
| 143 |
+
"step": 119
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 2.557142857142857,
|
| 147 |
+
"grad_norm": 0.4263967275619507,
|
| 148 |
+
"learning_rate": 8.64865844579284e-06,
|
| 149 |
+
"loss": 1.2567,
|
| 150 |
+
"step": 120
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 2.7714285714285714,
|
| 154 |
+
"grad_norm": 0.19324518740177155,
|
| 155 |
+
"learning_rate": 8.315613291203977e-06,
|
| 156 |
+
"loss": 1.1387,
|
| 157 |
+
"step": 130
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"epoch": 2.9,
|
| 161 |
+
"eval_loss": 0.7924517393112183,
|
| 162 |
+
"eval_runtime": 5.9418,
|
| 163 |
+
"eval_samples_per_second": 2.861,
|
| 164 |
+
"eval_steps_per_second": 0.337,
|
| 165 |
+
"step": 136
|
| 166 |
+
},
|
| 167 |
+
{
|
| 168 |
+
"epoch": 2.9857142857142858,
|
| 169 |
+
"grad_norm": 0.31606367230415344,
|
| 170 |
+
"learning_rate": 7.953944979376567e-06,
|
| 171 |
+
"loss": 1.1648,
|
| 172 |
+
"step": 140
|
| 173 |
+
},
|
| 174 |
+
{
|
| 175 |
+
"epoch": 3.192857142857143,
|
| 176 |
+
"grad_norm": 0.3288721740245819,
|
| 177 |
+
"learning_rate": 7.566775734782656e-06,
|
| 178 |
+
"loss": 1.1698,
|
| 179 |
+
"step": 150
|
| 180 |
+
},
|
| 181 |
+
{
|
| 182 |
+
"epoch": 3.257142857142857,
|
| 183 |
+
"eval_loss": 0.7860405445098877,
|
| 184 |
+
"eval_runtime": 5.9335,
|
| 185 |
+
"eval_samples_per_second": 2.865,
|
| 186 |
+
"eval_steps_per_second": 0.337,
|
| 187 |
+
"step": 153
|
| 188 |
+
},
|
| 189 |
+
{
|
| 190 |
+
"epoch": 3.407142857142857,
|
| 191 |
+
"grad_norm": 0.4146527945995331,
|
| 192 |
+
"learning_rate": 7.157447927352821e-06,
|
| 193 |
+
"loss": 1.1983,
|
| 194 |
+
"step": 160
|
| 195 |
+
},
|
| 196 |
+
{
|
| 197 |
+
"epoch": 3.6214285714285714,
|
| 198 |
+
"grad_norm": 0.3805901110172272,
|
| 199 |
+
"learning_rate": 6.729495218333157e-06,
|
| 200 |
+
"loss": 1.1235,
|
| 201 |
+
"step": 170
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"epoch": 3.6214285714285714,
|
| 205 |
+
"eval_loss": 0.7802702188491821,
|
| 206 |
+
"eval_runtime": 5.9232,
|
| 207 |
+
"eval_samples_per_second": 2.87,
|
| 208 |
+
"eval_steps_per_second": 0.338,
|
| 209 |
+
"step": 170
|
| 210 |
+
},
|
| 211 |
+
{
|
| 212 |
+
"epoch": 3.835714285714286,
|
| 213 |
+
"grad_norm": 0.29032182693481445,
|
| 214 |
+
"learning_rate": 6.286612054755056e-06,
|
| 215 |
+
"loss": 1.0361,
|
| 216 |
+
"step": 180
|
| 217 |
+
},
|
| 218 |
+
{
|
| 219 |
+
"epoch": 3.9857142857142858,
|
| 220 |
+
"eval_loss": 0.7751054763793945,
|
| 221 |
+
"eval_runtime": 5.9366,
|
| 222 |
+
"eval_samples_per_second": 2.864,
|
| 223 |
+
"eval_steps_per_second": 0.337,
|
| 224 |
+
"step": 187
|
| 225 |
+
},
|
| 226 |
+
{
|
| 227 |
+
"epoch": 4.042857142857143,
|
| 228 |
+
"grad_norm": 0.3270094692707062,
|
| 229 |
+
"learning_rate": 5.83262177586711e-06,
|
| 230 |
+
"loss": 1.1055,
|
| 231 |
+
"step": 190
|
| 232 |
+
},
|
| 233 |
+
{
|
| 234 |
+
"epoch": 4.257142857142857,
|
| 235 |
+
"grad_norm": 0.42061907052993774,
|
| 236 |
+
"learning_rate": 5.371443606861186e-06,
|
| 237 |
+
"loss": 1.0718,
|
| 238 |
+
"step": 200
|
| 239 |
+
},
|
| 240 |
+
{
|
| 241 |
+
"epoch": 4.3428571428571425,
|
| 242 |
+
"eval_loss": 0.7703974843025208,
|
| 243 |
+
"eval_runtime": 5.957,
|
| 244 |
+
"eval_samples_per_second": 2.854,
|
| 245 |
+
"eval_steps_per_second": 0.336,
|
| 246 |
+
"step": 204
|
| 247 |
+
},
|
| 248 |
+
{
|
| 249 |
+
"epoch": 4.4714285714285715,
|
| 250 |
+
"grad_norm": 0.27980759739875793,
|
| 251 |
+
"learning_rate": 4.90705882483056e-06,
|
| 252 |
+
"loss": 1.0514,
|
| 253 |
+
"step": 210
|
| 254 |
+
},
|
| 255 |
+
{
|
| 256 |
+
"epoch": 4.685714285714286,
|
| 257 |
+
"grad_norm": 0.41214802861213684,
|
| 258 |
+
"learning_rate": 4.443476389043955e-06,
|
| 259 |
+
"loss": 1.0717,
|
| 260 |
+
"step": 220
|
| 261 |
+
},
|
| 262 |
+
{
|
| 263 |
+
"epoch": 4.707142857142857,
|
| 264 |
+
"eval_loss": 0.766619086265564,
|
| 265 |
+
"eval_runtime": 5.9563,
|
| 266 |
+
"eval_samples_per_second": 2.854,
|
| 267 |
+
"eval_steps_per_second": 0.336,
|
| 268 |
+
"step": 221
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"epoch": 4.9,
|
| 272 |
+
"grad_norm": 0.6345829367637634,
|
| 273 |
+
"learning_rate": 3.984698332243767e-06,
|
| 274 |
+
"loss": 1.0294,
|
| 275 |
+
"step": 230
|
| 276 |
+
},
|
| 277 |
+
{
|
| 278 |
+
"epoch": 5.064285714285714,
|
| 279 |
+
"eval_loss": 0.7633779048919678,
|
| 280 |
+
"eval_runtime": 5.9633,
|
| 281 |
+
"eval_samples_per_second": 2.851,
|
| 282 |
+
"eval_steps_per_second": 0.335,
|
| 283 |
+
"step": 238
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 5.107142857142857,
|
| 287 |
+
"grad_norm": 0.4971616268157959,
|
| 288 |
+
"learning_rate": 3.534685211739935e-06,
|
| 289 |
+
"loss": 1.005,
|
| 290 |
+
"step": 240
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 5.321428571428571,
|
| 294 |
+
"grad_norm": 0.49103766679763794,
|
| 295 |
+
"learning_rate": 3.0973219185545077e-06,
|
| 296 |
+
"loss": 1.0395,
|
| 297 |
+
"step": 250
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 5.428571428571429,
|
| 301 |
+
"eval_loss": 0.7608006596565247,
|
| 302 |
+
"eval_runtime": 5.9216,
|
| 303 |
+
"eval_samples_per_second": 2.871,
|
| 304 |
+
"eval_steps_per_second": 0.338,
|
| 305 |
+
"step": 255
|
| 306 |
+
},
|
| 307 |
+
{
|
| 308 |
+
"epoch": 5.535714285714286,
|
| 309 |
+
"grad_norm": 0.43664228916168213,
|
| 310 |
+
"learning_rate": 2.6763841397811576e-06,
|
| 311 |
+
"loss": 1.0123,
|
| 312 |
+
"step": 260
|
| 313 |
+
},
|
| 314 |
+
{
|
| 315 |
+
"epoch": 5.75,
|
| 316 |
+
"grad_norm": 0.3548373281955719,
|
| 317 |
+
"learning_rate": 2.275505763684674e-06,
|
| 318 |
+
"loss": 0.9842,
|
| 319 |
+
"step": 270
|
| 320 |
+
},
|
| 321 |
+
{
|
| 322 |
+
"epoch": 5.792857142857143,
|
| 323 |
+
"eval_loss": 0.758660078048706,
|
| 324 |
+
"eval_runtime": 5.931,
|
| 325 |
+
"eval_samples_per_second": 2.866,
|
| 326 |
+
"eval_steps_per_second": 0.337,
|
| 327 |
+
"step": 272
|
| 328 |
+
},
|
| 329 |
+
{
|
| 330 |
+
"epoch": 5.964285714285714,
|
| 331 |
+
"grad_norm": 0.5326474905014038,
|
| 332 |
+
"learning_rate": 1.8981475089269641e-06,
|
| 333 |
+
"loss": 1.0187,
|
| 334 |
+
"step": 280
|
| 335 |
+
},
|
| 336 |
+
{
|
| 337 |
+
"epoch": 6.15,
|
| 338 |
+
"eval_loss": 0.7571306824684143,
|
| 339 |
+
"eval_runtime": 5.9279,
|
| 340 |
+
"eval_samples_per_second": 2.868,
|
| 341 |
+
"eval_steps_per_second": 0.337,
|
| 342 |
+
"step": 289
|
| 343 |
+
},
|
| 344 |
+
{
|
| 345 |
+
"epoch": 6.171428571428572,
|
| 346 |
+
"grad_norm": 0.4667930006980896,
|
| 347 |
+
"learning_rate": 1.547567048738452e-06,
|
| 348 |
+
"loss": 1.0115,
|
| 349 |
+
"step": 290
|
| 350 |
+
},
|
| 351 |
+
{
|
| 352 |
+
"epoch": 6.385714285714286,
|
| 353 |
+
"grad_norm": 0.3626402020454407,
|
| 354 |
+
"learning_rate": 1.2267908879480822e-06,
|
| 355 |
+
"loss": 0.9602,
|
| 356 |
+
"step": 300
|
| 357 |
+
},
|
| 358 |
+
{
|
| 359 |
+
"epoch": 6.514285714285714,
|
| 360 |
+
"eval_loss": 0.7561742663383484,
|
| 361 |
+
"eval_runtime": 5.9392,
|
| 362 |
+
"eval_samples_per_second": 2.862,
|
| 363 |
+
"eval_steps_per_second": 0.337,
|
| 364 |
+
"step": 306
|
| 365 |
+
},
|
| 366 |
+
{
|
| 367 |
+
"epoch": 6.6,
|
| 368 |
+
"grad_norm": 0.5340692400932312,
|
| 369 |
+
"learning_rate": 9.385882356530179e-07,
|
| 370 |
+
"loss": 0.9985,
|
| 371 |
+
"step": 310
|
| 372 |
+
},
|
| 373 |
+
{
|
| 374 |
+
"epoch": 6.814285714285714,
|
| 375 |
+
"grad_norm": 0.38837724924087524,
|
| 376 |
+
"learning_rate": 6.854470990810907e-07,
|
| 377 |
+
"loss": 0.9836,
|
| 378 |
+
"step": 320
|
| 379 |
+
},
|
| 380 |
+
{
|
| 381 |
+
"epoch": 6.878571428571428,
|
| 382 |
+
"eval_loss": 0.7553987503051758,
|
| 383 |
+
"eval_runtime": 5.9341,
|
| 384 |
+
"eval_samples_per_second": 2.865,
|
| 385 |
+
"eval_steps_per_second": 0.337,
|
| 386 |
+
"step": 323
|
| 387 |
+
},
|
| 388 |
+
{
|
| 389 |
+
"epoch": 7.021428571428571,
|
| 390 |
+
"grad_norm": 0.36160409450531006,
|
| 391 |
+
"learning_rate": 4.695528050238368e-07,
|
| 392 |
+
"loss": 0.968,
|
| 393 |
+
"step": 330
|
| 394 |
+
},
|
| 395 |
+
{
|
| 396 |
+
"epoch": 7.235714285714286,
|
| 397 |
+
"grad_norm": 0.40136322379112244,
|
| 398 |
+
"learning_rate": 2.927691342611505e-07,
|
| 399 |
+
"loss": 1.0053,
|
| 400 |
+
"step": 340
|
| 401 |
+
},
|
| 402 |
+
{
|
| 403 |
+
"epoch": 7.235714285714286,
|
| 404 |
+
"eval_loss": 0.7550451755523682,
|
| 405 |
+
"eval_runtime": 5.9322,
|
| 406 |
+
"eval_samples_per_second": 2.866,
|
| 407 |
+
"eval_steps_per_second": 0.337,
|
| 408 |
+
"step": 340
|
| 409 |
+
},
|
| 410 |
+
{
|
| 411 |
+
"epoch": 7.45,
|
| 412 |
+
"grad_norm": 0.4293939471244812,
|
| 413 |
+
"learning_rate": 1.5662223184102876e-07,
|
| 414 |
+
"loss": 0.9853,
|
| 415 |
+
"step": 350
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"epoch": 7.6,
|
| 419 |
+
"eval_loss": 0.7549826502799988,
|
| 420 |
+
"eval_runtime": 5.9317,
|
| 421 |
+
"eval_samples_per_second": 2.866,
|
| 422 |
+
"eval_steps_per_second": 0.337,
|
| 423 |
+
"step": 357
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"epoch": 7.664285714285715,
|
| 427 |
+
"grad_norm": 0.579329788684845,
|
| 428 |
+
"learning_rate": 6.22874321143907e-08,
|
| 429 |
+
"loss": 0.9806,
|
| 430 |
+
"step": 360
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"epoch": 7.878571428571428,
|
| 434 |
+
"grad_norm": 0.45310232043266296,
|
| 435 |
+
"learning_rate": 1.0579112262316116e-08,
|
| 436 |
+
"loss": 0.9663,
|
| 437 |
+
"step": 370
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"epoch": 7.964285714285714,
|
| 441 |
+
"eval_loss": 0.7548511624336243,
|
| 442 |
+
"eval_runtime": 5.9392,
|
| 443 |
+
"eval_samples_per_second": 2.862,
|
| 444 |
+
"eval_steps_per_second": 0.337,
|
| 445 |
+
"step": 374
|
| 446 |
+
}
|
| 447 |
+
],
|
| 448 |
+
"logging_steps": 10,
|
| 449 |
+
"max_steps": 376,
|
| 450 |
+
"num_input_tokens_seen": 0,
|
| 451 |
+
"num_train_epochs": 8,
|
| 452 |
+
"save_steps": 17,
|
| 453 |
+
"stateful_callbacks": {
|
| 454 |
+
"TrainerControl": {
|
| 455 |
+
"args": {
|
| 456 |
+
"should_epoch_stop": false,
|
| 457 |
+
"should_evaluate": false,
|
| 458 |
+
"should_log": false,
|
| 459 |
+
"should_save": true,
|
| 460 |
+
"should_training_stop": false
|
| 461 |
+
},
|
| 462 |
+
"attributes": {}
|
| 463 |
+
}
|
| 464 |
+
},
|
| 465 |
+
"total_flos": 3.1088627194454344e+18,
|
| 466 |
+
"train_batch_size": 1,
|
| 467 |
+
"trial_name": null,
|
| 468 |
+
"trial_params": null
|
| 469 |
+
}
|
checkpoint-374/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca2eb6e328fb52c1d91f02ce5b6e83e547d214918f2f7ebc274b00c49ea7c9e4
|
| 3 |
+
size 6161
|
checkpoint-374/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|