Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- cls_qwen_baseline/adapter_config.json +52 -0
- cls_qwen_baseline/chat_template.jinja +54 -0
- cls_qwen_baseline/checkpoint-200/README.md +208 -0
- cls_qwen_baseline/checkpoint-200/adapter_config.json +52 -0
- cls_qwen_baseline/checkpoint-200/chat_template.jinja +54 -0
- cls_qwen_baseline/checkpoint-200/tokenizer_config.json +201 -0
- cls_qwen_baseline/checkpoint-400/README.md +208 -0
- cls_qwen_baseline/checkpoint-400/adapter_config.json +52 -0
- cls_qwen_baseline/checkpoint-400/chat_template.jinja +54 -0
- cls_qwen_baseline/checkpoint-400/tokenizer_config.json +201 -0
- cls_qwen_baseline/tokenizer_config.json +201 -0
- cls_qwen_baseline/train_metrics.json +1874 -0
- cls_qwen_orderkd_first_l005/README.md +208 -0
- cls_qwen_orderkd_first_l005/adapter_config.json +52 -0
- cls_qwen_orderkd_first_l005/chat_template.jinja +54 -0
- cls_qwen_orderkd_first_l005/checkpoint-200/README.md +208 -0
- cls_qwen_orderkd_first_l005/checkpoint-200/chat_template.jinja +54 -0
- cls_qwen_orderkd_first_l005/checkpoint-400/README.md +208 -0
- cls_qwen_orderkd_first_l005/checkpoint-400/adapter_config.json +52 -0
- cls_qwen_orderkd_first_l005/tokenizer_config.json +202 -0
- cls_qwen_orderkd_first_l005/train_metrics.json +1874 -0
- cls_qwen_orderkd_last_l01/README.md +208 -0
- cls_qwen_orderkd_last_l01/adapter_config.json +52 -0
- cls_qwen_orderkd_last_l01/chat_template.jinja +54 -0
- cls_qwen_orderkd_last_l01/checkpoint-200/README.md +208 -0
- cls_qwen_orderkd_last_l01/checkpoint-200/adapter_config.json +52 -0
- cls_qwen_orderkd_last_l01/checkpoint-200/chat_template.jinja +54 -0
- cls_qwen_orderkd_last_l01/checkpoint-200/tokenizer_config.json +202 -0
- cls_qwen_orderkd_last_l01/checkpoint-400/README.md +208 -0
- cls_qwen_orderkd_last_l01/checkpoint-400/adapter_config.json +52 -0
- cls_qwen_orderkd_last_l01/checkpoint-400/chat_template.jinja +54 -0
- cls_qwen_orderkd_last_l01/checkpoint-400/tokenizer_config.json +202 -0
- cls_qwen_orderkd_last_l01/tokenizer_config.json +202 -0
- cls_qwen_orderkd_last_l01/train_metrics.json +1874 -0
- cls_qwen_orderkd_last_l02/checkpoint-200/adapter_config.json +52 -0
- cls_qwen_orderkd_last_l02/checkpoint-400/adapter_config.json +52 -0
- cls_qwen_orderkd_last_l02/checkpoint-400/chat_template.jinja +54 -0
- cls_qwen_orderkd_mid_l01/README.md +208 -0
- cls_qwen_orderkd_mid_l01/adapter_config.json +52 -0
- cls_qwen_orderkd_mid_l01/chat_template.jinja +54 -0
- cls_qwen_orderkd_mid_l01/checkpoint-200/README.md +208 -0
- cls_qwen_orderkd_mid_l01/checkpoint-200/adapter_config.json +52 -0
- cls_qwen_orderkd_mid_l01/checkpoint-200/chat_template.jinja +54 -0
- cls_qwen_orderkd_mid_l01/checkpoint-200/tokenizer_config.json +202 -0
- cls_qwen_orderkd_mid_l01/checkpoint-400/README.md +208 -0
- cls_qwen_orderkd_mid_l01/checkpoint-400/adapter_config.json +52 -0
- cls_qwen_orderkd_mid_l01/checkpoint-400/chat_template.jinja +54 -0
- cls_qwen_orderkd_mid_l01/checkpoint-400/tokenizer_config.json +202 -0
- cls_qwen_orderkd_mid_l01/tokenizer_config.json +202 -0
- cls_qwen_orderkd_mid_l01/train_metrics.json +1874 -0
cls_qwen_baseline/adapter_config.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": {
|
| 6 |
+
"base_model_class": "Qwen2ForCausalLM",
|
| 7 |
+
"parent_library": "transformers.models.qwen2.modeling_qwen2",
|
| 8 |
+
"unsloth_fixed": true
|
| 9 |
+
},
|
| 10 |
+
"base_model_name_or_path": "unsloth/Qwen2.5-1.5B-Instruct",
|
| 11 |
+
"bias": "none",
|
| 12 |
+
"corda_config": null,
|
| 13 |
+
"ensure_weight_tying": false,
|
| 14 |
+
"eva_config": null,
|
| 15 |
+
"exclude_modules": null,
|
| 16 |
+
"fan_in_fan_out": false,
|
| 17 |
+
"inference_mode": true,
|
| 18 |
+
"init_lora_weights": true,
|
| 19 |
+
"layer_replication": null,
|
| 20 |
+
"layers_pattern": null,
|
| 21 |
+
"layers_to_transform": null,
|
| 22 |
+
"loftq_config": {},
|
| 23 |
+
"lora_alpha": 32,
|
| 24 |
+
"lora_bias": false,
|
| 25 |
+
"lora_dropout": 0.0,
|
| 26 |
+
"lora_ga_config": null,
|
| 27 |
+
"megatron_config": null,
|
| 28 |
+
"megatron_core": "megatron.core",
|
| 29 |
+
"modules_to_save": null,
|
| 30 |
+
"peft_type": "LORA",
|
| 31 |
+
"peft_version": "0.19.1",
|
| 32 |
+
"qalora_group_size": 16,
|
| 33 |
+
"r": 16,
|
| 34 |
+
"rank_pattern": {},
|
| 35 |
+
"revision": null,
|
| 36 |
+
"target_modules": [
|
| 37 |
+
"down_proj",
|
| 38 |
+
"o_proj",
|
| 39 |
+
"k_proj",
|
| 40 |
+
"v_proj",
|
| 41 |
+
"q_proj",
|
| 42 |
+
"gate_proj",
|
| 43 |
+
"up_proj"
|
| 44 |
+
],
|
| 45 |
+
"target_parameters": null,
|
| 46 |
+
"task_type": "CAUSAL_LM",
|
| 47 |
+
"trainable_token_indices": null,
|
| 48 |
+
"use_bdlora": null,
|
| 49 |
+
"use_dora": false,
|
| 50 |
+
"use_qalora": false,
|
| 51 |
+
"use_rslora": false
|
| 52 |
+
}
|
cls_qwen_baseline/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 %}
|
cls_qwen_baseline/checkpoint-200/README.md
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: unsloth/Qwen2.5-1.5B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:unsloth/Qwen2.5-1.5B-Instruct
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
- unsloth
|
| 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.19.1
|
cls_qwen_baseline/checkpoint-200/adapter_config.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": {
|
| 6 |
+
"base_model_class": "Qwen2ForCausalLM",
|
| 7 |
+
"parent_library": "transformers.models.qwen2.modeling_qwen2",
|
| 8 |
+
"unsloth_fixed": true
|
| 9 |
+
},
|
| 10 |
+
"base_model_name_or_path": "unsloth/Qwen2.5-1.5B-Instruct",
|
| 11 |
+
"bias": "none",
|
| 12 |
+
"corda_config": null,
|
| 13 |
+
"ensure_weight_tying": false,
|
| 14 |
+
"eva_config": null,
|
| 15 |
+
"exclude_modules": null,
|
| 16 |
+
"fan_in_fan_out": false,
|
| 17 |
+
"inference_mode": true,
|
| 18 |
+
"init_lora_weights": true,
|
| 19 |
+
"layer_replication": null,
|
| 20 |
+
"layers_pattern": null,
|
| 21 |
+
"layers_to_transform": null,
|
| 22 |
+
"loftq_config": {},
|
| 23 |
+
"lora_alpha": 32,
|
| 24 |
+
"lora_bias": false,
|
| 25 |
+
"lora_dropout": 0.0,
|
| 26 |
+
"lora_ga_config": null,
|
| 27 |
+
"megatron_config": null,
|
| 28 |
+
"megatron_core": "megatron.core",
|
| 29 |
+
"modules_to_save": null,
|
| 30 |
+
"peft_type": "LORA",
|
| 31 |
+
"peft_version": "0.19.1",
|
| 32 |
+
"qalora_group_size": 16,
|
| 33 |
+
"r": 16,
|
| 34 |
+
"rank_pattern": {},
|
| 35 |
+
"revision": null,
|
| 36 |
+
"target_modules": [
|
| 37 |
+
"down_proj",
|
| 38 |
+
"o_proj",
|
| 39 |
+
"k_proj",
|
| 40 |
+
"v_proj",
|
| 41 |
+
"q_proj",
|
| 42 |
+
"gate_proj",
|
| 43 |
+
"up_proj"
|
| 44 |
+
],
|
| 45 |
+
"target_parameters": null,
|
| 46 |
+
"task_type": "CAUSAL_LM",
|
| 47 |
+
"trainable_token_indices": null,
|
| 48 |
+
"use_bdlora": null,
|
| 49 |
+
"use_dora": false,
|
| 50 |
+
"use_qalora": false,
|
| 51 |
+
"use_rslora": false
|
| 52 |
+
}
|
cls_qwen_baseline/checkpoint-200/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 %}
|
cls_qwen_baseline/checkpoint-200/tokenizer_config.json
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"backend": "tokenizers",
|
| 4 |
+
"bos_token": null,
|
| 5 |
+
"clean_up_tokenization_spaces": false,
|
| 6 |
+
"eos_token": "<|im_end|>",
|
| 7 |
+
"errors": "replace",
|
| 8 |
+
"is_local": false,
|
| 9 |
+
"model_max_length": 32768,
|
| 10 |
+
"pad_token": "<|PAD_TOKEN|>",
|
| 11 |
+
"padding_side": "right",
|
| 12 |
+
"split_special_tokens": false,
|
| 13 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 14 |
+
"unk_token": null,
|
| 15 |
+
"added_tokens_decoder": {
|
| 16 |
+
"151643": {
|
| 17 |
+
"content": "<|endoftext|>",
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"normalized": false,
|
| 22 |
+
"special": true
|
| 23 |
+
},
|
| 24 |
+
"151644": {
|
| 25 |
+
"content": "<|im_start|>",
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"lstrip": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"normalized": false,
|
| 30 |
+
"special": true
|
| 31 |
+
},
|
| 32 |
+
"151645": {
|
| 33 |
+
"content": "<|im_end|>",
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"lstrip": false,
|
| 36 |
+
"rstrip": false,
|
| 37 |
+
"normalized": false,
|
| 38 |
+
"special": true
|
| 39 |
+
},
|
| 40 |
+
"151646": {
|
| 41 |
+
"content": "<|object_ref_start|>",
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"lstrip": false,
|
| 44 |
+
"rstrip": false,
|
| 45 |
+
"normalized": false,
|
| 46 |
+
"special": true
|
| 47 |
+
},
|
| 48 |
+
"151647": {
|
| 49 |
+
"content": "<|object_ref_end|>",
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"lstrip": false,
|
| 52 |
+
"rstrip": false,
|
| 53 |
+
"normalized": false,
|
| 54 |
+
"special": true
|
| 55 |
+
},
|
| 56 |
+
"151648": {
|
| 57 |
+
"content": "<|box_start|>",
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"lstrip": false,
|
| 60 |
+
"rstrip": false,
|
| 61 |
+
"normalized": false,
|
| 62 |
+
"special": true
|
| 63 |
+
},
|
| 64 |
+
"151649": {
|
| 65 |
+
"content": "<|box_end|>",
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"lstrip": false,
|
| 68 |
+
"rstrip": false,
|
| 69 |
+
"normalized": false,
|
| 70 |
+
"special": true
|
| 71 |
+
},
|
| 72 |
+
"151650": {
|
| 73 |
+
"content": "<|quad_start|>",
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"lstrip": false,
|
| 76 |
+
"rstrip": false,
|
| 77 |
+
"normalized": false,
|
| 78 |
+
"special": true
|
| 79 |
+
},
|
| 80 |
+
"151651": {
|
| 81 |
+
"content": "<|quad_end|>",
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"lstrip": false,
|
| 84 |
+
"rstrip": false,
|
| 85 |
+
"normalized": false,
|
| 86 |
+
"special": true
|
| 87 |
+
},
|
| 88 |
+
"151652": {
|
| 89 |
+
"content": "<|vision_start|>",
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"lstrip": false,
|
| 92 |
+
"rstrip": false,
|
| 93 |
+
"normalized": false,
|
| 94 |
+
"special": true
|
| 95 |
+
},
|
| 96 |
+
"151653": {
|
| 97 |
+
"content": "<|vision_end|>",
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"lstrip": false,
|
| 100 |
+
"rstrip": false,
|
| 101 |
+
"normalized": false,
|
| 102 |
+
"special": true
|
| 103 |
+
},
|
| 104 |
+
"151654": {
|
| 105 |
+
"content": "<|vision_pad|>",
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"lstrip": false,
|
| 108 |
+
"rstrip": false,
|
| 109 |
+
"normalized": false,
|
| 110 |
+
"special": true
|
| 111 |
+
},
|
| 112 |
+
"151655": {
|
| 113 |
+
"content": "<|image_pad|>",
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"lstrip": false,
|
| 116 |
+
"rstrip": false,
|
| 117 |
+
"normalized": false,
|
| 118 |
+
"special": true
|
| 119 |
+
},
|
| 120 |
+
"151656": {
|
| 121 |
+
"content": "<|video_pad|>",
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"lstrip": false,
|
| 124 |
+
"rstrip": false,
|
| 125 |
+
"normalized": false,
|
| 126 |
+
"special": true
|
| 127 |
+
},
|
| 128 |
+
"151657": {
|
| 129 |
+
"content": "<tool_call>",
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"lstrip": false,
|
| 132 |
+
"rstrip": false,
|
| 133 |
+
"normalized": false,
|
| 134 |
+
"special": false
|
| 135 |
+
},
|
| 136 |
+
"151658": {
|
| 137 |
+
"content": "</tool_call>",
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"lstrip": false,
|
| 140 |
+
"rstrip": false,
|
| 141 |
+
"normalized": false,
|
| 142 |
+
"special": false
|
| 143 |
+
},
|
| 144 |
+
"151659": {
|
| 145 |
+
"content": "<|fim_prefix|>",
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"lstrip": false,
|
| 148 |
+
"rstrip": false,
|
| 149 |
+
"normalized": false,
|
| 150 |
+
"special": false
|
| 151 |
+
},
|
| 152 |
+
"151660": {
|
| 153 |
+
"content": "<|fim_middle|>",
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"lstrip": false,
|
| 156 |
+
"rstrip": false,
|
| 157 |
+
"normalized": false,
|
| 158 |
+
"special": false
|
| 159 |
+
},
|
| 160 |
+
"151661": {
|
| 161 |
+
"content": "<|fim_suffix|>",
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"lstrip": false,
|
| 164 |
+
"rstrip": false,
|
| 165 |
+
"normalized": false,
|
| 166 |
+
"special": false
|
| 167 |
+
},
|
| 168 |
+
"151662": {
|
| 169 |
+
"content": "<|fim_pad|>",
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"lstrip": false,
|
| 172 |
+
"rstrip": false,
|
| 173 |
+
"normalized": false,
|
| 174 |
+
"special": false
|
| 175 |
+
},
|
| 176 |
+
"151663": {
|
| 177 |
+
"content": "<|repo_name|>",
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"lstrip": false,
|
| 180 |
+
"rstrip": false,
|
| 181 |
+
"normalized": false,
|
| 182 |
+
"special": false
|
| 183 |
+
},
|
| 184 |
+
"151664": {
|
| 185 |
+
"content": "<|file_sep|>",
|
| 186 |
+
"single_word": false,
|
| 187 |
+
"lstrip": false,
|
| 188 |
+
"rstrip": false,
|
| 189 |
+
"normalized": false,
|
| 190 |
+
"special": false
|
| 191 |
+
},
|
| 192 |
+
"151665": {
|
| 193 |
+
"content": "<|PAD_TOKEN|>",
|
| 194 |
+
"single_word": false,
|
| 195 |
+
"lstrip": false,
|
| 196 |
+
"rstrip": false,
|
| 197 |
+
"normalized": false,
|
| 198 |
+
"special": true
|
| 199 |
+
}
|
| 200 |
+
}
|
| 201 |
+
}
|
cls_qwen_baseline/checkpoint-400/README.md
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: unsloth/Qwen2.5-1.5B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:unsloth/Qwen2.5-1.5B-Instruct
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
- unsloth
|
| 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.19.1
|
cls_qwen_baseline/checkpoint-400/adapter_config.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": {
|
| 6 |
+
"base_model_class": "Qwen2ForCausalLM",
|
| 7 |
+
"parent_library": "transformers.models.qwen2.modeling_qwen2",
|
| 8 |
+
"unsloth_fixed": true
|
| 9 |
+
},
|
| 10 |
+
"base_model_name_or_path": "unsloth/Qwen2.5-1.5B-Instruct",
|
| 11 |
+
"bias": "none",
|
| 12 |
+
"corda_config": null,
|
| 13 |
+
"ensure_weight_tying": false,
|
| 14 |
+
"eva_config": null,
|
| 15 |
+
"exclude_modules": null,
|
| 16 |
+
"fan_in_fan_out": false,
|
| 17 |
+
"inference_mode": true,
|
| 18 |
+
"init_lora_weights": true,
|
| 19 |
+
"layer_replication": null,
|
| 20 |
+
"layers_pattern": null,
|
| 21 |
+
"layers_to_transform": null,
|
| 22 |
+
"loftq_config": {},
|
| 23 |
+
"lora_alpha": 32,
|
| 24 |
+
"lora_bias": false,
|
| 25 |
+
"lora_dropout": 0.0,
|
| 26 |
+
"lora_ga_config": null,
|
| 27 |
+
"megatron_config": null,
|
| 28 |
+
"megatron_core": "megatron.core",
|
| 29 |
+
"modules_to_save": null,
|
| 30 |
+
"peft_type": "LORA",
|
| 31 |
+
"peft_version": "0.19.1",
|
| 32 |
+
"qalora_group_size": 16,
|
| 33 |
+
"r": 16,
|
| 34 |
+
"rank_pattern": {},
|
| 35 |
+
"revision": null,
|
| 36 |
+
"target_modules": [
|
| 37 |
+
"down_proj",
|
| 38 |
+
"o_proj",
|
| 39 |
+
"k_proj",
|
| 40 |
+
"v_proj",
|
| 41 |
+
"q_proj",
|
| 42 |
+
"gate_proj",
|
| 43 |
+
"up_proj"
|
| 44 |
+
],
|
| 45 |
+
"target_parameters": null,
|
| 46 |
+
"task_type": "CAUSAL_LM",
|
| 47 |
+
"trainable_token_indices": null,
|
| 48 |
+
"use_bdlora": null,
|
| 49 |
+
"use_dora": false,
|
| 50 |
+
"use_qalora": false,
|
| 51 |
+
"use_rslora": false
|
| 52 |
+
}
|
cls_qwen_baseline/checkpoint-400/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 %}
|
cls_qwen_baseline/checkpoint-400/tokenizer_config.json
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"backend": "tokenizers",
|
| 4 |
+
"bos_token": null,
|
| 5 |
+
"clean_up_tokenization_spaces": false,
|
| 6 |
+
"eos_token": "<|im_end|>",
|
| 7 |
+
"errors": "replace",
|
| 8 |
+
"is_local": false,
|
| 9 |
+
"model_max_length": 32768,
|
| 10 |
+
"pad_token": "<|PAD_TOKEN|>",
|
| 11 |
+
"padding_side": "right",
|
| 12 |
+
"split_special_tokens": false,
|
| 13 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 14 |
+
"unk_token": null,
|
| 15 |
+
"added_tokens_decoder": {
|
| 16 |
+
"151643": {
|
| 17 |
+
"content": "<|endoftext|>",
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"normalized": false,
|
| 22 |
+
"special": true
|
| 23 |
+
},
|
| 24 |
+
"151644": {
|
| 25 |
+
"content": "<|im_start|>",
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"lstrip": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"normalized": false,
|
| 30 |
+
"special": true
|
| 31 |
+
},
|
| 32 |
+
"151645": {
|
| 33 |
+
"content": "<|im_end|>",
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"lstrip": false,
|
| 36 |
+
"rstrip": false,
|
| 37 |
+
"normalized": false,
|
| 38 |
+
"special": true
|
| 39 |
+
},
|
| 40 |
+
"151646": {
|
| 41 |
+
"content": "<|object_ref_start|>",
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"lstrip": false,
|
| 44 |
+
"rstrip": false,
|
| 45 |
+
"normalized": false,
|
| 46 |
+
"special": true
|
| 47 |
+
},
|
| 48 |
+
"151647": {
|
| 49 |
+
"content": "<|object_ref_end|>",
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"lstrip": false,
|
| 52 |
+
"rstrip": false,
|
| 53 |
+
"normalized": false,
|
| 54 |
+
"special": true
|
| 55 |
+
},
|
| 56 |
+
"151648": {
|
| 57 |
+
"content": "<|box_start|>",
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"lstrip": false,
|
| 60 |
+
"rstrip": false,
|
| 61 |
+
"normalized": false,
|
| 62 |
+
"special": true
|
| 63 |
+
},
|
| 64 |
+
"151649": {
|
| 65 |
+
"content": "<|box_end|>",
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"lstrip": false,
|
| 68 |
+
"rstrip": false,
|
| 69 |
+
"normalized": false,
|
| 70 |
+
"special": true
|
| 71 |
+
},
|
| 72 |
+
"151650": {
|
| 73 |
+
"content": "<|quad_start|>",
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"lstrip": false,
|
| 76 |
+
"rstrip": false,
|
| 77 |
+
"normalized": false,
|
| 78 |
+
"special": true
|
| 79 |
+
},
|
| 80 |
+
"151651": {
|
| 81 |
+
"content": "<|quad_end|>",
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"lstrip": false,
|
| 84 |
+
"rstrip": false,
|
| 85 |
+
"normalized": false,
|
| 86 |
+
"special": true
|
| 87 |
+
},
|
| 88 |
+
"151652": {
|
| 89 |
+
"content": "<|vision_start|>",
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"lstrip": false,
|
| 92 |
+
"rstrip": false,
|
| 93 |
+
"normalized": false,
|
| 94 |
+
"special": true
|
| 95 |
+
},
|
| 96 |
+
"151653": {
|
| 97 |
+
"content": "<|vision_end|>",
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"lstrip": false,
|
| 100 |
+
"rstrip": false,
|
| 101 |
+
"normalized": false,
|
| 102 |
+
"special": true
|
| 103 |
+
},
|
| 104 |
+
"151654": {
|
| 105 |
+
"content": "<|vision_pad|>",
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"lstrip": false,
|
| 108 |
+
"rstrip": false,
|
| 109 |
+
"normalized": false,
|
| 110 |
+
"special": true
|
| 111 |
+
},
|
| 112 |
+
"151655": {
|
| 113 |
+
"content": "<|image_pad|>",
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"lstrip": false,
|
| 116 |
+
"rstrip": false,
|
| 117 |
+
"normalized": false,
|
| 118 |
+
"special": true
|
| 119 |
+
},
|
| 120 |
+
"151656": {
|
| 121 |
+
"content": "<|video_pad|>",
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"lstrip": false,
|
| 124 |
+
"rstrip": false,
|
| 125 |
+
"normalized": false,
|
| 126 |
+
"special": true
|
| 127 |
+
},
|
| 128 |
+
"151657": {
|
| 129 |
+
"content": "<tool_call>",
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"lstrip": false,
|
| 132 |
+
"rstrip": false,
|
| 133 |
+
"normalized": false,
|
| 134 |
+
"special": false
|
| 135 |
+
},
|
| 136 |
+
"151658": {
|
| 137 |
+
"content": "</tool_call>",
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"lstrip": false,
|
| 140 |
+
"rstrip": false,
|
| 141 |
+
"normalized": false,
|
| 142 |
+
"special": false
|
| 143 |
+
},
|
| 144 |
+
"151659": {
|
| 145 |
+
"content": "<|fim_prefix|>",
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"lstrip": false,
|
| 148 |
+
"rstrip": false,
|
| 149 |
+
"normalized": false,
|
| 150 |
+
"special": false
|
| 151 |
+
},
|
| 152 |
+
"151660": {
|
| 153 |
+
"content": "<|fim_middle|>",
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"lstrip": false,
|
| 156 |
+
"rstrip": false,
|
| 157 |
+
"normalized": false,
|
| 158 |
+
"special": false
|
| 159 |
+
},
|
| 160 |
+
"151661": {
|
| 161 |
+
"content": "<|fim_suffix|>",
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"lstrip": false,
|
| 164 |
+
"rstrip": false,
|
| 165 |
+
"normalized": false,
|
| 166 |
+
"special": false
|
| 167 |
+
},
|
| 168 |
+
"151662": {
|
| 169 |
+
"content": "<|fim_pad|>",
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"lstrip": false,
|
| 172 |
+
"rstrip": false,
|
| 173 |
+
"normalized": false,
|
| 174 |
+
"special": false
|
| 175 |
+
},
|
| 176 |
+
"151663": {
|
| 177 |
+
"content": "<|repo_name|>",
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"lstrip": false,
|
| 180 |
+
"rstrip": false,
|
| 181 |
+
"normalized": false,
|
| 182 |
+
"special": false
|
| 183 |
+
},
|
| 184 |
+
"151664": {
|
| 185 |
+
"content": "<|file_sep|>",
|
| 186 |
+
"single_word": false,
|
| 187 |
+
"lstrip": false,
|
| 188 |
+
"rstrip": false,
|
| 189 |
+
"normalized": false,
|
| 190 |
+
"special": false
|
| 191 |
+
},
|
| 192 |
+
"151665": {
|
| 193 |
+
"content": "<|PAD_TOKEN|>",
|
| 194 |
+
"single_word": false,
|
| 195 |
+
"lstrip": false,
|
| 196 |
+
"rstrip": false,
|
| 197 |
+
"normalized": false,
|
| 198 |
+
"special": true
|
| 199 |
+
}
|
| 200 |
+
}
|
| 201 |
+
}
|
cls_qwen_baseline/tokenizer_config.json
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"backend": "tokenizers",
|
| 4 |
+
"bos_token": null,
|
| 5 |
+
"clean_up_tokenization_spaces": false,
|
| 6 |
+
"eos_token": "<|im_end|>",
|
| 7 |
+
"errors": "replace",
|
| 8 |
+
"is_local": false,
|
| 9 |
+
"model_max_length": 32768,
|
| 10 |
+
"pad_token": "<|PAD_TOKEN|>",
|
| 11 |
+
"padding_side": "right",
|
| 12 |
+
"split_special_tokens": false,
|
| 13 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 14 |
+
"unk_token": null,
|
| 15 |
+
"added_tokens_decoder": {
|
| 16 |
+
"151643": {
|
| 17 |
+
"content": "<|endoftext|>",
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"normalized": false,
|
| 22 |
+
"special": true
|
| 23 |
+
},
|
| 24 |
+
"151644": {
|
| 25 |
+
"content": "<|im_start|>",
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"lstrip": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"normalized": false,
|
| 30 |
+
"special": true
|
| 31 |
+
},
|
| 32 |
+
"151645": {
|
| 33 |
+
"content": "<|im_end|>",
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"lstrip": false,
|
| 36 |
+
"rstrip": false,
|
| 37 |
+
"normalized": false,
|
| 38 |
+
"special": true
|
| 39 |
+
},
|
| 40 |
+
"151646": {
|
| 41 |
+
"content": "<|object_ref_start|>",
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"lstrip": false,
|
| 44 |
+
"rstrip": false,
|
| 45 |
+
"normalized": false,
|
| 46 |
+
"special": true
|
| 47 |
+
},
|
| 48 |
+
"151647": {
|
| 49 |
+
"content": "<|object_ref_end|>",
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"lstrip": false,
|
| 52 |
+
"rstrip": false,
|
| 53 |
+
"normalized": false,
|
| 54 |
+
"special": true
|
| 55 |
+
},
|
| 56 |
+
"151648": {
|
| 57 |
+
"content": "<|box_start|>",
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"lstrip": false,
|
| 60 |
+
"rstrip": false,
|
| 61 |
+
"normalized": false,
|
| 62 |
+
"special": true
|
| 63 |
+
},
|
| 64 |
+
"151649": {
|
| 65 |
+
"content": "<|box_end|>",
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"lstrip": false,
|
| 68 |
+
"rstrip": false,
|
| 69 |
+
"normalized": false,
|
| 70 |
+
"special": true
|
| 71 |
+
},
|
| 72 |
+
"151650": {
|
| 73 |
+
"content": "<|quad_start|>",
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"lstrip": false,
|
| 76 |
+
"rstrip": false,
|
| 77 |
+
"normalized": false,
|
| 78 |
+
"special": true
|
| 79 |
+
},
|
| 80 |
+
"151651": {
|
| 81 |
+
"content": "<|quad_end|>",
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"lstrip": false,
|
| 84 |
+
"rstrip": false,
|
| 85 |
+
"normalized": false,
|
| 86 |
+
"special": true
|
| 87 |
+
},
|
| 88 |
+
"151652": {
|
| 89 |
+
"content": "<|vision_start|>",
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"lstrip": false,
|
| 92 |
+
"rstrip": false,
|
| 93 |
+
"normalized": false,
|
| 94 |
+
"special": true
|
| 95 |
+
},
|
| 96 |
+
"151653": {
|
| 97 |
+
"content": "<|vision_end|>",
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"lstrip": false,
|
| 100 |
+
"rstrip": false,
|
| 101 |
+
"normalized": false,
|
| 102 |
+
"special": true
|
| 103 |
+
},
|
| 104 |
+
"151654": {
|
| 105 |
+
"content": "<|vision_pad|>",
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"lstrip": false,
|
| 108 |
+
"rstrip": false,
|
| 109 |
+
"normalized": false,
|
| 110 |
+
"special": true
|
| 111 |
+
},
|
| 112 |
+
"151655": {
|
| 113 |
+
"content": "<|image_pad|>",
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"lstrip": false,
|
| 116 |
+
"rstrip": false,
|
| 117 |
+
"normalized": false,
|
| 118 |
+
"special": true
|
| 119 |
+
},
|
| 120 |
+
"151656": {
|
| 121 |
+
"content": "<|video_pad|>",
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"lstrip": false,
|
| 124 |
+
"rstrip": false,
|
| 125 |
+
"normalized": false,
|
| 126 |
+
"special": true
|
| 127 |
+
},
|
| 128 |
+
"151657": {
|
| 129 |
+
"content": "<tool_call>",
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"lstrip": false,
|
| 132 |
+
"rstrip": false,
|
| 133 |
+
"normalized": false,
|
| 134 |
+
"special": false
|
| 135 |
+
},
|
| 136 |
+
"151658": {
|
| 137 |
+
"content": "</tool_call>",
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"lstrip": false,
|
| 140 |
+
"rstrip": false,
|
| 141 |
+
"normalized": false,
|
| 142 |
+
"special": false
|
| 143 |
+
},
|
| 144 |
+
"151659": {
|
| 145 |
+
"content": "<|fim_prefix|>",
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"lstrip": false,
|
| 148 |
+
"rstrip": false,
|
| 149 |
+
"normalized": false,
|
| 150 |
+
"special": false
|
| 151 |
+
},
|
| 152 |
+
"151660": {
|
| 153 |
+
"content": "<|fim_middle|>",
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"lstrip": false,
|
| 156 |
+
"rstrip": false,
|
| 157 |
+
"normalized": false,
|
| 158 |
+
"special": false
|
| 159 |
+
},
|
| 160 |
+
"151661": {
|
| 161 |
+
"content": "<|fim_suffix|>",
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"lstrip": false,
|
| 164 |
+
"rstrip": false,
|
| 165 |
+
"normalized": false,
|
| 166 |
+
"special": false
|
| 167 |
+
},
|
| 168 |
+
"151662": {
|
| 169 |
+
"content": "<|fim_pad|>",
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"lstrip": false,
|
| 172 |
+
"rstrip": false,
|
| 173 |
+
"normalized": false,
|
| 174 |
+
"special": false
|
| 175 |
+
},
|
| 176 |
+
"151663": {
|
| 177 |
+
"content": "<|repo_name|>",
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"lstrip": false,
|
| 180 |
+
"rstrip": false,
|
| 181 |
+
"normalized": false,
|
| 182 |
+
"special": false
|
| 183 |
+
},
|
| 184 |
+
"151664": {
|
| 185 |
+
"content": "<|file_sep|>",
|
| 186 |
+
"single_word": false,
|
| 187 |
+
"lstrip": false,
|
| 188 |
+
"rstrip": false,
|
| 189 |
+
"normalized": false,
|
| 190 |
+
"special": false
|
| 191 |
+
},
|
| 192 |
+
"151665": {
|
| 193 |
+
"content": "<|PAD_TOKEN|>",
|
| 194 |
+
"single_word": false,
|
| 195 |
+
"lstrip": false,
|
| 196 |
+
"rstrip": false,
|
| 197 |
+
"normalized": false,
|
| 198 |
+
"special": true
|
| 199 |
+
}
|
| 200 |
+
}
|
| 201 |
+
}
|
cls_qwen_baseline/train_metrics.json
ADDED
|
@@ -0,0 +1,1874 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"loss_log": [
|
| 3 |
+
{
|
| 4 |
+
"global_step": 20,
|
| 5 |
+
"optimizer_step": 2,
|
| 6 |
+
"lr": 4.347826086956522e-06,
|
| 7 |
+
"lm_loss": 1.673496127128601,
|
| 8 |
+
"order_loss": 0.0,
|
| 9 |
+
"ret_loss": 0.0,
|
| 10 |
+
"pretrain_loss": 0.0,
|
| 11 |
+
"total_loss": 1.673496127128601
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"global_step": 40,
|
| 15 |
+
"optimizer_step": 5,
|
| 16 |
+
"lr": 1.0869565217391305e-05,
|
| 17 |
+
"lm_loss": 0.10788653045892715,
|
| 18 |
+
"order_loss": 0.0,
|
| 19 |
+
"ret_loss": 0.0,
|
| 20 |
+
"pretrain_loss": 0.0,
|
| 21 |
+
"total_loss": 0.10788653045892715
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"global_step": 60,
|
| 25 |
+
"optimizer_step": 7,
|
| 26 |
+
"lr": 1.5217391304347828e-05,
|
| 27 |
+
"lm_loss": 0.707004189491272,
|
| 28 |
+
"order_loss": 0.0,
|
| 29 |
+
"ret_loss": 0.0,
|
| 30 |
+
"pretrain_loss": 0.0,
|
| 31 |
+
"total_loss": 0.707004189491272
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"global_step": 80,
|
| 35 |
+
"optimizer_step": 10,
|
| 36 |
+
"lr": 2.173913043478261e-05,
|
| 37 |
+
"lm_loss": 0.675275981426239,
|
| 38 |
+
"order_loss": 0.0,
|
| 39 |
+
"ret_loss": 0.0,
|
| 40 |
+
"pretrain_loss": 0.0,
|
| 41 |
+
"total_loss": 0.675275981426239
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"global_step": 100,
|
| 45 |
+
"optimizer_step": 12,
|
| 46 |
+
"lr": 2.608695652173913e-05,
|
| 47 |
+
"lm_loss": 0.5213660001754761,
|
| 48 |
+
"order_loss": 0.0,
|
| 49 |
+
"ret_loss": 0.0,
|
| 50 |
+
"pretrain_loss": 0.0,
|
| 51 |
+
"total_loss": 0.5213660001754761
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"global_step": 120,
|
| 55 |
+
"optimizer_step": 15,
|
| 56 |
+
"lr": 3.260869565217392e-05,
|
| 57 |
+
"lm_loss": 0.4830327332019806,
|
| 58 |
+
"order_loss": 0.0,
|
| 59 |
+
"ret_loss": 0.0,
|
| 60 |
+
"pretrain_loss": 0.0,
|
| 61 |
+
"total_loss": 0.4830327332019806
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"global_step": 140,
|
| 65 |
+
"optimizer_step": 17,
|
| 66 |
+
"lr": 3.695652173913043e-05,
|
| 67 |
+
"lm_loss": 0.08111972361803055,
|
| 68 |
+
"order_loss": 0.0,
|
| 69 |
+
"ret_loss": 0.0,
|
| 70 |
+
"pretrain_loss": 0.0,
|
| 71 |
+
"total_loss": 0.08111972361803055
|
| 72 |
+
},
|
| 73 |
+
{
|
| 74 |
+
"global_step": 160,
|
| 75 |
+
"optimizer_step": 20,
|
| 76 |
+
"lr": 4.347826086956522e-05,
|
| 77 |
+
"lm_loss": 0.21741624176502228,
|
| 78 |
+
"order_loss": 0.0,
|
| 79 |
+
"ret_loss": 0.0,
|
| 80 |
+
"pretrain_loss": 0.0,
|
| 81 |
+
"total_loss": 0.21741624176502228
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"global_step": 180,
|
| 85 |
+
"optimizer_step": 22,
|
| 86 |
+
"lr": 4.782608695652174e-05,
|
| 87 |
+
"lm_loss": 0.02724752202630043,
|
| 88 |
+
"order_loss": 0.0,
|
| 89 |
+
"ret_loss": 0.0,
|
| 90 |
+
"pretrain_loss": 0.0,
|
| 91 |
+
"total_loss": 0.02724752202630043
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"global_step": 200,
|
| 95 |
+
"optimizer_step": 25,
|
| 96 |
+
"lr": 4.9997541293989384e-05,
|
| 97 |
+
"lm_loss": 0.13609084486961365,
|
| 98 |
+
"order_loss": 0.0,
|
| 99 |
+
"ret_loss": 0.0,
|
| 100 |
+
"pretrain_loss": 0.0,
|
| 101 |
+
"total_loss": 0.13609084486961365
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"global_step": 220,
|
| 105 |
+
"optimizer_step": 27,
|
| 106 |
+
"lr": 4.999016565957633e-05,
|
| 107 |
+
"lm_loss": 0.0919603705406189,
|
| 108 |
+
"order_loss": 0.0,
|
| 109 |
+
"ret_loss": 0.0,
|
| 110 |
+
"pretrain_loss": 0.0,
|
| 111 |
+
"total_loss": 0.0919603705406189
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"global_step": 240,
|
| 115 |
+
"optimizer_step": 30,
|
| 116 |
+
"lr": 4.996988640512931e-05,
|
| 117 |
+
"lm_loss": 0.3280598223209381,
|
| 118 |
+
"order_loss": 0.0,
|
| 119 |
+
"ret_loss": 0.0,
|
| 120 |
+
"pretrain_loss": 0.0,
|
| 121 |
+
"total_loss": 0.3280598223209381
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"global_step": 260,
|
| 125 |
+
"optimizer_step": 32,
|
| 126 |
+
"lr": 4.995022691166621e-05,
|
| 127 |
+
"lm_loss": 0.20755362510681152,
|
| 128 |
+
"order_loss": 0.0,
|
| 129 |
+
"ret_loss": 0.0,
|
| 130 |
+
"pretrain_loss": 0.0,
|
| 131 |
+
"total_loss": 0.20755362510681152
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"global_step": 280,
|
| 135 |
+
"optimizer_step": 35,
|
| 136 |
+
"lr": 4.991153735294049e-05,
|
| 137 |
+
"lm_loss": 0.43574053049087524,
|
| 138 |
+
"order_loss": 0.0,
|
| 139 |
+
"ret_loss": 0.0,
|
| 140 |
+
"pretrain_loss": 0.0,
|
| 141 |
+
"total_loss": 0.43574053049087524
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"global_step": 300,
|
| 145 |
+
"optimizer_step": 37,
|
| 146 |
+
"lr": 4.987961816680492e-05,
|
| 147 |
+
"lm_loss": 0.34438154101371765,
|
| 148 |
+
"order_loss": 0.0,
|
| 149 |
+
"ret_loss": 0.0,
|
| 150 |
+
"pretrain_loss": 0.0,
|
| 151 |
+
"total_loss": 0.34438154101371765
|
| 152 |
+
},
|
| 153 |
+
{
|
| 154 |
+
"global_step": 320,
|
| 155 |
+
"optimizer_step": 40,
|
| 156 |
+
"lr": 4.9822565862832806e-05,
|
| 157 |
+
"lm_loss": 0.1489841341972351,
|
| 158 |
+
"order_loss": 0.0,
|
| 159 |
+
"ret_loss": 0.0,
|
| 160 |
+
"pretrain_loss": 0.0,
|
| 161 |
+
"total_loss": 0.1489841341972351
|
| 162 |
+
},
|
| 163 |
+
{
|
| 164 |
+
"global_step": 340,
|
| 165 |
+
"optimizer_step": 42,
|
| 166 |
+
"lr": 4.9778426220595456e-05,
|
| 167 |
+
"lm_loss": 0.06870295852422714,
|
| 168 |
+
"order_loss": 0.0,
|
| 169 |
+
"ret_loss": 0.0,
|
| 170 |
+
"pretrain_loss": 0.0,
|
| 171 |
+
"total_loss": 0.06870295852422714
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"global_step": 360,
|
| 175 |
+
"optimizer_step": 45,
|
| 176 |
+
"lr": 4.970308130276272e-05,
|
| 177 |
+
"lm_loss": 0.22604966163635254,
|
| 178 |
+
"order_loss": 0.0,
|
| 179 |
+
"ret_loss": 0.0,
|
| 180 |
+
"pretrain_loss": 0.0,
|
| 181 |
+
"total_loss": 0.22604966163635254
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"global_step": 380,
|
| 185 |
+
"optimizer_step": 47,
|
| 186 |
+
"lr": 4.96467754629559e-05,
|
| 187 |
+
"lm_loss": 0.15143616497516632,
|
| 188 |
+
"order_loss": 0.0,
|
| 189 |
+
"ret_loss": 0.0,
|
| 190 |
+
"pretrain_loss": 0.0,
|
| 191 |
+
"total_loss": 0.15143616497516632
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"global_step": 400,
|
| 195 |
+
"optimizer_step": 50,
|
| 196 |
+
"lr": 4.955323054879298e-05,
|
| 197 |
+
"lm_loss": 0.1731867492198944,
|
| 198 |
+
"order_loss": 0.0,
|
| 199 |
+
"ret_loss": 0.0,
|
| 200 |
+
"pretrain_loss": 0.0,
|
| 201 |
+
"total_loss": 0.1731867492198944
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"global_step": 420,
|
| 205 |
+
"optimizer_step": 52,
|
| 206 |
+
"lr": 4.948482772521345e-05,
|
| 207 |
+
"lm_loss": 0.07246952503919601,
|
| 208 |
+
"order_loss": 0.0,
|
| 209 |
+
"ret_loss": 0.0,
|
| 210 |
+
"pretrain_loss": 0.0,
|
| 211 |
+
"total_loss": 0.07246952503919601
|
| 212 |
+
},
|
| 213 |
+
{
|
| 214 |
+
"global_step": 440,
|
| 215 |
+
"optimizer_step": 55,
|
| 216 |
+
"lr": 4.937319780454559e-05,
|
| 217 |
+
"lm_loss": 0.14154933393001556,
|
| 218 |
+
"order_loss": 0.0,
|
| 219 |
+
"ret_loss": 0.0,
|
| 220 |
+
"pretrain_loss": 0.0,
|
| 221 |
+
"total_loss": 0.14154933393001556
|
| 222 |
+
},
|
| 223 |
+
{
|
| 224 |
+
"global_step": 460,
|
| 225 |
+
"optimizer_step": 57,
|
| 226 |
+
"lr": 4.929278208117378e-05,
|
| 227 |
+
"lm_loss": 0.1485190987586975,
|
| 228 |
+
"order_loss": 0.0,
|
| 229 |
+
"ret_loss": 0.0,
|
| 230 |
+
"pretrain_loss": 0.0,
|
| 231 |
+
"total_loss": 0.1485190987586975
|
| 232 |
+
},
|
| 233 |
+
{
|
| 234 |
+
"global_step": 480,
|
| 235 |
+
"optimizer_step": 60,
|
| 236 |
+
"lr": 4.916320437477008e-05,
|
| 237 |
+
"lm_loss": 0.4268774390220642,
|
| 238 |
+
"order_loss": 0.0,
|
| 239 |
+
"ret_loss": 0.0,
|
| 240 |
+
"pretrain_loss": 0.0,
|
| 241 |
+
"total_loss": 0.4268774390220642
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"global_step": 500,
|
| 245 |
+
"optimizer_step": 62,
|
| 246 |
+
"lr": 4.907087460240999e-05,
|
| 247 |
+
"lm_loss": 0.24137382209300995,
|
| 248 |
+
"order_loss": 0.0,
|
| 249 |
+
"ret_loss": 0.0,
|
| 250 |
+
"pretrain_loss": 0.0,
|
| 251 |
+
"total_loss": 0.24137382209300995
|
| 252 |
+
},
|
| 253 |
+
{
|
| 254 |
+
"global_step": 520,
|
| 255 |
+
"optimizer_step": 65,
|
| 256 |
+
"lr": 4.892350839330522e-05,
|
| 257 |
+
"lm_loss": 0.029780859127640724,
|
| 258 |
+
"order_loss": 0.0,
|
| 259 |
+
"ret_loss": 0.0,
|
| 260 |
+
"pretrain_loss": 0.0,
|
| 261 |
+
"total_loss": 0.029780859127640724
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"global_step": 540,
|
| 265 |
+
"optimizer_step": 67,
|
| 266 |
+
"lr": 4.881937806807241e-05,
|
| 267 |
+
"lm_loss": 0.03325063735246658,
|
| 268 |
+
"order_loss": 0.0,
|
| 269 |
+
"ret_loss": 0.0,
|
| 270 |
+
"pretrain_loss": 0.0,
|
| 271 |
+
"total_loss": 0.03325063735246658
|
| 272 |
+
},
|
| 273 |
+
{
|
| 274 |
+
"global_step": 560,
|
| 275 |
+
"optimizer_step": 70,
|
| 276 |
+
"lr": 4.865440450576874e-05,
|
| 277 |
+
"lm_loss": 0.11450508236885071,
|
| 278 |
+
"order_loss": 0.0,
|
| 279 |
+
"ret_loss": 0.0,
|
| 280 |
+
"pretrain_loss": 0.0,
|
| 281 |
+
"total_loss": 0.11450508236885071
|
| 282 |
+
},
|
| 283 |
+
{
|
| 284 |
+
"global_step": 580,
|
| 285 |
+
"optimizer_step": 72,
|
| 286 |
+
"lr": 4.853860162957552e-05,
|
| 287 |
+
"lm_loss": 0.6066400408744812,
|
| 288 |
+
"order_loss": 0.0,
|
| 289 |
+
"ret_loss": 0.0,
|
| 290 |
+
"pretrain_loss": 0.0,
|
| 291 |
+
"total_loss": 0.6066400408744812
|
| 292 |
+
},
|
| 293 |
+
{
|
| 294 |
+
"global_step": 600,
|
| 295 |
+
"optimizer_step": 75,
|
| 296 |
+
"lr": 4.8356223507364996e-05,
|
| 297 |
+
"lm_loss": 0.06560934334993362,
|
| 298 |
+
"order_loss": 0.0,
|
| 299 |
+
"ret_loss": 0.0,
|
| 300 |
+
"pretrain_loss": 0.0,
|
| 301 |
+
"total_loss": 0.06560934334993362
|
| 302 |
+
},
|
| 303 |
+
{
|
| 304 |
+
"global_step": 620,
|
| 305 |
+
"optimizer_step": 77,
|
| 306 |
+
"lr": 4.822889043057446e-05,
|
| 307 |
+
"lm_loss": 0.3848491609096527,
|
| 308 |
+
"order_loss": 0.0,
|
| 309 |
+
"ret_loss": 0.0,
|
| 310 |
+
"pretrain_loss": 0.0,
|
| 311 |
+
"total_loss": 0.3848491609096527
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"global_step": 640,
|
| 315 |
+
"optimizer_step": 80,
|
| 316 |
+
"lr": 4.802933193625593e-05,
|
| 317 |
+
"lm_loss": 0.09147295355796814,
|
| 318 |
+
"order_loss": 0.0,
|
| 319 |
+
"ret_loss": 0.0,
|
| 320 |
+
"pretrain_loss": 0.0,
|
| 321 |
+
"total_loss": 0.09147295355796814
|
| 322 |
+
},
|
| 323 |
+
{
|
| 324 |
+
"global_step": 660,
|
| 325 |
+
"optimizer_step": 82,
|
| 326 |
+
"lr": 4.789062518269812e-05,
|
| 327 |
+
"lm_loss": 0.3418700098991394,
|
| 328 |
+
"order_loss": 0.0,
|
| 329 |
+
"ret_loss": 0.0,
|
| 330 |
+
"pretrain_loss": 0.0,
|
| 331 |
+
"total_loss": 0.3418700098991394
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"global_step": 680,
|
| 335 |
+
"optimizer_step": 85,
|
| 336 |
+
"lr": 4.767413162299501e-05,
|
| 337 |
+
"lm_loss": 0.3774595558643341,
|
| 338 |
+
"order_loss": 0.0,
|
| 339 |
+
"ret_loss": 0.0,
|
| 340 |
+
"pretrain_loss": 0.0,
|
| 341 |
+
"total_loss": 0.3774595558643341
|
| 342 |
+
},
|
| 343 |
+
{
|
| 344 |
+
"global_step": 700,
|
| 345 |
+
"optimizer_step": 87,
|
| 346 |
+
"lr": 4.752422169756048e-05,
|
| 347 |
+
"lm_loss": 0.11131200939416885,
|
| 348 |
+
"order_loss": 0.0,
|
| 349 |
+
"ret_loss": 0.0,
|
| 350 |
+
"pretrain_loss": 0.0,
|
| 351 |
+
"total_loss": 0.11131200939416885
|
| 352 |
+
},
|
| 353 |
+
{
|
| 354 |
+
"global_step": 720,
|
| 355 |
+
"optimizer_step": 90,
|
| 356 |
+
"lr": 4.729105919657818e-05,
|
| 357 |
+
"lm_loss": 0.003775951685383916,
|
| 358 |
+
"order_loss": 0.0,
|
| 359 |
+
"ret_loss": 0.0,
|
| 360 |
+
"pretrain_loss": 0.0,
|
| 361 |
+
"total_loss": 0.003775951685383916
|
| 362 |
+
},
|
| 363 |
+
{
|
| 364 |
+
"global_step": 740,
|
| 365 |
+
"optimizer_step": 92,
|
| 366 |
+
"lr": 4.7130130375625305e-05,
|
| 367 |
+
"lm_loss": 0.21896381676197052,
|
| 368 |
+
"order_loss": 0.0,
|
| 369 |
+
"ret_loss": 0.0,
|
| 370 |
+
"pretrain_loss": 0.0,
|
| 371 |
+
"total_loss": 0.21896381676197052
|
| 372 |
+
},
|
| 373 |
+
{
|
| 374 |
+
"global_step": 760,
|
| 375 |
+
"optimizer_step": 95,
|
| 376 |
+
"lr": 4.6880585547718845e-05,
|
| 377 |
+
"lm_loss": 0.002201072871685028,
|
| 378 |
+
"order_loss": 0.0,
|
| 379 |
+
"ret_loss": 0.0,
|
| 380 |
+
"pretrain_loss": 0.0,
|
| 381 |
+
"total_loss": 0.002201072871685028
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"global_step": 780,
|
| 385 |
+
"optimizer_step": 97,
|
| 386 |
+
"lr": 4.670883565255264e-05,
|
| 387 |
+
"lm_loss": 0.34648218750953674,
|
| 388 |
+
"order_loss": 0.0,
|
| 389 |
+
"ret_loss": 0.0,
|
| 390 |
+
"pretrain_loss": 0.0,
|
| 391 |
+
"total_loss": 0.34648218750953674
|
| 392 |
+
},
|
| 393 |
+
{
|
| 394 |
+
"global_step": 800,
|
| 395 |
+
"optimizer_step": 100,
|
| 396 |
+
"lr": 4.6443215250006806e-05,
|
| 397 |
+
"lm_loss": 0.368873655796051,
|
| 398 |
+
"order_loss": 0.0,
|
| 399 |
+
"ret_loss": 0.0,
|
| 400 |
+
"pretrain_loss": 0.0,
|
| 401 |
+
"total_loss": 0.368873655796051
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"global_step": 820,
|
| 405 |
+
"optimizer_step": 102,
|
| 406 |
+
"lr": 4.626085540370762e-05,
|
| 407 |
+
"lm_loss": 0.004642661660909653,
|
| 408 |
+
"order_loss": 0.0,
|
| 409 |
+
"ret_loss": 0.0,
|
| 410 |
+
"pretrain_loss": 0.0,
|
| 411 |
+
"total_loss": 0.004642661660909653
|
| 412 |
+
},
|
| 413 |
+
{
|
| 414 |
+
"global_step": 840,
|
| 415 |
+
"optimizer_step": 105,
|
| 416 |
+
"lr": 4.597948593966256e-05,
|
| 417 |
+
"lm_loss": 0.14642609655857086,
|
| 418 |
+
"order_loss": 0.0,
|
| 419 |
+
"ret_loss": 0.0,
|
| 420 |
+
"pretrain_loss": 0.0,
|
| 421 |
+
"total_loss": 0.14642609655857086
|
| 422 |
+
},
|
| 423 |
+
{
|
| 424 |
+
"global_step": 860,
|
| 425 |
+
"optimizer_step": 107,
|
| 426 |
+
"lr": 4.5786740307563636e-05,
|
| 427 |
+
"lm_loss": 0.026782633736729622,
|
| 428 |
+
"order_loss": 0.0,
|
| 429 |
+
"ret_loss": 0.0,
|
| 430 |
+
"pretrain_loss": 0.0,
|
| 431 |
+
"total_loss": 0.026782633736729622
|
| 432 |
+
},
|
| 433 |
+
{
|
| 434 |
+
"global_step": 880,
|
| 435 |
+
"optimizer_step": 110,
|
| 436 |
+
"lr": 4.5489967654649474e-05,
|
| 437 |
+
"lm_loss": 0.0014589367201551795,
|
| 438 |
+
"order_loss": 0.0,
|
| 439 |
+
"ret_loss": 0.0,
|
| 440 |
+
"pretrain_loss": 0.0,
|
| 441 |
+
"total_loss": 0.0014589367201551795
|
| 442 |
+
},
|
| 443 |
+
{
|
| 444 |
+
"global_step": 900,
|
| 445 |
+
"optimizer_step": 112,
|
| 446 |
+
"lr": 4.528707316878232e-05,
|
| 447 |
+
"lm_loss": 0.4252944588661194,
|
| 448 |
+
"order_loss": 0.0,
|
| 449 |
+
"ret_loss": 0.0,
|
| 450 |
+
"pretrain_loss": 0.0,
|
| 451 |
+
"total_loss": 0.4252944588661194
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"global_step": 920,
|
| 455 |
+
"optimizer_step": 115,
|
| 456 |
+
"lr": 4.497526213395623e-05,
|
| 457 |
+
"lm_loss": 0.14207866787910461,
|
| 458 |
+
"order_loss": 0.0,
|
| 459 |
+
"ret_loss": 0.0,
|
| 460 |
+
"pretrain_loss": 0.0,
|
| 461 |
+
"total_loss": 0.14207866787910461
|
| 462 |
+
},
|
| 463 |
+
{
|
| 464 |
+
"global_step": 940,
|
| 465 |
+
"optimizer_step": 117,
|
| 466 |
+
"lr": 4.476246820180259e-05,
|
| 467 |
+
"lm_loss": 0.5116415023803711,
|
| 468 |
+
"order_loss": 0.0,
|
| 469 |
+
"ret_loss": 0.0,
|
| 470 |
+
"pretrain_loss": 0.0,
|
| 471 |
+
"total_loss": 0.5116415023803711
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"global_step": 960,
|
| 475 |
+
"optimizer_step": 120,
|
| 476 |
+
"lr": 4.443600207791081e-05,
|
| 477 |
+
"lm_loss": 0.04670277237892151,
|
| 478 |
+
"order_loss": 0.0,
|
| 479 |
+
"ret_loss": 0.0,
|
| 480 |
+
"pretrain_loss": 0.0,
|
| 481 |
+
"total_loss": 0.04670277237892151
|
| 482 |
+
},
|
| 483 |
+
{
|
| 484 |
+
"global_step": 980,
|
| 485 |
+
"optimizer_step": 122,
|
| 486 |
+
"lr": 4.421357027581921e-05,
|
| 487 |
+
"lm_loss": 0.24469448626041412,
|
| 488 |
+
"order_loss": 0.0,
|
| 489 |
+
"ret_loss": 0.0,
|
| 490 |
+
"pretrain_loss": 0.0,
|
| 491 |
+
"total_loss": 0.24469448626041412
|
| 492 |
+
},
|
| 493 |
+
{
|
| 494 |
+
"global_step": 1000,
|
| 495 |
+
"optimizer_step": 125,
|
| 496 |
+
"lr": 4.38728503704354e-05,
|
| 497 |
+
"lm_loss": 0.0689690113067627,
|
| 498 |
+
"order_loss": 0.0,
|
| 499 |
+
"ret_loss": 0.0,
|
| 500 |
+
"pretrain_loss": 0.0,
|
| 501 |
+
"total_loss": 0.0689690113067627
|
| 502 |
+
},
|
| 503 |
+
{
|
| 504 |
+
"global_step": 1020,
|
| 505 |
+
"optimizer_step": 127,
|
| 506 |
+
"lr": 4.364105412207914e-05,
|
| 507 |
+
"lm_loss": 0.08621075004339218,
|
| 508 |
+
"order_loss": 0.0,
|
| 509 |
+
"ret_loss": 0.0,
|
| 510 |
+
"pretrain_loss": 0.0,
|
| 511 |
+
"total_loss": 0.08621075004339218
|
| 512 |
+
},
|
| 513 |
+
{
|
| 514 |
+
"global_step": 1040,
|
| 515 |
+
"optimizer_step": 130,
|
| 516 |
+
"lr": 4.328649926419819e-05,
|
| 517 |
+
"lm_loss": 0.01938805729150772,
|
| 518 |
+
"order_loss": 0.0,
|
| 519 |
+
"ret_loss": 0.0,
|
| 520 |
+
"pretrain_loss": 0.0,
|
| 521 |
+
"total_loss": 0.01938805729150772
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"global_step": 1060,
|
| 525 |
+
"optimizer_step": 132,
|
| 526 |
+
"lr": 4.304562350447008e-05,
|
| 527 |
+
"lm_loss": 0.05023053660988808,
|
| 528 |
+
"order_loss": 0.0,
|
| 529 |
+
"ret_loss": 0.0,
|
| 530 |
+
"pretrain_loss": 0.0,
|
| 531 |
+
"total_loss": 0.05023053660988808
|
| 532 |
+
},
|
| 533 |
+
{
|
| 534 |
+
"global_step": 1080,
|
| 535 |
+
"optimizer_step": 135,
|
| 536 |
+
"lr": 4.267766952966369e-05,
|
| 537 |
+
"lm_loss": 0.10083738714456558,
|
| 538 |
+
"order_loss": 0.0,
|
| 539 |
+
"ret_loss": 0.0,
|
| 540 |
+
"pretrain_loss": 0.0,
|
| 541 |
+
"total_loss": 0.10083738714456558
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"global_step": 1100,
|
| 545 |
+
"optimizer_step": 137,
|
| 546 |
+
"lr": 4.242801035442058e-05,
|
| 547 |
+
"lm_loss": 0.05449753999710083,
|
| 548 |
+
"order_loss": 0.0,
|
| 549 |
+
"ret_loss": 0.0,
|
| 550 |
+
"pretrain_loss": 0.0,
|
| 551 |
+
"total_loss": 0.05449753999710083
|
| 552 |
+
},
|
| 553 |
+
{
|
| 554 |
+
"global_step": 1120,
|
| 555 |
+
"optimizer_step": 140,
|
| 556 |
+
"lr": 4.204710956908763e-05,
|
| 557 |
+
"lm_loss": 0.1378156989812851,
|
| 558 |
+
"order_loss": 0.0,
|
| 559 |
+
"ret_loss": 0.0,
|
| 560 |
+
"pretrain_loss": 0.0,
|
| 561 |
+
"total_loss": 0.1378156989812851
|
| 562 |
+
},
|
| 563 |
+
{
|
| 564 |
+
"global_step": 1140,
|
| 565 |
+
"optimizer_step": 142,
|
| 566 |
+
"lr": 4.178897387117546e-05,
|
| 567 |
+
"lm_loss": 0.059037111699581146,
|
| 568 |
+
"order_loss": 0.0,
|
| 569 |
+
"ret_loss": 0.0,
|
| 570 |
+
"pretrain_loss": 0.0,
|
| 571 |
+
"total_loss": 0.059037111699581146
|
| 572 |
+
},
|
| 573 |
+
{
|
| 574 |
+
"global_step": 1160,
|
| 575 |
+
"optimizer_step": 145,
|
| 576 |
+
"lr": 4.139559449654561e-05,
|
| 577 |
+
"lm_loss": 0.24993960559368134,
|
| 578 |
+
"order_loss": 0.0,
|
| 579 |
+
"ret_loss": 0.0,
|
| 580 |
+
"pretrain_loss": 0.0,
|
| 581 |
+
"total_loss": 0.24993960559368134
|
| 582 |
+
},
|
| 583 |
+
{
|
| 584 |
+
"global_step": 1180,
|
| 585 |
+
"optimizer_step": 147,
|
| 586 |
+
"lr": 4.1129299588552193e-05,
|
| 587 |
+
"lm_loss": 0.16158868372440338,
|
| 588 |
+
"order_loss": 0.0,
|
| 589 |
+
"ret_loss": 0.0,
|
| 590 |
+
"pretrain_loss": 0.0,
|
| 591 |
+
"total_loss": 0.16158868372440338
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"global_step": 1200,
|
| 595 |
+
"optimizer_step": 150,
|
| 596 |
+
"lr": 4.072392518512623e-05,
|
| 597 |
+
"lm_loss": 0.06348252296447754,
|
| 598 |
+
"order_loss": 0.0,
|
| 599 |
+
"ret_loss": 0.0,
|
| 600 |
+
"pretrain_loss": 0.0,
|
| 601 |
+
"total_loss": 0.06348252296447754
|
| 602 |
+
},
|
| 603 |
+
{
|
| 604 |
+
"global_step": 1220,
|
| 605 |
+
"optimizer_step": 152,
|
| 606 |
+
"lr": 4.0449798409325665e-05,
|
| 607 |
+
"lm_loss": 0.14204560220241547,
|
| 608 |
+
"order_loss": 0.0,
|
| 609 |
+
"ret_loss": 0.0,
|
| 610 |
+
"pretrain_loss": 0.0,
|
| 611 |
+
"total_loss": 0.14204560220241547
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"global_step": 1240,
|
| 615 |
+
"optimizer_step": 155,
|
| 616 |
+
"lr": 4.0032927282460146e-05,
|
| 617 |
+
"lm_loss": 0.07487162947654724,
|
| 618 |
+
"order_loss": 0.0,
|
| 619 |
+
"ret_loss": 0.0,
|
| 620 |
+
"pretrain_loss": 0.0,
|
| 621 |
+
"total_loss": 0.07487162947654724
|
| 622 |
+
},
|
| 623 |
+
{
|
| 624 |
+
"global_step": 1260,
|
| 625 |
+
"optimizer_step": 157,
|
| 626 |
+
"lr": 3.9751305608428205e-05,
|
| 627 |
+
"lm_loss": 0.0706908255815506,
|
| 628 |
+
"order_loss": 0.0,
|
| 629 |
+
"ret_loss": 0.0,
|
| 630 |
+
"pretrain_loss": 0.0,
|
| 631 |
+
"total_loss": 0.0706908255815506
|
| 632 |
+
},
|
| 633 |
+
{
|
| 634 |
+
"global_step": 1280,
|
| 635 |
+
"optimizer_step": 160,
|
| 636 |
+
"lr": 3.932345019579495e-05,
|
| 637 |
+
"lm_loss": 0.040834181010723114,
|
| 638 |
+
"order_loss": 0.0,
|
| 639 |
+
"ret_loss": 0.0,
|
| 640 |
+
"pretrain_loss": 0.0,
|
| 641 |
+
"total_loss": 0.040834181010723114
|
| 642 |
+
},
|
| 643 |
+
{
|
| 644 |
+
"global_step": 1300,
|
| 645 |
+
"optimizer_step": 162,
|
| 646 |
+
"lr": 3.90346798061902e-05,
|
| 647 |
+
"lm_loss": 0.031970564275979996,
|
| 648 |
+
"order_loss": 0.0,
|
| 649 |
+
"ret_loss": 0.0,
|
| 650 |
+
"pretrain_loss": 0.0,
|
| 651 |
+
"total_loss": 0.031970564275979996
|
| 652 |
+
},
|
| 653 |
+
{
|
| 654 |
+
"global_step": 1320,
|
| 655 |
+
"optimizer_step": 165,
|
| 656 |
+
"lr": 3.859636604786372e-05,
|
| 657 |
+
"lm_loss": 0.012079763226211071,
|
| 658 |
+
"order_loss": 0.0,
|
| 659 |
+
"ret_loss": 0.0,
|
| 660 |
+
"pretrain_loss": 0.0,
|
| 661 |
+
"total_loss": 0.012079763226211071
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"global_step": 1340,
|
| 665 |
+
"optimizer_step": 167,
|
| 666 |
+
"lr": 3.830080191288342e-05,
|
| 667 |
+
"lm_loss": 0.3697088360786438,
|
| 668 |
+
"order_loss": 0.0,
|
| 669 |
+
"ret_loss": 0.0,
|
| 670 |
+
"pretrain_loss": 0.0,
|
| 671 |
+
"total_loss": 0.3697088360786438
|
| 672 |
+
},
|
| 673 |
+
{
|
| 674 |
+
"global_step": 1360,
|
| 675 |
+
"optimizer_step": 170,
|
| 676 |
+
"lr": 3.785256860483054e-05,
|
| 677 |
+
"lm_loss": 0.14125797152519226,
|
| 678 |
+
"order_loss": 0.0,
|
| 679 |
+
"ret_loss": 0.0,
|
| 680 |
+
"pretrain_loss": 0.0,
|
| 681 |
+
"total_loss": 0.14125797152519226
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"global_step": 1380,
|
| 685 |
+
"optimizer_step": 172,
|
| 686 |
+
"lr": 3.755057404586455e-05,
|
| 687 |
+
"lm_loss": 0.2601718008518219,
|
| 688 |
+
"order_loss": 0.0,
|
| 689 |
+
"ret_loss": 0.0,
|
| 690 |
+
"pretrain_loss": 0.0,
|
| 691 |
+
"total_loss": 0.2601718008518219
|
| 692 |
+
},
|
| 693 |
+
{
|
| 694 |
+
"global_step": 1400,
|
| 695 |
+
"optimizer_step": 175,
|
| 696 |
+
"lr": 3.7092972177631e-05,
|
| 697 |
+
"lm_loss": 0.3739551901817322,
|
| 698 |
+
"order_loss": 0.0,
|
| 699 |
+
"ret_loss": 0.0,
|
| 700 |
+
"pretrain_loss": 0.0,
|
| 701 |
+
"total_loss": 0.3739551901817322
|
| 702 |
+
},
|
| 703 |
+
{
|
| 704 |
+
"global_step": 1420,
|
| 705 |
+
"optimizer_step": 177,
|
| 706 |
+
"lr": 3.678491842064995e-05,
|
| 707 |
+
"lm_loss": 0.03769402951002121,
|
| 708 |
+
"order_loss": 0.0,
|
| 709 |
+
"ret_loss": 0.0,
|
| 710 |
+
"pretrain_loss": 0.0,
|
| 711 |
+
"total_loss": 0.03769402951002121
|
| 712 |
+
},
|
| 713 |
+
{
|
| 714 |
+
"global_step": 1440,
|
| 715 |
+
"optimizer_step": 180,
|
| 716 |
+
"lr": 3.631851049805793e-05,
|
| 717 |
+
"lm_loss": 0.06215887889266014,
|
| 718 |
+
"order_loss": 0.0,
|
| 719 |
+
"ret_loss": 0.0,
|
| 720 |
+
"pretrain_loss": 0.0,
|
| 721 |
+
"total_loss": 0.06215887889266014
|
| 722 |
+
},
|
| 723 |
+
{
|
| 724 |
+
"global_step": 1460,
|
| 725 |
+
"optimizer_step": 182,
|
| 726 |
+
"lr": 3.600477621728473e-05,
|
| 727 |
+
"lm_loss": 0.04244808107614517,
|
| 728 |
+
"order_loss": 0.0,
|
| 729 |
+
"ret_loss": 0.0,
|
| 730 |
+
"pretrain_loss": 0.0,
|
| 731 |
+
"total_loss": 0.04244808107614517
|
| 732 |
+
},
|
| 733 |
+
{
|
| 734 |
+
"global_step": 1480,
|
| 735 |
+
"optimizer_step": 185,
|
| 736 |
+
"lr": 3.5530135570974274e-05,
|
| 737 |
+
"lm_loss": 0.49424880743026733,
|
| 738 |
+
"order_loss": 0.0,
|
| 739 |
+
"ret_loss": 0.0,
|
| 740 |
+
"pretrain_loss": 0.0,
|
| 741 |
+
"total_loss": 0.49424880743026733
|
| 742 |
+
},
|
| 743 |
+
{
|
| 744 |
+
"global_step": 1500,
|
| 745 |
+
"optimizer_step": 187,
|
| 746 |
+
"lr": 3.521110642339991e-05,
|
| 747 |
+
"lm_loss": 0.04153555631637573,
|
| 748 |
+
"order_loss": 0.0,
|
| 749 |
+
"ret_loss": 0.0,
|
| 750 |
+
"pretrain_loss": 0.0,
|
| 751 |
+
"total_loss": 0.04153555631637573
|
| 752 |
+
},
|
| 753 |
+
{
|
| 754 |
+
"global_step": 1520,
|
| 755 |
+
"optimizer_step": 190,
|
| 756 |
+
"lr": 3.4728816504063726e-05,
|
| 757 |
+
"lm_loss": 0.1901559829711914,
|
| 758 |
+
"order_loss": 0.0,
|
| 759 |
+
"ret_loss": 0.0,
|
| 760 |
+
"pretrain_loss": 0.0,
|
| 761 |
+
"total_loss": 0.1901559829711914
|
| 762 |
+
},
|
| 763 |
+
{
|
| 764 |
+
"global_step": 1540,
|
| 765 |
+
"optimizer_step": 192,
|
| 766 |
+
"lr": 3.440488465537943e-05,
|
| 767 |
+
"lm_loss": 0.011701892130076885,
|
| 768 |
+
"order_loss": 0.0,
|
| 769 |
+
"ret_loss": 0.0,
|
| 770 |
+
"pretrain_loss": 0.0,
|
| 771 |
+
"total_loss": 0.011701892130076885
|
| 772 |
+
},
|
| 773 |
+
{
|
| 774 |
+
"global_step": 1560,
|
| 775 |
+
"optimizer_step": 195,
|
| 776 |
+
"lr": 3.391553831655782e-05,
|
| 777 |
+
"lm_loss": 0.012419418431818485,
|
| 778 |
+
"order_loss": 0.0,
|
| 779 |
+
"ret_loss": 0.0,
|
| 780 |
+
"pretrain_loss": 0.0,
|
| 781 |
+
"total_loss": 0.012419418431818485
|
| 782 |
+
},
|
| 783 |
+
{
|
| 784 |
+
"global_step": 1580,
|
| 785 |
+
"optimizer_step": 197,
|
| 786 |
+
"lr": 3.358710195908653e-05,
|
| 787 |
+
"lm_loss": 0.002366140019148588,
|
| 788 |
+
"order_loss": 0.0,
|
| 789 |
+
"ret_loss": 0.0,
|
| 790 |
+
"pretrain_loss": 0.0,
|
| 791 |
+
"total_loss": 0.002366140019148588
|
| 792 |
+
},
|
| 793 |
+
{
|
| 794 |
+
"global_step": 1600,
|
| 795 |
+
"optimizer_step": 200,
|
| 796 |
+
"lr": 3.309130072840379e-05,
|
| 797 |
+
"lm_loss": 0.027630148455500603,
|
| 798 |
+
"order_loss": 0.0,
|
| 799 |
+
"ret_loss": 0.0,
|
| 800 |
+
"pretrain_loss": 0.0,
|
| 801 |
+
"total_loss": 0.027630148455500603
|
| 802 |
+
},
|
| 803 |
+
{
|
| 804 |
+
"global_step": 1620,
|
| 805 |
+
"optimizer_step": 202,
|
| 806 |
+
"lr": 3.2758763591623295e-05,
|
| 807 |
+
"lm_loss": 0.049951598048210144,
|
| 808 |
+
"order_loss": 0.0,
|
| 809 |
+
"ret_loss": 0.0,
|
| 810 |
+
"pretrain_loss": 0.0,
|
| 811 |
+
"total_loss": 0.049951598048210144
|
| 812 |
+
},
|
| 813 |
+
{
|
| 814 |
+
"global_step": 1640,
|
| 815 |
+
"optimizer_step": 205,
|
| 816 |
+
"lr": 3.225711693136156e-05,
|
| 817 |
+
"lm_loss": 0.18837137520313263,
|
| 818 |
+
"order_loss": 0.0,
|
| 819 |
+
"ret_loss": 0.0,
|
| 820 |
+
"pretrain_loss": 0.0,
|
| 821 |
+
"total_loss": 0.18837137520313263
|
| 822 |
+
},
|
| 823 |
+
{
|
| 824 |
+
"global_step": 1660,
|
| 825 |
+
"optimizer_step": 207,
|
| 826 |
+
"lr": 3.1920887785621235e-05,
|
| 827 |
+
"lm_loss": 0.036072056740522385,
|
| 828 |
+
"order_loss": 0.0,
|
| 829 |
+
"ret_loss": 0.0,
|
| 830 |
+
"pretrain_loss": 0.0,
|
| 831 |
+
"total_loss": 0.036072056740522385
|
| 832 |
+
},
|
| 833 |
+
{
|
| 834 |
+
"global_step": 1680,
|
| 835 |
+
"optimizer_step": 210,
|
| 836 |
+
"lr": 3.141401234354067e-05,
|
| 837 |
+
"lm_loss": 0.006159563548862934,
|
| 838 |
+
"order_loss": 0.0,
|
| 839 |
+
"ret_loss": 0.0,
|
| 840 |
+
"pretrain_loss": 0.0,
|
| 841 |
+
"total_loss": 0.006159563548862934
|
| 842 |
+
},
|
| 843 |
+
{
|
| 844 |
+
"global_step": 1700,
|
| 845 |
+
"optimizer_step": 212,
|
| 846 |
+
"lr": 3.10745044975816e-05,
|
| 847 |
+
"lm_loss": 0.06158001348376274,
|
| 848 |
+
"order_loss": 0.0,
|
| 849 |
+
"ret_loss": 0.0,
|
| 850 |
+
"pretrain_loss": 0.0,
|
| 851 |
+
"total_loss": 0.06158001348376274
|
| 852 |
+
},
|
| 853 |
+
{
|
| 854 |
+
"global_step": 1720,
|
| 855 |
+
"optimizer_step": 215,
|
| 856 |
+
"lr": 3.056302334890786e-05,
|
| 857 |
+
"lm_loss": 0.013076377101242542,
|
| 858 |
+
"order_loss": 0.0,
|
| 859 |
+
"ret_loss": 0.0,
|
| 860 |
+
"pretrain_loss": 0.0,
|
| 861 |
+
"total_loss": 0.013076377101242542
|
| 862 |
+
},
|
| 863 |
+
{
|
| 864 |
+
"global_step": 1740,
|
| 865 |
+
"optimizer_step": 217,
|
| 866 |
+
"lr": 3.022065414180425e-05,
|
| 867 |
+
"lm_loss": 0.010805181227624416,
|
| 868 |
+
"order_loss": 0.0,
|
| 869 |
+
"ret_loss": 0.0,
|
| 870 |
+
"pretrain_loss": 0.0,
|
| 871 |
+
"total_loss": 0.010805181227624416
|
| 872 |
+
},
|
| 873 |
+
{
|
| 874 |
+
"global_step": 1760,
|
| 875 |
+
"optimizer_step": 220,
|
| 876 |
+
"lr": 2.9705196023315006e-05,
|
| 877 |
+
"lm_loss": 0.07009876519441605,
|
| 878 |
+
"order_loss": 0.0,
|
| 879 |
+
"ret_loss": 0.0,
|
| 880 |
+
"pretrain_loss": 0.0,
|
| 881 |
+
"total_loss": 0.07009876519441605
|
| 882 |
+
},
|
| 883 |
+
{
|
| 884 |
+
"global_step": 1780,
|
| 885 |
+
"optimizer_step": 222,
|
| 886 |
+
"lr": 2.9360386311461275e-05,
|
| 887 |
+
"lm_loss": 0.4776638150215149,
|
| 888 |
+
"order_loss": 0.0,
|
| 889 |
+
"ret_loss": 0.0,
|
| 890 |
+
"pretrain_loss": 0.0,
|
| 891 |
+
"total_loss": 0.4776638150215149
|
| 892 |
+
},
|
| 893 |
+
{
|
| 894 |
+
"global_step": 1800,
|
| 895 |
+
"optimizer_step": 225,
|
| 896 |
+
"lr": 2.884158484861325e-05,
|
| 897 |
+
"lm_loss": 0.2013925015926361,
|
| 898 |
+
"order_loss": 0.0,
|
| 899 |
+
"ret_loss": 0.0,
|
| 900 |
+
"pretrain_loss": 0.0,
|
| 901 |
+
"total_loss": 0.2013925015926361
|
| 902 |
+
},
|
| 903 |
+
{
|
| 904 |
+
"global_step": 1820,
|
| 905 |
+
"optimizer_step": 227,
|
| 906 |
+
"lr": 2.849475848838749e-05,
|
| 907 |
+
"lm_loss": 0.032641734927892685,
|
| 908 |
+
"order_loss": 0.0,
|
| 909 |
+
"ret_loss": 0.0,
|
| 910 |
+
"pretrain_loss": 0.0,
|
| 911 |
+
"total_loss": 0.032641734927892685
|
| 912 |
+
},
|
| 913 |
+
{
|
| 914 |
+
"global_step": 1840,
|
| 915 |
+
"optimizer_step": 230,
|
| 916 |
+
"lr": 2.7973251416434175e-05,
|
| 917 |
+
"lm_loss": 0.03929087892174721,
|
| 918 |
+
"order_loss": 0.0,
|
| 919 |
+
"ret_loss": 0.0,
|
| 920 |
+
"pretrain_loss": 0.0,
|
| 921 |
+
"total_loss": 0.03929087892174721
|
| 922 |
+
},
|
| 923 |
+
{
|
| 924 |
+
"global_step": 1860,
|
| 925 |
+
"optimizer_step": 232,
|
| 926 |
+
"lr": 2.7624834743173867e-05,
|
| 927 |
+
"lm_loss": 0.5391862988471985,
|
| 928 |
+
"order_loss": 0.0,
|
| 929 |
+
"ret_loss": 0.0,
|
| 930 |
+
"pretrain_loss": 0.0,
|
| 931 |
+
"total_loss": 0.5391862988471985
|
| 932 |
+
},
|
| 933 |
+
{
|
| 934 |
+
"global_step": 1880,
|
| 935 |
+
"optimizer_step": 235,
|
| 936 |
+
"lr": 2.710126312323119e-05,
|
| 937 |
+
"lm_loss": 0.6177406311035156,
|
| 938 |
+
"order_loss": 0.0,
|
| 939 |
+
"ret_loss": 0.0,
|
| 940 |
+
"pretrain_loss": 0.0,
|
| 941 |
+
"total_loss": 0.6177406311035156
|
| 942 |
+
},
|
| 943 |
+
{
|
| 944 |
+
"global_step": 1900,
|
| 945 |
+
"optimizer_step": 237,
|
| 946 |
+
"lr": 2.6751684427161683e-05,
|
| 947 |
+
"lm_loss": 0.086616151034832,
|
| 948 |
+
"order_loss": 0.0,
|
| 949 |
+
"ret_loss": 0.0,
|
| 950 |
+
"pretrain_loss": 0.0,
|
| 951 |
+
"total_loss": 0.086616151034832
|
| 952 |
+
},
|
| 953 |
+
{
|
| 954 |
+
"global_step": 1920,
|
| 955 |
+
"optimizer_step": 240,
|
| 956 |
+
"lr": 2.6226691858185454e-05,
|
| 957 |
+
"lm_loss": 0.025535505264997482,
|
| 958 |
+
"order_loss": 0.0,
|
| 959 |
+
"ret_loss": 0.0,
|
| 960 |
+
"pretrain_loss": 0.0,
|
| 961 |
+
"total_loss": 0.025535505264997482
|
| 962 |
+
},
|
| 963 |
+
{
|
| 964 |
+
"global_step": 1940,
|
| 965 |
+
"optimizer_step": 242,
|
| 966 |
+
"lr": 2.587638085794541e-05,
|
| 967 |
+
"lm_loss": 0.03440623730421066,
|
| 968 |
+
"order_loss": 0.0,
|
| 969 |
+
"ret_loss": 0.0,
|
| 970 |
+
"pretrain_loss": 0.0,
|
| 971 |
+
"total_loss": 0.03440623730421066
|
| 972 |
+
},
|
| 973 |
+
{
|
| 974 |
+
"global_step": 1960,
|
| 975 |
+
"optimizer_step": 245,
|
| 976 |
+
"lr": 2.535061268558906e-05,
|
| 977 |
+
"lm_loss": 0.2496095448732376,
|
| 978 |
+
"order_loss": 0.0,
|
| 979 |
+
"ret_loss": 0.0,
|
| 980 |
+
"pretrain_loss": 0.0,
|
| 981 |
+
"total_loss": 0.2496095448732376
|
| 982 |
+
},
|
| 983 |
+
{
|
| 984 |
+
"global_step": 1980,
|
| 985 |
+
"optimizer_step": 247,
|
| 986 |
+
"lr": 2.5e-05,
|
| 987 |
+
"lm_loss": 0.24954362213611603,
|
| 988 |
+
"order_loss": 0.0,
|
| 989 |
+
"ret_loss": 0.0,
|
| 990 |
+
"pretrain_loss": 0.0,
|
| 991 |
+
"total_loss": 0.24954362213611603
|
| 992 |
+
},
|
| 993 |
+
{
|
| 994 |
+
"global_step": 2000,
|
| 995 |
+
"optimizer_step": 250,
|
| 996 |
+
"lr": 2.447410252332528e-05,
|
| 997 |
+
"lm_loss": 0.009339780546724796,
|
| 998 |
+
"order_loss": 0.0,
|
| 999 |
+
"ret_loss": 0.0,
|
| 1000 |
+
"pretrain_loss": 0.0,
|
| 1001 |
+
"total_loss": 0.009339780546724796
|
| 1002 |
+
},
|
| 1003 |
+
{
|
| 1004 |
+
"global_step": 2020,
|
| 1005 |
+
"optimizer_step": 252,
|
| 1006 |
+
"lr": 2.4123619142054597e-05,
|
| 1007 |
+
"lm_loss": 0.00849460531026125,
|
| 1008 |
+
"order_loss": 0.0,
|
| 1009 |
+
"ret_loss": 0.0,
|
| 1010 |
+
"pretrain_loss": 0.0,
|
| 1011 |
+
"total_loss": 0.00849460531026125
|
| 1012 |
+
},
|
| 1013 |
+
{
|
| 1014 |
+
"global_step": 2040,
|
| 1015 |
+
"optimizer_step": 255,
|
| 1016 |
+
"lr": 2.3598238819070202e-05,
|
| 1017 |
+
"lm_loss": 0.0509711317718029,
|
| 1018 |
+
"order_loss": 0.0,
|
| 1019 |
+
"ret_loss": 0.0,
|
| 1020 |
+
"pretrain_loss": 0.0,
|
| 1021 |
+
"total_loss": 0.0509711317718029
|
| 1022 |
+
},
|
| 1023 |
+
{
|
| 1024 |
+
"global_step": 2060,
|
| 1025 |
+
"optimizer_step": 257,
|
| 1026 |
+
"lr": 2.3248315572838316e-05,
|
| 1027 |
+
"lm_loss": 0.013154163956642151,
|
| 1028 |
+
"order_loss": 0.0,
|
| 1029 |
+
"ret_loss": 0.0,
|
| 1030 |
+
"pretrain_loss": 0.0,
|
| 1031 |
+
"total_loss": 0.013154163956642151
|
| 1032 |
+
},
|
| 1033 |
+
{
|
| 1034 |
+
"global_step": 2080,
|
| 1035 |
+
"optimizer_step": 260,
|
| 1036 |
+
"lr": 2.272409822584325e-05,
|
| 1037 |
+
"lm_loss": 0.3910106122493744,
|
| 1038 |
+
"order_loss": 0.0,
|
| 1039 |
+
"ret_loss": 0.0,
|
| 1040 |
+
"pretrain_loss": 0.0,
|
| 1041 |
+
"total_loss": 0.3910106122493744
|
| 1042 |
+
},
|
| 1043 |
+
{
|
| 1044 |
+
"global_step": 2100,
|
| 1045 |
+
"optimizer_step": 262,
|
| 1046 |
+
"lr": 2.237516525682614e-05,
|
| 1047 |
+
"lm_loss": 0.02570164203643799,
|
| 1048 |
+
"order_loss": 0.0,
|
| 1049 |
+
"ret_loss": 0.0,
|
| 1050 |
+
"pretrain_loss": 0.0,
|
| 1051 |
+
"total_loss": 0.02570164203643799
|
| 1052 |
+
},
|
| 1053 |
+
{
|
| 1054 |
+
"global_step": 2120,
|
| 1055 |
+
"optimizer_step": 265,
|
| 1056 |
+
"lr": 2.185275527853437e-05,
|
| 1057 |
+
"lm_loss": 0.3654680550098419,
|
| 1058 |
+
"order_loss": 0.0,
|
| 1059 |
+
"ret_loss": 0.0,
|
| 1060 |
+
"pretrain_loss": 0.0,
|
| 1061 |
+
"total_loss": 0.3654680550098419
|
| 1062 |
+
},
|
| 1063 |
+
{
|
| 1064 |
+
"global_step": 2140,
|
| 1065 |
+
"optimizer_step": 267,
|
| 1066 |
+
"lr": 2.1505241511612522e-05,
|
| 1067 |
+
"lm_loss": 0.07098208367824554,
|
| 1068 |
+
"order_loss": 0.0,
|
| 1069 |
+
"ret_loss": 0.0,
|
| 1070 |
+
"pretrain_loss": 0.0,
|
| 1071 |
+
"total_loss": 0.07098208367824554
|
| 1072 |
+
},
|
| 1073 |
+
{
|
| 1074 |
+
"global_step": 2160,
|
| 1075 |
+
"optimizer_step": 270,
|
| 1076 |
+
"lr": 2.0985281073035076e-05,
|
| 1077 |
+
"lm_loss": 0.504743754863739,
|
| 1078 |
+
"order_loss": 0.0,
|
| 1079 |
+
"ret_loss": 0.0,
|
| 1080 |
+
"pretrain_loss": 0.0,
|
| 1081 |
+
"total_loss": 0.504743754863739
|
| 1082 |
+
},
|
| 1083 |
+
{
|
| 1084 |
+
"global_step": 2180,
|
| 1085 |
+
"optimizer_step": 272,
|
| 1086 |
+
"lr": 2.0639613688538734e-05,
|
| 1087 |
+
"lm_loss": 0.029834840446710587,
|
| 1088 |
+
"order_loss": 0.0,
|
| 1089 |
+
"ret_loss": 0.0,
|
| 1090 |
+
"pretrain_loss": 0.0,
|
| 1091 |
+
"total_loss": 0.029834840446710587
|
| 1092 |
+
},
|
| 1093 |
+
{
|
| 1094 |
+
"global_step": 2200,
|
| 1095 |
+
"optimizer_step": 275,
|
| 1096 |
+
"lr": 2.0122741949596797e-05,
|
| 1097 |
+
"lm_loss": 0.002991311950609088,
|
| 1098 |
+
"order_loss": 0.0,
|
| 1099 |
+
"ret_loss": 0.0,
|
| 1100 |
+
"pretrain_loss": 0.0,
|
| 1101 |
+
"total_loss": 0.002991311950609088
|
| 1102 |
+
},
|
| 1103 |
+
{
|
| 1104 |
+
"global_step": 2220,
|
| 1105 |
+
"optimizer_step": 277,
|
| 1106 |
+
"lr": 1.977934585819576e-05,
|
| 1107 |
+
"lm_loss": 0.044469576328992844,
|
| 1108 |
+
"order_loss": 0.0,
|
| 1109 |
+
"ret_loss": 0.0,
|
| 1110 |
+
"pretrain_loss": 0.0,
|
| 1111 |
+
"total_loss": 0.044469576328992844
|
| 1112 |
+
},
|
| 1113 |
+
{
|
| 1114 |
+
"global_step": 2240,
|
| 1115 |
+
"optimizer_step": 280,
|
| 1116 |
+
"lr": 1.9266198182035058e-05,
|
| 1117 |
+
"lm_loss": 0.0410606749355793,
|
| 1118 |
+
"order_loss": 0.0,
|
| 1119 |
+
"ret_loss": 0.0,
|
| 1120 |
+
"pretrain_loss": 0.0,
|
| 1121 |
+
"total_loss": 0.0410606749355793
|
| 1122 |
+
},
|
| 1123 |
+
{
|
| 1124 |
+
"global_step": 2260,
|
| 1125 |
+
"optimizer_step": 282,
|
| 1126 |
+
"lr": 1.8925495502418406e-05,
|
| 1127 |
+
"lm_loss": 0.018994081765413284,
|
| 1128 |
+
"order_loss": 0.0,
|
| 1129 |
+
"ret_loss": 0.0,
|
| 1130 |
+
"pretrain_loss": 0.0,
|
| 1131 |
+
"total_loss": 0.018994081765413284
|
| 1132 |
+
},
|
| 1133 |
+
{
|
| 1134 |
+
"global_step": 2280,
|
| 1135 |
+
"optimizer_step": 285,
|
| 1136 |
+
"lr": 1.841670267439088e-05,
|
| 1137 |
+
"lm_loss": 0.01729055680334568,
|
| 1138 |
+
"order_loss": 0.0,
|
| 1139 |
+
"ret_loss": 0.0,
|
| 1140 |
+
"pretrain_loss": 0.0,
|
| 1141 |
+
"total_loss": 0.01729055680334568
|
| 1142 |
+
},
|
| 1143 |
+
{
|
| 1144 |
+
"global_step": 2300,
|
| 1145 |
+
"optimizer_step": 287,
|
| 1146 |
+
"lr": 1.8079112214378768e-05,
|
| 1147 |
+
"lm_loss": 0.010672829113900661,
|
| 1148 |
+
"order_loss": 0.0,
|
| 1149 |
+
"ret_loss": 0.0,
|
| 1150 |
+
"pretrain_loss": 0.0,
|
| 1151 |
+
"total_loss": 0.010672829113900661
|
| 1152 |
+
},
|
| 1153 |
+
{
|
| 1154 |
+
"global_step": 2320,
|
| 1155 |
+
"optimizer_step": 290,
|
| 1156 |
+
"lr": 1.757529966665141e-05,
|
| 1157 |
+
"lm_loss": 0.033489275723695755,
|
| 1158 |
+
"order_loss": 0.0,
|
| 1159 |
+
"ret_loss": 0.0,
|
| 1160 |
+
"pretrain_loss": 0.0,
|
| 1161 |
+
"total_loss": 0.033489275723695755
|
| 1162 |
+
},
|
| 1163 |
+
{
|
| 1164 |
+
"global_step": 2340,
|
| 1165 |
+
"optimizer_step": 292,
|
| 1166 |
+
"lr": 1.72412364083767e-05,
|
| 1167 |
+
"lm_loss": 0.03631598502397537,
|
| 1168 |
+
"order_loss": 0.0,
|
| 1169 |
+
"ret_loss": 0.0,
|
| 1170 |
+
"pretrain_loss": 0.0,
|
| 1171 |
+
"total_loss": 0.03631598502397537
|
| 1172 |
+
},
|
| 1173 |
+
{
|
| 1174 |
+
"global_step": 2360,
|
| 1175 |
+
"optimizer_step": 295,
|
| 1176 |
+
"lr": 1.6743023451120832e-05,
|
| 1177 |
+
"lm_loss": 0.1633637249469757,
|
| 1178 |
+
"order_loss": 0.0,
|
| 1179 |
+
"ret_loss": 0.0,
|
| 1180 |
+
"pretrain_loss": 0.0,
|
| 1181 |
+
"total_loss": 0.1633637249469757
|
| 1182 |
+
},
|
| 1183 |
+
{
|
| 1184 |
+
"global_step": 2380,
|
| 1185 |
+
"optimizer_step": 297,
|
| 1186 |
+
"lr": 1.641289804091347e-05,
|
| 1187 |
+
"lm_loss": 0.25502148270606995,
|
| 1188 |
+
"order_loss": 0.0,
|
| 1189 |
+
"ret_loss": 0.0,
|
| 1190 |
+
"pretrain_loss": 0.0,
|
| 1191 |
+
"total_loss": 0.25502148270606995
|
| 1192 |
+
},
|
| 1193 |
+
{
|
| 1194 |
+
"global_step": 2400,
|
| 1195 |
+
"optimizer_step": 300,
|
| 1196 |
+
"lr": 1.5920897101019383e-05,
|
| 1197 |
+
"lm_loss": 0.01849634014070034,
|
| 1198 |
+
"order_loss": 0.0,
|
| 1199 |
+
"ret_loss": 0.0,
|
| 1200 |
+
"pretrain_loss": 0.0,
|
| 1201 |
+
"total_loss": 0.01849634014070034
|
| 1202 |
+
},
|
| 1203 |
+
{
|
| 1204 |
+
"global_step": 2420,
|
| 1205 |
+
"optimizer_step": 302,
|
| 1206 |
+
"lr": 1.5595115344620576e-05,
|
| 1207 |
+
"lm_loss": 0.03461584448814392,
|
| 1208 |
+
"order_loss": 0.0,
|
| 1209 |
+
"ret_loss": 0.0,
|
| 1210 |
+
"pretrain_loss": 0.0,
|
| 1211 |
+
"total_loss": 0.03461584448814392
|
| 1212 |
+
},
|
| 1213 |
+
{
|
| 1214 |
+
"global_step": 2440,
|
| 1215 |
+
"optimizer_step": 305,
|
| 1216 |
+
"lr": 1.5109931212873534e-05,
|
| 1217 |
+
"lm_loss": 0.0670754536986351,
|
| 1218 |
+
"order_loss": 0.0,
|
| 1219 |
+
"ret_loss": 0.0,
|
| 1220 |
+
"pretrain_loss": 0.0,
|
| 1221 |
+
"total_loss": 0.0670754536986351
|
| 1222 |
+
},
|
| 1223 |
+
{
|
| 1224 |
+
"global_step": 2460,
|
| 1225 |
+
"optimizer_step": 307,
|
| 1226 |
+
"lr": 1.4788893576600099e-05,
|
| 1227 |
+
"lm_loss": 0.01497715339064598,
|
| 1228 |
+
"order_loss": 0.0,
|
| 1229 |
+
"ret_loss": 0.0,
|
| 1230 |
+
"pretrain_loss": 0.0,
|
| 1231 |
+
"total_loss": 0.01497715339064598
|
| 1232 |
+
},
|
| 1233 |
+
{
|
| 1234 |
+
"global_step": 2480,
|
| 1235 |
+
"optimizer_step": 310,
|
| 1236 |
+
"lr": 1.4311122664242954e-05,
|
| 1237 |
+
"lm_loss": 0.04020106792449951,
|
| 1238 |
+
"order_loss": 0.0,
|
| 1239 |
+
"ret_loss": 0.0,
|
| 1240 |
+
"pretrain_loss": 0.0,
|
| 1241 |
+
"total_loss": 0.04020106792449951
|
| 1242 |
+
},
|
| 1243 |
+
{
|
| 1244 |
+
"global_step": 2500,
|
| 1245 |
+
"optimizer_step": 312,
|
| 1246 |
+
"lr": 1.399522378271527e-05,
|
| 1247 |
+
"lm_loss": 0.06112351641058922,
|
| 1248 |
+
"order_loss": 0.0,
|
| 1249 |
+
"ret_loss": 0.0,
|
| 1250 |
+
"pretrain_loss": 0.0,
|
| 1251 |
+
"total_loss": 0.06112351641058922
|
| 1252 |
+
},
|
| 1253 |
+
{
|
| 1254 |
+
"global_step": 2520,
|
| 1255 |
+
"optimizer_step": 315,
|
| 1256 |
+
"lr": 1.3525453388311554e-05,
|
| 1257 |
+
"lm_loss": 0.013376729562878609,
|
| 1258 |
+
"order_loss": 0.0,
|
| 1259 |
+
"ret_loss": 0.0,
|
| 1260 |
+
"pretrain_loss": 0.0,
|
| 1261 |
+
"total_loss": 0.013376729562878609
|
| 1262 |
+
},
|
| 1263 |
+
{
|
| 1264 |
+
"global_step": 2540,
|
| 1265 |
+
"optimizer_step": 317,
|
| 1266 |
+
"lr": 1.3215081579350058e-05,
|
| 1267 |
+
"lm_loss": 0.17438329756259918,
|
| 1268 |
+
"order_loss": 0.0,
|
| 1269 |
+
"ret_loss": 0.0,
|
| 1270 |
+
"pretrain_loss": 0.0,
|
| 1271 |
+
"total_loss": 0.17438329756259918
|
| 1272 |
+
},
|
| 1273 |
+
{
|
| 1274 |
+
"global_step": 2560,
|
| 1275 |
+
"optimizer_step": 320,
|
| 1276 |
+
"lr": 1.2753889166848909e-05,
|
| 1277 |
+
"lm_loss": 0.050336696207523346,
|
| 1278 |
+
"order_loss": 0.0,
|
| 1279 |
+
"ret_loss": 0.0,
|
| 1280 |
+
"pretrain_loss": 0.0,
|
| 1281 |
+
"total_loss": 0.050336696207523346
|
| 1282 |
+
},
|
| 1283 |
+
{
|
| 1284 |
+
"global_step": 2580,
|
| 1285 |
+
"optimizer_step": 322,
|
| 1286 |
+
"lr": 1.2449425954135452e-05,
|
| 1287 |
+
"lm_loss": 0.13561251759529114,
|
| 1288 |
+
"order_loss": 0.0,
|
| 1289 |
+
"ret_loss": 0.0,
|
| 1290 |
+
"pretrain_loss": 0.0,
|
| 1291 |
+
"total_loss": 0.13561251759529114
|
| 1292 |
+
},
|
| 1293 |
+
{
|
| 1294 |
+
"global_step": 2600,
|
| 1295 |
+
"optimizer_step": 325,
|
| 1296 |
+
"lr": 1.1997378443025634e-05,
|
| 1297 |
+
"lm_loss": 0.13752992451190948,
|
| 1298 |
+
"order_loss": 0.0,
|
| 1299 |
+
"ret_loss": 0.0,
|
| 1300 |
+
"pretrain_loss": 0.0,
|
| 1301 |
+
"total_loss": 0.13752992451190948
|
| 1302 |
+
},
|
| 1303 |
+
{
|
| 1304 |
+
"global_step": 2620,
|
| 1305 |
+
"optimizer_step": 327,
|
| 1306 |
+
"lr": 1.1699198087116589e-05,
|
| 1307 |
+
"lm_loss": 0.02627769485116005,
|
| 1308 |
+
"order_loss": 0.0,
|
| 1309 |
+
"ret_loss": 0.0,
|
| 1310 |
+
"pretrain_loss": 0.0,
|
| 1311 |
+
"total_loss": 0.02627769485116005
|
| 1312 |
+
},
|
| 1313 |
+
{
|
| 1314 |
+
"global_step": 2640,
|
| 1315 |
+
"optimizer_step": 330,
|
| 1316 |
+
"lr": 1.1256851155542298e-05,
|
| 1317 |
+
"lm_loss": 0.10147807747125626,
|
| 1318 |
+
"order_loss": 0.0,
|
| 1319 |
+
"ret_loss": 0.0,
|
| 1320 |
+
"pretrain_loss": 0.0,
|
| 1321 |
+
"total_loss": 0.10147807747125626
|
| 1322 |
+
},
|
| 1323 |
+
{
|
| 1324 |
+
"global_step": 2660,
|
| 1325 |
+
"optimizer_step": 332,
|
| 1326 |
+
"lr": 1.0965320193809808e-05,
|
| 1327 |
+
"lm_loss": 0.1684451401233673,
|
| 1328 |
+
"order_loss": 0.0,
|
| 1329 |
+
"ret_loss": 0.0,
|
| 1330 |
+
"pretrain_loss": 0.0,
|
| 1331 |
+
"total_loss": 0.1684451401233673
|
| 1332 |
+
},
|
| 1333 |
+
{
|
| 1334 |
+
"global_step": 2680,
|
| 1335 |
+
"optimizer_step": 335,
|
| 1336 |
+
"lr": 1.0533217595504858e-05,
|
| 1337 |
+
"lm_loss": 0.13363821804523468,
|
| 1338 |
+
"order_loss": 0.0,
|
| 1339 |
+
"ret_loss": 0.0,
|
| 1340 |
+
"pretrain_loss": 0.0,
|
| 1341 |
+
"total_loss": 0.13363821804523468
|
| 1342 |
+
},
|
| 1343 |
+
{
|
| 1344 |
+
"global_step": 2700,
|
| 1345 |
+
"optimizer_step": 337,
|
| 1346 |
+
"lr": 1.0248694391571801e-05,
|
| 1347 |
+
"lm_loss": 0.21167178452014923,
|
| 1348 |
+
"order_loss": 0.0,
|
| 1349 |
+
"ret_loss": 0.0,
|
| 1350 |
+
"pretrain_loss": 0.0,
|
| 1351 |
+
"total_loss": 0.21167178452014923
|
| 1352 |
+
},
|
| 1353 |
+
{
|
| 1354 |
+
"global_step": 2720,
|
| 1355 |
+
"optimizer_step": 340,
|
| 1356 |
+
"lr": 9.82736728745186e-06,
|
| 1357 |
+
"lm_loss": 0.043329689651727676,
|
| 1358 |
+
"order_loss": 0.0,
|
| 1359 |
+
"ret_loss": 0.0,
|
| 1360 |
+
"pretrain_loss": 0.0,
|
| 1361 |
+
"total_loss": 0.043329689651727676
|
| 1362 |
+
},
|
| 1363 |
+
{
|
| 1364 |
+
"global_step": 2740,
|
| 1365 |
+
"optimizer_step": 342,
|
| 1366 |
+
"lr": 9.550201590674343e-06,
|
| 1367 |
+
"lm_loss": 0.0107529666274786,
|
| 1368 |
+
"order_loss": 0.0,
|
| 1369 |
+
"ret_loss": 0.0,
|
| 1370 |
+
"pretrain_loss": 0.0,
|
| 1371 |
+
"total_loss": 0.0107529666274786
|
| 1372 |
+
},
|
| 1373 |
+
{
|
| 1374 |
+
"global_step": 2760,
|
| 1375 |
+
"optimizer_step": 345,
|
| 1376 |
+
"lr": 9.140167895908867e-06,
|
| 1377 |
+
"lm_loss": 0.05311168357729912,
|
| 1378 |
+
"order_loss": 0.0,
|
| 1379 |
+
"ret_loss": 0.0,
|
| 1380 |
+
"pretrain_loss": 0.0,
|
| 1381 |
+
"total_loss": 0.05311168357729912
|
| 1382 |
+
},
|
| 1383 |
+
{
|
| 1384 |
+
"global_step": 2780,
|
| 1385 |
+
"optimizer_step": 347,
|
| 1386 |
+
"lr": 8.870700411447816e-06,
|
| 1387 |
+
"lm_loss": 0.0009131247643381357,
|
| 1388 |
+
"order_loss": 0.0,
|
| 1389 |
+
"ret_loss": 0.0,
|
| 1390 |
+
"pretrain_loss": 0.0,
|
| 1391 |
+
"total_loss": 0.0009131247643381357
|
| 1392 |
+
},
|
| 1393 |
+
{
|
| 1394 |
+
"global_step": 2800,
|
| 1395 |
+
"optimizer_step": 350,
|
| 1396 |
+
"lr": 8.472464158814255e-06,
|
| 1397 |
+
"lm_loss": 0.007140565663576126,
|
| 1398 |
+
"order_loss": 0.0,
|
| 1399 |
+
"ret_loss": 0.0,
|
| 1400 |
+
"pretrain_loss": 0.0,
|
| 1401 |
+
"total_loss": 0.007140565663576126
|
| 1402 |
+
},
|
| 1403 |
+
{
|
| 1404 |
+
"global_step": 2820,
|
| 1405 |
+
"optimizer_step": 352,
|
| 1406 |
+
"lr": 8.211026128824539e-06,
|
| 1407 |
+
"lm_loss": 0.08546607196331024,
|
| 1408 |
+
"order_loss": 0.0,
|
| 1409 |
+
"ret_loss": 0.0,
|
| 1410 |
+
"pretrain_loss": 0.0,
|
| 1411 |
+
"total_loss": 0.08546607196331024
|
| 1412 |
+
},
|
| 1413 |
+
{
|
| 1414 |
+
"global_step": 2840,
|
| 1415 |
+
"optimizer_step": 355,
|
| 1416 |
+
"lr": 7.825076849127458e-06,
|
| 1417 |
+
"lm_loss": 0.018132740631699562,
|
| 1418 |
+
"order_loss": 0.0,
|
| 1419 |
+
"ret_loss": 0.0,
|
| 1420 |
+
"pretrain_loss": 0.0,
|
| 1421 |
+
"total_loss": 0.018132740631699562
|
| 1422 |
+
},
|
| 1423 |
+
{
|
| 1424 |
+
"global_step": 2860,
|
| 1425 |
+
"optimizer_step": 357,
|
| 1426 |
+
"lr": 7.571989645579419e-06,
|
| 1427 |
+
"lm_loss": 0.24950817227363586,
|
| 1428 |
+
"order_loss": 0.0,
|
| 1429 |
+
"ret_loss": 0.0,
|
| 1430 |
+
"pretrain_loss": 0.0,
|
| 1431 |
+
"total_loss": 0.24950817227363586
|
| 1432 |
+
},
|
| 1433 |
+
{
|
| 1434 |
+
"global_step": 2880,
|
| 1435 |
+
"optimizer_step": 360,
|
| 1436 |
+
"lr": 7.198801765896115e-06,
|
| 1437 |
+
"lm_loss": 0.0034410106018185616,
|
| 1438 |
+
"order_loss": 0.0,
|
| 1439 |
+
"ret_loss": 0.0,
|
| 1440 |
+
"pretrain_loss": 0.0,
|
| 1441 |
+
"total_loss": 0.0034410106018185616
|
| 1442 |
+
},
|
| 1443 |
+
{
|
| 1444 |
+
"global_step": 2900,
|
| 1445 |
+
"optimizer_step": 362,
|
| 1446 |
+
"lr": 6.9543764955299265e-06,
|
| 1447 |
+
"lm_loss": 0.023512523621320724,
|
| 1448 |
+
"order_loss": 0.0,
|
| 1449 |
+
"ret_loss": 0.0,
|
| 1450 |
+
"pretrain_loss": 0.0,
|
| 1451 |
+
"total_loss": 0.023512523621320724
|
| 1452 |
+
},
|
| 1453 |
+
{
|
| 1454 |
+
"global_step": 2920,
|
| 1455 |
+
"optimizer_step": 365,
|
| 1456 |
+
"lr": 6.594408756022272e-06,
|
| 1457 |
+
"lm_loss": 0.003620925359427929,
|
| 1458 |
+
"order_loss": 0.0,
|
| 1459 |
+
"ret_loss": 0.0,
|
| 1460 |
+
"pretrain_loss": 0.0,
|
| 1461 |
+
"total_loss": 0.003620925359427929
|
| 1462 |
+
},
|
| 1463 |
+
{
|
| 1464 |
+
"global_step": 2940,
|
| 1465 |
+
"optimizer_step": 367,
|
| 1466 |
+
"lr": 6.358945877920861e-06,
|
| 1467 |
+
"lm_loss": 0.005124696530401707,
|
| 1468 |
+
"order_loss": 0.0,
|
| 1469 |
+
"ret_loss": 0.0,
|
| 1470 |
+
"pretrain_loss": 0.0,
|
| 1471 |
+
"total_loss": 0.005124696530401707
|
| 1472 |
+
},
|
| 1473 |
+
{
|
| 1474 |
+
"global_step": 2960,
|
| 1475 |
+
"optimizer_step": 370,
|
| 1476 |
+
"lr": 6.012640767930217e-06,
|
| 1477 |
+
"lm_loss": 0.050777412950992584,
|
| 1478 |
+
"order_loss": 0.0,
|
| 1479 |
+
"ret_loss": 0.0,
|
| 1480 |
+
"pretrain_loss": 0.0,
|
| 1481 |
+
"total_loss": 0.050777412950992584
|
| 1482 |
+
},
|
| 1483 |
+
{
|
| 1484 |
+
"global_step": 2980,
|
| 1485 |
+
"optimizer_step": 372,
|
| 1486 |
+
"lr": 5.7864297241808e-06,
|
| 1487 |
+
"lm_loss": 0.014825370162725449,
|
| 1488 |
+
"order_loss": 0.0,
|
| 1489 |
+
"ret_loss": 0.0,
|
| 1490 |
+
"pretrain_loss": 0.0,
|
| 1491 |
+
"total_loss": 0.014825370162725449
|
| 1492 |
+
},
|
| 1493 |
+
{
|
| 1494 |
+
"global_step": 3000,
|
| 1495 |
+
"optimizer_step": 375,
|
| 1496 |
+
"lr": 5.454212938299255e-06,
|
| 1497 |
+
"lm_loss": 0.04376094043254852,
|
| 1498 |
+
"order_loss": 0.0,
|
| 1499 |
+
"ret_loss": 0.0,
|
| 1500 |
+
"pretrain_loss": 0.0,
|
| 1501 |
+
"total_loss": 0.04376094043254852
|
| 1502 |
+
},
|
| 1503 |
+
{
|
| 1504 |
+
"global_step": 3020,
|
| 1505 |
+
"optimizer_step": 377,
|
| 1506 |
+
"lr": 5.237531798197415e-06,
|
| 1507 |
+
"lm_loss": 0.007778279483318329,
|
| 1508 |
+
"order_loss": 0.0,
|
| 1509 |
+
"ret_loss": 0.0,
|
| 1510 |
+
"pretrain_loss": 0.0,
|
| 1511 |
+
"total_loss": 0.007778279483318329
|
| 1512 |
+
},
|
| 1513 |
+
{
|
| 1514 |
+
"global_step": 3040,
|
| 1515 |
+
"optimizer_step": 380,
|
| 1516 |
+
"lr": 4.91981171298388e-06,
|
| 1517 |
+
"lm_loss": 0.17662383615970612,
|
| 1518 |
+
"order_loss": 0.0,
|
| 1519 |
+
"ret_loss": 0.0,
|
| 1520 |
+
"pretrain_loss": 0.0,
|
| 1521 |
+
"total_loss": 0.17662383615970612
|
| 1522 |
+
},
|
| 1523 |
+
{
|
| 1524 |
+
"global_step": 3060,
|
| 1525 |
+
"optimizer_step": 382,
|
| 1526 |
+
"lr": 4.712926831217685e-06,
|
| 1527 |
+
"lm_loss": 0.039899248629808426,
|
| 1528 |
+
"order_loss": 0.0,
|
| 1529 |
+
"ret_loss": 0.0,
|
| 1530 |
+
"pretrain_loss": 0.0,
|
| 1531 |
+
"total_loss": 0.039899248629808426
|
| 1532 |
+
},
|
| 1533 |
+
{
|
| 1534 |
+
"global_step": 3080,
|
| 1535 |
+
"optimizer_step": 385,
|
| 1536 |
+
"lr": 4.410094003202134e-06,
|
| 1537 |
+
"lm_loss": 0.03397553414106369,
|
| 1538 |
+
"order_loss": 0.0,
|
| 1539 |
+
"ret_loss": 0.0,
|
| 1540 |
+
"pretrain_loss": 0.0,
|
| 1541 |
+
"total_loss": 0.03397553414106369
|
| 1542 |
+
},
|
| 1543 |
+
{
|
| 1544 |
+
"global_step": 3100,
|
| 1545 |
+
"optimizer_step": 387,
|
| 1546 |
+
"lr": 4.213259692436367e-06,
|
| 1547 |
+
"lm_loss": 0.017822183668613434,
|
| 1548 |
+
"order_loss": 0.0,
|
| 1549 |
+
"ret_loss": 0.0,
|
| 1550 |
+
"pretrain_loss": 0.0,
|
| 1551 |
+
"total_loss": 0.017822183668613434
|
| 1552 |
+
},
|
| 1553 |
+
{
|
| 1554 |
+
"global_step": 3120,
|
| 1555 |
+
"optimizer_step": 390,
|
| 1556 |
+
"lr": 3.925686378029331e-06,
|
| 1557 |
+
"lm_loss": 0.03280144929885864,
|
| 1558 |
+
"order_loss": 0.0,
|
| 1559 |
+
"ret_loss": 0.0,
|
| 1560 |
+
"pretrain_loss": 0.0,
|
| 1561 |
+
"total_loss": 0.03280144929885864
|
| 1562 |
+
},
|
| 1563 |
+
{
|
| 1564 |
+
"global_step": 3140,
|
| 1565 |
+
"optimizer_step": 392,
|
| 1566 |
+
"lr": 3.739144596292382e-06,
|
| 1567 |
+
"lm_loss": 0.016135364770889282,
|
| 1568 |
+
"order_loss": 0.0,
|
| 1569 |
+
"ret_loss": 0.0,
|
| 1570 |
+
"pretrain_loss": 0.0,
|
| 1571 |
+
"total_loss": 0.016135364770889282
|
| 1572 |
+
},
|
| 1573 |
+
{
|
| 1574 |
+
"global_step": 3160,
|
| 1575 |
+
"optimizer_step": 395,
|
| 1576 |
+
"lr": 3.4671842941897765e-06,
|
| 1577 |
+
"lm_loss": 0.07447465509176254,
|
| 1578 |
+
"order_loss": 0.0,
|
| 1579 |
+
"ret_loss": 0.0,
|
| 1580 |
+
"pretrain_loss": 0.0,
|
| 1581 |
+
"total_loss": 0.07447465509176254
|
| 1582 |
+
},
|
| 1583 |
+
{
|
| 1584 |
+
"global_step": 3180,
|
| 1585 |
+
"optimizer_step": 397,
|
| 1586 |
+
"lr": 3.2911643474473646e-06,
|
| 1587 |
+
"lm_loss": 0.003159440355375409,
|
| 1588 |
+
"order_loss": 0.0,
|
| 1589 |
+
"ret_loss": 0.0,
|
| 1590 |
+
"pretrain_loss": 0.0,
|
| 1591 |
+
"total_loss": 0.003159440355375409
|
| 1592 |
+
},
|
| 1593 |
+
{
|
| 1594 |
+
"global_step": 3200,
|
| 1595 |
+
"optimizer_step": 400,
|
| 1596 |
+
"lr": 3.035151364093214e-06,
|
| 1597 |
+
"lm_loss": 0.012392038479447365,
|
| 1598 |
+
"order_loss": 0.0,
|
| 1599 |
+
"ret_loss": 0.0,
|
| 1600 |
+
"pretrain_loss": 0.0,
|
| 1601 |
+
"total_loss": 0.012392038479447365
|
| 1602 |
+
},
|
| 1603 |
+
{
|
| 1604 |
+
"global_step": 3220,
|
| 1605 |
+
"optimizer_step": 402,
|
| 1606 |
+
"lr": 2.869869624374699e-06,
|
| 1607 |
+
"lm_loss": 0.006405326072126627,
|
| 1608 |
+
"order_loss": 0.0,
|
| 1609 |
+
"ret_loss": 0.0,
|
| 1610 |
+
"pretrain_loss": 0.0,
|
| 1611 |
+
"total_loss": 0.006405326072126627
|
| 1612 |
+
},
|
| 1613 |
+
{
|
| 1614 |
+
"global_step": 3240,
|
| 1615 |
+
"optimizer_step": 405,
|
| 1616 |
+
"lr": 2.6301186630158485e-06,
|
| 1617 |
+
"lm_loss": 0.5391424894332886,
|
| 1618 |
+
"order_loss": 0.0,
|
| 1619 |
+
"ret_loss": 0.0,
|
| 1620 |
+
"pretrain_loss": 0.0,
|
| 1621 |
+
"total_loss": 0.5391424894332886
|
| 1622 |
+
},
|
| 1623 |
+
{
|
| 1624 |
+
"global_step": 3260,
|
| 1625 |
+
"optimizer_step": 407,
|
| 1626 |
+
"lr": 2.475778302439524e-06,
|
| 1627 |
+
"lm_loss": 0.008042137138545513,
|
| 1628 |
+
"order_loss": 0.0,
|
| 1629 |
+
"ret_loss": 0.0,
|
| 1630 |
+
"pretrain_loss": 0.0,
|
| 1631 |
+
"total_loss": 0.008042137138545513
|
| 1632 |
+
},
|
| 1633 |
+
{
|
| 1634 |
+
"global_step": 3280,
|
| 1635 |
+
"optimizer_step": 410,
|
| 1636 |
+
"lr": 2.2525840762775863e-06,
|
| 1637 |
+
"lm_loss": 0.024646947160363197,
|
| 1638 |
+
"order_loss": 0.0,
|
| 1639 |
+
"ret_loss": 0.0,
|
| 1640 |
+
"pretrain_loss": 0.0,
|
| 1641 |
+
"total_loss": 0.024646947160363197
|
| 1642 |
+
},
|
| 1643 |
+
{
|
| 1644 |
+
"global_step": 3300,
|
| 1645 |
+
"optimizer_step": 412,
|
| 1646 |
+
"lr": 2.1093748173018848e-06,
|
| 1647 |
+
"lm_loss": 0.24674730002880096,
|
| 1648 |
+
"order_loss": 0.0,
|
| 1649 |
+
"ret_loss": 0.0,
|
| 1650 |
+
"pretrain_loss": 0.0,
|
| 1651 |
+
"total_loss": 0.24674730002880096
|
| 1652 |
+
},
|
| 1653 |
+
{
|
| 1654 |
+
"global_step": 3320,
|
| 1655 |
+
"optimizer_step": 415,
|
| 1656 |
+
"lr": 1.9030116872178316e-06,
|
| 1657 |
+
"lm_loss": 0.029354291036725044,
|
| 1658 |
+
"order_loss": 0.0,
|
| 1659 |
+
"ret_loss": 0.0,
|
| 1660 |
+
"pretrain_loss": 0.0,
|
| 1661 |
+
"total_loss": 0.029354291036725044
|
| 1662 |
+
},
|
| 1663 |
+
{
|
| 1664 |
+
"global_step": 3340,
|
| 1665 |
+
"optimizer_step": 417,
|
| 1666 |
+
"lr": 1.771109569425547e-06,
|
| 1667 |
+
"lm_loss": 0.051890190690755844,
|
| 1668 |
+
"order_loss": 0.0,
|
| 1669 |
+
"ret_loss": 0.0,
|
| 1670 |
+
"pretrain_loss": 0.0,
|
| 1671 |
+
"total_loss": 0.051890190690755844
|
| 1672 |
+
},
|
| 1673 |
+
{
|
| 1674 |
+
"global_step": 3360,
|
| 1675 |
+
"optimizer_step": 420,
|
| 1676 |
+
"lr": 1.5818312067223672e-06,
|
| 1677 |
+
"lm_loss": 0.030194181948900223,
|
| 1678 |
+
"order_loss": 0.0,
|
| 1679 |
+
"ret_loss": 0.0,
|
| 1680 |
+
"pretrain_loss": 0.0,
|
| 1681 |
+
"total_loss": 0.030194181948900223
|
| 1682 |
+
},
|
| 1683 |
+
{
|
| 1684 |
+
"global_step": 3380,
|
| 1685 |
+
"optimizer_step": 422,
|
| 1686 |
+
"lr": 1.4613983704244826e-06,
|
| 1687 |
+
"lm_loss": 0.02348078228533268,
|
| 1688 |
+
"order_loss": 0.0,
|
| 1689 |
+
"ret_loss": 0.0,
|
| 1690 |
+
"pretrain_loss": 0.0,
|
| 1691 |
+
"total_loss": 0.02348078228533268
|
| 1692 |
+
},
|
| 1693 |
+
{
|
| 1694 |
+
"global_step": 3400,
|
| 1695 |
+
"optimizer_step": 425,
|
| 1696 |
+
"lr": 1.2894374450024338e-06,
|
| 1697 |
+
"lm_loss": 0.12745772302150726,
|
| 1698 |
+
"order_loss": 0.0,
|
| 1699 |
+
"ret_loss": 0.0,
|
| 1700 |
+
"pretrain_loss": 0.0,
|
| 1701 |
+
"total_loss": 0.12745772302150726
|
| 1702 |
+
},
|
| 1703 |
+
{
|
| 1704 |
+
"global_step": 3420,
|
| 1705 |
+
"optimizer_step": 427,
|
| 1706 |
+
"lr": 1.180621931927592e-06,
|
| 1707 |
+
"lm_loss": 0.006680912338197231,
|
| 1708 |
+
"order_loss": 0.0,
|
| 1709 |
+
"ret_loss": 0.0,
|
| 1710 |
+
"pretrain_loss": 0.0,
|
| 1711 |
+
"total_loss": 0.006680912338197231
|
| 1712 |
+
},
|
| 1713 |
+
{
|
| 1714 |
+
"global_step": 3440,
|
| 1715 |
+
"optimizer_step": 430,
|
| 1716 |
+
"lr": 1.0261898262753812e-06,
|
| 1717 |
+
"lm_loss": 0.0036424745339900255,
|
| 1718 |
+
"order_loss": 0.0,
|
| 1719 |
+
"ret_loss": 0.0,
|
| 1720 |
+
"pretrain_loss": 0.0,
|
| 1721 |
+
"total_loss": 0.0036424745339900255
|
| 1722 |
+
},
|
| 1723 |
+
{
|
| 1724 |
+
"global_step": 3460,
|
| 1725 |
+
"optimizer_step": 432,
|
| 1726 |
+
"lr": 9.291253975900139e-07,
|
| 1727 |
+
"lm_loss": 0.23334932327270508,
|
| 1728 |
+
"order_loss": 0.0,
|
| 1729 |
+
"ret_loss": 0.0,
|
| 1730 |
+
"pretrain_loss": 0.0,
|
| 1731 |
+
"total_loss": 0.23334932327270508
|
| 1732 |
+
},
|
| 1733 |
+
{
|
| 1734 |
+
"global_step": 3480,
|
| 1735 |
+
"optimizer_step": 435,
|
| 1736 |
+
"lr": 7.924119469434665e-07,
|
| 1737 |
+
"lm_loss": 0.24655656516551971,
|
| 1738 |
+
"order_loss": 0.0,
|
| 1739 |
+
"ret_loss": 0.0,
|
| 1740 |
+
"pretrain_loss": 0.0,
|
| 1741 |
+
"total_loss": 0.24655656516551971
|
| 1742 |
+
},
|
| 1743 |
+
{
|
| 1744 |
+
"global_step": 3500,
|
| 1745 |
+
"optimizer_step": 437,
|
| 1746 |
+
"lr": 7.072179188262251e-07,
|
| 1747 |
+
"lm_loss": 0.0068016997538506985,
|
| 1748 |
+
"order_loss": 0.0,
|
| 1749 |
+
"ret_loss": 0.0,
|
| 1750 |
+
"pretrain_loss": 0.0,
|
| 1751 |
+
"total_loss": 0.0068016997538506985
|
| 1752 |
+
},
|
| 1753 |
+
{
|
| 1754 |
+
"global_step": 3520,
|
| 1755 |
+
"optimizer_step": 440,
|
| 1756 |
+
"lr": 5.883911778138324e-07,
|
| 1757 |
+
"lm_loss": 0.019170502200722694,
|
| 1758 |
+
"order_loss": 0.0,
|
| 1759 |
+
"ret_loss": 0.0,
|
| 1760 |
+
"pretrain_loss": 0.0,
|
| 1761 |
+
"total_loss": 0.019170502200722694
|
| 1762 |
+
},
|
| 1763 |
+
{
|
| 1764 |
+
"global_step": 3540,
|
| 1765 |
+
"optimizer_step": 442,
|
| 1766 |
+
"lr": 5.151722747865434e-07,
|
| 1767 |
+
"lm_loss": 0.042123690247535706,
|
| 1768 |
+
"order_loss": 0.0,
|
| 1769 |
+
"ret_loss": 0.0,
|
| 1770 |
+
"pretrain_loss": 0.0,
|
| 1771 |
+
"total_loss": 0.042123690247535706
|
| 1772 |
+
},
|
| 1773 |
+
{
|
| 1774 |
+
"global_step": 3560,
|
| 1775 |
+
"optimizer_step": 445,
|
| 1776 |
+
"lr": 4.1437831084878974e-07,
|
| 1777 |
+
"lm_loss": 0.012929897755384445,
|
| 1778 |
+
"order_loss": 0.0,
|
| 1779 |
+
"ret_loss": 0.0,
|
| 1780 |
+
"pretrain_loss": 0.0,
|
| 1781 |
+
"total_loss": 0.012929897755384445
|
| 1782 |
+
},
|
| 1783 |
+
{
|
| 1784 |
+
"global_step": 3580,
|
| 1785 |
+
"optimizer_step": 447,
|
| 1786 |
+
"lr": 3.5322453704410286e-07,
|
| 1787 |
+
"lm_loss": 0.03218444809317589,
|
| 1788 |
+
"order_loss": 0.0,
|
| 1789 |
+
"ret_loss": 0.0,
|
| 1790 |
+
"pretrain_loss": 0.0,
|
| 1791 |
+
"total_loss": 0.03218444809317589
|
| 1792 |
+
},
|
| 1793 |
+
{
|
| 1794 |
+
"global_step": 3600,
|
| 1795 |
+
"optimizer_step": 450,
|
| 1796 |
+
"lr": 2.705872508804747e-07,
|
| 1797 |
+
"lm_loss": 0.0022272614296525717,
|
| 1798 |
+
"order_loss": 0.0,
|
| 1799 |
+
"ret_loss": 0.0,
|
| 1800 |
+
"pretrain_loss": 0.0,
|
| 1801 |
+
"total_loss": 0.0022272614296525717
|
| 1802 |
+
},
|
| 1803 |
+
{
|
| 1804 |
+
"global_step": 3620,
|
| 1805 |
+
"optimizer_step": 452,
|
| 1806 |
+
"lr": 2.215737794045436e-07,
|
| 1807 |
+
"lm_loss": 0.000694866175763309,
|
| 1808 |
+
"order_loss": 0.0,
|
| 1809 |
+
"ret_loss": 0.0,
|
| 1810 |
+
"pretrain_loss": 0.0,
|
| 1811 |
+
"total_loss": 0.000694866175763309
|
| 1812 |
+
},
|
| 1813 |
+
{
|
| 1814 |
+
"global_step": 3640,
|
| 1815 |
+
"optimizer_step": 455,
|
| 1816 |
+
"lr": 1.571947526689349e-07,
|
| 1817 |
+
"lm_loss": 0.013955523259937763,
|
| 1818 |
+
"order_loss": 0.0,
|
| 1819 |
+
"ret_loss": 0.0,
|
| 1820 |
+
"pretrain_loss": 0.0,
|
| 1821 |
+
"total_loss": 0.013955523259937763
|
| 1822 |
+
},
|
| 1823 |
+
{
|
| 1824 |
+
"global_step": 3660,
|
| 1825 |
+
"optimizer_step": 457,
|
| 1826 |
+
"lr": 1.2038183319507955e-07,
|
| 1827 |
+
"lm_loss": 0.016389889642596245,
|
| 1828 |
+
"order_loss": 0.0,
|
| 1829 |
+
"ret_loss": 0.0,
|
| 1830 |
+
"pretrain_loss": 0.0,
|
| 1831 |
+
"total_loss": 0.016389889642596245
|
| 1832 |
+
},
|
| 1833 |
+
{
|
| 1834 |
+
"global_step": 3680,
|
| 1835 |
+
"optimizer_step": 460,
|
| 1836 |
+
"lr": 7.434020362682704e-08,
|
| 1837 |
+
"lm_loss": 0.02485492266714573,
|
| 1838 |
+
"order_loss": 0.0,
|
| 1839 |
+
"ret_loss": 0.0,
|
| 1840 |
+
"pretrain_loss": 0.0,
|
| 1841 |
+
"total_loss": 0.02485492266714573
|
| 1842 |
+
},
|
| 1843 |
+
{
|
| 1844 |
+
"global_step": 3700,
|
| 1845 |
+
"optimizer_step": 462,
|
| 1846 |
+
"lr": 4.977308833379324e-08,
|
| 1847 |
+
"lm_loss": 0.08476889133453369,
|
| 1848 |
+
"order_loss": 0.0,
|
| 1849 |
+
"ret_loss": 0.0,
|
| 1850 |
+
"pretrain_loss": 0.0,
|
| 1851 |
+
"total_loss": 0.08476889133453369
|
| 1852 |
+
},
|
| 1853 |
+
{
|
| 1854 |
+
"global_step": 3720,
|
| 1855 |
+
"optimizer_step": 465,
|
| 1856 |
+
"lr": 2.2125452477828047e-08,
|
| 1857 |
+
"lm_loss": 0.08862783014774323,
|
| 1858 |
+
"order_loss": 0.0,
|
| 1859 |
+
"ret_loss": 0.0,
|
| 1860 |
+
"pretrain_loss": 0.0,
|
| 1861 |
+
"total_loss": 0.08862783014774323
|
| 1862 |
+
},
|
| 1863 |
+
{
|
| 1864 |
+
"global_step": 3740,
|
| 1865 |
+
"optimizer_step": 467,
|
| 1866 |
+
"lr": 9.834340423678368e-09,
|
| 1867 |
+
"lm_loss": 0.0011037540389224887,
|
| 1868 |
+
"order_loss": 0.0,
|
| 1869 |
+
"ret_loss": 0.0,
|
| 1870 |
+
"pretrain_loss": 0.0,
|
| 1871 |
+
"total_loss": 0.0011037540389224887
|
| 1872 |
+
}
|
| 1873 |
+
]
|
| 1874 |
+
}
|
cls_qwen_orderkd_first_l005/README.md
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: unsloth/Qwen2.5-1.5B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:unsloth/Qwen2.5-1.5B-Instruct
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
- unsloth
|
| 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.19.1
|
cls_qwen_orderkd_first_l005/adapter_config.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": {
|
| 6 |
+
"base_model_class": "Qwen2ForCausalLM",
|
| 7 |
+
"parent_library": "transformers.models.qwen2.modeling_qwen2",
|
| 8 |
+
"unsloth_fixed": true
|
| 9 |
+
},
|
| 10 |
+
"base_model_name_or_path": "unsloth/Qwen2.5-1.5B-Instruct",
|
| 11 |
+
"bias": "none",
|
| 12 |
+
"corda_config": null,
|
| 13 |
+
"ensure_weight_tying": false,
|
| 14 |
+
"eva_config": null,
|
| 15 |
+
"exclude_modules": null,
|
| 16 |
+
"fan_in_fan_out": false,
|
| 17 |
+
"inference_mode": true,
|
| 18 |
+
"init_lora_weights": true,
|
| 19 |
+
"layer_replication": null,
|
| 20 |
+
"layers_pattern": null,
|
| 21 |
+
"layers_to_transform": null,
|
| 22 |
+
"loftq_config": {},
|
| 23 |
+
"lora_alpha": 32,
|
| 24 |
+
"lora_bias": false,
|
| 25 |
+
"lora_dropout": 0.0,
|
| 26 |
+
"lora_ga_config": null,
|
| 27 |
+
"megatron_config": null,
|
| 28 |
+
"megatron_core": "megatron.core",
|
| 29 |
+
"modules_to_save": null,
|
| 30 |
+
"peft_type": "LORA",
|
| 31 |
+
"peft_version": "0.19.1",
|
| 32 |
+
"qalora_group_size": 16,
|
| 33 |
+
"r": 16,
|
| 34 |
+
"rank_pattern": {},
|
| 35 |
+
"revision": null,
|
| 36 |
+
"target_modules": [
|
| 37 |
+
"k_proj",
|
| 38 |
+
"up_proj",
|
| 39 |
+
"down_proj",
|
| 40 |
+
"gate_proj",
|
| 41 |
+
"q_proj",
|
| 42 |
+
"v_proj",
|
| 43 |
+
"o_proj"
|
| 44 |
+
],
|
| 45 |
+
"target_parameters": null,
|
| 46 |
+
"task_type": "CAUSAL_LM",
|
| 47 |
+
"trainable_token_indices": null,
|
| 48 |
+
"use_bdlora": null,
|
| 49 |
+
"use_dora": false,
|
| 50 |
+
"use_qalora": false,
|
| 51 |
+
"use_rslora": false
|
| 52 |
+
}
|
cls_qwen_orderkd_first_l005/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 %}
|
cls_qwen_orderkd_first_l005/checkpoint-200/README.md
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: unsloth/Qwen2.5-1.5B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:unsloth/Qwen2.5-1.5B-Instruct
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
- unsloth
|
| 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.19.1
|
cls_qwen_orderkd_first_l005/checkpoint-200/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 %}
|
cls_qwen_orderkd_first_l005/checkpoint-400/README.md
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: unsloth/Qwen2.5-1.5B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:unsloth/Qwen2.5-1.5B-Instruct
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
- unsloth
|
| 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.19.1
|
cls_qwen_orderkd_first_l005/checkpoint-400/adapter_config.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": {
|
| 6 |
+
"base_model_class": "Qwen2ForCausalLM",
|
| 7 |
+
"parent_library": "transformers.models.qwen2.modeling_qwen2",
|
| 8 |
+
"unsloth_fixed": true
|
| 9 |
+
},
|
| 10 |
+
"base_model_name_or_path": "unsloth/Qwen2.5-1.5B-Instruct",
|
| 11 |
+
"bias": "none",
|
| 12 |
+
"corda_config": null,
|
| 13 |
+
"ensure_weight_tying": false,
|
| 14 |
+
"eva_config": null,
|
| 15 |
+
"exclude_modules": null,
|
| 16 |
+
"fan_in_fan_out": false,
|
| 17 |
+
"inference_mode": true,
|
| 18 |
+
"init_lora_weights": true,
|
| 19 |
+
"layer_replication": null,
|
| 20 |
+
"layers_pattern": null,
|
| 21 |
+
"layers_to_transform": null,
|
| 22 |
+
"loftq_config": {},
|
| 23 |
+
"lora_alpha": 32,
|
| 24 |
+
"lora_bias": false,
|
| 25 |
+
"lora_dropout": 0.0,
|
| 26 |
+
"lora_ga_config": null,
|
| 27 |
+
"megatron_config": null,
|
| 28 |
+
"megatron_core": "megatron.core",
|
| 29 |
+
"modules_to_save": null,
|
| 30 |
+
"peft_type": "LORA",
|
| 31 |
+
"peft_version": "0.19.1",
|
| 32 |
+
"qalora_group_size": 16,
|
| 33 |
+
"r": 16,
|
| 34 |
+
"rank_pattern": {},
|
| 35 |
+
"revision": null,
|
| 36 |
+
"target_modules": [
|
| 37 |
+
"k_proj",
|
| 38 |
+
"up_proj",
|
| 39 |
+
"down_proj",
|
| 40 |
+
"gate_proj",
|
| 41 |
+
"q_proj",
|
| 42 |
+
"v_proj",
|
| 43 |
+
"o_proj"
|
| 44 |
+
],
|
| 45 |
+
"target_parameters": null,
|
| 46 |
+
"task_type": "CAUSAL_LM",
|
| 47 |
+
"trainable_token_indices": null,
|
| 48 |
+
"use_bdlora": null,
|
| 49 |
+
"use_dora": false,
|
| 50 |
+
"use_qalora": false,
|
| 51 |
+
"use_rslora": false
|
| 52 |
+
}
|
cls_qwen_orderkd_first_l005/tokenizer_config.json
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"backend": "tokenizers",
|
| 4 |
+
"bos_token": null,
|
| 5 |
+
"clean_up_tokenization_spaces": false,
|
| 6 |
+
"eos_token": "<|im_end|>",
|
| 7 |
+
"errors": "replace",
|
| 8 |
+
"is_local": false,
|
| 9 |
+
"local_files_only": false,
|
| 10 |
+
"model_max_length": 32768,
|
| 11 |
+
"pad_token": "<|PAD_TOKEN|>",
|
| 12 |
+
"padding_side": "right",
|
| 13 |
+
"split_special_tokens": false,
|
| 14 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 15 |
+
"unk_token": null,
|
| 16 |
+
"added_tokens_decoder": {
|
| 17 |
+
"151643": {
|
| 18 |
+
"content": "<|endoftext|>",
|
| 19 |
+
"single_word": false,
|
| 20 |
+
"lstrip": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"special": true
|
| 24 |
+
},
|
| 25 |
+
"151644": {
|
| 26 |
+
"content": "<|im_start|>",
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"lstrip": false,
|
| 29 |
+
"rstrip": false,
|
| 30 |
+
"normalized": false,
|
| 31 |
+
"special": true
|
| 32 |
+
},
|
| 33 |
+
"151645": {
|
| 34 |
+
"content": "<|im_end|>",
|
| 35 |
+
"single_word": false,
|
| 36 |
+
"lstrip": false,
|
| 37 |
+
"rstrip": false,
|
| 38 |
+
"normalized": false,
|
| 39 |
+
"special": true
|
| 40 |
+
},
|
| 41 |
+
"151646": {
|
| 42 |
+
"content": "<|object_ref_start|>",
|
| 43 |
+
"single_word": false,
|
| 44 |
+
"lstrip": false,
|
| 45 |
+
"rstrip": false,
|
| 46 |
+
"normalized": false,
|
| 47 |
+
"special": true
|
| 48 |
+
},
|
| 49 |
+
"151647": {
|
| 50 |
+
"content": "<|object_ref_end|>",
|
| 51 |
+
"single_word": false,
|
| 52 |
+
"lstrip": false,
|
| 53 |
+
"rstrip": false,
|
| 54 |
+
"normalized": false,
|
| 55 |
+
"special": true
|
| 56 |
+
},
|
| 57 |
+
"151648": {
|
| 58 |
+
"content": "<|box_start|>",
|
| 59 |
+
"single_word": false,
|
| 60 |
+
"lstrip": false,
|
| 61 |
+
"rstrip": false,
|
| 62 |
+
"normalized": false,
|
| 63 |
+
"special": true
|
| 64 |
+
},
|
| 65 |
+
"151649": {
|
| 66 |
+
"content": "<|box_end|>",
|
| 67 |
+
"single_word": false,
|
| 68 |
+
"lstrip": false,
|
| 69 |
+
"rstrip": false,
|
| 70 |
+
"normalized": false,
|
| 71 |
+
"special": true
|
| 72 |
+
},
|
| 73 |
+
"151650": {
|
| 74 |
+
"content": "<|quad_start|>",
|
| 75 |
+
"single_word": false,
|
| 76 |
+
"lstrip": false,
|
| 77 |
+
"rstrip": false,
|
| 78 |
+
"normalized": false,
|
| 79 |
+
"special": true
|
| 80 |
+
},
|
| 81 |
+
"151651": {
|
| 82 |
+
"content": "<|quad_end|>",
|
| 83 |
+
"single_word": false,
|
| 84 |
+
"lstrip": false,
|
| 85 |
+
"rstrip": false,
|
| 86 |
+
"normalized": false,
|
| 87 |
+
"special": true
|
| 88 |
+
},
|
| 89 |
+
"151652": {
|
| 90 |
+
"content": "<|vision_start|>",
|
| 91 |
+
"single_word": false,
|
| 92 |
+
"lstrip": false,
|
| 93 |
+
"rstrip": false,
|
| 94 |
+
"normalized": false,
|
| 95 |
+
"special": true
|
| 96 |
+
},
|
| 97 |
+
"151653": {
|
| 98 |
+
"content": "<|vision_end|>",
|
| 99 |
+
"single_word": false,
|
| 100 |
+
"lstrip": false,
|
| 101 |
+
"rstrip": false,
|
| 102 |
+
"normalized": false,
|
| 103 |
+
"special": true
|
| 104 |
+
},
|
| 105 |
+
"151654": {
|
| 106 |
+
"content": "<|vision_pad|>",
|
| 107 |
+
"single_word": false,
|
| 108 |
+
"lstrip": false,
|
| 109 |
+
"rstrip": false,
|
| 110 |
+
"normalized": false,
|
| 111 |
+
"special": true
|
| 112 |
+
},
|
| 113 |
+
"151655": {
|
| 114 |
+
"content": "<|image_pad|>",
|
| 115 |
+
"single_word": false,
|
| 116 |
+
"lstrip": false,
|
| 117 |
+
"rstrip": false,
|
| 118 |
+
"normalized": false,
|
| 119 |
+
"special": true
|
| 120 |
+
},
|
| 121 |
+
"151656": {
|
| 122 |
+
"content": "<|video_pad|>",
|
| 123 |
+
"single_word": false,
|
| 124 |
+
"lstrip": false,
|
| 125 |
+
"rstrip": false,
|
| 126 |
+
"normalized": false,
|
| 127 |
+
"special": true
|
| 128 |
+
},
|
| 129 |
+
"151657": {
|
| 130 |
+
"content": "<tool_call>",
|
| 131 |
+
"single_word": false,
|
| 132 |
+
"lstrip": false,
|
| 133 |
+
"rstrip": false,
|
| 134 |
+
"normalized": false,
|
| 135 |
+
"special": false
|
| 136 |
+
},
|
| 137 |
+
"151658": {
|
| 138 |
+
"content": "</tool_call>",
|
| 139 |
+
"single_word": false,
|
| 140 |
+
"lstrip": false,
|
| 141 |
+
"rstrip": false,
|
| 142 |
+
"normalized": false,
|
| 143 |
+
"special": false
|
| 144 |
+
},
|
| 145 |
+
"151659": {
|
| 146 |
+
"content": "<|fim_prefix|>",
|
| 147 |
+
"single_word": false,
|
| 148 |
+
"lstrip": false,
|
| 149 |
+
"rstrip": false,
|
| 150 |
+
"normalized": false,
|
| 151 |
+
"special": false
|
| 152 |
+
},
|
| 153 |
+
"151660": {
|
| 154 |
+
"content": "<|fim_middle|>",
|
| 155 |
+
"single_word": false,
|
| 156 |
+
"lstrip": false,
|
| 157 |
+
"rstrip": false,
|
| 158 |
+
"normalized": false,
|
| 159 |
+
"special": false
|
| 160 |
+
},
|
| 161 |
+
"151661": {
|
| 162 |
+
"content": "<|fim_suffix|>",
|
| 163 |
+
"single_word": false,
|
| 164 |
+
"lstrip": false,
|
| 165 |
+
"rstrip": false,
|
| 166 |
+
"normalized": false,
|
| 167 |
+
"special": false
|
| 168 |
+
},
|
| 169 |
+
"151662": {
|
| 170 |
+
"content": "<|fim_pad|>",
|
| 171 |
+
"single_word": false,
|
| 172 |
+
"lstrip": false,
|
| 173 |
+
"rstrip": false,
|
| 174 |
+
"normalized": false,
|
| 175 |
+
"special": false
|
| 176 |
+
},
|
| 177 |
+
"151663": {
|
| 178 |
+
"content": "<|repo_name|>",
|
| 179 |
+
"single_word": false,
|
| 180 |
+
"lstrip": false,
|
| 181 |
+
"rstrip": false,
|
| 182 |
+
"normalized": false,
|
| 183 |
+
"special": false
|
| 184 |
+
},
|
| 185 |
+
"151664": {
|
| 186 |
+
"content": "<|file_sep|>",
|
| 187 |
+
"single_word": false,
|
| 188 |
+
"lstrip": false,
|
| 189 |
+
"rstrip": false,
|
| 190 |
+
"normalized": false,
|
| 191 |
+
"special": false
|
| 192 |
+
},
|
| 193 |
+
"151665": {
|
| 194 |
+
"content": "<|PAD_TOKEN|>",
|
| 195 |
+
"single_word": false,
|
| 196 |
+
"lstrip": false,
|
| 197 |
+
"rstrip": false,
|
| 198 |
+
"normalized": false,
|
| 199 |
+
"special": true
|
| 200 |
+
}
|
| 201 |
+
}
|
| 202 |
+
}
|
cls_qwen_orderkd_first_l005/train_metrics.json
ADDED
|
@@ -0,0 +1,1874 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"loss_log": [
|
| 3 |
+
{
|
| 4 |
+
"global_step": 20,
|
| 5 |
+
"optimizer_step": 2,
|
| 6 |
+
"lr": 4.347826086956522e-06,
|
| 7 |
+
"lm_loss": 1.700912356376648,
|
| 8 |
+
"order_loss": 0.69140625,
|
| 9 |
+
"ret_loss": 0.0,
|
| 10 |
+
"pretrain_loss": 0.0,
|
| 11 |
+
"total_loss": 1.735580325126648
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"global_step": 40,
|
| 15 |
+
"optimizer_step": 5,
|
| 16 |
+
"lr": 1.0869565217391305e-05,
|
| 17 |
+
"lm_loss": 0.10479938983917236,
|
| 18 |
+
"order_loss": 0.6875,
|
| 19 |
+
"ret_loss": 0.0,
|
| 20 |
+
"pretrain_loss": 0.0,
|
| 21 |
+
"total_loss": 0.13922321796417236
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"global_step": 60,
|
| 25 |
+
"optimizer_step": 7,
|
| 26 |
+
"lr": 1.5217391304347828e-05,
|
| 27 |
+
"lm_loss": 0.6854384541511536,
|
| 28 |
+
"order_loss": 0.68359375,
|
| 29 |
+
"ret_loss": 0.0,
|
| 30 |
+
"pretrain_loss": 0.0,
|
| 31 |
+
"total_loss": 0.7196181416511536
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"global_step": 80,
|
| 35 |
+
"optimizer_step": 10,
|
| 36 |
+
"lr": 2.173913043478261e-05,
|
| 37 |
+
"lm_loss": 0.6435010433197021,
|
| 38 |
+
"order_loss": 0.703125,
|
| 39 |
+
"ret_loss": 0.0,
|
| 40 |
+
"pretrain_loss": 0.0,
|
| 41 |
+
"total_loss": 0.6786572933197021
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"global_step": 100,
|
| 45 |
+
"optimizer_step": 12,
|
| 46 |
+
"lr": 2.608695652173913e-05,
|
| 47 |
+
"lm_loss": 0.5085949897766113,
|
| 48 |
+
"order_loss": 0.66796875,
|
| 49 |
+
"ret_loss": 0.0,
|
| 50 |
+
"pretrain_loss": 0.0,
|
| 51 |
+
"total_loss": 0.5420422554016113
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"global_step": 120,
|
| 55 |
+
"optimizer_step": 15,
|
| 56 |
+
"lr": 3.260869565217392e-05,
|
| 57 |
+
"lm_loss": 0.47985559701919556,
|
| 58 |
+
"order_loss": 0.6875,
|
| 59 |
+
"ret_loss": 0.0,
|
| 60 |
+
"pretrain_loss": 0.0,
|
| 61 |
+
"total_loss": 0.5142794251441956
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"global_step": 140,
|
| 65 |
+
"optimizer_step": 17,
|
| 66 |
+
"lr": 3.695652173913043e-05,
|
| 67 |
+
"lm_loss": 0.08834540843963623,
|
| 68 |
+
"order_loss": 0.67578125,
|
| 69 |
+
"ret_loss": 0.0,
|
| 70 |
+
"pretrain_loss": 0.0,
|
| 71 |
+
"total_loss": 0.12203681468963623
|
| 72 |
+
},
|
| 73 |
+
{
|
| 74 |
+
"global_step": 160,
|
| 75 |
+
"optimizer_step": 20,
|
| 76 |
+
"lr": 4.347826086956522e-05,
|
| 77 |
+
"lm_loss": 0.20575544238090515,
|
| 78 |
+
"order_loss": 0.67578125,
|
| 79 |
+
"ret_loss": 0.0,
|
| 80 |
+
"pretrain_loss": 0.0,
|
| 81 |
+
"total_loss": 0.23944684863090515
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"global_step": 180,
|
| 85 |
+
"optimizer_step": 22,
|
| 86 |
+
"lr": 4.782608695652174e-05,
|
| 87 |
+
"lm_loss": 0.027179129421710968,
|
| 88 |
+
"order_loss": 0.66015625,
|
| 89 |
+
"ret_loss": 0.0,
|
| 90 |
+
"pretrain_loss": 0.0,
|
| 91 |
+
"total_loss": 0.06013811379671097
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"global_step": 200,
|
| 95 |
+
"optimizer_step": 25,
|
| 96 |
+
"lr": 4.9997541293989384e-05,
|
| 97 |
+
"lm_loss": 0.13847389817237854,
|
| 98 |
+
"order_loss": 0.6484375,
|
| 99 |
+
"ret_loss": 0.0,
|
| 100 |
+
"pretrain_loss": 0.0,
|
| 101 |
+
"total_loss": 0.17094460129737854
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"global_step": 220,
|
| 105 |
+
"optimizer_step": 27,
|
| 106 |
+
"lr": 4.999016565957633e-05,
|
| 107 |
+
"lm_loss": 0.09376195818185806,
|
| 108 |
+
"order_loss": 0.65234375,
|
| 109 |
+
"ret_loss": 0.0,
|
| 110 |
+
"pretrain_loss": 0.0,
|
| 111 |
+
"total_loss": 0.12647679448127747
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"global_step": 240,
|
| 115 |
+
"optimizer_step": 30,
|
| 116 |
+
"lr": 4.996988640512931e-05,
|
| 117 |
+
"lm_loss": 0.3150537610054016,
|
| 118 |
+
"order_loss": 0.65234375,
|
| 119 |
+
"ret_loss": 0.0,
|
| 120 |
+
"pretrain_loss": 0.0,
|
| 121 |
+
"total_loss": 0.3477686047554016
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"global_step": 260,
|
| 125 |
+
"optimizer_step": 32,
|
| 126 |
+
"lr": 4.995022691166621e-05,
|
| 127 |
+
"lm_loss": 0.21072053909301758,
|
| 128 |
+
"order_loss": 0.69921875,
|
| 129 |
+
"ret_loss": 0.0,
|
| 130 |
+
"pretrain_loss": 0.0,
|
| 131 |
+
"total_loss": 0.24563264846801758
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"global_step": 280,
|
| 135 |
+
"optimizer_step": 35,
|
| 136 |
+
"lr": 4.991153735294049e-05,
|
| 137 |
+
"lm_loss": 0.4234999716281891,
|
| 138 |
+
"order_loss": 0.6171875,
|
| 139 |
+
"ret_loss": 0.0,
|
| 140 |
+
"pretrain_loss": 0.0,
|
| 141 |
+
"total_loss": 0.4543837606906891
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"global_step": 300,
|
| 145 |
+
"optimizer_step": 37,
|
| 146 |
+
"lr": 4.987961816680492e-05,
|
| 147 |
+
"lm_loss": 0.33916372060775757,
|
| 148 |
+
"order_loss": 0.6875,
|
| 149 |
+
"ret_loss": 0.0,
|
| 150 |
+
"pretrain_loss": 0.0,
|
| 151 |
+
"total_loss": 0.37358754873275757
|
| 152 |
+
},
|
| 153 |
+
{
|
| 154 |
+
"global_step": 320,
|
| 155 |
+
"optimizer_step": 40,
|
| 156 |
+
"lr": 4.9822565862832806e-05,
|
| 157 |
+
"lm_loss": 0.15406328439712524,
|
| 158 |
+
"order_loss": 0.6171875,
|
| 159 |
+
"ret_loss": 0.0,
|
| 160 |
+
"pretrain_loss": 0.0,
|
| 161 |
+
"total_loss": 0.18494707345962524
|
| 162 |
+
},
|
| 163 |
+
{
|
| 164 |
+
"global_step": 340,
|
| 165 |
+
"optimizer_step": 42,
|
| 166 |
+
"lr": 4.9778426220595456e-05,
|
| 167 |
+
"lm_loss": 0.06809503585100174,
|
| 168 |
+
"order_loss": 0.6484375,
|
| 169 |
+
"ret_loss": 0.0,
|
| 170 |
+
"pretrain_loss": 0.0,
|
| 171 |
+
"total_loss": 0.10056573897600174
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"global_step": 360,
|
| 175 |
+
"optimizer_step": 45,
|
| 176 |
+
"lr": 4.970308130276272e-05,
|
| 177 |
+
"lm_loss": 0.23476764559745789,
|
| 178 |
+
"order_loss": 0.64453125,
|
| 179 |
+
"ret_loss": 0.0,
|
| 180 |
+
"pretrain_loss": 0.0,
|
| 181 |
+
"total_loss": 0.2669942080974579
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"global_step": 380,
|
| 185 |
+
"optimizer_step": 47,
|
| 186 |
+
"lr": 4.96467754629559e-05,
|
| 187 |
+
"lm_loss": 0.14517219364643097,
|
| 188 |
+
"order_loss": 0.671875,
|
| 189 |
+
"ret_loss": 0.0,
|
| 190 |
+
"pretrain_loss": 0.0,
|
| 191 |
+
"total_loss": 0.17886359989643097
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"global_step": 400,
|
| 195 |
+
"optimizer_step": 50,
|
| 196 |
+
"lr": 4.955323054879298e-05,
|
| 197 |
+
"lm_loss": 0.17681735754013062,
|
| 198 |
+
"order_loss": 0.6484375,
|
| 199 |
+
"ret_loss": 0.0,
|
| 200 |
+
"pretrain_loss": 0.0,
|
| 201 |
+
"total_loss": 0.20928806066513062
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"global_step": 420,
|
| 205 |
+
"optimizer_step": 52,
|
| 206 |
+
"lr": 4.948482772521345e-05,
|
| 207 |
+
"lm_loss": 0.07245492190122604,
|
| 208 |
+
"order_loss": 0.6015625,
|
| 209 |
+
"ret_loss": 0.0,
|
| 210 |
+
"pretrain_loss": 0.0,
|
| 211 |
+
"total_loss": 0.10248421877622604
|
| 212 |
+
},
|
| 213 |
+
{
|
| 214 |
+
"global_step": 440,
|
| 215 |
+
"optimizer_step": 55,
|
| 216 |
+
"lr": 4.937319780454559e-05,
|
| 217 |
+
"lm_loss": 0.1416805237531662,
|
| 218 |
+
"order_loss": 0.6484375,
|
| 219 |
+
"ret_loss": 0.0,
|
| 220 |
+
"pretrain_loss": 0.0,
|
| 221 |
+
"total_loss": 0.1741512268781662
|
| 222 |
+
},
|
| 223 |
+
{
|
| 224 |
+
"global_step": 460,
|
| 225 |
+
"optimizer_step": 57,
|
| 226 |
+
"lr": 4.929278208117378e-05,
|
| 227 |
+
"lm_loss": 0.15523870289325714,
|
| 228 |
+
"order_loss": 0.66796875,
|
| 229 |
+
"ret_loss": 0.0,
|
| 230 |
+
"pretrain_loss": 0.0,
|
| 231 |
+
"total_loss": 0.18868596851825714
|
| 232 |
+
},
|
| 233 |
+
{
|
| 234 |
+
"global_step": 480,
|
| 235 |
+
"optimizer_step": 60,
|
| 236 |
+
"lr": 4.916320437477008e-05,
|
| 237 |
+
"lm_loss": 0.47594428062438965,
|
| 238 |
+
"order_loss": 0.57421875,
|
| 239 |
+
"ret_loss": 0.0,
|
| 240 |
+
"pretrain_loss": 0.0,
|
| 241 |
+
"total_loss": 0.5046308040618896
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"global_step": 500,
|
| 245 |
+
"optimizer_step": 62,
|
| 246 |
+
"lr": 4.907087460240999e-05,
|
| 247 |
+
"lm_loss": 0.25257107615470886,
|
| 248 |
+
"order_loss": 0.5859375,
|
| 249 |
+
"ret_loss": 0.0,
|
| 250 |
+
"pretrain_loss": 0.0,
|
| 251 |
+
"total_loss": 0.28186795115470886
|
| 252 |
+
},
|
| 253 |
+
{
|
| 254 |
+
"global_step": 520,
|
| 255 |
+
"optimizer_step": 65,
|
| 256 |
+
"lr": 4.892350839330522e-05,
|
| 257 |
+
"lm_loss": 0.030793845653533936,
|
| 258 |
+
"order_loss": 0.5625,
|
| 259 |
+
"ret_loss": 0.0,
|
| 260 |
+
"pretrain_loss": 0.0,
|
| 261 |
+
"total_loss": 0.058870017528533936
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"global_step": 540,
|
| 265 |
+
"optimizer_step": 67,
|
| 266 |
+
"lr": 4.881937806807241e-05,
|
| 267 |
+
"lm_loss": 0.030655574053525925,
|
| 268 |
+
"order_loss": 0.55078125,
|
| 269 |
+
"ret_loss": 0.0,
|
| 270 |
+
"pretrain_loss": 0.0,
|
| 271 |
+
"total_loss": 0.058243464678525925
|
| 272 |
+
},
|
| 273 |
+
{
|
| 274 |
+
"global_step": 560,
|
| 275 |
+
"optimizer_step": 70,
|
| 276 |
+
"lr": 4.865440450576874e-05,
|
| 277 |
+
"lm_loss": 0.11450309306383133,
|
| 278 |
+
"order_loss": 0.56640625,
|
| 279 |
+
"ret_loss": 0.0,
|
| 280 |
+
"pretrain_loss": 0.0,
|
| 281 |
+
"total_loss": 0.14282339811325073
|
| 282 |
+
},
|
| 283 |
+
{
|
| 284 |
+
"global_step": 580,
|
| 285 |
+
"optimizer_step": 72,
|
| 286 |
+
"lr": 4.853860162957552e-05,
|
| 287 |
+
"lm_loss": 0.6361221671104431,
|
| 288 |
+
"order_loss": 0.58203125,
|
| 289 |
+
"ret_loss": 0.0,
|
| 290 |
+
"pretrain_loss": 0.0,
|
| 291 |
+
"total_loss": 0.6651749014854431
|
| 292 |
+
},
|
| 293 |
+
{
|
| 294 |
+
"global_step": 600,
|
| 295 |
+
"optimizer_step": 75,
|
| 296 |
+
"lr": 4.8356223507364996e-05,
|
| 297 |
+
"lm_loss": 0.0731702446937561,
|
| 298 |
+
"order_loss": 0.59765625,
|
| 299 |
+
"ret_loss": 0.0,
|
| 300 |
+
"pretrain_loss": 0.0,
|
| 301 |
+
"total_loss": 0.1030774712562561
|
| 302 |
+
},
|
| 303 |
+
{
|
| 304 |
+
"global_step": 620,
|
| 305 |
+
"optimizer_step": 77,
|
| 306 |
+
"lr": 4.822889043057446e-05,
|
| 307 |
+
"lm_loss": 0.4009298086166382,
|
| 308 |
+
"order_loss": 0.67578125,
|
| 309 |
+
"ret_loss": 0.0,
|
| 310 |
+
"pretrain_loss": 0.0,
|
| 311 |
+
"total_loss": 0.4346212148666382
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"global_step": 640,
|
| 315 |
+
"optimizer_step": 80,
|
| 316 |
+
"lr": 4.802933193625593e-05,
|
| 317 |
+
"lm_loss": 0.09415122121572495,
|
| 318 |
+
"order_loss": 0.671875,
|
| 319 |
+
"ret_loss": 0.0,
|
| 320 |
+
"pretrain_loss": 0.0,
|
| 321 |
+
"total_loss": 0.12784263491630554
|
| 322 |
+
},
|
| 323 |
+
{
|
| 324 |
+
"global_step": 660,
|
| 325 |
+
"optimizer_step": 82,
|
| 326 |
+
"lr": 4.789062518269812e-05,
|
| 327 |
+
"lm_loss": 0.33110958337783813,
|
| 328 |
+
"order_loss": 0.6328125,
|
| 329 |
+
"ret_loss": 0.0,
|
| 330 |
+
"pretrain_loss": 0.0,
|
| 331 |
+
"total_loss": 0.36284786462783813
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"global_step": 680,
|
| 335 |
+
"optimizer_step": 85,
|
| 336 |
+
"lr": 4.767413162299501e-05,
|
| 337 |
+
"lm_loss": 0.3728732168674469,
|
| 338 |
+
"order_loss": 0.6953125,
|
| 339 |
+
"ret_loss": 0.0,
|
| 340 |
+
"pretrain_loss": 0.0,
|
| 341 |
+
"total_loss": 0.4075411856174469
|
| 342 |
+
},
|
| 343 |
+
{
|
| 344 |
+
"global_step": 700,
|
| 345 |
+
"optimizer_step": 87,
|
| 346 |
+
"lr": 4.752422169756048e-05,
|
| 347 |
+
"lm_loss": 0.11810648441314697,
|
| 348 |
+
"order_loss": 0.57421875,
|
| 349 |
+
"ret_loss": 0.0,
|
| 350 |
+
"pretrain_loss": 0.0,
|
| 351 |
+
"total_loss": 0.14679300785064697
|
| 352 |
+
},
|
| 353 |
+
{
|
| 354 |
+
"global_step": 720,
|
| 355 |
+
"optimizer_step": 90,
|
| 356 |
+
"lr": 4.729105919657818e-05,
|
| 357 |
+
"lm_loss": 0.003956272732466459,
|
| 358 |
+
"order_loss": 0.58203125,
|
| 359 |
+
"ret_loss": 0.0,
|
| 360 |
+
"pretrain_loss": 0.0,
|
| 361 |
+
"total_loss": 0.03300900757312775
|
| 362 |
+
},
|
| 363 |
+
{
|
| 364 |
+
"global_step": 740,
|
| 365 |
+
"optimizer_step": 92,
|
| 366 |
+
"lr": 4.7130130375625305e-05,
|
| 367 |
+
"lm_loss": 0.22996358573436737,
|
| 368 |
+
"order_loss": 0.67578125,
|
| 369 |
+
"ret_loss": 0.0,
|
| 370 |
+
"pretrain_loss": 0.0,
|
| 371 |
+
"total_loss": 0.26365500688552856
|
| 372 |
+
},
|
| 373 |
+
{
|
| 374 |
+
"global_step": 760,
|
| 375 |
+
"optimizer_step": 95,
|
| 376 |
+
"lr": 4.6880585547718845e-05,
|
| 377 |
+
"lm_loss": 0.0020438588690012693,
|
| 378 |
+
"order_loss": 0.60546875,
|
| 379 |
+
"ret_loss": 0.0,
|
| 380 |
+
"pretrain_loss": 0.0,
|
| 381 |
+
"total_loss": 0.03231729567050934
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"global_step": 780,
|
| 385 |
+
"optimizer_step": 97,
|
| 386 |
+
"lr": 4.670883565255264e-05,
|
| 387 |
+
"lm_loss": 0.33333221077919006,
|
| 388 |
+
"order_loss": 0.59765625,
|
| 389 |
+
"ret_loss": 0.0,
|
| 390 |
+
"pretrain_loss": 0.0,
|
| 391 |
+
"total_loss": 0.36323943734169006
|
| 392 |
+
},
|
| 393 |
+
{
|
| 394 |
+
"global_step": 800,
|
| 395 |
+
"optimizer_step": 100,
|
| 396 |
+
"lr": 4.6443215250006806e-05,
|
| 397 |
+
"lm_loss": 0.36988794803619385,
|
| 398 |
+
"order_loss": 0.60546875,
|
| 399 |
+
"ret_loss": 0.0,
|
| 400 |
+
"pretrain_loss": 0.0,
|
| 401 |
+
"total_loss": 0.40016138553619385
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"global_step": 820,
|
| 405 |
+
"optimizer_step": 102,
|
| 406 |
+
"lr": 4.626085540370762e-05,
|
| 407 |
+
"lm_loss": 0.004257288761436939,
|
| 408 |
+
"order_loss": 0.5234375,
|
| 409 |
+
"ret_loss": 0.0,
|
| 410 |
+
"pretrain_loss": 0.0,
|
| 411 |
+
"total_loss": 0.030380334705114365
|
| 412 |
+
},
|
| 413 |
+
{
|
| 414 |
+
"global_step": 840,
|
| 415 |
+
"optimizer_step": 105,
|
| 416 |
+
"lr": 4.597948593966256e-05,
|
| 417 |
+
"lm_loss": 0.1457993984222412,
|
| 418 |
+
"order_loss": 0.63671875,
|
| 419 |
+
"ret_loss": 0.0,
|
| 420 |
+
"pretrain_loss": 0.0,
|
| 421 |
+
"total_loss": 0.1775376796722412
|
| 422 |
+
},
|
| 423 |
+
{
|
| 424 |
+
"global_step": 860,
|
| 425 |
+
"optimizer_step": 107,
|
| 426 |
+
"lr": 4.5786740307563636e-05,
|
| 427 |
+
"lm_loss": 0.02663341350853443,
|
| 428 |
+
"order_loss": 0.52734375,
|
| 429 |
+
"ret_loss": 0.0,
|
| 430 |
+
"pretrain_loss": 0.0,
|
| 431 |
+
"total_loss": 0.05300059914588928
|
| 432 |
+
},
|
| 433 |
+
{
|
| 434 |
+
"global_step": 880,
|
| 435 |
+
"optimizer_step": 110,
|
| 436 |
+
"lr": 4.5489967654649474e-05,
|
| 437 |
+
"lm_loss": 0.0014465514104813337,
|
| 438 |
+
"order_loss": 0.625,
|
| 439 |
+
"ret_loss": 0.0,
|
| 440 |
+
"pretrain_loss": 0.0,
|
| 441 |
+
"total_loss": 0.03269655257463455
|
| 442 |
+
},
|
| 443 |
+
{
|
| 444 |
+
"global_step": 900,
|
| 445 |
+
"optimizer_step": 112,
|
| 446 |
+
"lr": 4.528707316878232e-05,
|
| 447 |
+
"lm_loss": 0.4085392653942108,
|
| 448 |
+
"order_loss": 0.50390625,
|
| 449 |
+
"ret_loss": 0.0,
|
| 450 |
+
"pretrain_loss": 0.0,
|
| 451 |
+
"total_loss": 0.4336857497692108
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"global_step": 920,
|
| 455 |
+
"optimizer_step": 115,
|
| 456 |
+
"lr": 4.497526213395623e-05,
|
| 457 |
+
"lm_loss": 0.15132904052734375,
|
| 458 |
+
"order_loss": 0.5546875,
|
| 459 |
+
"ret_loss": 0.0,
|
| 460 |
+
"pretrain_loss": 0.0,
|
| 461 |
+
"total_loss": 0.17903900146484375
|
| 462 |
+
},
|
| 463 |
+
{
|
| 464 |
+
"global_step": 940,
|
| 465 |
+
"optimizer_step": 117,
|
| 466 |
+
"lr": 4.476246820180259e-05,
|
| 467 |
+
"lm_loss": 0.5480217337608337,
|
| 468 |
+
"order_loss": 0.54296875,
|
| 469 |
+
"ret_loss": 0.0,
|
| 470 |
+
"pretrain_loss": 0.0,
|
| 471 |
+
"total_loss": 0.5751213431358337
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"global_step": 960,
|
| 475 |
+
"optimizer_step": 120,
|
| 476 |
+
"lr": 4.443600207791081e-05,
|
| 477 |
+
"lm_loss": 0.04935043305158615,
|
| 478 |
+
"order_loss": 0.62109375,
|
| 479 |
+
"ret_loss": 0.0,
|
| 480 |
+
"pretrain_loss": 0.0,
|
| 481 |
+
"total_loss": 0.08035629242658615
|
| 482 |
+
},
|
| 483 |
+
{
|
| 484 |
+
"global_step": 980,
|
| 485 |
+
"optimizer_step": 122,
|
| 486 |
+
"lr": 4.421357027581921e-05,
|
| 487 |
+
"lm_loss": 0.24470320343971252,
|
| 488 |
+
"order_loss": 0.57421875,
|
| 489 |
+
"ret_loss": 0.0,
|
| 490 |
+
"pretrain_loss": 0.0,
|
| 491 |
+
"total_loss": 0.2733897268772125
|
| 492 |
+
},
|
| 493 |
+
{
|
| 494 |
+
"global_step": 1000,
|
| 495 |
+
"optimizer_step": 125,
|
| 496 |
+
"lr": 4.38728503704354e-05,
|
| 497 |
+
"lm_loss": 0.06469181180000305,
|
| 498 |
+
"order_loss": 0.56640625,
|
| 499 |
+
"ret_loss": 0.0,
|
| 500 |
+
"pretrain_loss": 0.0,
|
| 501 |
+
"total_loss": 0.09301212430000305
|
| 502 |
+
},
|
| 503 |
+
{
|
| 504 |
+
"global_step": 1020,
|
| 505 |
+
"optimizer_step": 127,
|
| 506 |
+
"lr": 4.364105412207914e-05,
|
| 507 |
+
"lm_loss": 0.08449825644493103,
|
| 508 |
+
"order_loss": 0.6171875,
|
| 509 |
+
"ret_loss": 0.0,
|
| 510 |
+
"pretrain_loss": 0.0,
|
| 511 |
+
"total_loss": 0.11538204550743103
|
| 512 |
+
},
|
| 513 |
+
{
|
| 514 |
+
"global_step": 1040,
|
| 515 |
+
"optimizer_step": 130,
|
| 516 |
+
"lr": 4.328649926419819e-05,
|
| 517 |
+
"lm_loss": 0.021207302808761597,
|
| 518 |
+
"order_loss": 0.52734375,
|
| 519 |
+
"ret_loss": 0.0,
|
| 520 |
+
"pretrain_loss": 0.0,
|
| 521 |
+
"total_loss": 0.0475744903087616
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"global_step": 1060,
|
| 525 |
+
"optimizer_step": 132,
|
| 526 |
+
"lr": 4.304562350447008e-05,
|
| 527 |
+
"lm_loss": 0.05088600888848305,
|
| 528 |
+
"order_loss": 0.640625,
|
| 529 |
+
"ret_loss": 0.0,
|
| 530 |
+
"pretrain_loss": 0.0,
|
| 531 |
+
"total_loss": 0.08286842703819275
|
| 532 |
+
},
|
| 533 |
+
{
|
| 534 |
+
"global_step": 1080,
|
| 535 |
+
"optimizer_step": 135,
|
| 536 |
+
"lr": 4.267766952966369e-05,
|
| 537 |
+
"lm_loss": 0.09992072731256485,
|
| 538 |
+
"order_loss": 0.58203125,
|
| 539 |
+
"ret_loss": 0.0,
|
| 540 |
+
"pretrain_loss": 0.0,
|
| 541 |
+
"total_loss": 0.12897345423698425
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"global_step": 1100,
|
| 545 |
+
"optimizer_step": 137,
|
| 546 |
+
"lr": 4.242801035442058e-05,
|
| 547 |
+
"lm_loss": 0.05386459082365036,
|
| 548 |
+
"order_loss": 0.61328125,
|
| 549 |
+
"ret_loss": 0.0,
|
| 550 |
+
"pretrain_loss": 0.0,
|
| 551 |
+
"total_loss": 0.08450423926115036
|
| 552 |
+
},
|
| 553 |
+
{
|
| 554 |
+
"global_step": 1120,
|
| 555 |
+
"optimizer_step": 140,
|
| 556 |
+
"lr": 4.204710956908763e-05,
|
| 557 |
+
"lm_loss": 0.16158592700958252,
|
| 558 |
+
"order_loss": 0.56640625,
|
| 559 |
+
"ret_loss": 0.0,
|
| 560 |
+
"pretrain_loss": 0.0,
|
| 561 |
+
"total_loss": 0.18990623950958252
|
| 562 |
+
},
|
| 563 |
+
{
|
| 564 |
+
"global_step": 1140,
|
| 565 |
+
"optimizer_step": 142,
|
| 566 |
+
"lr": 4.178897387117546e-05,
|
| 567 |
+
"lm_loss": 0.06506766378879547,
|
| 568 |
+
"order_loss": 0.57421875,
|
| 569 |
+
"ret_loss": 0.0,
|
| 570 |
+
"pretrain_loss": 0.0,
|
| 571 |
+
"total_loss": 0.09375418722629547
|
| 572 |
+
},
|
| 573 |
+
{
|
| 574 |
+
"global_step": 1160,
|
| 575 |
+
"optimizer_step": 145,
|
| 576 |
+
"lr": 4.139559449654561e-05,
|
| 577 |
+
"lm_loss": 0.273397296667099,
|
| 578 |
+
"order_loss": 0.55078125,
|
| 579 |
+
"ret_loss": 0.0,
|
| 580 |
+
"pretrain_loss": 0.0,
|
| 581 |
+
"total_loss": 0.300985187292099
|
| 582 |
+
},
|
| 583 |
+
{
|
| 584 |
+
"global_step": 1180,
|
| 585 |
+
"optimizer_step": 147,
|
| 586 |
+
"lr": 4.1129299588552193e-05,
|
| 587 |
+
"lm_loss": 0.1801508516073227,
|
| 588 |
+
"order_loss": 0.625,
|
| 589 |
+
"ret_loss": 0.0,
|
| 590 |
+
"pretrain_loss": 0.0,
|
| 591 |
+
"total_loss": 0.2114008516073227
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"global_step": 1200,
|
| 595 |
+
"optimizer_step": 150,
|
| 596 |
+
"lr": 4.072392518512623e-05,
|
| 597 |
+
"lm_loss": 0.057468779385089874,
|
| 598 |
+
"order_loss": 0.375,
|
| 599 |
+
"ret_loss": 0.0,
|
| 600 |
+
"pretrain_loss": 0.0,
|
| 601 |
+
"total_loss": 0.07626760751008987
|
| 602 |
+
},
|
| 603 |
+
{
|
| 604 |
+
"global_step": 1220,
|
| 605 |
+
"optimizer_step": 152,
|
| 606 |
+
"lr": 4.0449798409325665e-05,
|
| 607 |
+
"lm_loss": 0.14204448461532593,
|
| 608 |
+
"order_loss": 0.57421875,
|
| 609 |
+
"ret_loss": 0.0,
|
| 610 |
+
"pretrain_loss": 0.0,
|
| 611 |
+
"total_loss": 0.17073100805282593
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"global_step": 1240,
|
| 615 |
+
"optimizer_step": 155,
|
| 616 |
+
"lr": 4.0032927282460146e-05,
|
| 617 |
+
"lm_loss": 0.06792667508125305,
|
| 618 |
+
"order_loss": 0.57421875,
|
| 619 |
+
"ret_loss": 0.0,
|
| 620 |
+
"pretrain_loss": 0.0,
|
| 621 |
+
"total_loss": 0.09661319851875305
|
| 622 |
+
},
|
| 623 |
+
{
|
| 624 |
+
"global_step": 1260,
|
| 625 |
+
"optimizer_step": 157,
|
| 626 |
+
"lr": 3.9751305608428205e-05,
|
| 627 |
+
"lm_loss": 0.10211190581321716,
|
| 628 |
+
"order_loss": 0.5390625,
|
| 629 |
+
"ret_loss": 0.0,
|
| 630 |
+
"pretrain_loss": 0.0,
|
| 631 |
+
"total_loss": 0.12908944487571716
|
| 632 |
+
},
|
| 633 |
+
{
|
| 634 |
+
"global_step": 1280,
|
| 635 |
+
"optimizer_step": 160,
|
| 636 |
+
"lr": 3.932345019579495e-05,
|
| 637 |
+
"lm_loss": 0.040379252284765244,
|
| 638 |
+
"order_loss": 0.59765625,
|
| 639 |
+
"ret_loss": 0.0,
|
| 640 |
+
"pretrain_loss": 0.0,
|
| 641 |
+
"total_loss": 0.07028648257255554
|
| 642 |
+
},
|
| 643 |
+
{
|
| 644 |
+
"global_step": 1300,
|
| 645 |
+
"optimizer_step": 162,
|
| 646 |
+
"lr": 3.90346798061902e-05,
|
| 647 |
+
"lm_loss": 0.04923943802714348,
|
| 648 |
+
"order_loss": 0.49609375,
|
| 649 |
+
"ret_loss": 0.0,
|
| 650 |
+
"pretrain_loss": 0.0,
|
| 651 |
+
"total_loss": 0.07401971518993378
|
| 652 |
+
},
|
| 653 |
+
{
|
| 654 |
+
"global_step": 1320,
|
| 655 |
+
"optimizer_step": 165,
|
| 656 |
+
"lr": 3.859636604786372e-05,
|
| 657 |
+
"lm_loss": 0.002673592185601592,
|
| 658 |
+
"order_loss": 0.5078125,
|
| 659 |
+
"ret_loss": 0.0,
|
| 660 |
+
"pretrain_loss": 0.0,
|
| 661 |
+
"total_loss": 0.028064217418432236
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"global_step": 1340,
|
| 665 |
+
"optimizer_step": 167,
|
| 666 |
+
"lr": 3.830080191288342e-05,
|
| 667 |
+
"lm_loss": 0.4038483202457428,
|
| 668 |
+
"order_loss": 0.62890625,
|
| 669 |
+
"ret_loss": 0.0,
|
| 670 |
+
"pretrain_loss": 0.0,
|
| 671 |
+
"total_loss": 0.4353424608707428
|
| 672 |
+
},
|
| 673 |
+
{
|
| 674 |
+
"global_step": 1360,
|
| 675 |
+
"optimizer_step": 170,
|
| 676 |
+
"lr": 3.785256860483054e-05,
|
| 677 |
+
"lm_loss": 0.14957712590694427,
|
| 678 |
+
"order_loss": 0.494140625,
|
| 679 |
+
"ret_loss": 0.0,
|
| 680 |
+
"pretrain_loss": 0.0,
|
| 681 |
+
"total_loss": 0.17423532903194427
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"global_step": 1380,
|
| 685 |
+
"optimizer_step": 172,
|
| 686 |
+
"lr": 3.755057404586455e-05,
|
| 687 |
+
"lm_loss": 0.002663862891495228,
|
| 688 |
+
"order_loss": 0.64453125,
|
| 689 |
+
"ret_loss": 0.0,
|
| 690 |
+
"pretrain_loss": 0.0,
|
| 691 |
+
"total_loss": 0.03489042446017265
|
| 692 |
+
},
|
| 693 |
+
{
|
| 694 |
+
"global_step": 1400,
|
| 695 |
+
"optimizer_step": 175,
|
| 696 |
+
"lr": 3.7092972177631e-05,
|
| 697 |
+
"lm_loss": 0.0067463219165802,
|
| 698 |
+
"order_loss": 0.6171875,
|
| 699 |
+
"ret_loss": 0.0,
|
| 700 |
+
"pretrain_loss": 0.0,
|
| 701 |
+
"total_loss": 0.0376301109790802
|
| 702 |
+
},
|
| 703 |
+
{
|
| 704 |
+
"global_step": 1420,
|
| 705 |
+
"optimizer_step": 177,
|
| 706 |
+
"lr": 3.678491842064995e-05,
|
| 707 |
+
"lm_loss": 0.052120406180620193,
|
| 708 |
+
"order_loss": 0.52734375,
|
| 709 |
+
"ret_loss": 0.0,
|
| 710 |
+
"pretrain_loss": 0.0,
|
| 711 |
+
"total_loss": 0.0784875899553299
|
| 712 |
+
},
|
| 713 |
+
{
|
| 714 |
+
"global_step": 1440,
|
| 715 |
+
"optimizer_step": 180,
|
| 716 |
+
"lr": 3.631851049805793e-05,
|
| 717 |
+
"lm_loss": 0.17197948694229126,
|
| 718 |
+
"order_loss": 0.498046875,
|
| 719 |
+
"ret_loss": 0.0,
|
| 720 |
+
"pretrain_loss": 0.0,
|
| 721 |
+
"total_loss": 0.19688183069229126
|
| 722 |
+
},
|
| 723 |
+
{
|
| 724 |
+
"global_step": 1460,
|
| 725 |
+
"optimizer_step": 182,
|
| 726 |
+
"lr": 3.600477621728473e-05,
|
| 727 |
+
"lm_loss": 0.026469619944691658,
|
| 728 |
+
"order_loss": 0.5546875,
|
| 729 |
+
"ret_loss": 0.0,
|
| 730 |
+
"pretrain_loss": 0.0,
|
| 731 |
+
"total_loss": 0.05417957901954651
|
| 732 |
+
},
|
| 733 |
+
{
|
| 734 |
+
"global_step": 1480,
|
| 735 |
+
"optimizer_step": 185,
|
| 736 |
+
"lr": 3.5530135570974274e-05,
|
| 737 |
+
"lm_loss": 0.03180597350001335,
|
| 738 |
+
"order_loss": 0.546875,
|
| 739 |
+
"ret_loss": 0.0,
|
| 740 |
+
"pretrain_loss": 0.0,
|
| 741 |
+
"total_loss": 0.05914972350001335
|
| 742 |
+
},
|
| 743 |
+
{
|
| 744 |
+
"global_step": 1500,
|
| 745 |
+
"optimizer_step": 187,
|
| 746 |
+
"lr": 3.521110642339991e-05,
|
| 747 |
+
"lm_loss": 0.011468701995909214,
|
| 748 |
+
"order_loss": 0.51171875,
|
| 749 |
+
"ret_loss": 0.0,
|
| 750 |
+
"pretrain_loss": 0.0,
|
| 751 |
+
"total_loss": 0.03710346668958664
|
| 752 |
+
},
|
| 753 |
+
{
|
| 754 |
+
"global_step": 1520,
|
| 755 |
+
"optimizer_step": 190,
|
| 756 |
+
"lr": 3.4728816504063726e-05,
|
| 757 |
+
"lm_loss": 0.07774151861667633,
|
| 758 |
+
"order_loss": 0.5078125,
|
| 759 |
+
"ret_loss": 0.0,
|
| 760 |
+
"pretrain_loss": 0.0,
|
| 761 |
+
"total_loss": 0.10313214361667633
|
| 762 |
+
},
|
| 763 |
+
{
|
| 764 |
+
"global_step": 1540,
|
| 765 |
+
"optimizer_step": 192,
|
| 766 |
+
"lr": 3.440488465537943e-05,
|
| 767 |
+
"lm_loss": 0.07760398089885712,
|
| 768 |
+
"order_loss": 0.61328125,
|
| 769 |
+
"ret_loss": 0.0,
|
| 770 |
+
"pretrain_loss": 0.0,
|
| 771 |
+
"total_loss": 0.10824362933635712
|
| 772 |
+
},
|
| 773 |
+
{
|
| 774 |
+
"global_step": 1560,
|
| 775 |
+
"optimizer_step": 195,
|
| 776 |
+
"lr": 3.391553831655782e-05,
|
| 777 |
+
"lm_loss": 0.010257435031235218,
|
| 778 |
+
"order_loss": 0.62890625,
|
| 779 |
+
"ret_loss": 0.0,
|
| 780 |
+
"pretrain_loss": 0.0,
|
| 781 |
+
"total_loss": 0.04175157472491264
|
| 782 |
+
},
|
| 783 |
+
{
|
| 784 |
+
"global_step": 1580,
|
| 785 |
+
"optimizer_step": 197,
|
| 786 |
+
"lr": 3.358710195908653e-05,
|
| 787 |
+
"lm_loss": 0.10909100621938705,
|
| 788 |
+
"order_loss": 0.5703125,
|
| 789 |
+
"ret_loss": 0.0,
|
| 790 |
+
"pretrain_loss": 0.0,
|
| 791 |
+
"total_loss": 0.13765546679496765
|
| 792 |
+
},
|
| 793 |
+
{
|
| 794 |
+
"global_step": 1600,
|
| 795 |
+
"optimizer_step": 200,
|
| 796 |
+
"lr": 3.309130072840379e-05,
|
| 797 |
+
"lm_loss": 0.08106154203414917,
|
| 798 |
+
"order_loss": 0.54296875,
|
| 799 |
+
"ret_loss": 0.0,
|
| 800 |
+
"pretrain_loss": 0.0,
|
| 801 |
+
"total_loss": 0.10816115140914917
|
| 802 |
+
},
|
| 803 |
+
{
|
| 804 |
+
"global_step": 1620,
|
| 805 |
+
"optimizer_step": 202,
|
| 806 |
+
"lr": 3.2758763591623295e-05,
|
| 807 |
+
"lm_loss": 0.008085924200713634,
|
| 808 |
+
"order_loss": 0.51171875,
|
| 809 |
+
"ret_loss": 0.0,
|
| 810 |
+
"pretrain_loss": 0.0,
|
| 811 |
+
"total_loss": 0.03372069075703621
|
| 812 |
+
},
|
| 813 |
+
{
|
| 814 |
+
"global_step": 1640,
|
| 815 |
+
"optimizer_step": 205,
|
| 816 |
+
"lr": 3.225711693136156e-05,
|
| 817 |
+
"lm_loss": 0.08015523850917816,
|
| 818 |
+
"order_loss": 0.5078125,
|
| 819 |
+
"ret_loss": 0.0,
|
| 820 |
+
"pretrain_loss": 0.0,
|
| 821 |
+
"total_loss": 0.10554586350917816
|
| 822 |
+
},
|
| 823 |
+
{
|
| 824 |
+
"global_step": 1660,
|
| 825 |
+
"optimizer_step": 207,
|
| 826 |
+
"lr": 3.1920887785621235e-05,
|
| 827 |
+
"lm_loss": 0.22895529866218567,
|
| 828 |
+
"order_loss": 0.56640625,
|
| 829 |
+
"ret_loss": 0.0,
|
| 830 |
+
"pretrain_loss": 0.0,
|
| 831 |
+
"total_loss": 0.25727561116218567
|
| 832 |
+
},
|
| 833 |
+
{
|
| 834 |
+
"global_step": 1680,
|
| 835 |
+
"optimizer_step": 210,
|
| 836 |
+
"lr": 3.141401234354067e-05,
|
| 837 |
+
"lm_loss": 0.007187045644968748,
|
| 838 |
+
"order_loss": 0.6484375,
|
| 839 |
+
"ret_loss": 0.0,
|
| 840 |
+
"pretrain_loss": 0.0,
|
| 841 |
+
"total_loss": 0.039657749235630035
|
| 842 |
+
},
|
| 843 |
+
{
|
| 844 |
+
"global_step": 1700,
|
| 845 |
+
"optimizer_step": 212,
|
| 846 |
+
"lr": 3.10745044975816e-05,
|
| 847 |
+
"lm_loss": 0.013413140550255775,
|
| 848 |
+
"order_loss": 0.5546875,
|
| 849 |
+
"ret_loss": 0.0,
|
| 850 |
+
"pretrain_loss": 0.0,
|
| 851 |
+
"total_loss": 0.041123099625110626
|
| 852 |
+
},
|
| 853 |
+
{
|
| 854 |
+
"global_step": 1720,
|
| 855 |
+
"optimizer_step": 215,
|
| 856 |
+
"lr": 3.056302334890786e-05,
|
| 857 |
+
"lm_loss": 0.3841899633407593,
|
| 858 |
+
"order_loss": 0.58984375,
|
| 859 |
+
"ret_loss": 0.0,
|
| 860 |
+
"pretrain_loss": 0.0,
|
| 861 |
+
"total_loss": 0.4137309789657593
|
| 862 |
+
},
|
| 863 |
+
{
|
| 864 |
+
"global_step": 1740,
|
| 865 |
+
"optimizer_step": 217,
|
| 866 |
+
"lr": 3.022065414180425e-05,
|
| 867 |
+
"lm_loss": 0.04475359618663788,
|
| 868 |
+
"order_loss": 0.6171875,
|
| 869 |
+
"ret_loss": 0.0,
|
| 870 |
+
"pretrain_loss": 0.0,
|
| 871 |
+
"total_loss": 0.07563738524913788
|
| 872 |
+
},
|
| 873 |
+
{
|
| 874 |
+
"global_step": 1760,
|
| 875 |
+
"optimizer_step": 220,
|
| 876 |
+
"lr": 2.9705196023315006e-05,
|
| 877 |
+
"lm_loss": 0.13387174904346466,
|
| 878 |
+
"order_loss": 0.66015625,
|
| 879 |
+
"ret_loss": 0.0,
|
| 880 |
+
"pretrain_loss": 0.0,
|
| 881 |
+
"total_loss": 0.16683073341846466
|
| 882 |
+
},
|
| 883 |
+
{
|
| 884 |
+
"global_step": 1780,
|
| 885 |
+
"optimizer_step": 222,
|
| 886 |
+
"lr": 2.9360386311461275e-05,
|
| 887 |
+
"lm_loss": 0.0022276428062468767,
|
| 888 |
+
"order_loss": 0.6953125,
|
| 889 |
+
"ret_loss": 0.0,
|
| 890 |
+
"pretrain_loss": 0.0,
|
| 891 |
+
"total_loss": 0.03689561039209366
|
| 892 |
+
},
|
| 893 |
+
{
|
| 894 |
+
"global_step": 1800,
|
| 895 |
+
"optimizer_step": 225,
|
| 896 |
+
"lr": 2.884158484861325e-05,
|
| 897 |
+
"lm_loss": 0.17839781939983368,
|
| 898 |
+
"order_loss": 0.55078125,
|
| 899 |
+
"ret_loss": 0.0,
|
| 900 |
+
"pretrain_loss": 0.0,
|
| 901 |
+
"total_loss": 0.20598571002483368
|
| 902 |
+
},
|
| 903 |
+
{
|
| 904 |
+
"global_step": 1820,
|
| 905 |
+
"optimizer_step": 227,
|
| 906 |
+
"lr": 2.849475848838749e-05,
|
| 907 |
+
"lm_loss": 0.04358230158686638,
|
| 908 |
+
"order_loss": 0.58984375,
|
| 909 |
+
"ret_loss": 0.0,
|
| 910 |
+
"pretrain_loss": 0.0,
|
| 911 |
+
"total_loss": 0.07312332093715668
|
| 912 |
+
},
|
| 913 |
+
{
|
| 914 |
+
"global_step": 1840,
|
| 915 |
+
"optimizer_step": 230,
|
| 916 |
+
"lr": 2.7973251416434175e-05,
|
| 917 |
+
"lm_loss": 0.1260850876569748,
|
| 918 |
+
"order_loss": 0.6171875,
|
| 919 |
+
"ret_loss": 0.0,
|
| 920 |
+
"pretrain_loss": 0.0,
|
| 921 |
+
"total_loss": 0.1569688767194748
|
| 922 |
+
},
|
| 923 |
+
{
|
| 924 |
+
"global_step": 1860,
|
| 925 |
+
"optimizer_step": 232,
|
| 926 |
+
"lr": 2.7624834743173867e-05,
|
| 927 |
+
"lm_loss": 0.0304257869720459,
|
| 928 |
+
"order_loss": 0.5390625,
|
| 929 |
+
"ret_loss": 0.0,
|
| 930 |
+
"pretrain_loss": 0.0,
|
| 931 |
+
"total_loss": 0.0574033260345459
|
| 932 |
+
},
|
| 933 |
+
{
|
| 934 |
+
"global_step": 1880,
|
| 935 |
+
"optimizer_step": 235,
|
| 936 |
+
"lr": 2.710126312323119e-05,
|
| 937 |
+
"lm_loss": 0.004115695599466562,
|
| 938 |
+
"order_loss": 0.6171875,
|
| 939 |
+
"ret_loss": 0.0,
|
| 940 |
+
"pretrain_loss": 0.0,
|
| 941 |
+
"total_loss": 0.034999486058950424
|
| 942 |
+
},
|
| 943 |
+
{
|
| 944 |
+
"global_step": 1900,
|
| 945 |
+
"optimizer_step": 237,
|
| 946 |
+
"lr": 2.6751684427161683e-05,
|
| 947 |
+
"lm_loss": 0.049675099551677704,
|
| 948 |
+
"order_loss": 0.5703125,
|
| 949 |
+
"ret_loss": 0.0,
|
| 950 |
+
"pretrain_loss": 0.0,
|
| 951 |
+
"total_loss": 0.0782395526766777
|
| 952 |
+
},
|
| 953 |
+
{
|
| 954 |
+
"global_step": 1920,
|
| 955 |
+
"optimizer_step": 240,
|
| 956 |
+
"lr": 2.6226691858185454e-05,
|
| 957 |
+
"lm_loss": 0.0023962382692843676,
|
| 958 |
+
"order_loss": 0.5703125,
|
| 959 |
+
"ret_loss": 0.0,
|
| 960 |
+
"pretrain_loss": 0.0,
|
| 961 |
+
"total_loss": 0.0309606920927763
|
| 962 |
+
},
|
| 963 |
+
{
|
| 964 |
+
"global_step": 1940,
|
| 965 |
+
"optimizer_step": 242,
|
| 966 |
+
"lr": 2.587638085794541e-05,
|
| 967 |
+
"lm_loss": 0.002135742222890258,
|
| 968 |
+
"order_loss": 0.60546875,
|
| 969 |
+
"ret_loss": 0.0,
|
| 970 |
+
"pretrain_loss": 0.0,
|
| 971 |
+
"total_loss": 0.0324091799557209
|
| 972 |
+
},
|
| 973 |
+
{
|
| 974 |
+
"global_step": 1960,
|
| 975 |
+
"optimizer_step": 245,
|
| 976 |
+
"lr": 2.535061268558906e-05,
|
| 977 |
+
"lm_loss": 0.003207047702744603,
|
| 978 |
+
"order_loss": 0.458984375,
|
| 979 |
+
"ret_loss": 0.0,
|
| 980 |
+
"pretrain_loss": 0.0,
|
| 981 |
+
"total_loss": 0.026156267151236534
|
| 982 |
+
},
|
| 983 |
+
{
|
| 984 |
+
"global_step": 1980,
|
| 985 |
+
"optimizer_step": 247,
|
| 986 |
+
"lr": 2.5e-05,
|
| 987 |
+
"lm_loss": 0.027736952528357506,
|
| 988 |
+
"order_loss": 0.458984375,
|
| 989 |
+
"ret_loss": 0.0,
|
| 990 |
+
"pretrain_loss": 0.0,
|
| 991 |
+
"total_loss": 0.050686173141002655
|
| 992 |
+
},
|
| 993 |
+
{
|
| 994 |
+
"global_step": 2000,
|
| 995 |
+
"optimizer_step": 250,
|
| 996 |
+
"lr": 2.447410252332528e-05,
|
| 997 |
+
"lm_loss": 0.0009103338234126568,
|
| 998 |
+
"order_loss": 0.609375,
|
| 999 |
+
"ret_loss": 0.0,
|
| 1000 |
+
"pretrain_loss": 0.0,
|
| 1001 |
+
"total_loss": 0.031427912414073944
|
| 1002 |
+
},
|
| 1003 |
+
{
|
| 1004 |
+
"global_step": 2020,
|
| 1005 |
+
"optimizer_step": 252,
|
| 1006 |
+
"lr": 2.4123619142054597e-05,
|
| 1007 |
+
"lm_loss": 0.031280919909477234,
|
| 1008 |
+
"order_loss": 0.60546875,
|
| 1009 |
+
"ret_loss": 0.0,
|
| 1010 |
+
"pretrain_loss": 0.0,
|
| 1011 |
+
"total_loss": 0.061554357409477234
|
| 1012 |
+
},
|
| 1013 |
+
{
|
| 1014 |
+
"global_step": 2040,
|
| 1015 |
+
"optimizer_step": 255,
|
| 1016 |
+
"lr": 2.3598238819070202e-05,
|
| 1017 |
+
"lm_loss": 0.21394507586956024,
|
| 1018 |
+
"order_loss": 0.55859375,
|
| 1019 |
+
"ret_loss": 0.0,
|
| 1020 |
+
"pretrain_loss": 0.0,
|
| 1021 |
+
"total_loss": 0.24189917743206024
|
| 1022 |
+
},
|
| 1023 |
+
{
|
| 1024 |
+
"global_step": 2060,
|
| 1025 |
+
"optimizer_step": 257,
|
| 1026 |
+
"lr": 2.3248315572838316e-05,
|
| 1027 |
+
"lm_loss": 0.42248085141181946,
|
| 1028 |
+
"order_loss": 0.54296875,
|
| 1029 |
+
"ret_loss": 0.0,
|
| 1030 |
+
"pretrain_loss": 0.0,
|
| 1031 |
+
"total_loss": 0.44958046078681946
|
| 1032 |
+
},
|
| 1033 |
+
{
|
| 1034 |
+
"global_step": 2080,
|
| 1035 |
+
"optimizer_step": 260,
|
| 1036 |
+
"lr": 2.272409822584325e-05,
|
| 1037 |
+
"lm_loss": 0.0069547370076179504,
|
| 1038 |
+
"order_loss": 0.56640625,
|
| 1039 |
+
"ret_loss": 0.0,
|
| 1040 |
+
"pretrain_loss": 0.0,
|
| 1041 |
+
"total_loss": 0.03527504950761795
|
| 1042 |
+
},
|
| 1043 |
+
{
|
| 1044 |
+
"global_step": 2100,
|
| 1045 |
+
"optimizer_step": 262,
|
| 1046 |
+
"lr": 2.237516525682614e-05,
|
| 1047 |
+
"lm_loss": 0.1269570142030716,
|
| 1048 |
+
"order_loss": 0.640625,
|
| 1049 |
+
"ret_loss": 0.0,
|
| 1050 |
+
"pretrain_loss": 0.0,
|
| 1051 |
+
"total_loss": 0.1589394360780716
|
| 1052 |
+
},
|
| 1053 |
+
{
|
| 1054 |
+
"global_step": 2120,
|
| 1055 |
+
"optimizer_step": 265,
|
| 1056 |
+
"lr": 2.185275527853437e-05,
|
| 1057 |
+
"lm_loss": 0.024455487728118896,
|
| 1058 |
+
"order_loss": 0.5625,
|
| 1059 |
+
"ret_loss": 0.0,
|
| 1060 |
+
"pretrain_loss": 0.0,
|
| 1061 |
+
"total_loss": 0.052531659603118896
|
| 1062 |
+
},
|
| 1063 |
+
{
|
| 1064 |
+
"global_step": 2140,
|
| 1065 |
+
"optimizer_step": 267,
|
| 1066 |
+
"lr": 2.1505241511612522e-05,
|
| 1067 |
+
"lm_loss": 0.00396137498319149,
|
| 1068 |
+
"order_loss": 0.578125,
|
| 1069 |
+
"ret_loss": 0.0,
|
| 1070 |
+
"pretrain_loss": 0.0,
|
| 1071 |
+
"total_loss": 0.03289204090833664
|
| 1072 |
+
},
|
| 1073 |
+
{
|
| 1074 |
+
"global_step": 2160,
|
| 1075 |
+
"optimizer_step": 270,
|
| 1076 |
+
"lr": 2.0985281073035076e-05,
|
| 1077 |
+
"lm_loss": 0.09683524817228317,
|
| 1078 |
+
"order_loss": 0.53515625,
|
| 1079 |
+
"ret_loss": 0.0,
|
| 1080 |
+
"pretrain_loss": 0.0,
|
| 1081 |
+
"total_loss": 0.12356864660978317
|
| 1082 |
+
},
|
| 1083 |
+
{
|
| 1084 |
+
"global_step": 2180,
|
| 1085 |
+
"optimizer_step": 272,
|
| 1086 |
+
"lr": 2.0639613688538734e-05,
|
| 1087 |
+
"lm_loss": 0.10594335943460464,
|
| 1088 |
+
"order_loss": 0.5390625,
|
| 1089 |
+
"ret_loss": 0.0,
|
| 1090 |
+
"pretrain_loss": 0.0,
|
| 1091 |
+
"total_loss": 0.13292089104652405
|
| 1092 |
+
},
|
| 1093 |
+
{
|
| 1094 |
+
"global_step": 2200,
|
| 1095 |
+
"optimizer_step": 275,
|
| 1096 |
+
"lr": 2.0122741949596797e-05,
|
| 1097 |
+
"lm_loss": 0.075617216527462,
|
| 1098 |
+
"order_loss": 0.5546875,
|
| 1099 |
+
"ret_loss": 0.0,
|
| 1100 |
+
"pretrain_loss": 0.0,
|
| 1101 |
+
"total_loss": 0.103327177464962
|
| 1102 |
+
},
|
| 1103 |
+
{
|
| 1104 |
+
"global_step": 2220,
|
| 1105 |
+
"optimizer_step": 277,
|
| 1106 |
+
"lr": 1.977934585819576e-05,
|
| 1107 |
+
"lm_loss": 0.04403599724173546,
|
| 1108 |
+
"order_loss": 0.56640625,
|
| 1109 |
+
"ret_loss": 0.0,
|
| 1110 |
+
"pretrain_loss": 0.0,
|
| 1111 |
+
"total_loss": 0.07235631346702576
|
| 1112 |
+
},
|
| 1113 |
+
{
|
| 1114 |
+
"global_step": 2240,
|
| 1115 |
+
"optimizer_step": 280,
|
| 1116 |
+
"lr": 1.9266198182035058e-05,
|
| 1117 |
+
"lm_loss": 0.027784662321209908,
|
| 1118 |
+
"order_loss": 0.6328125,
|
| 1119 |
+
"ret_loss": 0.0,
|
| 1120 |
+
"pretrain_loss": 0.0,
|
| 1121 |
+
"total_loss": 0.05952294170856476
|
| 1122 |
+
},
|
| 1123 |
+
{
|
| 1124 |
+
"global_step": 2260,
|
| 1125 |
+
"optimizer_step": 282,
|
| 1126 |
+
"lr": 1.8925495502418406e-05,
|
| 1127 |
+
"lm_loss": 0.12001645565032959,
|
| 1128 |
+
"order_loss": 0.515625,
|
| 1129 |
+
"ret_loss": 0.0,
|
| 1130 |
+
"pretrain_loss": 0.0,
|
| 1131 |
+
"total_loss": 0.1457732915878296
|
| 1132 |
+
},
|
| 1133 |
+
{
|
| 1134 |
+
"global_step": 2280,
|
| 1135 |
+
"optimizer_step": 285,
|
| 1136 |
+
"lr": 1.841670267439088e-05,
|
| 1137 |
+
"lm_loss": 0.00889627356082201,
|
| 1138 |
+
"order_loss": 0.5859375,
|
| 1139 |
+
"ret_loss": 0.0,
|
| 1140 |
+
"pretrain_loss": 0.0,
|
| 1141 |
+
"total_loss": 0.038193147629499435
|
| 1142 |
+
},
|
| 1143 |
+
{
|
| 1144 |
+
"global_step": 2300,
|
| 1145 |
+
"optimizer_step": 287,
|
| 1146 |
+
"lr": 1.8079112214378768e-05,
|
| 1147 |
+
"lm_loss": 0.13254690170288086,
|
| 1148 |
+
"order_loss": 0.57421875,
|
| 1149 |
+
"ret_loss": 0.0,
|
| 1150 |
+
"pretrain_loss": 0.0,
|
| 1151 |
+
"total_loss": 0.16123342514038086
|
| 1152 |
+
},
|
| 1153 |
+
{
|
| 1154 |
+
"global_step": 2320,
|
| 1155 |
+
"optimizer_step": 290,
|
| 1156 |
+
"lr": 1.757529966665141e-05,
|
| 1157 |
+
"lm_loss": 0.006899307016283274,
|
| 1158 |
+
"order_loss": 0.5390625,
|
| 1159 |
+
"ret_loss": 0.0,
|
| 1160 |
+
"pretrain_loss": 0.0,
|
| 1161 |
+
"total_loss": 0.033876847475767136
|
| 1162 |
+
},
|
| 1163 |
+
{
|
| 1164 |
+
"global_step": 2340,
|
| 1165 |
+
"optimizer_step": 292,
|
| 1166 |
+
"lr": 1.72412364083767e-05,
|
| 1167 |
+
"lm_loss": 0.153777077794075,
|
| 1168 |
+
"order_loss": 0.63671875,
|
| 1169 |
+
"ret_loss": 0.0,
|
| 1170 |
+
"pretrain_loss": 0.0,
|
| 1171 |
+
"total_loss": 0.185515359044075
|
| 1172 |
+
},
|
| 1173 |
+
{
|
| 1174 |
+
"global_step": 2360,
|
| 1175 |
+
"optimizer_step": 295,
|
| 1176 |
+
"lr": 1.6743023451120832e-05,
|
| 1177 |
+
"lm_loss": 0.007419108878821135,
|
| 1178 |
+
"order_loss": 0.53125,
|
| 1179 |
+
"ret_loss": 0.0,
|
| 1180 |
+
"pretrain_loss": 0.0,
|
| 1181 |
+
"total_loss": 0.03403043746948242
|
| 1182 |
+
},
|
| 1183 |
+
{
|
| 1184 |
+
"global_step": 2380,
|
| 1185 |
+
"optimizer_step": 297,
|
| 1186 |
+
"lr": 1.641289804091347e-05,
|
| 1187 |
+
"lm_loss": 0.001804218627512455,
|
| 1188 |
+
"order_loss": 0.57421875,
|
| 1189 |
+
"ret_loss": 0.0,
|
| 1190 |
+
"pretrain_loss": 0.0,
|
| 1191 |
+
"total_loss": 0.03049074113368988
|
| 1192 |
+
},
|
| 1193 |
+
{
|
| 1194 |
+
"global_step": 2400,
|
| 1195 |
+
"optimizer_step": 300,
|
| 1196 |
+
"lr": 1.5920897101019383e-05,
|
| 1197 |
+
"lm_loss": 0.015485787764191628,
|
| 1198 |
+
"order_loss": 0.59765625,
|
| 1199 |
+
"ret_loss": 0.0,
|
| 1200 |
+
"pretrain_loss": 0.0,
|
| 1201 |
+
"total_loss": 0.04539301246404648
|
| 1202 |
+
},
|
| 1203 |
+
{
|
| 1204 |
+
"global_step": 2420,
|
| 1205 |
+
"optimizer_step": 302,
|
| 1206 |
+
"lr": 1.5595115344620576e-05,
|
| 1207 |
+
"lm_loss": 0.005040410440415144,
|
| 1208 |
+
"order_loss": 0.462890625,
|
| 1209 |
+
"ret_loss": 0.0,
|
| 1210 |
+
"pretrain_loss": 0.0,
|
| 1211 |
+
"total_loss": 0.02823377028107643
|
| 1212 |
+
},
|
| 1213 |
+
{
|
| 1214 |
+
"global_step": 2440,
|
| 1215 |
+
"optimizer_step": 305,
|
| 1216 |
+
"lr": 1.5109931212873534e-05,
|
| 1217 |
+
"lm_loss": 0.07041458040475845,
|
| 1218 |
+
"order_loss": 0.640625,
|
| 1219 |
+
"ret_loss": 0.0,
|
| 1220 |
+
"pretrain_loss": 0.0,
|
| 1221 |
+
"total_loss": 0.10239700227975845
|
| 1222 |
+
},
|
| 1223 |
+
{
|
| 1224 |
+
"global_step": 2460,
|
| 1225 |
+
"optimizer_step": 307,
|
| 1226 |
+
"lr": 1.4788893576600099e-05,
|
| 1227 |
+
"lm_loss": 0.000727956066839397,
|
| 1228 |
+
"order_loss": 0.6015625,
|
| 1229 |
+
"ret_loss": 0.0,
|
| 1230 |
+
"pretrain_loss": 0.0,
|
| 1231 |
+
"total_loss": 0.030757252126932144
|
| 1232 |
+
},
|
| 1233 |
+
{
|
| 1234 |
+
"global_step": 2480,
|
| 1235 |
+
"optimizer_step": 310,
|
| 1236 |
+
"lr": 1.4311122664242954e-05,
|
| 1237 |
+
"lm_loss": 0.04514877125620842,
|
| 1238 |
+
"order_loss": 0.56640625,
|
| 1239 |
+
"ret_loss": 0.0,
|
| 1240 |
+
"pretrain_loss": 0.0,
|
| 1241 |
+
"total_loss": 0.07346908748149872
|
| 1242 |
+
},
|
| 1243 |
+
{
|
| 1244 |
+
"global_step": 2500,
|
| 1245 |
+
"optimizer_step": 312,
|
| 1246 |
+
"lr": 1.399522378271527e-05,
|
| 1247 |
+
"lm_loss": 0.11393537372350693,
|
| 1248 |
+
"order_loss": 0.494140625,
|
| 1249 |
+
"ret_loss": 0.0,
|
| 1250 |
+
"pretrain_loss": 0.0,
|
| 1251 |
+
"total_loss": 0.13859358429908752
|
| 1252 |
+
},
|
| 1253 |
+
{
|
| 1254 |
+
"global_step": 2520,
|
| 1255 |
+
"optimizer_step": 315,
|
| 1256 |
+
"lr": 1.3525453388311554e-05,
|
| 1257 |
+
"lm_loss": 0.12459559738636017,
|
| 1258 |
+
"order_loss": 0.62890625,
|
| 1259 |
+
"ret_loss": 0.0,
|
| 1260 |
+
"pretrain_loss": 0.0,
|
| 1261 |
+
"total_loss": 0.15608973801136017
|
| 1262 |
+
},
|
| 1263 |
+
{
|
| 1264 |
+
"global_step": 2540,
|
| 1265 |
+
"optimizer_step": 317,
|
| 1266 |
+
"lr": 1.3215081579350058e-05,
|
| 1267 |
+
"lm_loss": 0.037412915378808975,
|
| 1268 |
+
"order_loss": 0.5859375,
|
| 1269 |
+
"ret_loss": 0.0,
|
| 1270 |
+
"pretrain_loss": 0.0,
|
| 1271 |
+
"total_loss": 0.06670978665351868
|
| 1272 |
+
},
|
| 1273 |
+
{
|
| 1274 |
+
"global_step": 2560,
|
| 1275 |
+
"optimizer_step": 320,
|
| 1276 |
+
"lr": 1.2753889166848909e-05,
|
| 1277 |
+
"lm_loss": 0.046160295605659485,
|
| 1278 |
+
"order_loss": 0.65234375,
|
| 1279 |
+
"ret_loss": 0.0,
|
| 1280 |
+
"pretrain_loss": 0.0,
|
| 1281 |
+
"total_loss": 0.07887513935565948
|
| 1282 |
+
},
|
| 1283 |
+
{
|
| 1284 |
+
"global_step": 2580,
|
| 1285 |
+
"optimizer_step": 322,
|
| 1286 |
+
"lr": 1.2449425954135452e-05,
|
| 1287 |
+
"lm_loss": 0.28553760051727295,
|
| 1288 |
+
"order_loss": 0.478515625,
|
| 1289 |
+
"ret_loss": 0.0,
|
| 1290 |
+
"pretrain_loss": 0.0,
|
| 1291 |
+
"total_loss": 0.30946338176727295
|
| 1292 |
+
},
|
| 1293 |
+
{
|
| 1294 |
+
"global_step": 2600,
|
| 1295 |
+
"optimizer_step": 325,
|
| 1296 |
+
"lr": 1.1997378443025634e-05,
|
| 1297 |
+
"lm_loss": 0.11499333381652832,
|
| 1298 |
+
"order_loss": 0.53515625,
|
| 1299 |
+
"ret_loss": 0.0,
|
| 1300 |
+
"pretrain_loss": 0.0,
|
| 1301 |
+
"total_loss": 0.14172673225402832
|
| 1302 |
+
},
|
| 1303 |
+
{
|
| 1304 |
+
"global_step": 2620,
|
| 1305 |
+
"optimizer_step": 327,
|
| 1306 |
+
"lr": 1.1699198087116589e-05,
|
| 1307 |
+
"lm_loss": 0.041565392166376114,
|
| 1308 |
+
"order_loss": 0.6484375,
|
| 1309 |
+
"ret_loss": 0.0,
|
| 1310 |
+
"pretrain_loss": 0.0,
|
| 1311 |
+
"total_loss": 0.07403609156608582
|
| 1312 |
+
},
|
| 1313 |
+
{
|
| 1314 |
+
"global_step": 2640,
|
| 1315 |
+
"optimizer_step": 330,
|
| 1316 |
+
"lr": 1.1256851155542298e-05,
|
| 1317 |
+
"lm_loss": 0.14750395715236664,
|
| 1318 |
+
"order_loss": 0.8828125,
|
| 1319 |
+
"ret_loss": 0.0,
|
| 1320 |
+
"pretrain_loss": 0.0,
|
| 1321 |
+
"total_loss": 0.19169341027736664
|
| 1322 |
+
},
|
| 1323 |
+
{
|
| 1324 |
+
"global_step": 2660,
|
| 1325 |
+
"optimizer_step": 332,
|
| 1326 |
+
"lr": 1.0965320193809808e-05,
|
| 1327 |
+
"lm_loss": 0.15361247956752777,
|
| 1328 |
+
"order_loss": 0.58984375,
|
| 1329 |
+
"ret_loss": 0.0,
|
| 1330 |
+
"pretrain_loss": 0.0,
|
| 1331 |
+
"total_loss": 0.18315349519252777
|
| 1332 |
+
},
|
| 1333 |
+
{
|
| 1334 |
+
"global_step": 2680,
|
| 1335 |
+
"optimizer_step": 335,
|
| 1336 |
+
"lr": 1.0533217595504858e-05,
|
| 1337 |
+
"lm_loss": 0.20129740238189697,
|
| 1338 |
+
"order_loss": 0.5078125,
|
| 1339 |
+
"ret_loss": 0.0,
|
| 1340 |
+
"pretrain_loss": 0.0,
|
| 1341 |
+
"total_loss": 0.22668802738189697
|
| 1342 |
+
},
|
| 1343 |
+
{
|
| 1344 |
+
"global_step": 2700,
|
| 1345 |
+
"optimizer_step": 337,
|
| 1346 |
+
"lr": 1.0248694391571801e-05,
|
| 1347 |
+
"lm_loss": 0.003427452640607953,
|
| 1348 |
+
"order_loss": 0.48046875,
|
| 1349 |
+
"ret_loss": 0.0,
|
| 1350 |
+
"pretrain_loss": 0.0,
|
| 1351 |
+
"total_loss": 0.027475304901599884
|
| 1352 |
+
},
|
| 1353 |
+
{
|
| 1354 |
+
"global_step": 2720,
|
| 1355 |
+
"optimizer_step": 340,
|
| 1356 |
+
"lr": 9.82736728745186e-06,
|
| 1357 |
+
"lm_loss": 0.011051908135414124,
|
| 1358 |
+
"order_loss": 0.59375,
|
| 1359 |
+
"ret_loss": 0.0,
|
| 1360 |
+
"pretrain_loss": 0.0,
|
| 1361 |
+
"total_loss": 0.040714994072914124
|
| 1362 |
+
},
|
| 1363 |
+
{
|
| 1364 |
+
"global_step": 2740,
|
| 1365 |
+
"optimizer_step": 342,
|
| 1366 |
+
"lr": 9.550201590674343e-06,
|
| 1367 |
+
"lm_loss": 0.02198857069015503,
|
| 1368 |
+
"order_loss": 0.494140625,
|
| 1369 |
+
"ret_loss": 0.0,
|
| 1370 |
+
"pretrain_loss": 0.0,
|
| 1371 |
+
"total_loss": 0.04664677381515503
|
| 1372 |
+
},
|
| 1373 |
+
{
|
| 1374 |
+
"global_step": 2760,
|
| 1375 |
+
"optimizer_step": 345,
|
| 1376 |
+
"lr": 9.140167895908867e-06,
|
| 1377 |
+
"lm_loss": 0.0572996512055397,
|
| 1378 |
+
"order_loss": 0.546875,
|
| 1379 |
+
"ret_loss": 0.0,
|
| 1380 |
+
"pretrain_loss": 0.0,
|
| 1381 |
+
"total_loss": 0.0846434012055397
|
| 1382 |
+
},
|
| 1383 |
+
{
|
| 1384 |
+
"global_step": 2780,
|
| 1385 |
+
"optimizer_step": 347,
|
| 1386 |
+
"lr": 8.870700411447816e-06,
|
| 1387 |
+
"lm_loss": 0.06669479608535767,
|
| 1388 |
+
"order_loss": 0.5703125,
|
| 1389 |
+
"ret_loss": 0.0,
|
| 1390 |
+
"pretrain_loss": 0.0,
|
| 1391 |
+
"total_loss": 0.09525924921035767
|
| 1392 |
+
},
|
| 1393 |
+
{
|
| 1394 |
+
"global_step": 2800,
|
| 1395 |
+
"optimizer_step": 350,
|
| 1396 |
+
"lr": 8.472464158814255e-06,
|
| 1397 |
+
"lm_loss": 0.0012658018385991454,
|
| 1398 |
+
"order_loss": 0.58203125,
|
| 1399 |
+
"ret_loss": 0.0,
|
| 1400 |
+
"pretrain_loss": 0.0,
|
| 1401 |
+
"total_loss": 0.03031853586435318
|
| 1402 |
+
},
|
| 1403 |
+
{
|
| 1404 |
+
"global_step": 2820,
|
| 1405 |
+
"optimizer_step": 352,
|
| 1406 |
+
"lr": 8.211026128824539e-06,
|
| 1407 |
+
"lm_loss": 0.14907298982143402,
|
| 1408 |
+
"order_loss": 0.546875,
|
| 1409 |
+
"ret_loss": 0.0,
|
| 1410 |
+
"pretrain_loss": 0.0,
|
| 1411 |
+
"total_loss": 0.17641673982143402
|
| 1412 |
+
},
|
| 1413 |
+
{
|
| 1414 |
+
"global_step": 2840,
|
| 1415 |
+
"optimizer_step": 355,
|
| 1416 |
+
"lr": 7.825076849127458e-06,
|
| 1417 |
+
"lm_loss": 0.02313743345439434,
|
| 1418 |
+
"order_loss": 0.51953125,
|
| 1419 |
+
"ret_loss": 0.0,
|
| 1420 |
+
"pretrain_loss": 0.0,
|
| 1421 |
+
"total_loss": 0.04913841187953949
|
| 1422 |
+
},
|
| 1423 |
+
{
|
| 1424 |
+
"global_step": 2860,
|
| 1425 |
+
"optimizer_step": 357,
|
| 1426 |
+
"lr": 7.571989645579419e-06,
|
| 1427 |
+
"lm_loss": 0.07170559465885162,
|
| 1428 |
+
"order_loss": 0.515625,
|
| 1429 |
+
"ret_loss": 0.0,
|
| 1430 |
+
"pretrain_loss": 0.0,
|
| 1431 |
+
"total_loss": 0.09746243059635162
|
| 1432 |
+
},
|
| 1433 |
+
{
|
| 1434 |
+
"global_step": 2880,
|
| 1435 |
+
"optimizer_step": 360,
|
| 1436 |
+
"lr": 7.198801765896115e-06,
|
| 1437 |
+
"lm_loss": 0.0048132240772247314,
|
| 1438 |
+
"order_loss": 0.55859375,
|
| 1439 |
+
"ret_loss": 0.0,
|
| 1440 |
+
"pretrain_loss": 0.0,
|
| 1441 |
+
"total_loss": 0.03276732563972473
|
| 1442 |
+
},
|
| 1443 |
+
{
|
| 1444 |
+
"global_step": 2900,
|
| 1445 |
+
"optimizer_step": 362,
|
| 1446 |
+
"lr": 6.9543764955299265e-06,
|
| 1447 |
+
"lm_loss": 0.0029758147429674864,
|
| 1448 |
+
"order_loss": 0.6328125,
|
| 1449 |
+
"ret_loss": 0.0,
|
| 1450 |
+
"pretrain_loss": 0.0,
|
| 1451 |
+
"total_loss": 0.034714095294475555
|
| 1452 |
+
},
|
| 1453 |
+
{
|
| 1454 |
+
"global_step": 2920,
|
| 1455 |
+
"optimizer_step": 365,
|
| 1456 |
+
"lr": 6.594408756022272e-06,
|
| 1457 |
+
"lm_loss": 0.006160799413919449,
|
| 1458 |
+
"order_loss": 0.578125,
|
| 1459 |
+
"ret_loss": 0.0,
|
| 1460 |
+
"pretrain_loss": 0.0,
|
| 1461 |
+
"total_loss": 0.03509146347641945
|
| 1462 |
+
},
|
| 1463 |
+
{
|
| 1464 |
+
"global_step": 2940,
|
| 1465 |
+
"optimizer_step": 367,
|
| 1466 |
+
"lr": 6.358945877920861e-06,
|
| 1467 |
+
"lm_loss": 0.07119449228048325,
|
| 1468 |
+
"order_loss": 0.53515625,
|
| 1469 |
+
"ret_loss": 0.0,
|
| 1470 |
+
"pretrain_loss": 0.0,
|
| 1471 |
+
"total_loss": 0.09792789071798325
|
| 1472 |
+
},
|
| 1473 |
+
{
|
| 1474 |
+
"global_step": 2960,
|
| 1475 |
+
"optimizer_step": 370,
|
| 1476 |
+
"lr": 6.012640767930217e-06,
|
| 1477 |
+
"lm_loss": 0.18079432845115662,
|
| 1478 |
+
"order_loss": 0.5625,
|
| 1479 |
+
"ret_loss": 0.0,
|
| 1480 |
+
"pretrain_loss": 0.0,
|
| 1481 |
+
"total_loss": 0.20887050032615662
|
| 1482 |
+
},
|
| 1483 |
+
{
|
| 1484 |
+
"global_step": 2980,
|
| 1485 |
+
"optimizer_step": 372,
|
| 1486 |
+
"lr": 5.7864297241808e-06,
|
| 1487 |
+
"lm_loss": 0.058377377688884735,
|
| 1488 |
+
"order_loss": 0.55859375,
|
| 1489 |
+
"ret_loss": 0.0,
|
| 1490 |
+
"pretrain_loss": 0.0,
|
| 1491 |
+
"total_loss": 0.08633147925138474
|
| 1492 |
+
},
|
| 1493 |
+
{
|
| 1494 |
+
"global_step": 3000,
|
| 1495 |
+
"optimizer_step": 375,
|
| 1496 |
+
"lr": 5.454212938299255e-06,
|
| 1497 |
+
"lm_loss": 0.0606594942510128,
|
| 1498 |
+
"order_loss": 0.578125,
|
| 1499 |
+
"ret_loss": 0.0,
|
| 1500 |
+
"pretrain_loss": 0.0,
|
| 1501 |
+
"total_loss": 0.0895901620388031
|
| 1502 |
+
},
|
| 1503 |
+
{
|
| 1504 |
+
"global_step": 3020,
|
| 1505 |
+
"optimizer_step": 377,
|
| 1506 |
+
"lr": 5.237531798197415e-06,
|
| 1507 |
+
"lm_loss": 0.05779808759689331,
|
| 1508 |
+
"order_loss": 0.57421875,
|
| 1509 |
+
"ret_loss": 0.0,
|
| 1510 |
+
"pretrain_loss": 0.0,
|
| 1511 |
+
"total_loss": 0.08648461103439331
|
| 1512 |
+
},
|
| 1513 |
+
{
|
| 1514 |
+
"global_step": 3040,
|
| 1515 |
+
"optimizer_step": 380,
|
| 1516 |
+
"lr": 4.91981171298388e-06,
|
| 1517 |
+
"lm_loss": 0.024746309965848923,
|
| 1518 |
+
"order_loss": 0.60546875,
|
| 1519 |
+
"ret_loss": 0.0,
|
| 1520 |
+
"pretrain_loss": 0.0,
|
| 1521 |
+
"total_loss": 0.05501974746584892
|
| 1522 |
+
},
|
| 1523 |
+
{
|
| 1524 |
+
"global_step": 3060,
|
| 1525 |
+
"optimizer_step": 382,
|
| 1526 |
+
"lr": 4.712926831217685e-06,
|
| 1527 |
+
"lm_loss": 0.022482866421341896,
|
| 1528 |
+
"order_loss": 0.59375,
|
| 1529 |
+
"ret_loss": 0.0,
|
| 1530 |
+
"pretrain_loss": 0.0,
|
| 1531 |
+
"total_loss": 0.05214595049619675
|
| 1532 |
+
},
|
| 1533 |
+
{
|
| 1534 |
+
"global_step": 3080,
|
| 1535 |
+
"optimizer_step": 385,
|
| 1536 |
+
"lr": 4.410094003202134e-06,
|
| 1537 |
+
"lm_loss": 0.011873519979417324,
|
| 1538 |
+
"order_loss": 0.6171875,
|
| 1539 |
+
"ret_loss": 0.0,
|
| 1540 |
+
"pretrain_loss": 0.0,
|
| 1541 |
+
"total_loss": 0.0427573099732399
|
| 1542 |
+
},
|
| 1543 |
+
{
|
| 1544 |
+
"global_step": 3100,
|
| 1545 |
+
"optimizer_step": 387,
|
| 1546 |
+
"lr": 4.213259692436367e-06,
|
| 1547 |
+
"lm_loss": 0.048930823802948,
|
| 1548 |
+
"order_loss": 0.5859375,
|
| 1549 |
+
"ret_loss": 0.0,
|
| 1550 |
+
"pretrain_loss": 0.0,
|
| 1551 |
+
"total_loss": 0.078227698802948
|
| 1552 |
+
},
|
| 1553 |
+
{
|
| 1554 |
+
"global_step": 3120,
|
| 1555 |
+
"optimizer_step": 390,
|
| 1556 |
+
"lr": 3.925686378029331e-06,
|
| 1557 |
+
"lm_loss": 0.001940632238984108,
|
| 1558 |
+
"order_loss": 0.62109375,
|
| 1559 |
+
"ret_loss": 0.0,
|
| 1560 |
+
"pretrain_loss": 0.0,
|
| 1561 |
+
"total_loss": 0.03294648975133896
|
| 1562 |
+
},
|
| 1563 |
+
{
|
| 1564 |
+
"global_step": 3140,
|
| 1565 |
+
"optimizer_step": 392,
|
| 1566 |
+
"lr": 3.739144596292382e-06,
|
| 1567 |
+
"lm_loss": 0.08664239197969437,
|
| 1568 |
+
"order_loss": 0.5,
|
| 1569 |
+
"ret_loss": 0.0,
|
| 1570 |
+
"pretrain_loss": 0.0,
|
| 1571 |
+
"total_loss": 0.11166680604219437
|
| 1572 |
+
},
|
| 1573 |
+
{
|
| 1574 |
+
"global_step": 3160,
|
| 1575 |
+
"optimizer_step": 395,
|
| 1576 |
+
"lr": 3.4671842941897765e-06,
|
| 1577 |
+
"lm_loss": 0.05868863686919212,
|
| 1578 |
+
"order_loss": 0.69140625,
|
| 1579 |
+
"ret_loss": 0.0,
|
| 1580 |
+
"pretrain_loss": 0.0,
|
| 1581 |
+
"total_loss": 0.09335660934448242
|
| 1582 |
+
},
|
| 1583 |
+
{
|
| 1584 |
+
"global_step": 3180,
|
| 1585 |
+
"optimizer_step": 397,
|
| 1586 |
+
"lr": 3.2911643474473646e-06,
|
| 1587 |
+
"lm_loss": 0.087704136967659,
|
| 1588 |
+
"order_loss": 0.466796875,
|
| 1589 |
+
"ret_loss": 0.0,
|
| 1590 |
+
"pretrain_loss": 0.0,
|
| 1591 |
+
"total_loss": 0.111019566655159
|
| 1592 |
+
},
|
| 1593 |
+
{
|
| 1594 |
+
"global_step": 3200,
|
| 1595 |
+
"optimizer_step": 400,
|
| 1596 |
+
"lr": 3.035151364093214e-06,
|
| 1597 |
+
"lm_loss": 0.07949191331863403,
|
| 1598 |
+
"order_loss": 0.625,
|
| 1599 |
+
"ret_loss": 0.0,
|
| 1600 |
+
"pretrain_loss": 0.0,
|
| 1601 |
+
"total_loss": 0.11074191331863403
|
| 1602 |
+
},
|
| 1603 |
+
{
|
| 1604 |
+
"global_step": 3220,
|
| 1605 |
+
"optimizer_step": 402,
|
| 1606 |
+
"lr": 2.869869624374699e-06,
|
| 1607 |
+
"lm_loss": 0.010315562598407269,
|
| 1608 |
+
"order_loss": 0.55078125,
|
| 1609 |
+
"ret_loss": 0.0,
|
| 1610 |
+
"pretrain_loss": 0.0,
|
| 1611 |
+
"total_loss": 0.03790345415472984
|
| 1612 |
+
},
|
| 1613 |
+
{
|
| 1614 |
+
"global_step": 3240,
|
| 1615 |
+
"optimizer_step": 405,
|
| 1616 |
+
"lr": 2.6301186630158485e-06,
|
| 1617 |
+
"lm_loss": 0.03576783463358879,
|
| 1618 |
+
"order_loss": 0.5859375,
|
| 1619 |
+
"ret_loss": 0.0,
|
| 1620 |
+
"pretrain_loss": 0.0,
|
| 1621 |
+
"total_loss": 0.06506471335887909
|
| 1622 |
+
},
|
| 1623 |
+
{
|
| 1624 |
+
"global_step": 3260,
|
| 1625 |
+
"optimizer_step": 407,
|
| 1626 |
+
"lr": 2.475778302439524e-06,
|
| 1627 |
+
"lm_loss": 0.03905699402093887,
|
| 1628 |
+
"order_loss": 0.57421875,
|
| 1629 |
+
"ret_loss": 0.0,
|
| 1630 |
+
"pretrain_loss": 0.0,
|
| 1631 |
+
"total_loss": 0.06774351745843887
|
| 1632 |
+
},
|
| 1633 |
+
{
|
| 1634 |
+
"global_step": 3280,
|
| 1635 |
+
"optimizer_step": 410,
|
| 1636 |
+
"lr": 2.2525840762775863e-06,
|
| 1637 |
+
"lm_loss": 0.07217532396316528,
|
| 1638 |
+
"order_loss": 0.62109375,
|
| 1639 |
+
"ret_loss": 0.0,
|
| 1640 |
+
"pretrain_loss": 0.0,
|
| 1641 |
+
"total_loss": 0.10318118333816528
|
| 1642 |
+
},
|
| 1643 |
+
{
|
| 1644 |
+
"global_step": 3300,
|
| 1645 |
+
"optimizer_step": 412,
|
| 1646 |
+
"lr": 2.1093748173018848e-06,
|
| 1647 |
+
"lm_loss": 0.004690319299697876,
|
| 1648 |
+
"order_loss": 0.58203125,
|
| 1649 |
+
"ret_loss": 0.0,
|
| 1650 |
+
"pretrain_loss": 0.0,
|
| 1651 |
+
"total_loss": 0.033743053674697876
|
| 1652 |
+
},
|
| 1653 |
+
{
|
| 1654 |
+
"global_step": 3320,
|
| 1655 |
+
"optimizer_step": 415,
|
| 1656 |
+
"lr": 1.9030116872178316e-06,
|
| 1657 |
+
"lm_loss": 0.008204703219234943,
|
| 1658 |
+
"order_loss": 0.5234375,
|
| 1659 |
+
"ret_loss": 0.0,
|
| 1660 |
+
"pretrain_loss": 0.0,
|
| 1661 |
+
"total_loss": 0.03432774916291237
|
| 1662 |
+
},
|
| 1663 |
+
{
|
| 1664 |
+
"global_step": 3340,
|
| 1665 |
+
"optimizer_step": 417,
|
| 1666 |
+
"lr": 1.771109569425547e-06,
|
| 1667 |
+
"lm_loss": 0.0434442013502121,
|
| 1668 |
+
"order_loss": 0.55078125,
|
| 1669 |
+
"ret_loss": 0.0,
|
| 1670 |
+
"pretrain_loss": 0.0,
|
| 1671 |
+
"total_loss": 0.0710320919752121
|
| 1672 |
+
},
|
| 1673 |
+
{
|
| 1674 |
+
"global_step": 3360,
|
| 1675 |
+
"optimizer_step": 420,
|
| 1676 |
+
"lr": 1.5818312067223672e-06,
|
| 1677 |
+
"lm_loss": 0.0036077217664569616,
|
| 1678 |
+
"order_loss": 0.53125,
|
| 1679 |
+
"ret_loss": 0.0,
|
| 1680 |
+
"pretrain_loss": 0.0,
|
| 1681 |
+
"total_loss": 0.030219050124287605
|
| 1682 |
+
},
|
| 1683 |
+
{
|
| 1684 |
+
"global_step": 3380,
|
| 1685 |
+
"optimizer_step": 422,
|
| 1686 |
+
"lr": 1.4613983704244826e-06,
|
| 1687 |
+
"lm_loss": 0.15426890552043915,
|
| 1688 |
+
"order_loss": 0.54296875,
|
| 1689 |
+
"ret_loss": 0.0,
|
| 1690 |
+
"pretrain_loss": 0.0,
|
| 1691 |
+
"total_loss": 0.18136851489543915
|
| 1692 |
+
},
|
| 1693 |
+
{
|
| 1694 |
+
"global_step": 3400,
|
| 1695 |
+
"optimizer_step": 425,
|
| 1696 |
+
"lr": 1.2894374450024338e-06,
|
| 1697 |
+
"lm_loss": 0.02174406871199608,
|
| 1698 |
+
"order_loss": 0.640625,
|
| 1699 |
+
"ret_loss": 0.0,
|
| 1700 |
+
"pretrain_loss": 0.0,
|
| 1701 |
+
"total_loss": 0.05372649058699608
|
| 1702 |
+
},
|
| 1703 |
+
{
|
| 1704 |
+
"global_step": 3420,
|
| 1705 |
+
"optimizer_step": 427,
|
| 1706 |
+
"lr": 1.180621931927592e-06,
|
| 1707 |
+
"lm_loss": 0.02831454947590828,
|
| 1708 |
+
"order_loss": 0.65625,
|
| 1709 |
+
"ret_loss": 0.0,
|
| 1710 |
+
"pretrain_loss": 0.0,
|
| 1711 |
+
"total_loss": 0.06102939322590828
|
| 1712 |
+
},
|
| 1713 |
+
{
|
| 1714 |
+
"global_step": 3440,
|
| 1715 |
+
"optimizer_step": 430,
|
| 1716 |
+
"lr": 1.0261898262753812e-06,
|
| 1717 |
+
"lm_loss": 0.0042016892693936825,
|
| 1718 |
+
"order_loss": 0.671875,
|
| 1719 |
+
"ret_loss": 0.0,
|
| 1720 |
+
"pretrain_loss": 0.0,
|
| 1721 |
+
"total_loss": 0.03789309412240982
|
| 1722 |
+
},
|
| 1723 |
+
{
|
| 1724 |
+
"global_step": 3460,
|
| 1725 |
+
"optimizer_step": 432,
|
| 1726 |
+
"lr": 9.291253975900139e-07,
|
| 1727 |
+
"lm_loss": 0.03182074427604675,
|
| 1728 |
+
"order_loss": 0.703125,
|
| 1729 |
+
"ret_loss": 0.0,
|
| 1730 |
+
"pretrain_loss": 0.0,
|
| 1731 |
+
"total_loss": 0.06697699427604675
|
| 1732 |
+
},
|
| 1733 |
+
{
|
| 1734 |
+
"global_step": 3480,
|
| 1735 |
+
"optimizer_step": 435,
|
| 1736 |
+
"lr": 7.924119469434665e-07,
|
| 1737 |
+
"lm_loss": 0.04334783926606178,
|
| 1738 |
+
"order_loss": 0.5078125,
|
| 1739 |
+
"ret_loss": 0.0,
|
| 1740 |
+
"pretrain_loss": 0.0,
|
| 1741 |
+
"total_loss": 0.06873846054077148
|
| 1742 |
+
},
|
| 1743 |
+
{
|
| 1744 |
+
"global_step": 3500,
|
| 1745 |
+
"optimizer_step": 437,
|
| 1746 |
+
"lr": 7.072179188262251e-07,
|
| 1747 |
+
"lm_loss": 0.0010338737629354,
|
| 1748 |
+
"order_loss": 0.515625,
|
| 1749 |
+
"ret_loss": 0.0,
|
| 1750 |
+
"pretrain_loss": 0.0,
|
| 1751 |
+
"total_loss": 0.026790710166096687
|
| 1752 |
+
},
|
| 1753 |
+
{
|
| 1754 |
+
"global_step": 3520,
|
| 1755 |
+
"optimizer_step": 440,
|
| 1756 |
+
"lr": 5.883911778138324e-07,
|
| 1757 |
+
"lm_loss": 0.0025064866058528423,
|
| 1758 |
+
"order_loss": 0.54296875,
|
| 1759 |
+
"ret_loss": 0.0,
|
| 1760 |
+
"pretrain_loss": 0.0,
|
| 1761 |
+
"total_loss": 0.02960609644651413
|
| 1762 |
+
},
|
| 1763 |
+
{
|
| 1764 |
+
"global_step": 3540,
|
| 1765 |
+
"optimizer_step": 442,
|
| 1766 |
+
"lr": 5.151722747865434e-07,
|
| 1767 |
+
"lm_loss": 0.014759617857635021,
|
| 1768 |
+
"order_loss": 0.62890625,
|
| 1769 |
+
"ret_loss": 0.0,
|
| 1770 |
+
"pretrain_loss": 0.0,
|
| 1771 |
+
"total_loss": 0.046253759413957596
|
| 1772 |
+
},
|
| 1773 |
+
{
|
| 1774 |
+
"global_step": 3560,
|
| 1775 |
+
"optimizer_step": 445,
|
| 1776 |
+
"lr": 4.1437831084878974e-07,
|
| 1777 |
+
"lm_loss": 0.0009254271863028407,
|
| 1778 |
+
"order_loss": 0.66015625,
|
| 1779 |
+
"ret_loss": 0.0,
|
| 1780 |
+
"pretrain_loss": 0.0,
|
| 1781 |
+
"total_loss": 0.03388440981507301
|
| 1782 |
+
},
|
| 1783 |
+
{
|
| 1784 |
+
"global_step": 3580,
|
| 1785 |
+
"optimizer_step": 447,
|
| 1786 |
+
"lr": 3.5322453704410286e-07,
|
| 1787 |
+
"lm_loss": 0.5838086605072021,
|
| 1788 |
+
"order_loss": 0.5234375,
|
| 1789 |
+
"ret_loss": 0.0,
|
| 1790 |
+
"pretrain_loss": 0.0,
|
| 1791 |
+
"total_loss": 0.6099317073822021
|
| 1792 |
+
},
|
| 1793 |
+
{
|
| 1794 |
+
"global_step": 3600,
|
| 1795 |
+
"optimizer_step": 450,
|
| 1796 |
+
"lr": 2.705872508804747e-07,
|
| 1797 |
+
"lm_loss": 0.11536967009305954,
|
| 1798 |
+
"order_loss": 0.6328125,
|
| 1799 |
+
"ret_loss": 0.0,
|
| 1800 |
+
"pretrain_loss": 0.0,
|
| 1801 |
+
"total_loss": 0.14710795879364014
|
| 1802 |
+
},
|
| 1803 |
+
{
|
| 1804 |
+
"global_step": 3620,
|
| 1805 |
+
"optimizer_step": 452,
|
| 1806 |
+
"lr": 2.215737794045436e-07,
|
| 1807 |
+
"lm_loss": 0.18469774723052979,
|
| 1808 |
+
"order_loss": 0.55859375,
|
| 1809 |
+
"ret_loss": 0.0,
|
| 1810 |
+
"pretrain_loss": 0.0,
|
| 1811 |
+
"total_loss": 0.21265184879302979
|
| 1812 |
+
},
|
| 1813 |
+
{
|
| 1814 |
+
"global_step": 3640,
|
| 1815 |
+
"optimizer_step": 455,
|
| 1816 |
+
"lr": 1.571947526689349e-07,
|
| 1817 |
+
"lm_loss": 0.6809209585189819,
|
| 1818 |
+
"order_loss": 0.53515625,
|
| 1819 |
+
"ret_loss": 0.0,
|
| 1820 |
+
"pretrain_loss": 0.0,
|
| 1821 |
+
"total_loss": 0.7076543569564819
|
| 1822 |
+
},
|
| 1823 |
+
{
|
| 1824 |
+
"global_step": 3660,
|
| 1825 |
+
"optimizer_step": 457,
|
| 1826 |
+
"lr": 1.2038183319507955e-07,
|
| 1827 |
+
"lm_loss": 0.029084235429763794,
|
| 1828 |
+
"order_loss": 0.494140625,
|
| 1829 |
+
"ret_loss": 0.0,
|
| 1830 |
+
"pretrain_loss": 0.0,
|
| 1831 |
+
"total_loss": 0.053742438554763794
|
| 1832 |
+
},
|
| 1833 |
+
{
|
| 1834 |
+
"global_step": 3680,
|
| 1835 |
+
"optimizer_step": 460,
|
| 1836 |
+
"lr": 7.434020362682704e-08,
|
| 1837 |
+
"lm_loss": 0.009497067891061306,
|
| 1838 |
+
"order_loss": 0.6484375,
|
| 1839 |
+
"ret_loss": 0.0,
|
| 1840 |
+
"pretrain_loss": 0.0,
|
| 1841 |
+
"total_loss": 0.04196777194738388
|
| 1842 |
+
},
|
| 1843 |
+
{
|
| 1844 |
+
"global_step": 3700,
|
| 1845 |
+
"optimizer_step": 462,
|
| 1846 |
+
"lr": 4.977308833379324e-08,
|
| 1847 |
+
"lm_loss": 0.007059580646455288,
|
| 1848 |
+
"order_loss": 0.5625,
|
| 1849 |
+
"ret_loss": 0.0,
|
| 1850 |
+
"pretrain_loss": 0.0,
|
| 1851 |
+
"total_loss": 0.03513575345277786
|
| 1852 |
+
},
|
| 1853 |
+
{
|
| 1854 |
+
"global_step": 3720,
|
| 1855 |
+
"optimizer_step": 465,
|
| 1856 |
+
"lr": 2.2125452477828047e-08,
|
| 1857 |
+
"lm_loss": 0.004971850197762251,
|
| 1858 |
+
"order_loss": 0.55078125,
|
| 1859 |
+
"ret_loss": 0.0,
|
| 1860 |
+
"pretrain_loss": 0.0,
|
| 1861 |
+
"total_loss": 0.03255974128842354
|
| 1862 |
+
},
|
| 1863 |
+
{
|
| 1864 |
+
"global_step": 3740,
|
| 1865 |
+
"optimizer_step": 467,
|
| 1866 |
+
"lr": 9.834340423678368e-09,
|
| 1867 |
+
"lm_loss": 0.18257686495780945,
|
| 1868 |
+
"order_loss": 0.5859375,
|
| 1869 |
+
"ret_loss": 0.0,
|
| 1870 |
+
"pretrain_loss": 0.0,
|
| 1871 |
+
"total_loss": 0.21187373995780945
|
| 1872 |
+
}
|
| 1873 |
+
]
|
| 1874 |
+
}
|
cls_qwen_orderkd_last_l01/README.md
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: unsloth/Qwen2.5-1.5B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:unsloth/Qwen2.5-1.5B-Instruct
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
- unsloth
|
| 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.19.1
|
cls_qwen_orderkd_last_l01/adapter_config.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": {
|
| 6 |
+
"base_model_class": "Qwen2ForCausalLM",
|
| 7 |
+
"parent_library": "transformers.models.qwen2.modeling_qwen2",
|
| 8 |
+
"unsloth_fixed": true
|
| 9 |
+
},
|
| 10 |
+
"base_model_name_or_path": "unsloth/Qwen2.5-1.5B-Instruct",
|
| 11 |
+
"bias": "none",
|
| 12 |
+
"corda_config": null,
|
| 13 |
+
"ensure_weight_tying": false,
|
| 14 |
+
"eva_config": null,
|
| 15 |
+
"exclude_modules": null,
|
| 16 |
+
"fan_in_fan_out": false,
|
| 17 |
+
"inference_mode": true,
|
| 18 |
+
"init_lora_weights": true,
|
| 19 |
+
"layer_replication": null,
|
| 20 |
+
"layers_pattern": null,
|
| 21 |
+
"layers_to_transform": null,
|
| 22 |
+
"loftq_config": {},
|
| 23 |
+
"lora_alpha": 32,
|
| 24 |
+
"lora_bias": false,
|
| 25 |
+
"lora_dropout": 0.0,
|
| 26 |
+
"lora_ga_config": null,
|
| 27 |
+
"megatron_config": null,
|
| 28 |
+
"megatron_core": "megatron.core",
|
| 29 |
+
"modules_to_save": null,
|
| 30 |
+
"peft_type": "LORA",
|
| 31 |
+
"peft_version": "0.19.1",
|
| 32 |
+
"qalora_group_size": 16,
|
| 33 |
+
"r": 16,
|
| 34 |
+
"rank_pattern": {},
|
| 35 |
+
"revision": null,
|
| 36 |
+
"target_modules": [
|
| 37 |
+
"k_proj",
|
| 38 |
+
"v_proj",
|
| 39 |
+
"gate_proj",
|
| 40 |
+
"up_proj",
|
| 41 |
+
"down_proj",
|
| 42 |
+
"o_proj",
|
| 43 |
+
"q_proj"
|
| 44 |
+
],
|
| 45 |
+
"target_parameters": null,
|
| 46 |
+
"task_type": "CAUSAL_LM",
|
| 47 |
+
"trainable_token_indices": null,
|
| 48 |
+
"use_bdlora": null,
|
| 49 |
+
"use_dora": false,
|
| 50 |
+
"use_qalora": false,
|
| 51 |
+
"use_rslora": false
|
| 52 |
+
}
|
cls_qwen_orderkd_last_l01/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 %}
|
cls_qwen_orderkd_last_l01/checkpoint-200/README.md
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: unsloth/Qwen2.5-1.5B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:unsloth/Qwen2.5-1.5B-Instruct
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
- unsloth
|
| 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.19.1
|
cls_qwen_orderkd_last_l01/checkpoint-200/adapter_config.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": {
|
| 6 |
+
"base_model_class": "Qwen2ForCausalLM",
|
| 7 |
+
"parent_library": "transformers.models.qwen2.modeling_qwen2",
|
| 8 |
+
"unsloth_fixed": true
|
| 9 |
+
},
|
| 10 |
+
"base_model_name_or_path": "unsloth/Qwen2.5-1.5B-Instruct",
|
| 11 |
+
"bias": "none",
|
| 12 |
+
"corda_config": null,
|
| 13 |
+
"ensure_weight_tying": false,
|
| 14 |
+
"eva_config": null,
|
| 15 |
+
"exclude_modules": null,
|
| 16 |
+
"fan_in_fan_out": false,
|
| 17 |
+
"inference_mode": true,
|
| 18 |
+
"init_lora_weights": true,
|
| 19 |
+
"layer_replication": null,
|
| 20 |
+
"layers_pattern": null,
|
| 21 |
+
"layers_to_transform": null,
|
| 22 |
+
"loftq_config": {},
|
| 23 |
+
"lora_alpha": 32,
|
| 24 |
+
"lora_bias": false,
|
| 25 |
+
"lora_dropout": 0.0,
|
| 26 |
+
"lora_ga_config": null,
|
| 27 |
+
"megatron_config": null,
|
| 28 |
+
"megatron_core": "megatron.core",
|
| 29 |
+
"modules_to_save": null,
|
| 30 |
+
"peft_type": "LORA",
|
| 31 |
+
"peft_version": "0.19.1",
|
| 32 |
+
"qalora_group_size": 16,
|
| 33 |
+
"r": 16,
|
| 34 |
+
"rank_pattern": {},
|
| 35 |
+
"revision": null,
|
| 36 |
+
"target_modules": [
|
| 37 |
+
"k_proj",
|
| 38 |
+
"v_proj",
|
| 39 |
+
"gate_proj",
|
| 40 |
+
"up_proj",
|
| 41 |
+
"down_proj",
|
| 42 |
+
"o_proj",
|
| 43 |
+
"q_proj"
|
| 44 |
+
],
|
| 45 |
+
"target_parameters": null,
|
| 46 |
+
"task_type": "CAUSAL_LM",
|
| 47 |
+
"trainable_token_indices": null,
|
| 48 |
+
"use_bdlora": null,
|
| 49 |
+
"use_dora": false,
|
| 50 |
+
"use_qalora": false,
|
| 51 |
+
"use_rslora": false
|
| 52 |
+
}
|
cls_qwen_orderkd_last_l01/checkpoint-200/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 %}
|
cls_qwen_orderkd_last_l01/checkpoint-200/tokenizer_config.json
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"backend": "tokenizers",
|
| 4 |
+
"bos_token": null,
|
| 5 |
+
"clean_up_tokenization_spaces": false,
|
| 6 |
+
"eos_token": "<|im_end|>",
|
| 7 |
+
"errors": "replace",
|
| 8 |
+
"is_local": false,
|
| 9 |
+
"local_files_only": false,
|
| 10 |
+
"model_max_length": 32768,
|
| 11 |
+
"pad_token": "<|PAD_TOKEN|>",
|
| 12 |
+
"padding_side": "right",
|
| 13 |
+
"split_special_tokens": false,
|
| 14 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 15 |
+
"unk_token": null,
|
| 16 |
+
"added_tokens_decoder": {
|
| 17 |
+
"151643": {
|
| 18 |
+
"content": "<|endoftext|>",
|
| 19 |
+
"single_word": false,
|
| 20 |
+
"lstrip": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"special": true
|
| 24 |
+
},
|
| 25 |
+
"151644": {
|
| 26 |
+
"content": "<|im_start|>",
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"lstrip": false,
|
| 29 |
+
"rstrip": false,
|
| 30 |
+
"normalized": false,
|
| 31 |
+
"special": true
|
| 32 |
+
},
|
| 33 |
+
"151645": {
|
| 34 |
+
"content": "<|im_end|>",
|
| 35 |
+
"single_word": false,
|
| 36 |
+
"lstrip": false,
|
| 37 |
+
"rstrip": false,
|
| 38 |
+
"normalized": false,
|
| 39 |
+
"special": true
|
| 40 |
+
},
|
| 41 |
+
"151646": {
|
| 42 |
+
"content": "<|object_ref_start|>",
|
| 43 |
+
"single_word": false,
|
| 44 |
+
"lstrip": false,
|
| 45 |
+
"rstrip": false,
|
| 46 |
+
"normalized": false,
|
| 47 |
+
"special": true
|
| 48 |
+
},
|
| 49 |
+
"151647": {
|
| 50 |
+
"content": "<|object_ref_end|>",
|
| 51 |
+
"single_word": false,
|
| 52 |
+
"lstrip": false,
|
| 53 |
+
"rstrip": false,
|
| 54 |
+
"normalized": false,
|
| 55 |
+
"special": true
|
| 56 |
+
},
|
| 57 |
+
"151648": {
|
| 58 |
+
"content": "<|box_start|>",
|
| 59 |
+
"single_word": false,
|
| 60 |
+
"lstrip": false,
|
| 61 |
+
"rstrip": false,
|
| 62 |
+
"normalized": false,
|
| 63 |
+
"special": true
|
| 64 |
+
},
|
| 65 |
+
"151649": {
|
| 66 |
+
"content": "<|box_end|>",
|
| 67 |
+
"single_word": false,
|
| 68 |
+
"lstrip": false,
|
| 69 |
+
"rstrip": false,
|
| 70 |
+
"normalized": false,
|
| 71 |
+
"special": true
|
| 72 |
+
},
|
| 73 |
+
"151650": {
|
| 74 |
+
"content": "<|quad_start|>",
|
| 75 |
+
"single_word": false,
|
| 76 |
+
"lstrip": false,
|
| 77 |
+
"rstrip": false,
|
| 78 |
+
"normalized": false,
|
| 79 |
+
"special": true
|
| 80 |
+
},
|
| 81 |
+
"151651": {
|
| 82 |
+
"content": "<|quad_end|>",
|
| 83 |
+
"single_word": false,
|
| 84 |
+
"lstrip": false,
|
| 85 |
+
"rstrip": false,
|
| 86 |
+
"normalized": false,
|
| 87 |
+
"special": true
|
| 88 |
+
},
|
| 89 |
+
"151652": {
|
| 90 |
+
"content": "<|vision_start|>",
|
| 91 |
+
"single_word": false,
|
| 92 |
+
"lstrip": false,
|
| 93 |
+
"rstrip": false,
|
| 94 |
+
"normalized": false,
|
| 95 |
+
"special": true
|
| 96 |
+
},
|
| 97 |
+
"151653": {
|
| 98 |
+
"content": "<|vision_end|>",
|
| 99 |
+
"single_word": false,
|
| 100 |
+
"lstrip": false,
|
| 101 |
+
"rstrip": false,
|
| 102 |
+
"normalized": false,
|
| 103 |
+
"special": true
|
| 104 |
+
},
|
| 105 |
+
"151654": {
|
| 106 |
+
"content": "<|vision_pad|>",
|
| 107 |
+
"single_word": false,
|
| 108 |
+
"lstrip": false,
|
| 109 |
+
"rstrip": false,
|
| 110 |
+
"normalized": false,
|
| 111 |
+
"special": true
|
| 112 |
+
},
|
| 113 |
+
"151655": {
|
| 114 |
+
"content": "<|image_pad|>",
|
| 115 |
+
"single_word": false,
|
| 116 |
+
"lstrip": false,
|
| 117 |
+
"rstrip": false,
|
| 118 |
+
"normalized": false,
|
| 119 |
+
"special": true
|
| 120 |
+
},
|
| 121 |
+
"151656": {
|
| 122 |
+
"content": "<|video_pad|>",
|
| 123 |
+
"single_word": false,
|
| 124 |
+
"lstrip": false,
|
| 125 |
+
"rstrip": false,
|
| 126 |
+
"normalized": false,
|
| 127 |
+
"special": true
|
| 128 |
+
},
|
| 129 |
+
"151657": {
|
| 130 |
+
"content": "<tool_call>",
|
| 131 |
+
"single_word": false,
|
| 132 |
+
"lstrip": false,
|
| 133 |
+
"rstrip": false,
|
| 134 |
+
"normalized": false,
|
| 135 |
+
"special": false
|
| 136 |
+
},
|
| 137 |
+
"151658": {
|
| 138 |
+
"content": "</tool_call>",
|
| 139 |
+
"single_word": false,
|
| 140 |
+
"lstrip": false,
|
| 141 |
+
"rstrip": false,
|
| 142 |
+
"normalized": false,
|
| 143 |
+
"special": false
|
| 144 |
+
},
|
| 145 |
+
"151659": {
|
| 146 |
+
"content": "<|fim_prefix|>",
|
| 147 |
+
"single_word": false,
|
| 148 |
+
"lstrip": false,
|
| 149 |
+
"rstrip": false,
|
| 150 |
+
"normalized": false,
|
| 151 |
+
"special": false
|
| 152 |
+
},
|
| 153 |
+
"151660": {
|
| 154 |
+
"content": "<|fim_middle|>",
|
| 155 |
+
"single_word": false,
|
| 156 |
+
"lstrip": false,
|
| 157 |
+
"rstrip": false,
|
| 158 |
+
"normalized": false,
|
| 159 |
+
"special": false
|
| 160 |
+
},
|
| 161 |
+
"151661": {
|
| 162 |
+
"content": "<|fim_suffix|>",
|
| 163 |
+
"single_word": false,
|
| 164 |
+
"lstrip": false,
|
| 165 |
+
"rstrip": false,
|
| 166 |
+
"normalized": false,
|
| 167 |
+
"special": false
|
| 168 |
+
},
|
| 169 |
+
"151662": {
|
| 170 |
+
"content": "<|fim_pad|>",
|
| 171 |
+
"single_word": false,
|
| 172 |
+
"lstrip": false,
|
| 173 |
+
"rstrip": false,
|
| 174 |
+
"normalized": false,
|
| 175 |
+
"special": false
|
| 176 |
+
},
|
| 177 |
+
"151663": {
|
| 178 |
+
"content": "<|repo_name|>",
|
| 179 |
+
"single_word": false,
|
| 180 |
+
"lstrip": false,
|
| 181 |
+
"rstrip": false,
|
| 182 |
+
"normalized": false,
|
| 183 |
+
"special": false
|
| 184 |
+
},
|
| 185 |
+
"151664": {
|
| 186 |
+
"content": "<|file_sep|>",
|
| 187 |
+
"single_word": false,
|
| 188 |
+
"lstrip": false,
|
| 189 |
+
"rstrip": false,
|
| 190 |
+
"normalized": false,
|
| 191 |
+
"special": false
|
| 192 |
+
},
|
| 193 |
+
"151665": {
|
| 194 |
+
"content": "<|PAD_TOKEN|>",
|
| 195 |
+
"single_word": false,
|
| 196 |
+
"lstrip": false,
|
| 197 |
+
"rstrip": false,
|
| 198 |
+
"normalized": false,
|
| 199 |
+
"special": true
|
| 200 |
+
}
|
| 201 |
+
}
|
| 202 |
+
}
|
cls_qwen_orderkd_last_l01/checkpoint-400/README.md
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: unsloth/Qwen2.5-1.5B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:unsloth/Qwen2.5-1.5B-Instruct
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
- unsloth
|
| 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.19.1
|
cls_qwen_orderkd_last_l01/checkpoint-400/adapter_config.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": {
|
| 6 |
+
"base_model_class": "Qwen2ForCausalLM",
|
| 7 |
+
"parent_library": "transformers.models.qwen2.modeling_qwen2",
|
| 8 |
+
"unsloth_fixed": true
|
| 9 |
+
},
|
| 10 |
+
"base_model_name_or_path": "unsloth/Qwen2.5-1.5B-Instruct",
|
| 11 |
+
"bias": "none",
|
| 12 |
+
"corda_config": null,
|
| 13 |
+
"ensure_weight_tying": false,
|
| 14 |
+
"eva_config": null,
|
| 15 |
+
"exclude_modules": null,
|
| 16 |
+
"fan_in_fan_out": false,
|
| 17 |
+
"inference_mode": true,
|
| 18 |
+
"init_lora_weights": true,
|
| 19 |
+
"layer_replication": null,
|
| 20 |
+
"layers_pattern": null,
|
| 21 |
+
"layers_to_transform": null,
|
| 22 |
+
"loftq_config": {},
|
| 23 |
+
"lora_alpha": 32,
|
| 24 |
+
"lora_bias": false,
|
| 25 |
+
"lora_dropout": 0.0,
|
| 26 |
+
"lora_ga_config": null,
|
| 27 |
+
"megatron_config": null,
|
| 28 |
+
"megatron_core": "megatron.core",
|
| 29 |
+
"modules_to_save": null,
|
| 30 |
+
"peft_type": "LORA",
|
| 31 |
+
"peft_version": "0.19.1",
|
| 32 |
+
"qalora_group_size": 16,
|
| 33 |
+
"r": 16,
|
| 34 |
+
"rank_pattern": {},
|
| 35 |
+
"revision": null,
|
| 36 |
+
"target_modules": [
|
| 37 |
+
"k_proj",
|
| 38 |
+
"v_proj",
|
| 39 |
+
"gate_proj",
|
| 40 |
+
"up_proj",
|
| 41 |
+
"down_proj",
|
| 42 |
+
"o_proj",
|
| 43 |
+
"q_proj"
|
| 44 |
+
],
|
| 45 |
+
"target_parameters": null,
|
| 46 |
+
"task_type": "CAUSAL_LM",
|
| 47 |
+
"trainable_token_indices": null,
|
| 48 |
+
"use_bdlora": null,
|
| 49 |
+
"use_dora": false,
|
| 50 |
+
"use_qalora": false,
|
| 51 |
+
"use_rslora": false
|
| 52 |
+
}
|
cls_qwen_orderkd_last_l01/checkpoint-400/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 %}
|
cls_qwen_orderkd_last_l01/checkpoint-400/tokenizer_config.json
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"backend": "tokenizers",
|
| 4 |
+
"bos_token": null,
|
| 5 |
+
"clean_up_tokenization_spaces": false,
|
| 6 |
+
"eos_token": "<|im_end|>",
|
| 7 |
+
"errors": "replace",
|
| 8 |
+
"is_local": false,
|
| 9 |
+
"local_files_only": false,
|
| 10 |
+
"model_max_length": 32768,
|
| 11 |
+
"pad_token": "<|PAD_TOKEN|>",
|
| 12 |
+
"padding_side": "right",
|
| 13 |
+
"split_special_tokens": false,
|
| 14 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 15 |
+
"unk_token": null,
|
| 16 |
+
"added_tokens_decoder": {
|
| 17 |
+
"151643": {
|
| 18 |
+
"content": "<|endoftext|>",
|
| 19 |
+
"single_word": false,
|
| 20 |
+
"lstrip": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"special": true
|
| 24 |
+
},
|
| 25 |
+
"151644": {
|
| 26 |
+
"content": "<|im_start|>",
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"lstrip": false,
|
| 29 |
+
"rstrip": false,
|
| 30 |
+
"normalized": false,
|
| 31 |
+
"special": true
|
| 32 |
+
},
|
| 33 |
+
"151645": {
|
| 34 |
+
"content": "<|im_end|>",
|
| 35 |
+
"single_word": false,
|
| 36 |
+
"lstrip": false,
|
| 37 |
+
"rstrip": false,
|
| 38 |
+
"normalized": false,
|
| 39 |
+
"special": true
|
| 40 |
+
},
|
| 41 |
+
"151646": {
|
| 42 |
+
"content": "<|object_ref_start|>",
|
| 43 |
+
"single_word": false,
|
| 44 |
+
"lstrip": false,
|
| 45 |
+
"rstrip": false,
|
| 46 |
+
"normalized": false,
|
| 47 |
+
"special": true
|
| 48 |
+
},
|
| 49 |
+
"151647": {
|
| 50 |
+
"content": "<|object_ref_end|>",
|
| 51 |
+
"single_word": false,
|
| 52 |
+
"lstrip": false,
|
| 53 |
+
"rstrip": false,
|
| 54 |
+
"normalized": false,
|
| 55 |
+
"special": true
|
| 56 |
+
},
|
| 57 |
+
"151648": {
|
| 58 |
+
"content": "<|box_start|>",
|
| 59 |
+
"single_word": false,
|
| 60 |
+
"lstrip": false,
|
| 61 |
+
"rstrip": false,
|
| 62 |
+
"normalized": false,
|
| 63 |
+
"special": true
|
| 64 |
+
},
|
| 65 |
+
"151649": {
|
| 66 |
+
"content": "<|box_end|>",
|
| 67 |
+
"single_word": false,
|
| 68 |
+
"lstrip": false,
|
| 69 |
+
"rstrip": false,
|
| 70 |
+
"normalized": false,
|
| 71 |
+
"special": true
|
| 72 |
+
},
|
| 73 |
+
"151650": {
|
| 74 |
+
"content": "<|quad_start|>",
|
| 75 |
+
"single_word": false,
|
| 76 |
+
"lstrip": false,
|
| 77 |
+
"rstrip": false,
|
| 78 |
+
"normalized": false,
|
| 79 |
+
"special": true
|
| 80 |
+
},
|
| 81 |
+
"151651": {
|
| 82 |
+
"content": "<|quad_end|>",
|
| 83 |
+
"single_word": false,
|
| 84 |
+
"lstrip": false,
|
| 85 |
+
"rstrip": false,
|
| 86 |
+
"normalized": false,
|
| 87 |
+
"special": true
|
| 88 |
+
},
|
| 89 |
+
"151652": {
|
| 90 |
+
"content": "<|vision_start|>",
|
| 91 |
+
"single_word": false,
|
| 92 |
+
"lstrip": false,
|
| 93 |
+
"rstrip": false,
|
| 94 |
+
"normalized": false,
|
| 95 |
+
"special": true
|
| 96 |
+
},
|
| 97 |
+
"151653": {
|
| 98 |
+
"content": "<|vision_end|>",
|
| 99 |
+
"single_word": false,
|
| 100 |
+
"lstrip": false,
|
| 101 |
+
"rstrip": false,
|
| 102 |
+
"normalized": false,
|
| 103 |
+
"special": true
|
| 104 |
+
},
|
| 105 |
+
"151654": {
|
| 106 |
+
"content": "<|vision_pad|>",
|
| 107 |
+
"single_word": false,
|
| 108 |
+
"lstrip": false,
|
| 109 |
+
"rstrip": false,
|
| 110 |
+
"normalized": false,
|
| 111 |
+
"special": true
|
| 112 |
+
},
|
| 113 |
+
"151655": {
|
| 114 |
+
"content": "<|image_pad|>",
|
| 115 |
+
"single_word": false,
|
| 116 |
+
"lstrip": false,
|
| 117 |
+
"rstrip": false,
|
| 118 |
+
"normalized": false,
|
| 119 |
+
"special": true
|
| 120 |
+
},
|
| 121 |
+
"151656": {
|
| 122 |
+
"content": "<|video_pad|>",
|
| 123 |
+
"single_word": false,
|
| 124 |
+
"lstrip": false,
|
| 125 |
+
"rstrip": false,
|
| 126 |
+
"normalized": false,
|
| 127 |
+
"special": true
|
| 128 |
+
},
|
| 129 |
+
"151657": {
|
| 130 |
+
"content": "<tool_call>",
|
| 131 |
+
"single_word": false,
|
| 132 |
+
"lstrip": false,
|
| 133 |
+
"rstrip": false,
|
| 134 |
+
"normalized": false,
|
| 135 |
+
"special": false
|
| 136 |
+
},
|
| 137 |
+
"151658": {
|
| 138 |
+
"content": "</tool_call>",
|
| 139 |
+
"single_word": false,
|
| 140 |
+
"lstrip": false,
|
| 141 |
+
"rstrip": false,
|
| 142 |
+
"normalized": false,
|
| 143 |
+
"special": false
|
| 144 |
+
},
|
| 145 |
+
"151659": {
|
| 146 |
+
"content": "<|fim_prefix|>",
|
| 147 |
+
"single_word": false,
|
| 148 |
+
"lstrip": false,
|
| 149 |
+
"rstrip": false,
|
| 150 |
+
"normalized": false,
|
| 151 |
+
"special": false
|
| 152 |
+
},
|
| 153 |
+
"151660": {
|
| 154 |
+
"content": "<|fim_middle|>",
|
| 155 |
+
"single_word": false,
|
| 156 |
+
"lstrip": false,
|
| 157 |
+
"rstrip": false,
|
| 158 |
+
"normalized": false,
|
| 159 |
+
"special": false
|
| 160 |
+
},
|
| 161 |
+
"151661": {
|
| 162 |
+
"content": "<|fim_suffix|>",
|
| 163 |
+
"single_word": false,
|
| 164 |
+
"lstrip": false,
|
| 165 |
+
"rstrip": false,
|
| 166 |
+
"normalized": false,
|
| 167 |
+
"special": false
|
| 168 |
+
},
|
| 169 |
+
"151662": {
|
| 170 |
+
"content": "<|fim_pad|>",
|
| 171 |
+
"single_word": false,
|
| 172 |
+
"lstrip": false,
|
| 173 |
+
"rstrip": false,
|
| 174 |
+
"normalized": false,
|
| 175 |
+
"special": false
|
| 176 |
+
},
|
| 177 |
+
"151663": {
|
| 178 |
+
"content": "<|repo_name|>",
|
| 179 |
+
"single_word": false,
|
| 180 |
+
"lstrip": false,
|
| 181 |
+
"rstrip": false,
|
| 182 |
+
"normalized": false,
|
| 183 |
+
"special": false
|
| 184 |
+
},
|
| 185 |
+
"151664": {
|
| 186 |
+
"content": "<|file_sep|>",
|
| 187 |
+
"single_word": false,
|
| 188 |
+
"lstrip": false,
|
| 189 |
+
"rstrip": false,
|
| 190 |
+
"normalized": false,
|
| 191 |
+
"special": false
|
| 192 |
+
},
|
| 193 |
+
"151665": {
|
| 194 |
+
"content": "<|PAD_TOKEN|>",
|
| 195 |
+
"single_word": false,
|
| 196 |
+
"lstrip": false,
|
| 197 |
+
"rstrip": false,
|
| 198 |
+
"normalized": false,
|
| 199 |
+
"special": true
|
| 200 |
+
}
|
| 201 |
+
}
|
| 202 |
+
}
|
cls_qwen_orderkd_last_l01/tokenizer_config.json
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"backend": "tokenizers",
|
| 4 |
+
"bos_token": null,
|
| 5 |
+
"clean_up_tokenization_spaces": false,
|
| 6 |
+
"eos_token": "<|im_end|>",
|
| 7 |
+
"errors": "replace",
|
| 8 |
+
"is_local": false,
|
| 9 |
+
"local_files_only": false,
|
| 10 |
+
"model_max_length": 32768,
|
| 11 |
+
"pad_token": "<|PAD_TOKEN|>",
|
| 12 |
+
"padding_side": "right",
|
| 13 |
+
"split_special_tokens": false,
|
| 14 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 15 |
+
"unk_token": null,
|
| 16 |
+
"added_tokens_decoder": {
|
| 17 |
+
"151643": {
|
| 18 |
+
"content": "<|endoftext|>",
|
| 19 |
+
"single_word": false,
|
| 20 |
+
"lstrip": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"special": true
|
| 24 |
+
},
|
| 25 |
+
"151644": {
|
| 26 |
+
"content": "<|im_start|>",
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"lstrip": false,
|
| 29 |
+
"rstrip": false,
|
| 30 |
+
"normalized": false,
|
| 31 |
+
"special": true
|
| 32 |
+
},
|
| 33 |
+
"151645": {
|
| 34 |
+
"content": "<|im_end|>",
|
| 35 |
+
"single_word": false,
|
| 36 |
+
"lstrip": false,
|
| 37 |
+
"rstrip": false,
|
| 38 |
+
"normalized": false,
|
| 39 |
+
"special": true
|
| 40 |
+
},
|
| 41 |
+
"151646": {
|
| 42 |
+
"content": "<|object_ref_start|>",
|
| 43 |
+
"single_word": false,
|
| 44 |
+
"lstrip": false,
|
| 45 |
+
"rstrip": false,
|
| 46 |
+
"normalized": false,
|
| 47 |
+
"special": true
|
| 48 |
+
},
|
| 49 |
+
"151647": {
|
| 50 |
+
"content": "<|object_ref_end|>",
|
| 51 |
+
"single_word": false,
|
| 52 |
+
"lstrip": false,
|
| 53 |
+
"rstrip": false,
|
| 54 |
+
"normalized": false,
|
| 55 |
+
"special": true
|
| 56 |
+
},
|
| 57 |
+
"151648": {
|
| 58 |
+
"content": "<|box_start|>",
|
| 59 |
+
"single_word": false,
|
| 60 |
+
"lstrip": false,
|
| 61 |
+
"rstrip": false,
|
| 62 |
+
"normalized": false,
|
| 63 |
+
"special": true
|
| 64 |
+
},
|
| 65 |
+
"151649": {
|
| 66 |
+
"content": "<|box_end|>",
|
| 67 |
+
"single_word": false,
|
| 68 |
+
"lstrip": false,
|
| 69 |
+
"rstrip": false,
|
| 70 |
+
"normalized": false,
|
| 71 |
+
"special": true
|
| 72 |
+
},
|
| 73 |
+
"151650": {
|
| 74 |
+
"content": "<|quad_start|>",
|
| 75 |
+
"single_word": false,
|
| 76 |
+
"lstrip": false,
|
| 77 |
+
"rstrip": false,
|
| 78 |
+
"normalized": false,
|
| 79 |
+
"special": true
|
| 80 |
+
},
|
| 81 |
+
"151651": {
|
| 82 |
+
"content": "<|quad_end|>",
|
| 83 |
+
"single_word": false,
|
| 84 |
+
"lstrip": false,
|
| 85 |
+
"rstrip": false,
|
| 86 |
+
"normalized": false,
|
| 87 |
+
"special": true
|
| 88 |
+
},
|
| 89 |
+
"151652": {
|
| 90 |
+
"content": "<|vision_start|>",
|
| 91 |
+
"single_word": false,
|
| 92 |
+
"lstrip": false,
|
| 93 |
+
"rstrip": false,
|
| 94 |
+
"normalized": false,
|
| 95 |
+
"special": true
|
| 96 |
+
},
|
| 97 |
+
"151653": {
|
| 98 |
+
"content": "<|vision_end|>",
|
| 99 |
+
"single_word": false,
|
| 100 |
+
"lstrip": false,
|
| 101 |
+
"rstrip": false,
|
| 102 |
+
"normalized": false,
|
| 103 |
+
"special": true
|
| 104 |
+
},
|
| 105 |
+
"151654": {
|
| 106 |
+
"content": "<|vision_pad|>",
|
| 107 |
+
"single_word": false,
|
| 108 |
+
"lstrip": false,
|
| 109 |
+
"rstrip": false,
|
| 110 |
+
"normalized": false,
|
| 111 |
+
"special": true
|
| 112 |
+
},
|
| 113 |
+
"151655": {
|
| 114 |
+
"content": "<|image_pad|>",
|
| 115 |
+
"single_word": false,
|
| 116 |
+
"lstrip": false,
|
| 117 |
+
"rstrip": false,
|
| 118 |
+
"normalized": false,
|
| 119 |
+
"special": true
|
| 120 |
+
},
|
| 121 |
+
"151656": {
|
| 122 |
+
"content": "<|video_pad|>",
|
| 123 |
+
"single_word": false,
|
| 124 |
+
"lstrip": false,
|
| 125 |
+
"rstrip": false,
|
| 126 |
+
"normalized": false,
|
| 127 |
+
"special": true
|
| 128 |
+
},
|
| 129 |
+
"151657": {
|
| 130 |
+
"content": "<tool_call>",
|
| 131 |
+
"single_word": false,
|
| 132 |
+
"lstrip": false,
|
| 133 |
+
"rstrip": false,
|
| 134 |
+
"normalized": false,
|
| 135 |
+
"special": false
|
| 136 |
+
},
|
| 137 |
+
"151658": {
|
| 138 |
+
"content": "</tool_call>",
|
| 139 |
+
"single_word": false,
|
| 140 |
+
"lstrip": false,
|
| 141 |
+
"rstrip": false,
|
| 142 |
+
"normalized": false,
|
| 143 |
+
"special": false
|
| 144 |
+
},
|
| 145 |
+
"151659": {
|
| 146 |
+
"content": "<|fim_prefix|>",
|
| 147 |
+
"single_word": false,
|
| 148 |
+
"lstrip": false,
|
| 149 |
+
"rstrip": false,
|
| 150 |
+
"normalized": false,
|
| 151 |
+
"special": false
|
| 152 |
+
},
|
| 153 |
+
"151660": {
|
| 154 |
+
"content": "<|fim_middle|>",
|
| 155 |
+
"single_word": false,
|
| 156 |
+
"lstrip": false,
|
| 157 |
+
"rstrip": false,
|
| 158 |
+
"normalized": false,
|
| 159 |
+
"special": false
|
| 160 |
+
},
|
| 161 |
+
"151661": {
|
| 162 |
+
"content": "<|fim_suffix|>",
|
| 163 |
+
"single_word": false,
|
| 164 |
+
"lstrip": false,
|
| 165 |
+
"rstrip": false,
|
| 166 |
+
"normalized": false,
|
| 167 |
+
"special": false
|
| 168 |
+
},
|
| 169 |
+
"151662": {
|
| 170 |
+
"content": "<|fim_pad|>",
|
| 171 |
+
"single_word": false,
|
| 172 |
+
"lstrip": false,
|
| 173 |
+
"rstrip": false,
|
| 174 |
+
"normalized": false,
|
| 175 |
+
"special": false
|
| 176 |
+
},
|
| 177 |
+
"151663": {
|
| 178 |
+
"content": "<|repo_name|>",
|
| 179 |
+
"single_word": false,
|
| 180 |
+
"lstrip": false,
|
| 181 |
+
"rstrip": false,
|
| 182 |
+
"normalized": false,
|
| 183 |
+
"special": false
|
| 184 |
+
},
|
| 185 |
+
"151664": {
|
| 186 |
+
"content": "<|file_sep|>",
|
| 187 |
+
"single_word": false,
|
| 188 |
+
"lstrip": false,
|
| 189 |
+
"rstrip": false,
|
| 190 |
+
"normalized": false,
|
| 191 |
+
"special": false
|
| 192 |
+
},
|
| 193 |
+
"151665": {
|
| 194 |
+
"content": "<|PAD_TOKEN|>",
|
| 195 |
+
"single_word": false,
|
| 196 |
+
"lstrip": false,
|
| 197 |
+
"rstrip": false,
|
| 198 |
+
"normalized": false,
|
| 199 |
+
"special": true
|
| 200 |
+
}
|
| 201 |
+
}
|
| 202 |
+
}
|
cls_qwen_orderkd_last_l01/train_metrics.json
ADDED
|
@@ -0,0 +1,1874 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"loss_log": [
|
| 3 |
+
{
|
| 4 |
+
"global_step": 20,
|
| 5 |
+
"optimizer_step": 2,
|
| 6 |
+
"lr": 4.347826086956522e-06,
|
| 7 |
+
"lm_loss": 1.687717080116272,
|
| 8 |
+
"order_loss": 5.90625,
|
| 9 |
+
"ret_loss": 0.0,
|
| 10 |
+
"pretrain_loss": 0.0,
|
| 11 |
+
"total_loss": 2.2775607109069824
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"global_step": 40,
|
| 15 |
+
"optimizer_step": 5,
|
| 16 |
+
"lr": 1.0869565217391305e-05,
|
| 17 |
+
"lm_loss": 0.11420058459043503,
|
| 18 |
+
"order_loss": 7.875,
|
| 19 |
+
"ret_loss": 0.0,
|
| 20 |
+
"pretrain_loss": 0.0,
|
| 21 |
+
"total_loss": 0.9032630920410156
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"global_step": 60,
|
| 25 |
+
"optimizer_step": 7,
|
| 26 |
+
"lr": 1.5217391304347828e-05,
|
| 27 |
+
"lm_loss": 0.7151771187782288,
|
| 28 |
+
"order_loss": 3.5,
|
| 29 |
+
"ret_loss": 0.0,
|
| 30 |
+
"pretrain_loss": 0.0,
|
| 31 |
+
"total_loss": 1.064786434173584
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"global_step": 80,
|
| 35 |
+
"optimizer_step": 10,
|
| 36 |
+
"lr": 2.173913043478261e-05,
|
| 37 |
+
"lm_loss": 0.6596872806549072,
|
| 38 |
+
"order_loss": 11.3125,
|
| 39 |
+
"ret_loss": 0.0,
|
| 40 |
+
"pretrain_loss": 0.0,
|
| 41 |
+
"total_loss": 1.7924997806549072
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"global_step": 100,
|
| 45 |
+
"optimizer_step": 12,
|
| 46 |
+
"lr": 2.608695652173913e-05,
|
| 47 |
+
"lm_loss": 0.514460563659668,
|
| 48 |
+
"order_loss": 1.4140625,
|
| 49 |
+
"ret_loss": 0.0,
|
| 50 |
+
"pretrain_loss": 0.0,
|
| 51 |
+
"total_loss": 0.656062126159668
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"global_step": 120,
|
| 55 |
+
"optimizer_step": 15,
|
| 56 |
+
"lr": 3.260869565217392e-05,
|
| 57 |
+
"lm_loss": 0.5103110671043396,
|
| 58 |
+
"order_loss": 6.6875,
|
| 59 |
+
"ret_loss": 0.0,
|
| 60 |
+
"pretrain_loss": 0.0,
|
| 61 |
+
"total_loss": 1.1782798767089844
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"global_step": 140,
|
| 65 |
+
"optimizer_step": 17,
|
| 66 |
+
"lr": 3.695652173913043e-05,
|
| 67 |
+
"lm_loss": 0.09783199429512024,
|
| 68 |
+
"order_loss": 13.5625,
|
| 69 |
+
"ret_loss": 0.0,
|
| 70 |
+
"pretrain_loss": 0.0,
|
| 71 |
+
"total_loss": 1.4572069644927979
|
| 72 |
+
},
|
| 73 |
+
{
|
| 74 |
+
"global_step": 160,
|
| 75 |
+
"optimizer_step": 20,
|
| 76 |
+
"lr": 4.347826086956522e-05,
|
| 77 |
+
"lm_loss": 0.18223536014556885,
|
| 78 |
+
"order_loss": 38.0,
|
| 79 |
+
"ret_loss": 0.0,
|
| 80 |
+
"pretrain_loss": 0.0,
|
| 81 |
+
"total_loss": 3.9791102409362793
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"global_step": 180,
|
| 85 |
+
"optimizer_step": 22,
|
| 86 |
+
"lr": 4.782608695652174e-05,
|
| 87 |
+
"lm_loss": 0.030022069811820984,
|
| 88 |
+
"order_loss": 24.25,
|
| 89 |
+
"ret_loss": 0.0,
|
| 90 |
+
"pretrain_loss": 0.0,
|
| 91 |
+
"total_loss": 2.451897144317627
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"global_step": 200,
|
| 95 |
+
"optimizer_step": 25,
|
| 96 |
+
"lr": 4.9997541293989384e-05,
|
| 97 |
+
"lm_loss": 0.1360107958316803,
|
| 98 |
+
"order_loss": 11.4375,
|
| 99 |
+
"ret_loss": 0.0,
|
| 100 |
+
"pretrain_loss": 0.0,
|
| 101 |
+
"total_loss": 1.276635766029358
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"global_step": 220,
|
| 105 |
+
"optimizer_step": 27,
|
| 106 |
+
"lr": 4.999016565957633e-05,
|
| 107 |
+
"lm_loss": 0.10313308238983154,
|
| 108 |
+
"order_loss": 4.8125,
|
| 109 |
+
"ret_loss": 0.0,
|
| 110 |
+
"pretrain_loss": 0.0,
|
| 111 |
+
"total_loss": 0.5836018323898315
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"global_step": 240,
|
| 115 |
+
"optimizer_step": 30,
|
| 116 |
+
"lr": 4.996988640512931e-05,
|
| 117 |
+
"lm_loss": 0.3303752541542053,
|
| 118 |
+
"order_loss": 4.96875,
|
| 119 |
+
"ret_loss": 0.0,
|
| 120 |
+
"pretrain_loss": 0.0,
|
| 121 |
+
"total_loss": 0.8264690041542053
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"global_step": 260,
|
| 125 |
+
"optimizer_step": 32,
|
| 126 |
+
"lr": 4.995022691166621e-05,
|
| 127 |
+
"lm_loss": 0.21819660067558289,
|
| 128 |
+
"order_loss": 1.078125,
|
| 129 |
+
"ret_loss": 0.0,
|
| 130 |
+
"pretrain_loss": 0.0,
|
| 131 |
+
"total_loss": 0.3261067569255829
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"global_step": 280,
|
| 135 |
+
"optimizer_step": 35,
|
| 136 |
+
"lr": 4.991153735294049e-05,
|
| 137 |
+
"lm_loss": 0.4235988259315491,
|
| 138 |
+
"order_loss": 2.1875,
|
| 139 |
+
"ret_loss": 0.0,
|
| 140 |
+
"pretrain_loss": 0.0,
|
| 141 |
+
"total_loss": 0.6423488259315491
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"global_step": 300,
|
| 145 |
+
"optimizer_step": 37,
|
| 146 |
+
"lr": 4.987961816680492e-05,
|
| 147 |
+
"lm_loss": 0.4653558135032654,
|
| 148 |
+
"order_loss": 6.03125,
|
| 149 |
+
"ret_loss": 0.0,
|
| 150 |
+
"pretrain_loss": 0.0,
|
| 151 |
+
"total_loss": 1.0669183731079102
|
| 152 |
+
},
|
| 153 |
+
{
|
| 154 |
+
"global_step": 320,
|
| 155 |
+
"optimizer_step": 40,
|
| 156 |
+
"lr": 4.9822565862832806e-05,
|
| 157 |
+
"lm_loss": 0.17554600536823273,
|
| 158 |
+
"order_loss": 3.96875,
|
| 159 |
+
"ret_loss": 0.0,
|
| 160 |
+
"pretrain_loss": 0.0,
|
| 161 |
+
"total_loss": 0.5720303654670715
|
| 162 |
+
},
|
| 163 |
+
{
|
| 164 |
+
"global_step": 340,
|
| 165 |
+
"optimizer_step": 42,
|
| 166 |
+
"lr": 4.9778426220595456e-05,
|
| 167 |
+
"lm_loss": 0.057382721453905106,
|
| 168 |
+
"order_loss": 4.0,
|
| 169 |
+
"ret_loss": 0.0,
|
| 170 |
+
"pretrain_loss": 0.0,
|
| 171 |
+
"total_loss": 0.457773357629776
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"global_step": 360,
|
| 175 |
+
"optimizer_step": 45,
|
| 176 |
+
"lr": 4.970308130276272e-05,
|
| 177 |
+
"lm_loss": 0.2833656370639801,
|
| 178 |
+
"order_loss": 1.1875,
|
| 179 |
+
"ret_loss": 0.0,
|
| 180 |
+
"pretrain_loss": 0.0,
|
| 181 |
+
"total_loss": 0.4020179808139801
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"global_step": 380,
|
| 185 |
+
"optimizer_step": 47,
|
| 186 |
+
"lr": 4.96467754629559e-05,
|
| 187 |
+
"lm_loss": 0.20582234859466553,
|
| 188 |
+
"order_loss": 5.3125,
|
| 189 |
+
"ret_loss": 0.0,
|
| 190 |
+
"pretrain_loss": 0.0,
|
| 191 |
+
"total_loss": 0.7370723485946655
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"global_step": 400,
|
| 195 |
+
"optimizer_step": 50,
|
| 196 |
+
"lr": 4.955323054879298e-05,
|
| 197 |
+
"lm_loss": 0.18720705807209015,
|
| 198 |
+
"order_loss": 1.9140625,
|
| 199 |
+
"ret_loss": 0.0,
|
| 200 |
+
"pretrain_loss": 0.0,
|
| 201 |
+
"total_loss": 0.37861329317092896
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"global_step": 420,
|
| 205 |
+
"optimizer_step": 52,
|
| 206 |
+
"lr": 4.948482772521345e-05,
|
| 207 |
+
"lm_loss": 0.0662645548582077,
|
| 208 |
+
"order_loss": 0.9375,
|
| 209 |
+
"ret_loss": 0.0,
|
| 210 |
+
"pretrain_loss": 0.0,
|
| 211 |
+
"total_loss": 0.1600145548582077
|
| 212 |
+
},
|
| 213 |
+
{
|
| 214 |
+
"global_step": 440,
|
| 215 |
+
"optimizer_step": 55,
|
| 216 |
+
"lr": 4.937319780454559e-05,
|
| 217 |
+
"lm_loss": 0.02555745281279087,
|
| 218 |
+
"order_loss": 2.484375,
|
| 219 |
+
"ret_loss": 0.0,
|
| 220 |
+
"pretrain_loss": 0.0,
|
| 221 |
+
"total_loss": 0.2736043334007263
|
| 222 |
+
},
|
| 223 |
+
{
|
| 224 |
+
"global_step": 460,
|
| 225 |
+
"optimizer_step": 57,
|
| 226 |
+
"lr": 4.929278208117378e-05,
|
| 227 |
+
"lm_loss": 0.14725160598754883,
|
| 228 |
+
"order_loss": 0.85546875,
|
| 229 |
+
"ret_loss": 0.0,
|
| 230 |
+
"pretrain_loss": 0.0,
|
| 231 |
+
"total_loss": 0.23270082473754883
|
| 232 |
+
},
|
| 233 |
+
{
|
| 234 |
+
"global_step": 480,
|
| 235 |
+
"optimizer_step": 60,
|
| 236 |
+
"lr": 4.916320437477008e-05,
|
| 237 |
+
"lm_loss": 0.49838677048683167,
|
| 238 |
+
"order_loss": 1.0546875,
|
| 239 |
+
"ret_loss": 0.0,
|
| 240 |
+
"pretrain_loss": 0.0,
|
| 241 |
+
"total_loss": 0.6038554906845093
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"global_step": 500,
|
| 245 |
+
"optimizer_step": 62,
|
| 246 |
+
"lr": 4.907087460240999e-05,
|
| 247 |
+
"lm_loss": 0.3011419177055359,
|
| 248 |
+
"order_loss": 0.796875,
|
| 249 |
+
"ret_loss": 0.0,
|
| 250 |
+
"pretrain_loss": 0.0,
|
| 251 |
+
"total_loss": 0.3807317614555359
|
| 252 |
+
},
|
| 253 |
+
{
|
| 254 |
+
"global_step": 520,
|
| 255 |
+
"optimizer_step": 65,
|
| 256 |
+
"lr": 4.892350839330522e-05,
|
| 257 |
+
"lm_loss": 0.07260093092918396,
|
| 258 |
+
"order_loss": 0.609375,
|
| 259 |
+
"ret_loss": 0.0,
|
| 260 |
+
"pretrain_loss": 0.0,
|
| 261 |
+
"total_loss": 0.13363608717918396
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"global_step": 540,
|
| 265 |
+
"optimizer_step": 67,
|
| 266 |
+
"lr": 4.881937806807241e-05,
|
| 267 |
+
"lm_loss": 0.034907206892967224,
|
| 268 |
+
"order_loss": 0.6796875,
|
| 269 |
+
"ret_loss": 0.0,
|
| 270 |
+
"pretrain_loss": 0.0,
|
| 271 |
+
"total_loss": 0.10277830064296722
|
| 272 |
+
},
|
| 273 |
+
{
|
| 274 |
+
"global_step": 560,
|
| 275 |
+
"optimizer_step": 70,
|
| 276 |
+
"lr": 4.865440450576874e-05,
|
| 277 |
+
"lm_loss": 0.12351739406585693,
|
| 278 |
+
"order_loss": 0.7421875,
|
| 279 |
+
"ret_loss": 0.0,
|
| 280 |
+
"pretrain_loss": 0.0,
|
| 281 |
+
"total_loss": 0.19773614406585693
|
| 282 |
+
},
|
| 283 |
+
{
|
| 284 |
+
"global_step": 580,
|
| 285 |
+
"optimizer_step": 72,
|
| 286 |
+
"lr": 4.853860162957552e-05,
|
| 287 |
+
"lm_loss": 0.5787250995635986,
|
| 288 |
+
"order_loss": 0.5546875,
|
| 289 |
+
"ret_loss": 0.0,
|
| 290 |
+
"pretrain_loss": 0.0,
|
| 291 |
+
"total_loss": 0.6341450214385986
|
| 292 |
+
},
|
| 293 |
+
{
|
| 294 |
+
"global_step": 600,
|
| 295 |
+
"optimizer_step": 75,
|
| 296 |
+
"lr": 4.8356223507364996e-05,
|
| 297 |
+
"lm_loss": 0.04950898513197899,
|
| 298 |
+
"order_loss": 2.96875,
|
| 299 |
+
"ret_loss": 0.0,
|
| 300 |
+
"pretrain_loss": 0.0,
|
| 301 |
+
"total_loss": 0.3463839888572693
|
| 302 |
+
},
|
| 303 |
+
{
|
| 304 |
+
"global_step": 620,
|
| 305 |
+
"optimizer_step": 77,
|
| 306 |
+
"lr": 4.822889043057446e-05,
|
| 307 |
+
"lm_loss": 0.4472147524356842,
|
| 308 |
+
"order_loss": 0.7421875,
|
| 309 |
+
"ret_loss": 0.0,
|
| 310 |
+
"pretrain_loss": 0.0,
|
| 311 |
+
"total_loss": 0.5214334726333618
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"global_step": 640,
|
| 315 |
+
"optimizer_step": 80,
|
| 316 |
+
"lr": 4.802933193625593e-05,
|
| 317 |
+
"lm_loss": 0.060839179903268814,
|
| 318 |
+
"order_loss": 0.640625,
|
| 319 |
+
"ret_loss": 0.0,
|
| 320 |
+
"pretrain_loss": 0.0,
|
| 321 |
+
"total_loss": 0.12480401992797852
|
| 322 |
+
},
|
| 323 |
+
{
|
| 324 |
+
"global_step": 660,
|
| 325 |
+
"optimizer_step": 82,
|
| 326 |
+
"lr": 4.789062518269812e-05,
|
| 327 |
+
"lm_loss": 0.3971077501773834,
|
| 328 |
+
"order_loss": 0.75,
|
| 329 |
+
"ret_loss": 0.0,
|
| 330 |
+
"pretrain_loss": 0.0,
|
| 331 |
+
"total_loss": 0.4723030626773834
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"global_step": 680,
|
| 335 |
+
"optimizer_step": 85,
|
| 336 |
+
"lr": 4.767413162299501e-05,
|
| 337 |
+
"lm_loss": 0.5079648494720459,
|
| 338 |
+
"order_loss": 0.79296875,
|
| 339 |
+
"ret_loss": 0.0,
|
| 340 |
+
"pretrain_loss": 0.0,
|
| 341 |
+
"total_loss": 0.5870664119720459
|
| 342 |
+
},
|
| 343 |
+
{
|
| 344 |
+
"global_step": 700,
|
| 345 |
+
"optimizer_step": 87,
|
| 346 |
+
"lr": 4.752422169756048e-05,
|
| 347 |
+
"lm_loss": 0.07413267344236374,
|
| 348 |
+
"order_loss": 0.53515625,
|
| 349 |
+
"ret_loss": 0.0,
|
| 350 |
+
"pretrain_loss": 0.0,
|
| 351 |
+
"total_loss": 0.12759947776794434
|
| 352 |
+
},
|
| 353 |
+
{
|
| 354 |
+
"global_step": 720,
|
| 355 |
+
"optimizer_step": 90,
|
| 356 |
+
"lr": 4.729105919657818e-05,
|
| 357 |
+
"lm_loss": 0.007737771607935429,
|
| 358 |
+
"order_loss": 0.55859375,
|
| 359 |
+
"ret_loss": 0.0,
|
| 360 |
+
"pretrain_loss": 0.0,
|
| 361 |
+
"total_loss": 0.06364597380161285
|
| 362 |
+
},
|
| 363 |
+
{
|
| 364 |
+
"global_step": 740,
|
| 365 |
+
"optimizer_step": 92,
|
| 366 |
+
"lr": 4.7130130375625305e-05,
|
| 367 |
+
"lm_loss": 0.27055394649505615,
|
| 368 |
+
"order_loss": 0.609375,
|
| 369 |
+
"ret_loss": 0.0,
|
| 370 |
+
"pretrain_loss": 0.0,
|
| 371 |
+
"total_loss": 0.33158910274505615
|
| 372 |
+
},
|
| 373 |
+
{
|
| 374 |
+
"global_step": 760,
|
| 375 |
+
"optimizer_step": 95,
|
| 376 |
+
"lr": 4.6880585547718845e-05,
|
| 377 |
+
"lm_loss": 0.006466272287070751,
|
| 378 |
+
"order_loss": 0.55859375,
|
| 379 |
+
"ret_loss": 0.0,
|
| 380 |
+
"pretrain_loss": 0.0,
|
| 381 |
+
"total_loss": 0.062374476343393326
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"global_step": 780,
|
| 385 |
+
"optimizer_step": 97,
|
| 386 |
+
"lr": 4.670883565255264e-05,
|
| 387 |
+
"lm_loss": 0.3002244234085083,
|
| 388 |
+
"order_loss": 0.69921875,
|
| 389 |
+
"ret_loss": 0.0,
|
| 390 |
+
"pretrain_loss": 0.0,
|
| 391 |
+
"total_loss": 0.3700486421585083
|
| 392 |
+
},
|
| 393 |
+
{
|
| 394 |
+
"global_step": 800,
|
| 395 |
+
"optimizer_step": 100,
|
| 396 |
+
"lr": 4.6443215250006806e-05,
|
| 397 |
+
"lm_loss": 0.45018064975738525,
|
| 398 |
+
"order_loss": 0.671875,
|
| 399 |
+
"ret_loss": 0.0,
|
| 400 |
+
"pretrain_loss": 0.0,
|
| 401 |
+
"total_loss": 0.5175634622573853
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"global_step": 820,
|
| 405 |
+
"optimizer_step": 102,
|
| 406 |
+
"lr": 4.626085540370762e-05,
|
| 407 |
+
"lm_loss": 0.0034168369602411985,
|
| 408 |
+
"order_loss": 0.5234375,
|
| 409 |
+
"ret_loss": 0.0,
|
| 410 |
+
"pretrain_loss": 0.0,
|
| 411 |
+
"total_loss": 0.05566293001174927
|
| 412 |
+
},
|
| 413 |
+
{
|
| 414 |
+
"global_step": 840,
|
| 415 |
+
"optimizer_step": 105,
|
| 416 |
+
"lr": 4.597948593966256e-05,
|
| 417 |
+
"lm_loss": 0.06584271788597107,
|
| 418 |
+
"order_loss": 0.59375,
|
| 419 |
+
"ret_loss": 0.0,
|
| 420 |
+
"pretrain_loss": 0.0,
|
| 421 |
+
"total_loss": 0.12516888976097107
|
| 422 |
+
},
|
| 423 |
+
{
|
| 424 |
+
"global_step": 860,
|
| 425 |
+
"optimizer_step": 107,
|
| 426 |
+
"lr": 4.5786740307563636e-05,
|
| 427 |
+
"lm_loss": 0.02655274048447609,
|
| 428 |
+
"order_loss": 0.44921875,
|
| 429 |
+
"ret_loss": 0.0,
|
| 430 |
+
"pretrain_loss": 0.0,
|
| 431 |
+
"total_loss": 0.07147461175918579
|
| 432 |
+
},
|
| 433 |
+
{
|
| 434 |
+
"global_step": 880,
|
| 435 |
+
"optimizer_step": 110,
|
| 436 |
+
"lr": 4.5489967654649474e-05,
|
| 437 |
+
"lm_loss": 0.001363534014672041,
|
| 438 |
+
"order_loss": 0.58203125,
|
| 439 |
+
"ret_loss": 0.0,
|
| 440 |
+
"pretrain_loss": 0.0,
|
| 441 |
+
"total_loss": 0.05946900323033333
|
| 442 |
+
},
|
| 443 |
+
{
|
| 444 |
+
"global_step": 900,
|
| 445 |
+
"optimizer_step": 112,
|
| 446 |
+
"lr": 4.528707316878232e-05,
|
| 447 |
+
"lm_loss": 0.018706638365983963,
|
| 448 |
+
"order_loss": 0.51171875,
|
| 449 |
+
"ret_loss": 0.0,
|
| 450 |
+
"pretrain_loss": 0.0,
|
| 451 |
+
"total_loss": 0.06997616589069366
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"global_step": 920,
|
| 455 |
+
"optimizer_step": 115,
|
| 456 |
+
"lr": 4.497526213395623e-05,
|
| 457 |
+
"lm_loss": 0.09329162538051605,
|
| 458 |
+
"order_loss": 0.64453125,
|
| 459 |
+
"ret_loss": 0.0,
|
| 460 |
+
"pretrain_loss": 0.0,
|
| 461 |
+
"total_loss": 0.15774475038051605
|
| 462 |
+
},
|
| 463 |
+
{
|
| 464 |
+
"global_step": 940,
|
| 465 |
+
"optimizer_step": 117,
|
| 466 |
+
"lr": 4.476246820180259e-05,
|
| 467 |
+
"lm_loss": 0.5306257605552673,
|
| 468 |
+
"order_loss": 0.55859375,
|
| 469 |
+
"ret_loss": 0.0,
|
| 470 |
+
"pretrain_loss": 0.0,
|
| 471 |
+
"total_loss": 0.5865339636802673
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"global_step": 960,
|
| 475 |
+
"optimizer_step": 120,
|
| 476 |
+
"lr": 4.443600207791081e-05,
|
| 477 |
+
"lm_loss": 0.027733026072382927,
|
| 478 |
+
"order_loss": 0.5703125,
|
| 479 |
+
"ret_loss": 0.0,
|
| 480 |
+
"pretrain_loss": 0.0,
|
| 481 |
+
"total_loss": 0.08486193418502808
|
| 482 |
+
},
|
| 483 |
+
{
|
| 484 |
+
"global_step": 980,
|
| 485 |
+
"optimizer_step": 122,
|
| 486 |
+
"lr": 4.421357027581921e-05,
|
| 487 |
+
"lm_loss": 0.2449575662612915,
|
| 488 |
+
"order_loss": 0.5625,
|
| 489 |
+
"ret_loss": 0.0,
|
| 490 |
+
"pretrain_loss": 0.0,
|
| 491 |
+
"total_loss": 0.3011099100112915
|
| 492 |
+
},
|
| 493 |
+
{
|
| 494 |
+
"global_step": 1000,
|
| 495 |
+
"optimizer_step": 125,
|
| 496 |
+
"lr": 4.38728503704354e-05,
|
| 497 |
+
"lm_loss": 0.04611301049590111,
|
| 498 |
+
"order_loss": 0.58984375,
|
| 499 |
+
"ret_loss": 0.0,
|
| 500 |
+
"pretrain_loss": 0.0,
|
| 501 |
+
"total_loss": 0.1051950454711914
|
| 502 |
+
},
|
| 503 |
+
{
|
| 504 |
+
"global_step": 1020,
|
| 505 |
+
"optimizer_step": 127,
|
| 506 |
+
"lr": 4.364105412207914e-05,
|
| 507 |
+
"lm_loss": 0.07342102378606796,
|
| 508 |
+
"order_loss": 0.5625,
|
| 509 |
+
"ret_loss": 0.0,
|
| 510 |
+
"pretrain_loss": 0.0,
|
| 511 |
+
"total_loss": 0.12957337498664856
|
| 512 |
+
},
|
| 513 |
+
{
|
| 514 |
+
"global_step": 1040,
|
| 515 |
+
"optimizer_step": 130,
|
| 516 |
+
"lr": 4.328649926419819e-05,
|
| 517 |
+
"lm_loss": 0.014433451928198338,
|
| 518 |
+
"order_loss": 0.5546875,
|
| 519 |
+
"ret_loss": 0.0,
|
| 520 |
+
"pretrain_loss": 0.0,
|
| 521 |
+
"total_loss": 0.06985337287187576
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"global_step": 1060,
|
| 525 |
+
"optimizer_step": 132,
|
| 526 |
+
"lr": 4.304562350447008e-05,
|
| 527 |
+
"lm_loss": 0.07001962512731552,
|
| 528 |
+
"order_loss": 0.6328125,
|
| 529 |
+
"ret_loss": 0.0,
|
| 530 |
+
"pretrain_loss": 0.0,
|
| 531 |
+
"total_loss": 0.13349619507789612
|
| 532 |
+
},
|
| 533 |
+
{
|
| 534 |
+
"global_step": 1080,
|
| 535 |
+
"optimizer_step": 135,
|
| 536 |
+
"lr": 4.267766952966369e-05,
|
| 537 |
+
"lm_loss": 0.07597698271274567,
|
| 538 |
+
"order_loss": 0.6015625,
|
| 539 |
+
"ret_loss": 0.0,
|
| 540 |
+
"pretrain_loss": 0.0,
|
| 541 |
+
"total_loss": 0.13603557646274567
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"global_step": 1100,
|
| 545 |
+
"optimizer_step": 137,
|
| 546 |
+
"lr": 4.242801035442058e-05,
|
| 547 |
+
"lm_loss": 0.05420356243848801,
|
| 548 |
+
"order_loss": 0.59375,
|
| 549 |
+
"ret_loss": 0.0,
|
| 550 |
+
"pretrain_loss": 0.0,
|
| 551 |
+
"total_loss": 0.113529734313488
|
| 552 |
+
},
|
| 553 |
+
{
|
| 554 |
+
"global_step": 1120,
|
| 555 |
+
"optimizer_step": 140,
|
| 556 |
+
"lr": 4.204710956908763e-05,
|
| 557 |
+
"lm_loss": 0.13513243198394775,
|
| 558 |
+
"order_loss": 0.5703125,
|
| 559 |
+
"ret_loss": 0.0,
|
| 560 |
+
"pretrain_loss": 0.0,
|
| 561 |
+
"total_loss": 0.19226133823394775
|
| 562 |
+
},
|
| 563 |
+
{
|
| 564 |
+
"global_step": 1140,
|
| 565 |
+
"optimizer_step": 142,
|
| 566 |
+
"lr": 4.178897387117546e-05,
|
| 567 |
+
"lm_loss": 0.05057734251022339,
|
| 568 |
+
"order_loss": 0.490234375,
|
| 569 |
+
"ret_loss": 0.0,
|
| 570 |
+
"pretrain_loss": 0.0,
|
| 571 |
+
"total_loss": 0.09964960813522339
|
| 572 |
+
},
|
| 573 |
+
{
|
| 574 |
+
"global_step": 1160,
|
| 575 |
+
"optimizer_step": 145,
|
| 576 |
+
"lr": 4.139559449654561e-05,
|
| 577 |
+
"lm_loss": 0.2845394015312195,
|
| 578 |
+
"order_loss": 0.5625,
|
| 579 |
+
"ret_loss": 0.0,
|
| 580 |
+
"pretrain_loss": 0.0,
|
| 581 |
+
"total_loss": 0.3406917452812195
|
| 582 |
+
},
|
| 583 |
+
{
|
| 584 |
+
"global_step": 1180,
|
| 585 |
+
"optimizer_step": 147,
|
| 586 |
+
"lr": 4.1129299588552193e-05,
|
| 587 |
+
"lm_loss": 0.17221830785274506,
|
| 588 |
+
"order_loss": 0.64453125,
|
| 589 |
+
"ret_loss": 0.0,
|
| 590 |
+
"pretrain_loss": 0.0,
|
| 591 |
+
"total_loss": 0.23667143285274506
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"global_step": 1200,
|
| 595 |
+
"optimizer_step": 150,
|
| 596 |
+
"lr": 4.072392518512623e-05,
|
| 597 |
+
"lm_loss": 0.05961036682128906,
|
| 598 |
+
"order_loss": 0.341796875,
|
| 599 |
+
"ret_loss": 0.0,
|
| 600 |
+
"pretrain_loss": 0.0,
|
| 601 |
+
"total_loss": 0.09379005432128906
|
| 602 |
+
},
|
| 603 |
+
{
|
| 604 |
+
"global_step": 1220,
|
| 605 |
+
"optimizer_step": 152,
|
| 606 |
+
"lr": 4.0449798409325665e-05,
|
| 607 |
+
"lm_loss": 0.10788469761610031,
|
| 608 |
+
"order_loss": 2.078125,
|
| 609 |
+
"ret_loss": 0.0,
|
| 610 |
+
"pretrain_loss": 0.0,
|
| 611 |
+
"total_loss": 0.3158925175666809
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"global_step": 1240,
|
| 615 |
+
"optimizer_step": 155,
|
| 616 |
+
"lr": 4.0032927282460146e-05,
|
| 617 |
+
"lm_loss": 0.06392329931259155,
|
| 618 |
+
"order_loss": 0.5078125,
|
| 619 |
+
"ret_loss": 0.0,
|
| 620 |
+
"pretrain_loss": 0.0,
|
| 621 |
+
"total_loss": 0.11470454931259155
|
| 622 |
+
},
|
| 623 |
+
{
|
| 624 |
+
"global_step": 1260,
|
| 625 |
+
"optimizer_step": 157,
|
| 626 |
+
"lr": 3.9751305608428205e-05,
|
| 627 |
+
"lm_loss": 0.08804687857627869,
|
| 628 |
+
"order_loss": 0.4921875,
|
| 629 |
+
"ret_loss": 0.0,
|
| 630 |
+
"pretrain_loss": 0.0,
|
| 631 |
+
"total_loss": 0.1373632848262787
|
| 632 |
+
},
|
| 633 |
+
{
|
| 634 |
+
"global_step": 1280,
|
| 635 |
+
"optimizer_step": 160,
|
| 636 |
+
"lr": 3.932345019579495e-05,
|
| 637 |
+
"lm_loss": 0.02355719543993473,
|
| 638 |
+
"order_loss": 0.6484375,
|
| 639 |
+
"ret_loss": 0.0,
|
| 640 |
+
"pretrain_loss": 0.0,
|
| 641 |
+
"total_loss": 0.08849859982728958
|
| 642 |
+
},
|
| 643 |
+
{
|
| 644 |
+
"global_step": 1300,
|
| 645 |
+
"optimizer_step": 162,
|
| 646 |
+
"lr": 3.90346798061902e-05,
|
| 647 |
+
"lm_loss": 0.03994257003068924,
|
| 648 |
+
"order_loss": 0.404296875,
|
| 649 |
+
"ret_loss": 0.0,
|
| 650 |
+
"pretrain_loss": 0.0,
|
| 651 |
+
"total_loss": 0.08046991378068924
|
| 652 |
+
},
|
| 653 |
+
{
|
| 654 |
+
"global_step": 1320,
|
| 655 |
+
"optimizer_step": 165,
|
| 656 |
+
"lr": 3.859636604786372e-05,
|
| 657 |
+
"lm_loss": 0.002089134883135557,
|
| 658 |
+
"order_loss": 0.5078125,
|
| 659 |
+
"ret_loss": 0.0,
|
| 660 |
+
"pretrain_loss": 0.0,
|
| 661 |
+
"total_loss": 0.052870385348796844
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"global_step": 1340,
|
| 665 |
+
"optimizer_step": 167,
|
| 666 |
+
"lr": 3.830080191288342e-05,
|
| 667 |
+
"lm_loss": 0.43796825408935547,
|
| 668 |
+
"order_loss": 0.63671875,
|
| 669 |
+
"ret_loss": 0.0,
|
| 670 |
+
"pretrain_loss": 0.0,
|
| 671 |
+
"total_loss": 0.5014448165893555
|
| 672 |
+
},
|
| 673 |
+
{
|
| 674 |
+
"global_step": 1360,
|
| 675 |
+
"optimizer_step": 170,
|
| 676 |
+
"lr": 3.785256860483054e-05,
|
| 677 |
+
"lm_loss": 0.18852651119232178,
|
| 678 |
+
"order_loss": 0.5234375,
|
| 679 |
+
"ret_loss": 0.0,
|
| 680 |
+
"pretrain_loss": 0.0,
|
| 681 |
+
"total_loss": 0.24077260494232178
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"global_step": 1380,
|
| 685 |
+
"optimizer_step": 172,
|
| 686 |
+
"lr": 3.755057404586455e-05,
|
| 687 |
+
"lm_loss": 0.0029183365404605865,
|
| 688 |
+
"order_loss": 0.6015625,
|
| 689 |
+
"ret_loss": 0.0,
|
| 690 |
+
"pretrain_loss": 0.0,
|
| 691 |
+
"total_loss": 0.06297692656517029
|
| 692 |
+
},
|
| 693 |
+
{
|
| 694 |
+
"global_step": 1400,
|
| 695 |
+
"optimizer_step": 175,
|
| 696 |
+
"lr": 3.7092972177631e-05,
|
| 697 |
+
"lm_loss": 0.0076162926852703094,
|
| 698 |
+
"order_loss": 0.51171875,
|
| 699 |
+
"ret_loss": 0.0,
|
| 700 |
+
"pretrain_loss": 0.0,
|
| 701 |
+
"total_loss": 0.05888582393527031
|
| 702 |
+
},
|
| 703 |
+
{
|
| 704 |
+
"global_step": 1420,
|
| 705 |
+
"optimizer_step": 177,
|
| 706 |
+
"lr": 3.678491842064995e-05,
|
| 707 |
+
"lm_loss": 0.046292226761579514,
|
| 708 |
+
"order_loss": 0.55078125,
|
| 709 |
+
"ret_loss": 0.0,
|
| 710 |
+
"pretrain_loss": 0.0,
|
| 711 |
+
"total_loss": 0.10146801173686981
|
| 712 |
+
},
|
| 713 |
+
{
|
| 714 |
+
"global_step": 1440,
|
| 715 |
+
"optimizer_step": 180,
|
| 716 |
+
"lr": 3.631851049805793e-05,
|
| 717 |
+
"lm_loss": 0.0909971073269844,
|
| 718 |
+
"order_loss": 0.5,
|
| 719 |
+
"ret_loss": 0.0,
|
| 720 |
+
"pretrain_loss": 0.0,
|
| 721 |
+
"total_loss": 0.1410459280014038
|
| 722 |
+
},
|
| 723 |
+
{
|
| 724 |
+
"global_step": 1460,
|
| 725 |
+
"optimizer_step": 182,
|
| 726 |
+
"lr": 3.600477621728473e-05,
|
| 727 |
+
"lm_loss": 0.019992167130112648,
|
| 728 |
+
"order_loss": 0.490234375,
|
| 729 |
+
"ret_loss": 0.0,
|
| 730 |
+
"pretrain_loss": 0.0,
|
| 731 |
+
"total_loss": 0.0690644308924675
|
| 732 |
+
},
|
| 733 |
+
{
|
| 734 |
+
"global_step": 1480,
|
| 735 |
+
"optimizer_step": 185,
|
| 736 |
+
"lr": 3.5530135570974274e-05,
|
| 737 |
+
"lm_loss": 0.026119040325284004,
|
| 738 |
+
"order_loss": 0.453125,
|
| 739 |
+
"ret_loss": 0.0,
|
| 740 |
+
"pretrain_loss": 0.0,
|
| 741 |
+
"total_loss": 0.07152919471263885
|
| 742 |
+
},
|
| 743 |
+
{
|
| 744 |
+
"global_step": 1500,
|
| 745 |
+
"optimizer_step": 187,
|
| 746 |
+
"lr": 3.521110642339991e-05,
|
| 747 |
+
"lm_loss": 0.010921897366642952,
|
| 748 |
+
"order_loss": 0.50390625,
|
| 749 |
+
"ret_loss": 0.0,
|
| 750 |
+
"pretrain_loss": 0.0,
|
| 751 |
+
"total_loss": 0.0612148642539978
|
| 752 |
+
},
|
| 753 |
+
{
|
| 754 |
+
"global_step": 1520,
|
| 755 |
+
"optimizer_step": 190,
|
| 756 |
+
"lr": 3.4728816504063726e-05,
|
| 757 |
+
"lm_loss": 0.10965003818273544,
|
| 758 |
+
"order_loss": 0.44921875,
|
| 759 |
+
"ret_loss": 0.0,
|
| 760 |
+
"pretrain_loss": 0.0,
|
| 761 |
+
"total_loss": 0.15457192063331604
|
| 762 |
+
},
|
| 763 |
+
{
|
| 764 |
+
"global_step": 1540,
|
| 765 |
+
"optimizer_step": 192,
|
| 766 |
+
"lr": 3.440488465537943e-05,
|
| 767 |
+
"lm_loss": 0.09311730414628983,
|
| 768 |
+
"order_loss": 0.578125,
|
| 769 |
+
"ret_loss": 0.0,
|
| 770 |
+
"pretrain_loss": 0.0,
|
| 771 |
+
"total_loss": 0.15097862482070923
|
| 772 |
+
},
|
| 773 |
+
{
|
| 774 |
+
"global_step": 1560,
|
| 775 |
+
"optimizer_step": 195,
|
| 776 |
+
"lr": 3.391553831655782e-05,
|
| 777 |
+
"lm_loss": 0.012925584800541401,
|
| 778 |
+
"order_loss": 0.5859375,
|
| 779 |
+
"ret_loss": 0.0,
|
| 780 |
+
"pretrain_loss": 0.0,
|
| 781 |
+
"total_loss": 0.07151933759450912
|
| 782 |
+
},
|
| 783 |
+
{
|
| 784 |
+
"global_step": 1580,
|
| 785 |
+
"optimizer_step": 197,
|
| 786 |
+
"lr": 3.358710195908653e-05,
|
| 787 |
+
"lm_loss": 0.10204838961362839,
|
| 788 |
+
"order_loss": 0.57421875,
|
| 789 |
+
"ret_loss": 0.0,
|
| 790 |
+
"pretrain_loss": 0.0,
|
| 791 |
+
"total_loss": 0.15942144393920898
|
| 792 |
+
},
|
| 793 |
+
{
|
| 794 |
+
"global_step": 1600,
|
| 795 |
+
"optimizer_step": 200,
|
| 796 |
+
"lr": 3.309130072840379e-05,
|
| 797 |
+
"lm_loss": 0.06385423988103867,
|
| 798 |
+
"order_loss": 0.5234375,
|
| 799 |
+
"ret_loss": 0.0,
|
| 800 |
+
"pretrain_loss": 0.0,
|
| 801 |
+
"total_loss": 0.11610033363103867
|
| 802 |
+
},
|
| 803 |
+
{
|
| 804 |
+
"global_step": 1620,
|
| 805 |
+
"optimizer_step": 202,
|
| 806 |
+
"lr": 3.2758763591623295e-05,
|
| 807 |
+
"lm_loss": 0.008750934153795242,
|
| 808 |
+
"order_loss": 0.48828125,
|
| 809 |
+
"ret_loss": 0.0,
|
| 810 |
+
"pretrain_loss": 0.0,
|
| 811 |
+
"total_loss": 0.05757905915379524
|
| 812 |
+
},
|
| 813 |
+
{
|
| 814 |
+
"global_step": 1640,
|
| 815 |
+
"optimizer_step": 205,
|
| 816 |
+
"lr": 3.225711693136156e-05,
|
| 817 |
+
"lm_loss": 0.06280460953712463,
|
| 818 |
+
"order_loss": 0.5390625,
|
| 819 |
+
"ret_loss": 0.0,
|
| 820 |
+
"pretrain_loss": 0.0,
|
| 821 |
+
"total_loss": 0.11675968766212463
|
| 822 |
+
},
|
| 823 |
+
{
|
| 824 |
+
"global_step": 1660,
|
| 825 |
+
"optimizer_step": 207,
|
| 826 |
+
"lr": 3.1920887785621235e-05,
|
| 827 |
+
"lm_loss": 0.22903034090995789,
|
| 828 |
+
"order_loss": 0.54296875,
|
| 829 |
+
"ret_loss": 0.0,
|
| 830 |
+
"pretrain_loss": 0.0,
|
| 831 |
+
"total_loss": 0.2832295596599579
|
| 832 |
+
},
|
| 833 |
+
{
|
| 834 |
+
"global_step": 1680,
|
| 835 |
+
"optimizer_step": 210,
|
| 836 |
+
"lr": 3.141401234354067e-05,
|
| 837 |
+
"lm_loss": 0.00670256232842803,
|
| 838 |
+
"order_loss": 0.61328125,
|
| 839 |
+
"ret_loss": 0.0,
|
| 840 |
+
"pretrain_loss": 0.0,
|
| 841 |
+
"total_loss": 0.06798186153173447
|
| 842 |
+
},
|
| 843 |
+
{
|
| 844 |
+
"global_step": 1700,
|
| 845 |
+
"optimizer_step": 212,
|
| 846 |
+
"lr": 3.10745044975816e-05,
|
| 847 |
+
"lm_loss": 0.017005328088998795,
|
| 848 |
+
"order_loss": 0.640625,
|
| 849 |
+
"ret_loss": 0.0,
|
| 850 |
+
"pretrain_loss": 0.0,
|
| 851 |
+
"total_loss": 0.0809701681137085
|
| 852 |
+
},
|
| 853 |
+
{
|
| 854 |
+
"global_step": 1720,
|
| 855 |
+
"optimizer_step": 215,
|
| 856 |
+
"lr": 3.056302334890786e-05,
|
| 857 |
+
"lm_loss": 0.32223576307296753,
|
| 858 |
+
"order_loss": 0.53125,
|
| 859 |
+
"ret_loss": 0.0,
|
| 860 |
+
"pretrain_loss": 0.0,
|
| 861 |
+
"total_loss": 0.37545841932296753
|
| 862 |
+
},
|
| 863 |
+
{
|
| 864 |
+
"global_step": 1740,
|
| 865 |
+
"optimizer_step": 217,
|
| 866 |
+
"lr": 3.022065414180425e-05,
|
| 867 |
+
"lm_loss": 0.04028952866792679,
|
| 868 |
+
"order_loss": 0.6171875,
|
| 869 |
+
"ret_loss": 0.0,
|
| 870 |
+
"pretrain_loss": 0.0,
|
| 871 |
+
"total_loss": 0.10205710679292679
|
| 872 |
+
},
|
| 873 |
+
{
|
| 874 |
+
"global_step": 1760,
|
| 875 |
+
"optimizer_step": 220,
|
| 876 |
+
"lr": 2.9705196023315006e-05,
|
| 877 |
+
"lm_loss": 0.11493337899446487,
|
| 878 |
+
"order_loss": 0.58203125,
|
| 879 |
+
"ret_loss": 0.0,
|
| 880 |
+
"pretrain_loss": 0.0,
|
| 881 |
+
"total_loss": 0.17303884029388428
|
| 882 |
+
},
|
| 883 |
+
{
|
| 884 |
+
"global_step": 1780,
|
| 885 |
+
"optimizer_step": 222,
|
| 886 |
+
"lr": 2.9360386311461275e-05,
|
| 887 |
+
"lm_loss": 0.003556726733222604,
|
| 888 |
+
"order_loss": 0.59375,
|
| 889 |
+
"ret_loss": 0.0,
|
| 890 |
+
"pretrain_loss": 0.0,
|
| 891 |
+
"total_loss": 0.06288290023803711
|
| 892 |
+
},
|
| 893 |
+
{
|
| 894 |
+
"global_step": 1800,
|
| 895 |
+
"optimizer_step": 225,
|
| 896 |
+
"lr": 2.884158484861325e-05,
|
| 897 |
+
"lm_loss": 0.15898865461349487,
|
| 898 |
+
"order_loss": 0.5546875,
|
| 899 |
+
"ret_loss": 0.0,
|
| 900 |
+
"pretrain_loss": 0.0,
|
| 901 |
+
"total_loss": 0.21440857648849487
|
| 902 |
+
},
|
| 903 |
+
{
|
| 904 |
+
"global_step": 1820,
|
| 905 |
+
"optimizer_step": 227,
|
| 906 |
+
"lr": 2.849475848838749e-05,
|
| 907 |
+
"lm_loss": 0.04192224144935608,
|
| 908 |
+
"order_loss": 0.625,
|
| 909 |
+
"ret_loss": 0.0,
|
| 910 |
+
"pretrain_loss": 0.0,
|
| 911 |
+
"total_loss": 0.10442224144935608
|
| 912 |
+
},
|
| 913 |
+
{
|
| 914 |
+
"global_step": 1840,
|
| 915 |
+
"optimizer_step": 230,
|
| 916 |
+
"lr": 2.7973251416434175e-05,
|
| 917 |
+
"lm_loss": 0.11860664933919907,
|
| 918 |
+
"order_loss": 0.609375,
|
| 919 |
+
"ret_loss": 0.0,
|
| 920 |
+
"pretrain_loss": 0.0,
|
| 921 |
+
"total_loss": 0.17964181303977966
|
| 922 |
+
},
|
| 923 |
+
{
|
| 924 |
+
"global_step": 1860,
|
| 925 |
+
"optimizer_step": 232,
|
| 926 |
+
"lr": 2.7624834743173867e-05,
|
| 927 |
+
"lm_loss": 0.02342539094388485,
|
| 928 |
+
"order_loss": 0.45703125,
|
| 929 |
+
"ret_loss": 0.0,
|
| 930 |
+
"pretrain_loss": 0.0,
|
| 931 |
+
"total_loss": 0.06907968968153
|
| 932 |
+
},
|
| 933 |
+
{
|
| 934 |
+
"global_step": 1880,
|
| 935 |
+
"optimizer_step": 235,
|
| 936 |
+
"lr": 2.710126312323119e-05,
|
| 937 |
+
"lm_loss": 0.0024694420862942934,
|
| 938 |
+
"order_loss": 0.498046875,
|
| 939 |
+
"ret_loss": 0.0,
|
| 940 |
+
"pretrain_loss": 0.0,
|
| 941 |
+
"total_loss": 0.052274130284786224
|
| 942 |
+
},
|
| 943 |
+
{
|
| 944 |
+
"global_step": 1900,
|
| 945 |
+
"optimizer_step": 237,
|
| 946 |
+
"lr": 2.6751684427161683e-05,
|
| 947 |
+
"lm_loss": 0.04880330339074135,
|
| 948 |
+
"order_loss": 0.52734375,
|
| 949 |
+
"ret_loss": 0.0,
|
| 950 |
+
"pretrain_loss": 0.0,
|
| 951 |
+
"total_loss": 0.10153767466545105
|
| 952 |
+
},
|
| 953 |
+
{
|
| 954 |
+
"global_step": 1920,
|
| 955 |
+
"optimizer_step": 240,
|
| 956 |
+
"lr": 2.6226691858185454e-05,
|
| 957 |
+
"lm_loss": 0.0026799561455845833,
|
| 958 |
+
"order_loss": 0.48046875,
|
| 959 |
+
"ret_loss": 0.0,
|
| 960 |
+
"pretrain_loss": 0.0,
|
| 961 |
+
"total_loss": 0.05077565833926201
|
| 962 |
+
},
|
| 963 |
+
{
|
| 964 |
+
"global_step": 1940,
|
| 965 |
+
"optimizer_step": 242,
|
| 966 |
+
"lr": 2.587638085794541e-05,
|
| 967 |
+
"lm_loss": 0.0020496651995927095,
|
| 968 |
+
"order_loss": 0.62109375,
|
| 969 |
+
"ret_loss": 0.0,
|
| 970 |
+
"pretrain_loss": 0.0,
|
| 971 |
+
"total_loss": 0.06406138092279434
|
| 972 |
+
},
|
| 973 |
+
{
|
| 974 |
+
"global_step": 1960,
|
| 975 |
+
"optimizer_step": 245,
|
| 976 |
+
"lr": 2.535061268558906e-05,
|
| 977 |
+
"lm_loss": 0.005647431593388319,
|
| 978 |
+
"order_loss": 0.474609375,
|
| 979 |
+
"ret_loss": 0.0,
|
| 980 |
+
"pretrain_loss": 0.0,
|
| 981 |
+
"total_loss": 0.053010713309049606
|
| 982 |
+
},
|
| 983 |
+
{
|
| 984 |
+
"global_step": 1980,
|
| 985 |
+
"optimizer_step": 247,
|
| 986 |
+
"lr": 2.5e-05,
|
| 987 |
+
"lm_loss": 0.022339200600981712,
|
| 988 |
+
"order_loss": 0.34765625,
|
| 989 |
+
"ret_loss": 0.0,
|
| 990 |
+
"pretrain_loss": 0.0,
|
| 991 |
+
"total_loss": 0.05700717121362686
|
| 992 |
+
},
|
| 993 |
+
{
|
| 994 |
+
"global_step": 2000,
|
| 995 |
+
"optimizer_step": 250,
|
| 996 |
+
"lr": 2.447410252332528e-05,
|
| 997 |
+
"lm_loss": 0.0009209209820255637,
|
| 998 |
+
"order_loss": 0.486328125,
|
| 999 |
+
"ret_loss": 0.0,
|
| 1000 |
+
"pretrain_loss": 0.0,
|
| 1001 |
+
"total_loss": 0.04950490593910217
|
| 1002 |
+
},
|
| 1003 |
+
{
|
| 1004 |
+
"global_step": 2020,
|
| 1005 |
+
"optimizer_step": 252,
|
| 1006 |
+
"lr": 2.4123619142054597e-05,
|
| 1007 |
+
"lm_loss": 0.030744167044758797,
|
| 1008 |
+
"order_loss": 0.58984375,
|
| 1009 |
+
"ret_loss": 0.0,
|
| 1010 |
+
"pretrain_loss": 0.0,
|
| 1011 |
+
"total_loss": 0.08982619643211365
|
| 1012 |
+
},
|
| 1013 |
+
{
|
| 1014 |
+
"global_step": 2040,
|
| 1015 |
+
"optimizer_step": 255,
|
| 1016 |
+
"lr": 2.3598238819070202e-05,
|
| 1017 |
+
"lm_loss": 0.2040223777294159,
|
| 1018 |
+
"order_loss": 0.5390625,
|
| 1019 |
+
"ret_loss": 0.0,
|
| 1020 |
+
"pretrain_loss": 0.0,
|
| 1021 |
+
"total_loss": 0.2579774558544159
|
| 1022 |
+
},
|
| 1023 |
+
{
|
| 1024 |
+
"global_step": 2060,
|
| 1025 |
+
"optimizer_step": 257,
|
| 1026 |
+
"lr": 2.3248315572838316e-05,
|
| 1027 |
+
"lm_loss": 0.4078344702720642,
|
| 1028 |
+
"order_loss": 0.455078125,
|
| 1029 |
+
"ret_loss": 0.0,
|
| 1030 |
+
"pretrain_loss": 0.0,
|
| 1031 |
+
"total_loss": 0.4532446265220642
|
| 1032 |
+
},
|
| 1033 |
+
{
|
| 1034 |
+
"global_step": 2080,
|
| 1035 |
+
"optimizer_step": 260,
|
| 1036 |
+
"lr": 2.272409822584325e-05,
|
| 1037 |
+
"lm_loss": 0.005864953622221947,
|
| 1038 |
+
"order_loss": 0.443359375,
|
| 1039 |
+
"ret_loss": 0.0,
|
| 1040 |
+
"pretrain_loss": 0.0,
|
| 1041 |
+
"total_loss": 0.050298549234867096
|
| 1042 |
+
},
|
| 1043 |
+
{
|
| 1044 |
+
"global_step": 2100,
|
| 1045 |
+
"optimizer_step": 262,
|
| 1046 |
+
"lr": 2.237516525682614e-05,
|
| 1047 |
+
"lm_loss": 0.10773743689060211,
|
| 1048 |
+
"order_loss": 0.56640625,
|
| 1049 |
+
"ret_loss": 0.0,
|
| 1050 |
+
"pretrain_loss": 0.0,
|
| 1051 |
+
"total_loss": 0.1643780618906021
|
| 1052 |
+
},
|
| 1053 |
+
{
|
| 1054 |
+
"global_step": 2120,
|
| 1055 |
+
"optimizer_step": 265,
|
| 1056 |
+
"lr": 2.185275527853437e-05,
|
| 1057 |
+
"lm_loss": 0.02472279965877533,
|
| 1058 |
+
"order_loss": 0.435546875,
|
| 1059 |
+
"ret_loss": 0.0,
|
| 1060 |
+
"pretrain_loss": 0.0,
|
| 1061 |
+
"total_loss": 0.06817983090877533
|
| 1062 |
+
},
|
| 1063 |
+
{
|
| 1064 |
+
"global_step": 2140,
|
| 1065 |
+
"optimizer_step": 267,
|
| 1066 |
+
"lr": 2.1505241511612522e-05,
|
| 1067 |
+
"lm_loss": 0.005166347604244947,
|
| 1068 |
+
"order_loss": 0.494140625,
|
| 1069 |
+
"ret_loss": 0.0,
|
| 1070 |
+
"pretrain_loss": 0.0,
|
| 1071 |
+
"total_loss": 0.054482754319906235
|
| 1072 |
+
},
|
| 1073 |
+
{
|
| 1074 |
+
"global_step": 2160,
|
| 1075 |
+
"optimizer_step": 270,
|
| 1076 |
+
"lr": 2.0985281073035076e-05,
|
| 1077 |
+
"lm_loss": 0.10979856550693512,
|
| 1078 |
+
"order_loss": 0.482421875,
|
| 1079 |
+
"ret_loss": 0.0,
|
| 1080 |
+
"pretrain_loss": 0.0,
|
| 1081 |
+
"total_loss": 0.15813840925693512
|
| 1082 |
+
},
|
| 1083 |
+
{
|
| 1084 |
+
"global_step": 2180,
|
| 1085 |
+
"optimizer_step": 272,
|
| 1086 |
+
"lr": 2.0639613688538734e-05,
|
| 1087 |
+
"lm_loss": 0.05822496488690376,
|
| 1088 |
+
"order_loss": 0.51953125,
|
| 1089 |
+
"ret_loss": 0.0,
|
| 1090 |
+
"pretrain_loss": 0.0,
|
| 1091 |
+
"total_loss": 0.11022691428661346
|
| 1092 |
+
},
|
| 1093 |
+
{
|
| 1094 |
+
"global_step": 2200,
|
| 1095 |
+
"optimizer_step": 275,
|
| 1096 |
+
"lr": 2.0122741949596797e-05,
|
| 1097 |
+
"lm_loss": 0.07563409954309464,
|
| 1098 |
+
"order_loss": 0.498046875,
|
| 1099 |
+
"ret_loss": 0.0,
|
| 1100 |
+
"pretrain_loss": 0.0,
|
| 1101 |
+
"total_loss": 0.12543877959251404
|
| 1102 |
+
},
|
| 1103 |
+
{
|
| 1104 |
+
"global_step": 2220,
|
| 1105 |
+
"optimizer_step": 277,
|
| 1106 |
+
"lr": 1.977934585819576e-05,
|
| 1107 |
+
"lm_loss": 0.04194348305463791,
|
| 1108 |
+
"order_loss": 0.50390625,
|
| 1109 |
+
"ret_loss": 0.0,
|
| 1110 |
+
"pretrain_loss": 0.0,
|
| 1111 |
+
"total_loss": 0.09223645180463791
|
| 1112 |
+
},
|
| 1113 |
+
{
|
| 1114 |
+
"global_step": 2240,
|
| 1115 |
+
"optimizer_step": 280,
|
| 1116 |
+
"lr": 1.9266198182035058e-05,
|
| 1117 |
+
"lm_loss": 0.022414909675717354,
|
| 1118 |
+
"order_loss": 0.58984375,
|
| 1119 |
+
"ret_loss": 0.0,
|
| 1120 |
+
"pretrain_loss": 0.0,
|
| 1121 |
+
"total_loss": 0.0814969390630722
|
| 1122 |
+
},
|
| 1123 |
+
{
|
| 1124 |
+
"global_step": 2260,
|
| 1125 |
+
"optimizer_step": 282,
|
| 1126 |
+
"lr": 1.8925495502418406e-05,
|
| 1127 |
+
"lm_loss": 0.14896424114704132,
|
| 1128 |
+
"order_loss": 0.51953125,
|
| 1129 |
+
"ret_loss": 0.0,
|
| 1130 |
+
"pretrain_loss": 0.0,
|
| 1131 |
+
"total_loss": 0.20096619427204132
|
| 1132 |
+
},
|
| 1133 |
+
{
|
| 1134 |
+
"global_step": 2280,
|
| 1135 |
+
"optimizer_step": 285,
|
| 1136 |
+
"lr": 1.841670267439088e-05,
|
| 1137 |
+
"lm_loss": 0.007771077565848827,
|
| 1138 |
+
"order_loss": 0.515625,
|
| 1139 |
+
"ret_loss": 0.0,
|
| 1140 |
+
"pretrain_loss": 0.0,
|
| 1141 |
+
"total_loss": 0.0592847503721714
|
| 1142 |
+
},
|
| 1143 |
+
{
|
| 1144 |
+
"global_step": 2300,
|
| 1145 |
+
"optimizer_step": 287,
|
| 1146 |
+
"lr": 1.8079112214378768e-05,
|
| 1147 |
+
"lm_loss": 0.1398475617170334,
|
| 1148 |
+
"order_loss": 0.466796875,
|
| 1149 |
+
"ret_loss": 0.0,
|
| 1150 |
+
"pretrain_loss": 0.0,
|
| 1151 |
+
"total_loss": 0.1864784210920334
|
| 1152 |
+
},
|
| 1153 |
+
{
|
| 1154 |
+
"global_step": 2320,
|
| 1155 |
+
"optimizer_step": 290,
|
| 1156 |
+
"lr": 1.757529966665141e-05,
|
| 1157 |
+
"lm_loss": 0.004748134408146143,
|
| 1158 |
+
"order_loss": 0.490234375,
|
| 1159 |
+
"ret_loss": 0.0,
|
| 1160 |
+
"pretrain_loss": 0.0,
|
| 1161 |
+
"total_loss": 0.053820401430130005
|
| 1162 |
+
},
|
| 1163 |
+
{
|
| 1164 |
+
"global_step": 2340,
|
| 1165 |
+
"optimizer_step": 292,
|
| 1166 |
+
"lr": 1.72412364083767e-05,
|
| 1167 |
+
"lm_loss": 0.16501498222351074,
|
| 1168 |
+
"order_loss": 0.53125,
|
| 1169 |
+
"ret_loss": 0.0,
|
| 1170 |
+
"pretrain_loss": 0.0,
|
| 1171 |
+
"total_loss": 0.21823763847351074
|
| 1172 |
+
},
|
| 1173 |
+
{
|
| 1174 |
+
"global_step": 2360,
|
| 1175 |
+
"optimizer_step": 295,
|
| 1176 |
+
"lr": 1.6743023451120832e-05,
|
| 1177 |
+
"lm_loss": 0.005602807737886906,
|
| 1178 |
+
"order_loss": 0.4921875,
|
| 1179 |
+
"ret_loss": 0.0,
|
| 1180 |
+
"pretrain_loss": 0.0,
|
| 1181 |
+
"total_loss": 0.05491921305656433
|
| 1182 |
+
},
|
| 1183 |
+
{
|
| 1184 |
+
"global_step": 2380,
|
| 1185 |
+
"optimizer_step": 297,
|
| 1186 |
+
"lr": 1.641289804091347e-05,
|
| 1187 |
+
"lm_loss": 0.0020318825263530016,
|
| 1188 |
+
"order_loss": 0.5234375,
|
| 1189 |
+
"ret_loss": 0.0,
|
| 1190 |
+
"pretrain_loss": 0.0,
|
| 1191 |
+
"total_loss": 0.05427797511219978
|
| 1192 |
+
},
|
| 1193 |
+
{
|
| 1194 |
+
"global_step": 2400,
|
| 1195 |
+
"optimizer_step": 300,
|
| 1196 |
+
"lr": 1.5920897101019383e-05,
|
| 1197 |
+
"lm_loss": 0.016254469752311707,
|
| 1198 |
+
"order_loss": 0.51953125,
|
| 1199 |
+
"ret_loss": 0.0,
|
| 1200 |
+
"pretrain_loss": 0.0,
|
| 1201 |
+
"total_loss": 0.0682564228773117
|
| 1202 |
+
},
|
| 1203 |
+
{
|
| 1204 |
+
"global_step": 2420,
|
| 1205 |
+
"optimizer_step": 302,
|
| 1206 |
+
"lr": 1.5595115344620576e-05,
|
| 1207 |
+
"lm_loss": 0.0033802948892116547,
|
| 1208 |
+
"order_loss": 0.5,
|
| 1209 |
+
"ret_loss": 0.0,
|
| 1210 |
+
"pretrain_loss": 0.0,
|
| 1211 |
+
"total_loss": 0.053429123014211655
|
| 1212 |
+
},
|
| 1213 |
+
{
|
| 1214 |
+
"global_step": 2440,
|
| 1215 |
+
"optimizer_step": 305,
|
| 1216 |
+
"lr": 1.5109931212873534e-05,
|
| 1217 |
+
"lm_loss": 0.05403399467468262,
|
| 1218 |
+
"order_loss": 0.60546875,
|
| 1219 |
+
"ret_loss": 0.0,
|
| 1220 |
+
"pretrain_loss": 0.0,
|
| 1221 |
+
"total_loss": 0.11458086967468262
|
| 1222 |
+
},
|
| 1223 |
+
{
|
| 1224 |
+
"global_step": 2460,
|
| 1225 |
+
"optimizer_step": 307,
|
| 1226 |
+
"lr": 1.4788893576600099e-05,
|
| 1227 |
+
"lm_loss": 0.0008839952060952783,
|
| 1228 |
+
"order_loss": 0.5,
|
| 1229 |
+
"ret_loss": 0.0,
|
| 1230 |
+
"pretrain_loss": 0.0,
|
| 1231 |
+
"total_loss": 0.05093282461166382
|
| 1232 |
+
},
|
| 1233 |
+
{
|
| 1234 |
+
"global_step": 2480,
|
| 1235 |
+
"optimizer_step": 310,
|
| 1236 |
+
"lr": 1.4311122664242954e-05,
|
| 1237 |
+
"lm_loss": 0.04242091253399849,
|
| 1238 |
+
"order_loss": 0.53515625,
|
| 1239 |
+
"ret_loss": 0.0,
|
| 1240 |
+
"pretrain_loss": 0.0,
|
| 1241 |
+
"total_loss": 0.09588770568370819
|
| 1242 |
+
},
|
| 1243 |
+
{
|
| 1244 |
+
"global_step": 2500,
|
| 1245 |
+
"optimizer_step": 312,
|
| 1246 |
+
"lr": 1.399522378271527e-05,
|
| 1247 |
+
"lm_loss": 0.08038398623466492,
|
| 1248 |
+
"order_loss": 0.494140625,
|
| 1249 |
+
"ret_loss": 0.0,
|
| 1250 |
+
"pretrain_loss": 0.0,
|
| 1251 |
+
"total_loss": 0.12970039248466492
|
| 1252 |
+
},
|
| 1253 |
+
{
|
| 1254 |
+
"global_step": 2520,
|
| 1255 |
+
"optimizer_step": 315,
|
| 1256 |
+
"lr": 1.3525453388311554e-05,
|
| 1257 |
+
"lm_loss": 0.09917651861906052,
|
| 1258 |
+
"order_loss": 0.6015625,
|
| 1259 |
+
"ret_loss": 0.0,
|
| 1260 |
+
"pretrain_loss": 0.0,
|
| 1261 |
+
"total_loss": 0.1592351198196411
|
| 1262 |
+
},
|
| 1263 |
+
{
|
| 1264 |
+
"global_step": 2540,
|
| 1265 |
+
"optimizer_step": 317,
|
| 1266 |
+
"lr": 1.3215081579350058e-05,
|
| 1267 |
+
"lm_loss": 0.045346129685640335,
|
| 1268 |
+
"order_loss": 0.6171875,
|
| 1269 |
+
"ret_loss": 0.0,
|
| 1270 |
+
"pretrain_loss": 0.0,
|
| 1271 |
+
"total_loss": 0.10711370408535004
|
| 1272 |
+
},
|
| 1273 |
+
{
|
| 1274 |
+
"global_step": 2560,
|
| 1275 |
+
"optimizer_step": 320,
|
| 1276 |
+
"lr": 1.2753889166848909e-05,
|
| 1277 |
+
"lm_loss": 0.03797866776585579,
|
| 1278 |
+
"order_loss": 0.80859375,
|
| 1279 |
+
"ret_loss": 0.0,
|
| 1280 |
+
"pretrain_loss": 0.0,
|
| 1281 |
+
"total_loss": 0.11903335154056549
|
| 1282 |
+
},
|
| 1283 |
+
{
|
| 1284 |
+
"global_step": 2580,
|
| 1285 |
+
"optimizer_step": 322,
|
| 1286 |
+
"lr": 1.2449425954135452e-05,
|
| 1287 |
+
"lm_loss": 0.29478132724761963,
|
| 1288 |
+
"order_loss": 0.423828125,
|
| 1289 |
+
"ret_loss": 0.0,
|
| 1290 |
+
"pretrain_loss": 0.0,
|
| 1291 |
+
"total_loss": 0.33726179599761963
|
| 1292 |
+
},
|
| 1293 |
+
{
|
| 1294 |
+
"global_step": 2600,
|
| 1295 |
+
"optimizer_step": 325,
|
| 1296 |
+
"lr": 1.1997378443025634e-05,
|
| 1297 |
+
"lm_loss": 0.09774453192949295,
|
| 1298 |
+
"order_loss": 0.455078125,
|
| 1299 |
+
"ret_loss": 0.0,
|
| 1300 |
+
"pretrain_loss": 0.0,
|
| 1301 |
+
"total_loss": 0.14315468072891235
|
| 1302 |
+
},
|
| 1303 |
+
{
|
| 1304 |
+
"global_step": 2620,
|
| 1305 |
+
"optimizer_step": 327,
|
| 1306 |
+
"lr": 1.1699198087116589e-05,
|
| 1307 |
+
"lm_loss": 0.045734260231256485,
|
| 1308 |
+
"order_loss": 0.609375,
|
| 1309 |
+
"ret_loss": 0.0,
|
| 1310 |
+
"pretrain_loss": 0.0,
|
| 1311 |
+
"total_loss": 0.10676941275596619
|
| 1312 |
+
},
|
| 1313 |
+
{
|
| 1314 |
+
"global_step": 2640,
|
| 1315 |
+
"optimizer_step": 330,
|
| 1316 |
+
"lr": 1.1256851155542298e-05,
|
| 1317 |
+
"lm_loss": 0.10945761203765869,
|
| 1318 |
+
"order_loss": 0.76171875,
|
| 1319 |
+
"ret_loss": 0.0,
|
| 1320 |
+
"pretrain_loss": 0.0,
|
| 1321 |
+
"total_loss": 0.1856294870376587
|
| 1322 |
+
},
|
| 1323 |
+
{
|
| 1324 |
+
"global_step": 2660,
|
| 1325 |
+
"optimizer_step": 332,
|
| 1326 |
+
"lr": 1.0965320193809808e-05,
|
| 1327 |
+
"lm_loss": 0.16175810992717743,
|
| 1328 |
+
"order_loss": 0.5546875,
|
| 1329 |
+
"ret_loss": 0.0,
|
| 1330 |
+
"pretrain_loss": 0.0,
|
| 1331 |
+
"total_loss": 0.21717803180217743
|
| 1332 |
+
},
|
| 1333 |
+
{
|
| 1334 |
+
"global_step": 2680,
|
| 1335 |
+
"optimizer_step": 335,
|
| 1336 |
+
"lr": 1.0533217595504858e-05,
|
| 1337 |
+
"lm_loss": 0.21324852108955383,
|
| 1338 |
+
"order_loss": 0.40234375,
|
| 1339 |
+
"ret_loss": 0.0,
|
| 1340 |
+
"pretrain_loss": 0.0,
|
| 1341 |
+
"total_loss": 0.25353172421455383
|
| 1342 |
+
},
|
| 1343 |
+
{
|
| 1344 |
+
"global_step": 2700,
|
| 1345 |
+
"optimizer_step": 337,
|
| 1346 |
+
"lr": 1.0248694391571801e-05,
|
| 1347 |
+
"lm_loss": 0.002337374957278371,
|
| 1348 |
+
"order_loss": 0.404296875,
|
| 1349 |
+
"ret_loss": 0.0,
|
| 1350 |
+
"pretrain_loss": 0.0,
|
| 1351 |
+
"total_loss": 0.04286471754312515
|
| 1352 |
+
},
|
| 1353 |
+
{
|
| 1354 |
+
"global_step": 2720,
|
| 1355 |
+
"optimizer_step": 340,
|
| 1356 |
+
"lr": 9.82736728745186e-06,
|
| 1357 |
+
"lm_loss": 0.012505022808909416,
|
| 1358 |
+
"order_loss": 0.57421875,
|
| 1359 |
+
"ret_loss": 0.0,
|
| 1360 |
+
"pretrain_loss": 0.0,
|
| 1361 |
+
"total_loss": 0.06987807154655457
|
| 1362 |
+
},
|
| 1363 |
+
{
|
| 1364 |
+
"global_step": 2740,
|
| 1365 |
+
"optimizer_step": 342,
|
| 1366 |
+
"lr": 9.550201590674343e-06,
|
| 1367 |
+
"lm_loss": 0.022751877084374428,
|
| 1368 |
+
"order_loss": 0.45703125,
|
| 1369 |
+
"ret_loss": 0.0,
|
| 1370 |
+
"pretrain_loss": 0.0,
|
| 1371 |
+
"total_loss": 0.06840617209672928
|
| 1372 |
+
},
|
| 1373 |
+
{
|
| 1374 |
+
"global_step": 2760,
|
| 1375 |
+
"optimizer_step": 345,
|
| 1376 |
+
"lr": 9.140167895908867e-06,
|
| 1377 |
+
"lm_loss": 0.0492824949324131,
|
| 1378 |
+
"order_loss": 0.482421875,
|
| 1379 |
+
"ret_loss": 0.0,
|
| 1380 |
+
"pretrain_loss": 0.0,
|
| 1381 |
+
"total_loss": 0.0976223349571228
|
| 1382 |
+
},
|
| 1383 |
+
{
|
| 1384 |
+
"global_step": 2780,
|
| 1385 |
+
"optimizer_step": 347,
|
| 1386 |
+
"lr": 8.870700411447816e-06,
|
| 1387 |
+
"lm_loss": 0.05502837151288986,
|
| 1388 |
+
"order_loss": 0.490234375,
|
| 1389 |
+
"ret_loss": 0.0,
|
| 1390 |
+
"pretrain_loss": 0.0,
|
| 1391 |
+
"total_loss": 0.10410063713788986
|
| 1392 |
+
},
|
| 1393 |
+
{
|
| 1394 |
+
"global_step": 2800,
|
| 1395 |
+
"optimizer_step": 350,
|
| 1396 |
+
"lr": 8.472464158814255e-06,
|
| 1397 |
+
"lm_loss": 0.001104813884012401,
|
| 1398 |
+
"order_loss": 0.43359375,
|
| 1399 |
+
"ret_loss": 0.0,
|
| 1400 |
+
"pretrain_loss": 0.0,
|
| 1401 |
+
"total_loss": 0.04456184431910515
|
| 1402 |
+
},
|
| 1403 |
+
{
|
| 1404 |
+
"global_step": 2820,
|
| 1405 |
+
"optimizer_step": 352,
|
| 1406 |
+
"lr": 8.211026128824539e-06,
|
| 1407 |
+
"lm_loss": 0.14318473637104034,
|
| 1408 |
+
"order_loss": 0.4609375,
|
| 1409 |
+
"ret_loss": 0.0,
|
| 1410 |
+
"pretrain_loss": 0.0,
|
| 1411 |
+
"total_loss": 0.18932731449604034
|
| 1412 |
+
},
|
| 1413 |
+
{
|
| 1414 |
+
"global_step": 2840,
|
| 1415 |
+
"optimizer_step": 355,
|
| 1416 |
+
"lr": 7.825076849127458e-06,
|
| 1417 |
+
"lm_loss": 0.014633269049227238,
|
| 1418 |
+
"order_loss": 0.470703125,
|
| 1419 |
+
"ret_loss": 0.0,
|
| 1420 |
+
"pretrain_loss": 0.0,
|
| 1421 |
+
"total_loss": 0.06175240874290466
|
| 1422 |
+
},
|
| 1423 |
+
{
|
| 1424 |
+
"global_step": 2860,
|
| 1425 |
+
"optimizer_step": 357,
|
| 1426 |
+
"lr": 7.571989645579419e-06,
|
| 1427 |
+
"lm_loss": 0.06855884194374084,
|
| 1428 |
+
"order_loss": 0.61328125,
|
| 1429 |
+
"ret_loss": 0.0,
|
| 1430 |
+
"pretrain_loss": 0.0,
|
| 1431 |
+
"total_loss": 0.12983813881874084
|
| 1432 |
+
},
|
| 1433 |
+
{
|
| 1434 |
+
"global_step": 2880,
|
| 1435 |
+
"optimizer_step": 360,
|
| 1436 |
+
"lr": 7.198801765896115e-06,
|
| 1437 |
+
"lm_loss": 0.0065830787643790245,
|
| 1438 |
+
"order_loss": 0.447265625,
|
| 1439 |
+
"ret_loss": 0.0,
|
| 1440 |
+
"pretrain_loss": 0.0,
|
| 1441 |
+
"total_loss": 0.0512608140707016
|
| 1442 |
+
},
|
| 1443 |
+
{
|
| 1444 |
+
"global_step": 2900,
|
| 1445 |
+
"optimizer_step": 362,
|
| 1446 |
+
"lr": 6.9543764955299265e-06,
|
| 1447 |
+
"lm_loss": 0.0036596201825886965,
|
| 1448 |
+
"order_loss": 0.625,
|
| 1449 |
+
"ret_loss": 0.0,
|
| 1450 |
+
"pretrain_loss": 0.0,
|
| 1451 |
+
"total_loss": 0.06615962088108063
|
| 1452 |
+
},
|
| 1453 |
+
{
|
| 1454 |
+
"global_step": 2920,
|
| 1455 |
+
"optimizer_step": 365,
|
| 1456 |
+
"lr": 6.594408756022272e-06,
|
| 1457 |
+
"lm_loss": 0.004297962877899408,
|
| 1458 |
+
"order_loss": 0.4921875,
|
| 1459 |
+
"ret_loss": 0.0,
|
| 1460 |
+
"pretrain_loss": 0.0,
|
| 1461 |
+
"total_loss": 0.05361437052488327
|
| 1462 |
+
},
|
| 1463 |
+
{
|
| 1464 |
+
"global_step": 2940,
|
| 1465 |
+
"optimizer_step": 367,
|
| 1466 |
+
"lr": 6.358945877920861e-06,
|
| 1467 |
+
"lm_loss": 0.07083775848150253,
|
| 1468 |
+
"order_loss": 0.453125,
|
| 1469 |
+
"ret_loss": 0.0,
|
| 1470 |
+
"pretrain_loss": 0.0,
|
| 1471 |
+
"total_loss": 0.11624791473150253
|
| 1472 |
+
},
|
| 1473 |
+
{
|
| 1474 |
+
"global_step": 2960,
|
| 1475 |
+
"optimizer_step": 370,
|
| 1476 |
+
"lr": 6.012640767930217e-06,
|
| 1477 |
+
"lm_loss": 0.131692573428154,
|
| 1478 |
+
"order_loss": 0.5546875,
|
| 1479 |
+
"ret_loss": 0.0,
|
| 1480 |
+
"pretrain_loss": 0.0,
|
| 1481 |
+
"total_loss": 0.187112495303154
|
| 1482 |
+
},
|
| 1483 |
+
{
|
| 1484 |
+
"global_step": 2980,
|
| 1485 |
+
"optimizer_step": 372,
|
| 1486 |
+
"lr": 5.7864297241808e-06,
|
| 1487 |
+
"lm_loss": 0.04111235588788986,
|
| 1488 |
+
"order_loss": 0.5703125,
|
| 1489 |
+
"ret_loss": 0.0,
|
| 1490 |
+
"pretrain_loss": 0.0,
|
| 1491 |
+
"total_loss": 0.09824126213788986
|
| 1492 |
+
},
|
| 1493 |
+
{
|
| 1494 |
+
"global_step": 3000,
|
| 1495 |
+
"optimizer_step": 375,
|
| 1496 |
+
"lr": 5.454212938299255e-06,
|
| 1497 |
+
"lm_loss": 0.049503061920404434,
|
| 1498 |
+
"order_loss": 0.46484375,
|
| 1499 |
+
"ret_loss": 0.0,
|
| 1500 |
+
"pretrain_loss": 0.0,
|
| 1501 |
+
"total_loss": 0.09588977694511414
|
| 1502 |
+
},
|
| 1503 |
+
{
|
| 1504 |
+
"global_step": 3020,
|
| 1505 |
+
"optimizer_step": 377,
|
| 1506 |
+
"lr": 5.237531798197415e-06,
|
| 1507 |
+
"lm_loss": 0.04941873997449875,
|
| 1508 |
+
"order_loss": 0.5078125,
|
| 1509 |
+
"ret_loss": 0.0,
|
| 1510 |
+
"pretrain_loss": 0.0,
|
| 1511 |
+
"total_loss": 0.10019998997449875
|
| 1512 |
+
},
|
| 1513 |
+
{
|
| 1514 |
+
"global_step": 3040,
|
| 1515 |
+
"optimizer_step": 380,
|
| 1516 |
+
"lr": 4.91981171298388e-06,
|
| 1517 |
+
"lm_loss": 0.029055695980787277,
|
| 1518 |
+
"order_loss": 0.58984375,
|
| 1519 |
+
"ret_loss": 0.0,
|
| 1520 |
+
"pretrain_loss": 0.0,
|
| 1521 |
+
"total_loss": 0.08813773095607758
|
| 1522 |
+
},
|
| 1523 |
+
{
|
| 1524 |
+
"global_step": 3060,
|
| 1525 |
+
"optimizer_step": 382,
|
| 1526 |
+
"lr": 4.712926831217685e-06,
|
| 1527 |
+
"lm_loss": 0.010062798857688904,
|
| 1528 |
+
"order_loss": 0.5,
|
| 1529 |
+
"ret_loss": 0.0,
|
| 1530 |
+
"pretrain_loss": 0.0,
|
| 1531 |
+
"total_loss": 0.060111626982688904
|
| 1532 |
+
},
|
| 1533 |
+
{
|
| 1534 |
+
"global_step": 3080,
|
| 1535 |
+
"optimizer_step": 385,
|
| 1536 |
+
"lr": 4.410094003202134e-06,
|
| 1537 |
+
"lm_loss": 0.008545028045773506,
|
| 1538 |
+
"order_loss": 0.6171875,
|
| 1539 |
+
"ret_loss": 0.0,
|
| 1540 |
+
"pretrain_loss": 0.0,
|
| 1541 |
+
"total_loss": 0.07031260430812836
|
| 1542 |
+
},
|
| 1543 |
+
{
|
| 1544 |
+
"global_step": 3100,
|
| 1545 |
+
"optimizer_step": 387,
|
| 1546 |
+
"lr": 4.213259692436367e-06,
|
| 1547 |
+
"lm_loss": 0.049596332013607025,
|
| 1548 |
+
"order_loss": 0.408203125,
|
| 1549 |
+
"ret_loss": 0.0,
|
| 1550 |
+
"pretrain_loss": 0.0,
|
| 1551 |
+
"total_loss": 0.09036781638860703
|
| 1552 |
+
},
|
| 1553 |
+
{
|
| 1554 |
+
"global_step": 3120,
|
| 1555 |
+
"optimizer_step": 390,
|
| 1556 |
+
"lr": 3.925686378029331e-06,
|
| 1557 |
+
"lm_loss": 0.0018298777285963297,
|
| 1558 |
+
"order_loss": 0.546875,
|
| 1559 |
+
"ret_loss": 0.0,
|
| 1560 |
+
"pretrain_loss": 0.0,
|
| 1561 |
+
"total_loss": 0.056517377495765686
|
| 1562 |
+
},
|
| 1563 |
+
{
|
| 1564 |
+
"global_step": 3140,
|
| 1565 |
+
"optimizer_step": 392,
|
| 1566 |
+
"lr": 3.739144596292382e-06,
|
| 1567 |
+
"lm_loss": 0.07320062071084976,
|
| 1568 |
+
"order_loss": 0.546875,
|
| 1569 |
+
"ret_loss": 0.0,
|
| 1570 |
+
"pretrain_loss": 0.0,
|
| 1571 |
+
"total_loss": 0.12788811326026917
|
| 1572 |
+
},
|
| 1573 |
+
{
|
| 1574 |
+
"global_step": 3160,
|
| 1575 |
+
"optimizer_step": 395,
|
| 1576 |
+
"lr": 3.4671842941897765e-06,
|
| 1577 |
+
"lm_loss": 0.052851058542728424,
|
| 1578 |
+
"order_loss": 0.5234375,
|
| 1579 |
+
"ret_loss": 0.0,
|
| 1580 |
+
"pretrain_loss": 0.0,
|
| 1581 |
+
"total_loss": 0.10509715229272842
|
| 1582 |
+
},
|
| 1583 |
+
{
|
| 1584 |
+
"global_step": 3180,
|
| 1585 |
+
"optimizer_step": 397,
|
| 1586 |
+
"lr": 3.2911643474473646e-06,
|
| 1587 |
+
"lm_loss": 0.12154130637645721,
|
| 1588 |
+
"order_loss": 0.49609375,
|
| 1589 |
+
"ret_loss": 0.0,
|
| 1590 |
+
"pretrain_loss": 0.0,
|
| 1591 |
+
"total_loss": 0.17110185325145721
|
| 1592 |
+
},
|
| 1593 |
+
{
|
| 1594 |
+
"global_step": 3200,
|
| 1595 |
+
"optimizer_step": 400,
|
| 1596 |
+
"lr": 3.035151364093214e-06,
|
| 1597 |
+
"lm_loss": 0.059747058898210526,
|
| 1598 |
+
"order_loss": 0.5703125,
|
| 1599 |
+
"ret_loss": 0.0,
|
| 1600 |
+
"pretrain_loss": 0.0,
|
| 1601 |
+
"total_loss": 0.11687596142292023
|
| 1602 |
+
},
|
| 1603 |
+
{
|
| 1604 |
+
"global_step": 3220,
|
| 1605 |
+
"optimizer_step": 402,
|
| 1606 |
+
"lr": 2.869869624374699e-06,
|
| 1607 |
+
"lm_loss": 0.00844650063663721,
|
| 1608 |
+
"order_loss": 0.5859375,
|
| 1609 |
+
"ret_loss": 0.0,
|
| 1610 |
+
"pretrain_loss": 0.0,
|
| 1611 |
+
"total_loss": 0.06704024970531464
|
| 1612 |
+
},
|
| 1613 |
+
{
|
| 1614 |
+
"global_step": 3240,
|
| 1615 |
+
"optimizer_step": 405,
|
| 1616 |
+
"lr": 2.6301186630158485e-06,
|
| 1617 |
+
"lm_loss": 0.02914162538945675,
|
| 1618 |
+
"order_loss": 0.54296875,
|
| 1619 |
+
"ret_loss": 0.0,
|
| 1620 |
+
"pretrain_loss": 0.0,
|
| 1621 |
+
"total_loss": 0.0833408460021019
|
| 1622 |
+
},
|
| 1623 |
+
{
|
| 1624 |
+
"global_step": 3260,
|
| 1625 |
+
"optimizer_step": 407,
|
| 1626 |
+
"lr": 2.475778302439524e-06,
|
| 1627 |
+
"lm_loss": 0.025974033400416374,
|
| 1628 |
+
"order_loss": 0.50390625,
|
| 1629 |
+
"ret_loss": 0.0,
|
| 1630 |
+
"pretrain_loss": 0.0,
|
| 1631 |
+
"total_loss": 0.07626700401306152
|
| 1632 |
+
},
|
| 1633 |
+
{
|
| 1634 |
+
"global_step": 3280,
|
| 1635 |
+
"optimizer_step": 410,
|
| 1636 |
+
"lr": 2.2525840762775863e-06,
|
| 1637 |
+
"lm_loss": 0.03528294339776039,
|
| 1638 |
+
"order_loss": 0.50390625,
|
| 1639 |
+
"ret_loss": 0.0,
|
| 1640 |
+
"pretrain_loss": 0.0,
|
| 1641 |
+
"total_loss": 0.08557590842247009
|
| 1642 |
+
},
|
| 1643 |
+
{
|
| 1644 |
+
"global_step": 3300,
|
| 1645 |
+
"optimizer_step": 412,
|
| 1646 |
+
"lr": 2.1093748173018848e-06,
|
| 1647 |
+
"lm_loss": 0.003756794612854719,
|
| 1648 |
+
"order_loss": 0.5078125,
|
| 1649 |
+
"ret_loss": 0.0,
|
| 1650 |
+
"pretrain_loss": 0.0,
|
| 1651 |
+
"total_loss": 0.054538045078516006
|
| 1652 |
+
},
|
| 1653 |
+
{
|
| 1654 |
+
"global_step": 3320,
|
| 1655 |
+
"optimizer_step": 415,
|
| 1656 |
+
"lr": 1.9030116872178316e-06,
|
| 1657 |
+
"lm_loss": 0.007166779134422541,
|
| 1658 |
+
"order_loss": 0.48828125,
|
| 1659 |
+
"ret_loss": 0.0,
|
| 1660 |
+
"pretrain_loss": 0.0,
|
| 1661 |
+
"total_loss": 0.0559949055314064
|
| 1662 |
+
},
|
| 1663 |
+
{
|
| 1664 |
+
"global_step": 3340,
|
| 1665 |
+
"optimizer_step": 417,
|
| 1666 |
+
"lr": 1.771109569425547e-06,
|
| 1667 |
+
"lm_loss": 0.0433979295194149,
|
| 1668 |
+
"order_loss": 0.46875,
|
| 1669 |
+
"ret_loss": 0.0,
|
| 1670 |
+
"pretrain_loss": 0.0,
|
| 1671 |
+
"total_loss": 0.0902729332447052
|
| 1672 |
+
},
|
| 1673 |
+
{
|
| 1674 |
+
"global_step": 3360,
|
| 1675 |
+
"optimizer_step": 420,
|
| 1676 |
+
"lr": 1.5818312067223672e-06,
|
| 1677 |
+
"lm_loss": 0.003806050168350339,
|
| 1678 |
+
"order_loss": 0.75,
|
| 1679 |
+
"ret_loss": 0.0,
|
| 1680 |
+
"pretrain_loss": 0.0,
|
| 1681 |
+
"total_loss": 0.07900135964155197
|
| 1682 |
+
},
|
| 1683 |
+
{
|
| 1684 |
+
"global_step": 3380,
|
| 1685 |
+
"optimizer_step": 422,
|
| 1686 |
+
"lr": 1.4613983704244826e-06,
|
| 1687 |
+
"lm_loss": 0.14920082688331604,
|
| 1688 |
+
"order_loss": 0.4453125,
|
| 1689 |
+
"ret_loss": 0.0,
|
| 1690 |
+
"pretrain_loss": 0.0,
|
| 1691 |
+
"total_loss": 0.19363442063331604
|
| 1692 |
+
},
|
| 1693 |
+
{
|
| 1694 |
+
"global_step": 3400,
|
| 1695 |
+
"optimizer_step": 425,
|
| 1696 |
+
"lr": 1.2894374450024338e-06,
|
| 1697 |
+
"lm_loss": 0.010462222620844841,
|
| 1698 |
+
"order_loss": 0.546875,
|
| 1699 |
+
"ret_loss": 0.0,
|
| 1700 |
+
"pretrain_loss": 0.0,
|
| 1701 |
+
"total_loss": 0.06514972448348999
|
| 1702 |
+
},
|
| 1703 |
+
{
|
| 1704 |
+
"global_step": 3420,
|
| 1705 |
+
"optimizer_step": 427,
|
| 1706 |
+
"lr": 1.180621931927592e-06,
|
| 1707 |
+
"lm_loss": 0.02724211849272251,
|
| 1708 |
+
"order_loss": 0.58984375,
|
| 1709 |
+
"ret_loss": 0.0,
|
| 1710 |
+
"pretrain_loss": 0.0,
|
| 1711 |
+
"total_loss": 0.08632414788007736
|
| 1712 |
+
},
|
| 1713 |
+
{
|
| 1714 |
+
"global_step": 3440,
|
| 1715 |
+
"optimizer_step": 430,
|
| 1716 |
+
"lr": 1.0261898262753812e-06,
|
| 1717 |
+
"lm_loss": 0.003060791874304414,
|
| 1718 |
+
"order_loss": 0.55859375,
|
| 1719 |
+
"ret_loss": 0.0,
|
| 1720 |
+
"pretrain_loss": 0.0,
|
| 1721 |
+
"total_loss": 0.05896899476647377
|
| 1722 |
+
},
|
| 1723 |
+
{
|
| 1724 |
+
"global_step": 3460,
|
| 1725 |
+
"optimizer_step": 432,
|
| 1726 |
+
"lr": 9.291253975900139e-07,
|
| 1727 |
+
"lm_loss": 0.014515581540763378,
|
| 1728 |
+
"order_loss": 0.6640625,
|
| 1729 |
+
"ret_loss": 0.0,
|
| 1730 |
+
"pretrain_loss": 0.0,
|
| 1731 |
+
"total_loss": 0.08092182874679565
|
| 1732 |
+
},
|
| 1733 |
+
{
|
| 1734 |
+
"global_step": 3480,
|
| 1735 |
+
"optimizer_step": 435,
|
| 1736 |
+
"lr": 7.924119469434665e-07,
|
| 1737 |
+
"lm_loss": 0.03128180280327797,
|
| 1738 |
+
"order_loss": 0.435546875,
|
| 1739 |
+
"ret_loss": 0.0,
|
| 1740 |
+
"pretrain_loss": 0.0,
|
| 1741 |
+
"total_loss": 0.07473883032798767
|
| 1742 |
+
},
|
| 1743 |
+
{
|
| 1744 |
+
"global_step": 3500,
|
| 1745 |
+
"optimizer_step": 437,
|
| 1746 |
+
"lr": 7.072179188262251e-07,
|
| 1747 |
+
"lm_loss": 0.0010709121124818921,
|
| 1748 |
+
"order_loss": 0.44921875,
|
| 1749 |
+
"ret_loss": 0.0,
|
| 1750 |
+
"pretrain_loss": 0.0,
|
| 1751 |
+
"total_loss": 0.045992787927389145
|
| 1752 |
+
},
|
| 1753 |
+
{
|
| 1754 |
+
"global_step": 3520,
|
| 1755 |
+
"optimizer_step": 440,
|
| 1756 |
+
"lr": 5.883911778138324e-07,
|
| 1757 |
+
"lm_loss": 0.0023224386386573315,
|
| 1758 |
+
"order_loss": 0.490234375,
|
| 1759 |
+
"ret_loss": 0.0,
|
| 1760 |
+
"pretrain_loss": 0.0,
|
| 1761 |
+
"total_loss": 0.05139470472931862
|
| 1762 |
+
},
|
| 1763 |
+
{
|
| 1764 |
+
"global_step": 3540,
|
| 1765 |
+
"optimizer_step": 442,
|
| 1766 |
+
"lr": 5.151722747865434e-07,
|
| 1767 |
+
"lm_loss": 0.02236347831785679,
|
| 1768 |
+
"order_loss": 0.515625,
|
| 1769 |
+
"ret_loss": 0.0,
|
| 1770 |
+
"pretrain_loss": 0.0,
|
| 1771 |
+
"total_loss": 0.07387714833021164
|
| 1772 |
+
},
|
| 1773 |
+
{
|
| 1774 |
+
"global_step": 3560,
|
| 1775 |
+
"optimizer_step": 445,
|
| 1776 |
+
"lr": 4.1437831084878974e-07,
|
| 1777 |
+
"lm_loss": 0.0008446742431260645,
|
| 1778 |
+
"order_loss": 0.58984375,
|
| 1779 |
+
"ret_loss": 0.0,
|
| 1780 |
+
"pretrain_loss": 0.0,
|
| 1781 |
+
"total_loss": 0.05992670729756355
|
| 1782 |
+
},
|
| 1783 |
+
{
|
| 1784 |
+
"global_step": 3580,
|
| 1785 |
+
"optimizer_step": 447,
|
| 1786 |
+
"lr": 3.5322453704410286e-07,
|
| 1787 |
+
"lm_loss": 0.5231305956840515,
|
| 1788 |
+
"order_loss": 0.416015625,
|
| 1789 |
+
"ret_loss": 0.0,
|
| 1790 |
+
"pretrain_loss": 0.0,
|
| 1791 |
+
"total_loss": 0.5646345019340515
|
| 1792 |
+
},
|
| 1793 |
+
{
|
| 1794 |
+
"global_step": 3600,
|
| 1795 |
+
"optimizer_step": 450,
|
| 1796 |
+
"lr": 2.705872508804747e-07,
|
| 1797 |
+
"lm_loss": 0.09747862815856934,
|
| 1798 |
+
"order_loss": 0.54296875,
|
| 1799 |
+
"ret_loss": 0.0,
|
| 1800 |
+
"pretrain_loss": 0.0,
|
| 1801 |
+
"total_loss": 0.15167784690856934
|
| 1802 |
+
},
|
| 1803 |
+
{
|
| 1804 |
+
"global_step": 3620,
|
| 1805 |
+
"optimizer_step": 452,
|
| 1806 |
+
"lr": 2.215737794045436e-07,
|
| 1807 |
+
"lm_loss": 0.19084632396697998,
|
| 1808 |
+
"order_loss": 0.5,
|
| 1809 |
+
"ret_loss": 0.0,
|
| 1810 |
+
"pretrain_loss": 0.0,
|
| 1811 |
+
"total_loss": 0.24089515209197998
|
| 1812 |
+
},
|
| 1813 |
+
{
|
| 1814 |
+
"global_step": 3640,
|
| 1815 |
+
"optimizer_step": 455,
|
| 1816 |
+
"lr": 1.571947526689349e-07,
|
| 1817 |
+
"lm_loss": 0.6706678867340088,
|
| 1818 |
+
"order_loss": 0.5,
|
| 1819 |
+
"ret_loss": 0.0,
|
| 1820 |
+
"pretrain_loss": 0.0,
|
| 1821 |
+
"total_loss": 0.7207167148590088
|
| 1822 |
+
},
|
| 1823 |
+
{
|
| 1824 |
+
"global_step": 3660,
|
| 1825 |
+
"optimizer_step": 457,
|
| 1826 |
+
"lr": 1.2038183319507955e-07,
|
| 1827 |
+
"lm_loss": 0.01648535393178463,
|
| 1828 |
+
"order_loss": 0.4375,
|
| 1829 |
+
"ret_loss": 0.0,
|
| 1830 |
+
"pretrain_loss": 0.0,
|
| 1831 |
+
"total_loss": 0.06018652766942978
|
| 1832 |
+
},
|
| 1833 |
+
{
|
| 1834 |
+
"global_step": 3680,
|
| 1835 |
+
"optimizer_step": 460,
|
| 1836 |
+
"lr": 7.434020362682704e-08,
|
| 1837 |
+
"lm_loss": 0.0070451307110488415,
|
| 1838 |
+
"order_loss": 0.53125,
|
| 1839 |
+
"ret_loss": 0.0,
|
| 1840 |
+
"pretrain_loss": 0.0,
|
| 1841 |
+
"total_loss": 0.06026778742671013
|
| 1842 |
+
},
|
| 1843 |
+
{
|
| 1844 |
+
"global_step": 3700,
|
| 1845 |
+
"optimizer_step": 462,
|
| 1846 |
+
"lr": 4.977308833379324e-08,
|
| 1847 |
+
"lm_loss": 0.006621375679969788,
|
| 1848 |
+
"order_loss": 0.5703125,
|
| 1849 |
+
"ret_loss": 0.0,
|
| 1850 |
+
"pretrain_loss": 0.0,
|
| 1851 |
+
"total_loss": 0.06375028192996979
|
| 1852 |
+
},
|
| 1853 |
+
{
|
| 1854 |
+
"global_step": 3720,
|
| 1855 |
+
"optimizer_step": 465,
|
| 1856 |
+
"lr": 2.2125452477828047e-08,
|
| 1857 |
+
"lm_loss": 0.004370500799268484,
|
| 1858 |
+
"order_loss": 0.4453125,
|
| 1859 |
+
"ret_loss": 0.0,
|
| 1860 |
+
"pretrain_loss": 0.0,
|
| 1861 |
+
"total_loss": 0.04880409315228462
|
| 1862 |
+
},
|
| 1863 |
+
{
|
| 1864 |
+
"global_step": 3740,
|
| 1865 |
+
"optimizer_step": 467,
|
| 1866 |
+
"lr": 9.834340423678368e-09,
|
| 1867 |
+
"lm_loss": 0.1581851691007614,
|
| 1868 |
+
"order_loss": 0.5078125,
|
| 1869 |
+
"ret_loss": 0.0,
|
| 1870 |
+
"pretrain_loss": 0.0,
|
| 1871 |
+
"total_loss": 0.2089664191007614
|
| 1872 |
+
}
|
| 1873 |
+
]
|
| 1874 |
+
}
|
cls_qwen_orderkd_last_l02/checkpoint-200/adapter_config.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": {
|
| 6 |
+
"base_model_class": "Qwen2ForCausalLM",
|
| 7 |
+
"parent_library": "transformers.models.qwen2.modeling_qwen2",
|
| 8 |
+
"unsloth_fixed": true
|
| 9 |
+
},
|
| 10 |
+
"base_model_name_or_path": "unsloth/Qwen2.5-1.5B-Instruct",
|
| 11 |
+
"bias": "none",
|
| 12 |
+
"corda_config": null,
|
| 13 |
+
"ensure_weight_tying": false,
|
| 14 |
+
"eva_config": null,
|
| 15 |
+
"exclude_modules": null,
|
| 16 |
+
"fan_in_fan_out": false,
|
| 17 |
+
"inference_mode": true,
|
| 18 |
+
"init_lora_weights": true,
|
| 19 |
+
"layer_replication": null,
|
| 20 |
+
"layers_pattern": null,
|
| 21 |
+
"layers_to_transform": null,
|
| 22 |
+
"loftq_config": {},
|
| 23 |
+
"lora_alpha": 32,
|
| 24 |
+
"lora_bias": false,
|
| 25 |
+
"lora_dropout": 0.0,
|
| 26 |
+
"lora_ga_config": null,
|
| 27 |
+
"megatron_config": null,
|
| 28 |
+
"megatron_core": "megatron.core",
|
| 29 |
+
"modules_to_save": null,
|
| 30 |
+
"peft_type": "LORA",
|
| 31 |
+
"peft_version": "0.19.1",
|
| 32 |
+
"qalora_group_size": 16,
|
| 33 |
+
"r": 16,
|
| 34 |
+
"rank_pattern": {},
|
| 35 |
+
"revision": null,
|
| 36 |
+
"target_modules": [
|
| 37 |
+
"down_proj",
|
| 38 |
+
"up_proj",
|
| 39 |
+
"v_proj",
|
| 40 |
+
"o_proj",
|
| 41 |
+
"gate_proj",
|
| 42 |
+
"k_proj",
|
| 43 |
+
"q_proj"
|
| 44 |
+
],
|
| 45 |
+
"target_parameters": null,
|
| 46 |
+
"task_type": "CAUSAL_LM",
|
| 47 |
+
"trainable_token_indices": null,
|
| 48 |
+
"use_bdlora": null,
|
| 49 |
+
"use_dora": false,
|
| 50 |
+
"use_qalora": false,
|
| 51 |
+
"use_rslora": false
|
| 52 |
+
}
|
cls_qwen_orderkd_last_l02/checkpoint-400/adapter_config.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": {
|
| 6 |
+
"base_model_class": "Qwen2ForCausalLM",
|
| 7 |
+
"parent_library": "transformers.models.qwen2.modeling_qwen2",
|
| 8 |
+
"unsloth_fixed": true
|
| 9 |
+
},
|
| 10 |
+
"base_model_name_or_path": "unsloth/Qwen2.5-1.5B-Instruct",
|
| 11 |
+
"bias": "none",
|
| 12 |
+
"corda_config": null,
|
| 13 |
+
"ensure_weight_tying": false,
|
| 14 |
+
"eva_config": null,
|
| 15 |
+
"exclude_modules": null,
|
| 16 |
+
"fan_in_fan_out": false,
|
| 17 |
+
"inference_mode": true,
|
| 18 |
+
"init_lora_weights": true,
|
| 19 |
+
"layer_replication": null,
|
| 20 |
+
"layers_pattern": null,
|
| 21 |
+
"layers_to_transform": null,
|
| 22 |
+
"loftq_config": {},
|
| 23 |
+
"lora_alpha": 32,
|
| 24 |
+
"lora_bias": false,
|
| 25 |
+
"lora_dropout": 0.0,
|
| 26 |
+
"lora_ga_config": null,
|
| 27 |
+
"megatron_config": null,
|
| 28 |
+
"megatron_core": "megatron.core",
|
| 29 |
+
"modules_to_save": null,
|
| 30 |
+
"peft_type": "LORA",
|
| 31 |
+
"peft_version": "0.19.1",
|
| 32 |
+
"qalora_group_size": 16,
|
| 33 |
+
"r": 16,
|
| 34 |
+
"rank_pattern": {},
|
| 35 |
+
"revision": null,
|
| 36 |
+
"target_modules": [
|
| 37 |
+
"down_proj",
|
| 38 |
+
"up_proj",
|
| 39 |
+
"v_proj",
|
| 40 |
+
"o_proj",
|
| 41 |
+
"gate_proj",
|
| 42 |
+
"k_proj",
|
| 43 |
+
"q_proj"
|
| 44 |
+
],
|
| 45 |
+
"target_parameters": null,
|
| 46 |
+
"task_type": "CAUSAL_LM",
|
| 47 |
+
"trainable_token_indices": null,
|
| 48 |
+
"use_bdlora": null,
|
| 49 |
+
"use_dora": false,
|
| 50 |
+
"use_qalora": false,
|
| 51 |
+
"use_rslora": false
|
| 52 |
+
}
|
cls_qwen_orderkd_last_l02/checkpoint-400/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 %}
|
cls_qwen_orderkd_mid_l01/README.md
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: unsloth/Qwen2.5-1.5B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:unsloth/Qwen2.5-1.5B-Instruct
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
- unsloth
|
| 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.19.1
|
cls_qwen_orderkd_mid_l01/adapter_config.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": {
|
| 6 |
+
"base_model_class": "Qwen2ForCausalLM",
|
| 7 |
+
"parent_library": "transformers.models.qwen2.modeling_qwen2",
|
| 8 |
+
"unsloth_fixed": true
|
| 9 |
+
},
|
| 10 |
+
"base_model_name_or_path": "unsloth/Qwen2.5-1.5B-Instruct",
|
| 11 |
+
"bias": "none",
|
| 12 |
+
"corda_config": null,
|
| 13 |
+
"ensure_weight_tying": false,
|
| 14 |
+
"eva_config": null,
|
| 15 |
+
"exclude_modules": null,
|
| 16 |
+
"fan_in_fan_out": false,
|
| 17 |
+
"inference_mode": true,
|
| 18 |
+
"init_lora_weights": true,
|
| 19 |
+
"layer_replication": null,
|
| 20 |
+
"layers_pattern": null,
|
| 21 |
+
"layers_to_transform": null,
|
| 22 |
+
"loftq_config": {},
|
| 23 |
+
"lora_alpha": 32,
|
| 24 |
+
"lora_bias": false,
|
| 25 |
+
"lora_dropout": 0.0,
|
| 26 |
+
"lora_ga_config": null,
|
| 27 |
+
"megatron_config": null,
|
| 28 |
+
"megatron_core": "megatron.core",
|
| 29 |
+
"modules_to_save": null,
|
| 30 |
+
"peft_type": "LORA",
|
| 31 |
+
"peft_version": "0.19.1",
|
| 32 |
+
"qalora_group_size": 16,
|
| 33 |
+
"r": 16,
|
| 34 |
+
"rank_pattern": {},
|
| 35 |
+
"revision": null,
|
| 36 |
+
"target_modules": [
|
| 37 |
+
"down_proj",
|
| 38 |
+
"v_proj",
|
| 39 |
+
"q_proj",
|
| 40 |
+
"up_proj",
|
| 41 |
+
"k_proj",
|
| 42 |
+
"o_proj",
|
| 43 |
+
"gate_proj"
|
| 44 |
+
],
|
| 45 |
+
"target_parameters": null,
|
| 46 |
+
"task_type": "CAUSAL_LM",
|
| 47 |
+
"trainable_token_indices": null,
|
| 48 |
+
"use_bdlora": null,
|
| 49 |
+
"use_dora": false,
|
| 50 |
+
"use_qalora": false,
|
| 51 |
+
"use_rslora": false
|
| 52 |
+
}
|
cls_qwen_orderkd_mid_l01/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 %}
|
cls_qwen_orderkd_mid_l01/checkpoint-200/README.md
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: unsloth/Qwen2.5-1.5B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:unsloth/Qwen2.5-1.5B-Instruct
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
- unsloth
|
| 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.19.1
|
cls_qwen_orderkd_mid_l01/checkpoint-200/adapter_config.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": {
|
| 6 |
+
"base_model_class": "Qwen2ForCausalLM",
|
| 7 |
+
"parent_library": "transformers.models.qwen2.modeling_qwen2",
|
| 8 |
+
"unsloth_fixed": true
|
| 9 |
+
},
|
| 10 |
+
"base_model_name_or_path": "unsloth/Qwen2.5-1.5B-Instruct",
|
| 11 |
+
"bias": "none",
|
| 12 |
+
"corda_config": null,
|
| 13 |
+
"ensure_weight_tying": false,
|
| 14 |
+
"eva_config": null,
|
| 15 |
+
"exclude_modules": null,
|
| 16 |
+
"fan_in_fan_out": false,
|
| 17 |
+
"inference_mode": true,
|
| 18 |
+
"init_lora_weights": true,
|
| 19 |
+
"layer_replication": null,
|
| 20 |
+
"layers_pattern": null,
|
| 21 |
+
"layers_to_transform": null,
|
| 22 |
+
"loftq_config": {},
|
| 23 |
+
"lora_alpha": 32,
|
| 24 |
+
"lora_bias": false,
|
| 25 |
+
"lora_dropout": 0.0,
|
| 26 |
+
"lora_ga_config": null,
|
| 27 |
+
"megatron_config": null,
|
| 28 |
+
"megatron_core": "megatron.core",
|
| 29 |
+
"modules_to_save": null,
|
| 30 |
+
"peft_type": "LORA",
|
| 31 |
+
"peft_version": "0.19.1",
|
| 32 |
+
"qalora_group_size": 16,
|
| 33 |
+
"r": 16,
|
| 34 |
+
"rank_pattern": {},
|
| 35 |
+
"revision": null,
|
| 36 |
+
"target_modules": [
|
| 37 |
+
"down_proj",
|
| 38 |
+
"v_proj",
|
| 39 |
+
"q_proj",
|
| 40 |
+
"up_proj",
|
| 41 |
+
"k_proj",
|
| 42 |
+
"o_proj",
|
| 43 |
+
"gate_proj"
|
| 44 |
+
],
|
| 45 |
+
"target_parameters": null,
|
| 46 |
+
"task_type": "CAUSAL_LM",
|
| 47 |
+
"trainable_token_indices": null,
|
| 48 |
+
"use_bdlora": null,
|
| 49 |
+
"use_dora": false,
|
| 50 |
+
"use_qalora": false,
|
| 51 |
+
"use_rslora": false
|
| 52 |
+
}
|
cls_qwen_orderkd_mid_l01/checkpoint-200/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 %}
|
cls_qwen_orderkd_mid_l01/checkpoint-200/tokenizer_config.json
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"backend": "tokenizers",
|
| 4 |
+
"bos_token": null,
|
| 5 |
+
"clean_up_tokenization_spaces": false,
|
| 6 |
+
"eos_token": "<|im_end|>",
|
| 7 |
+
"errors": "replace",
|
| 8 |
+
"is_local": false,
|
| 9 |
+
"local_files_only": false,
|
| 10 |
+
"model_max_length": 32768,
|
| 11 |
+
"pad_token": "<|PAD_TOKEN|>",
|
| 12 |
+
"padding_side": "right",
|
| 13 |
+
"split_special_tokens": false,
|
| 14 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 15 |
+
"unk_token": null,
|
| 16 |
+
"added_tokens_decoder": {
|
| 17 |
+
"151643": {
|
| 18 |
+
"content": "<|endoftext|>",
|
| 19 |
+
"single_word": false,
|
| 20 |
+
"lstrip": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"special": true
|
| 24 |
+
},
|
| 25 |
+
"151644": {
|
| 26 |
+
"content": "<|im_start|>",
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"lstrip": false,
|
| 29 |
+
"rstrip": false,
|
| 30 |
+
"normalized": false,
|
| 31 |
+
"special": true
|
| 32 |
+
},
|
| 33 |
+
"151645": {
|
| 34 |
+
"content": "<|im_end|>",
|
| 35 |
+
"single_word": false,
|
| 36 |
+
"lstrip": false,
|
| 37 |
+
"rstrip": false,
|
| 38 |
+
"normalized": false,
|
| 39 |
+
"special": true
|
| 40 |
+
},
|
| 41 |
+
"151646": {
|
| 42 |
+
"content": "<|object_ref_start|>",
|
| 43 |
+
"single_word": false,
|
| 44 |
+
"lstrip": false,
|
| 45 |
+
"rstrip": false,
|
| 46 |
+
"normalized": false,
|
| 47 |
+
"special": true
|
| 48 |
+
},
|
| 49 |
+
"151647": {
|
| 50 |
+
"content": "<|object_ref_end|>",
|
| 51 |
+
"single_word": false,
|
| 52 |
+
"lstrip": false,
|
| 53 |
+
"rstrip": false,
|
| 54 |
+
"normalized": false,
|
| 55 |
+
"special": true
|
| 56 |
+
},
|
| 57 |
+
"151648": {
|
| 58 |
+
"content": "<|box_start|>",
|
| 59 |
+
"single_word": false,
|
| 60 |
+
"lstrip": false,
|
| 61 |
+
"rstrip": false,
|
| 62 |
+
"normalized": false,
|
| 63 |
+
"special": true
|
| 64 |
+
},
|
| 65 |
+
"151649": {
|
| 66 |
+
"content": "<|box_end|>",
|
| 67 |
+
"single_word": false,
|
| 68 |
+
"lstrip": false,
|
| 69 |
+
"rstrip": false,
|
| 70 |
+
"normalized": false,
|
| 71 |
+
"special": true
|
| 72 |
+
},
|
| 73 |
+
"151650": {
|
| 74 |
+
"content": "<|quad_start|>",
|
| 75 |
+
"single_word": false,
|
| 76 |
+
"lstrip": false,
|
| 77 |
+
"rstrip": false,
|
| 78 |
+
"normalized": false,
|
| 79 |
+
"special": true
|
| 80 |
+
},
|
| 81 |
+
"151651": {
|
| 82 |
+
"content": "<|quad_end|>",
|
| 83 |
+
"single_word": false,
|
| 84 |
+
"lstrip": false,
|
| 85 |
+
"rstrip": false,
|
| 86 |
+
"normalized": false,
|
| 87 |
+
"special": true
|
| 88 |
+
},
|
| 89 |
+
"151652": {
|
| 90 |
+
"content": "<|vision_start|>",
|
| 91 |
+
"single_word": false,
|
| 92 |
+
"lstrip": false,
|
| 93 |
+
"rstrip": false,
|
| 94 |
+
"normalized": false,
|
| 95 |
+
"special": true
|
| 96 |
+
},
|
| 97 |
+
"151653": {
|
| 98 |
+
"content": "<|vision_end|>",
|
| 99 |
+
"single_word": false,
|
| 100 |
+
"lstrip": false,
|
| 101 |
+
"rstrip": false,
|
| 102 |
+
"normalized": false,
|
| 103 |
+
"special": true
|
| 104 |
+
},
|
| 105 |
+
"151654": {
|
| 106 |
+
"content": "<|vision_pad|>",
|
| 107 |
+
"single_word": false,
|
| 108 |
+
"lstrip": false,
|
| 109 |
+
"rstrip": false,
|
| 110 |
+
"normalized": false,
|
| 111 |
+
"special": true
|
| 112 |
+
},
|
| 113 |
+
"151655": {
|
| 114 |
+
"content": "<|image_pad|>",
|
| 115 |
+
"single_word": false,
|
| 116 |
+
"lstrip": false,
|
| 117 |
+
"rstrip": false,
|
| 118 |
+
"normalized": false,
|
| 119 |
+
"special": true
|
| 120 |
+
},
|
| 121 |
+
"151656": {
|
| 122 |
+
"content": "<|video_pad|>",
|
| 123 |
+
"single_word": false,
|
| 124 |
+
"lstrip": false,
|
| 125 |
+
"rstrip": false,
|
| 126 |
+
"normalized": false,
|
| 127 |
+
"special": true
|
| 128 |
+
},
|
| 129 |
+
"151657": {
|
| 130 |
+
"content": "<tool_call>",
|
| 131 |
+
"single_word": false,
|
| 132 |
+
"lstrip": false,
|
| 133 |
+
"rstrip": false,
|
| 134 |
+
"normalized": false,
|
| 135 |
+
"special": false
|
| 136 |
+
},
|
| 137 |
+
"151658": {
|
| 138 |
+
"content": "</tool_call>",
|
| 139 |
+
"single_word": false,
|
| 140 |
+
"lstrip": false,
|
| 141 |
+
"rstrip": false,
|
| 142 |
+
"normalized": false,
|
| 143 |
+
"special": false
|
| 144 |
+
},
|
| 145 |
+
"151659": {
|
| 146 |
+
"content": "<|fim_prefix|>",
|
| 147 |
+
"single_word": false,
|
| 148 |
+
"lstrip": false,
|
| 149 |
+
"rstrip": false,
|
| 150 |
+
"normalized": false,
|
| 151 |
+
"special": false
|
| 152 |
+
},
|
| 153 |
+
"151660": {
|
| 154 |
+
"content": "<|fim_middle|>",
|
| 155 |
+
"single_word": false,
|
| 156 |
+
"lstrip": false,
|
| 157 |
+
"rstrip": false,
|
| 158 |
+
"normalized": false,
|
| 159 |
+
"special": false
|
| 160 |
+
},
|
| 161 |
+
"151661": {
|
| 162 |
+
"content": "<|fim_suffix|>",
|
| 163 |
+
"single_word": false,
|
| 164 |
+
"lstrip": false,
|
| 165 |
+
"rstrip": false,
|
| 166 |
+
"normalized": false,
|
| 167 |
+
"special": false
|
| 168 |
+
},
|
| 169 |
+
"151662": {
|
| 170 |
+
"content": "<|fim_pad|>",
|
| 171 |
+
"single_word": false,
|
| 172 |
+
"lstrip": false,
|
| 173 |
+
"rstrip": false,
|
| 174 |
+
"normalized": false,
|
| 175 |
+
"special": false
|
| 176 |
+
},
|
| 177 |
+
"151663": {
|
| 178 |
+
"content": "<|repo_name|>",
|
| 179 |
+
"single_word": false,
|
| 180 |
+
"lstrip": false,
|
| 181 |
+
"rstrip": false,
|
| 182 |
+
"normalized": false,
|
| 183 |
+
"special": false
|
| 184 |
+
},
|
| 185 |
+
"151664": {
|
| 186 |
+
"content": "<|file_sep|>",
|
| 187 |
+
"single_word": false,
|
| 188 |
+
"lstrip": false,
|
| 189 |
+
"rstrip": false,
|
| 190 |
+
"normalized": false,
|
| 191 |
+
"special": false
|
| 192 |
+
},
|
| 193 |
+
"151665": {
|
| 194 |
+
"content": "<|PAD_TOKEN|>",
|
| 195 |
+
"single_word": false,
|
| 196 |
+
"lstrip": false,
|
| 197 |
+
"rstrip": false,
|
| 198 |
+
"normalized": false,
|
| 199 |
+
"special": true
|
| 200 |
+
}
|
| 201 |
+
}
|
| 202 |
+
}
|
cls_qwen_orderkd_mid_l01/checkpoint-400/README.md
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: unsloth/Qwen2.5-1.5B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:unsloth/Qwen2.5-1.5B-Instruct
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
- unsloth
|
| 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.19.1
|
cls_qwen_orderkd_mid_l01/checkpoint-400/adapter_config.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": {
|
| 6 |
+
"base_model_class": "Qwen2ForCausalLM",
|
| 7 |
+
"parent_library": "transformers.models.qwen2.modeling_qwen2",
|
| 8 |
+
"unsloth_fixed": true
|
| 9 |
+
},
|
| 10 |
+
"base_model_name_or_path": "unsloth/Qwen2.5-1.5B-Instruct",
|
| 11 |
+
"bias": "none",
|
| 12 |
+
"corda_config": null,
|
| 13 |
+
"ensure_weight_tying": false,
|
| 14 |
+
"eva_config": null,
|
| 15 |
+
"exclude_modules": null,
|
| 16 |
+
"fan_in_fan_out": false,
|
| 17 |
+
"inference_mode": true,
|
| 18 |
+
"init_lora_weights": true,
|
| 19 |
+
"layer_replication": null,
|
| 20 |
+
"layers_pattern": null,
|
| 21 |
+
"layers_to_transform": null,
|
| 22 |
+
"loftq_config": {},
|
| 23 |
+
"lora_alpha": 32,
|
| 24 |
+
"lora_bias": false,
|
| 25 |
+
"lora_dropout": 0.0,
|
| 26 |
+
"lora_ga_config": null,
|
| 27 |
+
"megatron_config": null,
|
| 28 |
+
"megatron_core": "megatron.core",
|
| 29 |
+
"modules_to_save": null,
|
| 30 |
+
"peft_type": "LORA",
|
| 31 |
+
"peft_version": "0.19.1",
|
| 32 |
+
"qalora_group_size": 16,
|
| 33 |
+
"r": 16,
|
| 34 |
+
"rank_pattern": {},
|
| 35 |
+
"revision": null,
|
| 36 |
+
"target_modules": [
|
| 37 |
+
"down_proj",
|
| 38 |
+
"v_proj",
|
| 39 |
+
"q_proj",
|
| 40 |
+
"up_proj",
|
| 41 |
+
"k_proj",
|
| 42 |
+
"o_proj",
|
| 43 |
+
"gate_proj"
|
| 44 |
+
],
|
| 45 |
+
"target_parameters": null,
|
| 46 |
+
"task_type": "CAUSAL_LM",
|
| 47 |
+
"trainable_token_indices": null,
|
| 48 |
+
"use_bdlora": null,
|
| 49 |
+
"use_dora": false,
|
| 50 |
+
"use_qalora": false,
|
| 51 |
+
"use_rslora": false
|
| 52 |
+
}
|
cls_qwen_orderkd_mid_l01/checkpoint-400/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 %}
|
cls_qwen_orderkd_mid_l01/checkpoint-400/tokenizer_config.json
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"backend": "tokenizers",
|
| 4 |
+
"bos_token": null,
|
| 5 |
+
"clean_up_tokenization_spaces": false,
|
| 6 |
+
"eos_token": "<|im_end|>",
|
| 7 |
+
"errors": "replace",
|
| 8 |
+
"is_local": false,
|
| 9 |
+
"local_files_only": false,
|
| 10 |
+
"model_max_length": 32768,
|
| 11 |
+
"pad_token": "<|PAD_TOKEN|>",
|
| 12 |
+
"padding_side": "right",
|
| 13 |
+
"split_special_tokens": false,
|
| 14 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 15 |
+
"unk_token": null,
|
| 16 |
+
"added_tokens_decoder": {
|
| 17 |
+
"151643": {
|
| 18 |
+
"content": "<|endoftext|>",
|
| 19 |
+
"single_word": false,
|
| 20 |
+
"lstrip": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"special": true
|
| 24 |
+
},
|
| 25 |
+
"151644": {
|
| 26 |
+
"content": "<|im_start|>",
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"lstrip": false,
|
| 29 |
+
"rstrip": false,
|
| 30 |
+
"normalized": false,
|
| 31 |
+
"special": true
|
| 32 |
+
},
|
| 33 |
+
"151645": {
|
| 34 |
+
"content": "<|im_end|>",
|
| 35 |
+
"single_word": false,
|
| 36 |
+
"lstrip": false,
|
| 37 |
+
"rstrip": false,
|
| 38 |
+
"normalized": false,
|
| 39 |
+
"special": true
|
| 40 |
+
},
|
| 41 |
+
"151646": {
|
| 42 |
+
"content": "<|object_ref_start|>",
|
| 43 |
+
"single_word": false,
|
| 44 |
+
"lstrip": false,
|
| 45 |
+
"rstrip": false,
|
| 46 |
+
"normalized": false,
|
| 47 |
+
"special": true
|
| 48 |
+
},
|
| 49 |
+
"151647": {
|
| 50 |
+
"content": "<|object_ref_end|>",
|
| 51 |
+
"single_word": false,
|
| 52 |
+
"lstrip": false,
|
| 53 |
+
"rstrip": false,
|
| 54 |
+
"normalized": false,
|
| 55 |
+
"special": true
|
| 56 |
+
},
|
| 57 |
+
"151648": {
|
| 58 |
+
"content": "<|box_start|>",
|
| 59 |
+
"single_word": false,
|
| 60 |
+
"lstrip": false,
|
| 61 |
+
"rstrip": false,
|
| 62 |
+
"normalized": false,
|
| 63 |
+
"special": true
|
| 64 |
+
},
|
| 65 |
+
"151649": {
|
| 66 |
+
"content": "<|box_end|>",
|
| 67 |
+
"single_word": false,
|
| 68 |
+
"lstrip": false,
|
| 69 |
+
"rstrip": false,
|
| 70 |
+
"normalized": false,
|
| 71 |
+
"special": true
|
| 72 |
+
},
|
| 73 |
+
"151650": {
|
| 74 |
+
"content": "<|quad_start|>",
|
| 75 |
+
"single_word": false,
|
| 76 |
+
"lstrip": false,
|
| 77 |
+
"rstrip": false,
|
| 78 |
+
"normalized": false,
|
| 79 |
+
"special": true
|
| 80 |
+
},
|
| 81 |
+
"151651": {
|
| 82 |
+
"content": "<|quad_end|>",
|
| 83 |
+
"single_word": false,
|
| 84 |
+
"lstrip": false,
|
| 85 |
+
"rstrip": false,
|
| 86 |
+
"normalized": false,
|
| 87 |
+
"special": true
|
| 88 |
+
},
|
| 89 |
+
"151652": {
|
| 90 |
+
"content": "<|vision_start|>",
|
| 91 |
+
"single_word": false,
|
| 92 |
+
"lstrip": false,
|
| 93 |
+
"rstrip": false,
|
| 94 |
+
"normalized": false,
|
| 95 |
+
"special": true
|
| 96 |
+
},
|
| 97 |
+
"151653": {
|
| 98 |
+
"content": "<|vision_end|>",
|
| 99 |
+
"single_word": false,
|
| 100 |
+
"lstrip": false,
|
| 101 |
+
"rstrip": false,
|
| 102 |
+
"normalized": false,
|
| 103 |
+
"special": true
|
| 104 |
+
},
|
| 105 |
+
"151654": {
|
| 106 |
+
"content": "<|vision_pad|>",
|
| 107 |
+
"single_word": false,
|
| 108 |
+
"lstrip": false,
|
| 109 |
+
"rstrip": false,
|
| 110 |
+
"normalized": false,
|
| 111 |
+
"special": true
|
| 112 |
+
},
|
| 113 |
+
"151655": {
|
| 114 |
+
"content": "<|image_pad|>",
|
| 115 |
+
"single_word": false,
|
| 116 |
+
"lstrip": false,
|
| 117 |
+
"rstrip": false,
|
| 118 |
+
"normalized": false,
|
| 119 |
+
"special": true
|
| 120 |
+
},
|
| 121 |
+
"151656": {
|
| 122 |
+
"content": "<|video_pad|>",
|
| 123 |
+
"single_word": false,
|
| 124 |
+
"lstrip": false,
|
| 125 |
+
"rstrip": false,
|
| 126 |
+
"normalized": false,
|
| 127 |
+
"special": true
|
| 128 |
+
},
|
| 129 |
+
"151657": {
|
| 130 |
+
"content": "<tool_call>",
|
| 131 |
+
"single_word": false,
|
| 132 |
+
"lstrip": false,
|
| 133 |
+
"rstrip": false,
|
| 134 |
+
"normalized": false,
|
| 135 |
+
"special": false
|
| 136 |
+
},
|
| 137 |
+
"151658": {
|
| 138 |
+
"content": "</tool_call>",
|
| 139 |
+
"single_word": false,
|
| 140 |
+
"lstrip": false,
|
| 141 |
+
"rstrip": false,
|
| 142 |
+
"normalized": false,
|
| 143 |
+
"special": false
|
| 144 |
+
},
|
| 145 |
+
"151659": {
|
| 146 |
+
"content": "<|fim_prefix|>",
|
| 147 |
+
"single_word": false,
|
| 148 |
+
"lstrip": false,
|
| 149 |
+
"rstrip": false,
|
| 150 |
+
"normalized": false,
|
| 151 |
+
"special": false
|
| 152 |
+
},
|
| 153 |
+
"151660": {
|
| 154 |
+
"content": "<|fim_middle|>",
|
| 155 |
+
"single_word": false,
|
| 156 |
+
"lstrip": false,
|
| 157 |
+
"rstrip": false,
|
| 158 |
+
"normalized": false,
|
| 159 |
+
"special": false
|
| 160 |
+
},
|
| 161 |
+
"151661": {
|
| 162 |
+
"content": "<|fim_suffix|>",
|
| 163 |
+
"single_word": false,
|
| 164 |
+
"lstrip": false,
|
| 165 |
+
"rstrip": false,
|
| 166 |
+
"normalized": false,
|
| 167 |
+
"special": false
|
| 168 |
+
},
|
| 169 |
+
"151662": {
|
| 170 |
+
"content": "<|fim_pad|>",
|
| 171 |
+
"single_word": false,
|
| 172 |
+
"lstrip": false,
|
| 173 |
+
"rstrip": false,
|
| 174 |
+
"normalized": false,
|
| 175 |
+
"special": false
|
| 176 |
+
},
|
| 177 |
+
"151663": {
|
| 178 |
+
"content": "<|repo_name|>",
|
| 179 |
+
"single_word": false,
|
| 180 |
+
"lstrip": false,
|
| 181 |
+
"rstrip": false,
|
| 182 |
+
"normalized": false,
|
| 183 |
+
"special": false
|
| 184 |
+
},
|
| 185 |
+
"151664": {
|
| 186 |
+
"content": "<|file_sep|>",
|
| 187 |
+
"single_word": false,
|
| 188 |
+
"lstrip": false,
|
| 189 |
+
"rstrip": false,
|
| 190 |
+
"normalized": false,
|
| 191 |
+
"special": false
|
| 192 |
+
},
|
| 193 |
+
"151665": {
|
| 194 |
+
"content": "<|PAD_TOKEN|>",
|
| 195 |
+
"single_word": false,
|
| 196 |
+
"lstrip": false,
|
| 197 |
+
"rstrip": false,
|
| 198 |
+
"normalized": false,
|
| 199 |
+
"special": true
|
| 200 |
+
}
|
| 201 |
+
}
|
| 202 |
+
}
|
cls_qwen_orderkd_mid_l01/tokenizer_config.json
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"backend": "tokenizers",
|
| 4 |
+
"bos_token": null,
|
| 5 |
+
"clean_up_tokenization_spaces": false,
|
| 6 |
+
"eos_token": "<|im_end|>",
|
| 7 |
+
"errors": "replace",
|
| 8 |
+
"is_local": false,
|
| 9 |
+
"local_files_only": false,
|
| 10 |
+
"model_max_length": 32768,
|
| 11 |
+
"pad_token": "<|PAD_TOKEN|>",
|
| 12 |
+
"padding_side": "right",
|
| 13 |
+
"split_special_tokens": false,
|
| 14 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 15 |
+
"unk_token": null,
|
| 16 |
+
"added_tokens_decoder": {
|
| 17 |
+
"151643": {
|
| 18 |
+
"content": "<|endoftext|>",
|
| 19 |
+
"single_word": false,
|
| 20 |
+
"lstrip": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"special": true
|
| 24 |
+
},
|
| 25 |
+
"151644": {
|
| 26 |
+
"content": "<|im_start|>",
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"lstrip": false,
|
| 29 |
+
"rstrip": false,
|
| 30 |
+
"normalized": false,
|
| 31 |
+
"special": true
|
| 32 |
+
},
|
| 33 |
+
"151645": {
|
| 34 |
+
"content": "<|im_end|>",
|
| 35 |
+
"single_word": false,
|
| 36 |
+
"lstrip": false,
|
| 37 |
+
"rstrip": false,
|
| 38 |
+
"normalized": false,
|
| 39 |
+
"special": true
|
| 40 |
+
},
|
| 41 |
+
"151646": {
|
| 42 |
+
"content": "<|object_ref_start|>",
|
| 43 |
+
"single_word": false,
|
| 44 |
+
"lstrip": false,
|
| 45 |
+
"rstrip": false,
|
| 46 |
+
"normalized": false,
|
| 47 |
+
"special": true
|
| 48 |
+
},
|
| 49 |
+
"151647": {
|
| 50 |
+
"content": "<|object_ref_end|>",
|
| 51 |
+
"single_word": false,
|
| 52 |
+
"lstrip": false,
|
| 53 |
+
"rstrip": false,
|
| 54 |
+
"normalized": false,
|
| 55 |
+
"special": true
|
| 56 |
+
},
|
| 57 |
+
"151648": {
|
| 58 |
+
"content": "<|box_start|>",
|
| 59 |
+
"single_word": false,
|
| 60 |
+
"lstrip": false,
|
| 61 |
+
"rstrip": false,
|
| 62 |
+
"normalized": false,
|
| 63 |
+
"special": true
|
| 64 |
+
},
|
| 65 |
+
"151649": {
|
| 66 |
+
"content": "<|box_end|>",
|
| 67 |
+
"single_word": false,
|
| 68 |
+
"lstrip": false,
|
| 69 |
+
"rstrip": false,
|
| 70 |
+
"normalized": false,
|
| 71 |
+
"special": true
|
| 72 |
+
},
|
| 73 |
+
"151650": {
|
| 74 |
+
"content": "<|quad_start|>",
|
| 75 |
+
"single_word": false,
|
| 76 |
+
"lstrip": false,
|
| 77 |
+
"rstrip": false,
|
| 78 |
+
"normalized": false,
|
| 79 |
+
"special": true
|
| 80 |
+
},
|
| 81 |
+
"151651": {
|
| 82 |
+
"content": "<|quad_end|>",
|
| 83 |
+
"single_word": false,
|
| 84 |
+
"lstrip": false,
|
| 85 |
+
"rstrip": false,
|
| 86 |
+
"normalized": false,
|
| 87 |
+
"special": true
|
| 88 |
+
},
|
| 89 |
+
"151652": {
|
| 90 |
+
"content": "<|vision_start|>",
|
| 91 |
+
"single_word": false,
|
| 92 |
+
"lstrip": false,
|
| 93 |
+
"rstrip": false,
|
| 94 |
+
"normalized": false,
|
| 95 |
+
"special": true
|
| 96 |
+
},
|
| 97 |
+
"151653": {
|
| 98 |
+
"content": "<|vision_end|>",
|
| 99 |
+
"single_word": false,
|
| 100 |
+
"lstrip": false,
|
| 101 |
+
"rstrip": false,
|
| 102 |
+
"normalized": false,
|
| 103 |
+
"special": true
|
| 104 |
+
},
|
| 105 |
+
"151654": {
|
| 106 |
+
"content": "<|vision_pad|>",
|
| 107 |
+
"single_word": false,
|
| 108 |
+
"lstrip": false,
|
| 109 |
+
"rstrip": false,
|
| 110 |
+
"normalized": false,
|
| 111 |
+
"special": true
|
| 112 |
+
},
|
| 113 |
+
"151655": {
|
| 114 |
+
"content": "<|image_pad|>",
|
| 115 |
+
"single_word": false,
|
| 116 |
+
"lstrip": false,
|
| 117 |
+
"rstrip": false,
|
| 118 |
+
"normalized": false,
|
| 119 |
+
"special": true
|
| 120 |
+
},
|
| 121 |
+
"151656": {
|
| 122 |
+
"content": "<|video_pad|>",
|
| 123 |
+
"single_word": false,
|
| 124 |
+
"lstrip": false,
|
| 125 |
+
"rstrip": false,
|
| 126 |
+
"normalized": false,
|
| 127 |
+
"special": true
|
| 128 |
+
},
|
| 129 |
+
"151657": {
|
| 130 |
+
"content": "<tool_call>",
|
| 131 |
+
"single_word": false,
|
| 132 |
+
"lstrip": false,
|
| 133 |
+
"rstrip": false,
|
| 134 |
+
"normalized": false,
|
| 135 |
+
"special": false
|
| 136 |
+
},
|
| 137 |
+
"151658": {
|
| 138 |
+
"content": "</tool_call>",
|
| 139 |
+
"single_word": false,
|
| 140 |
+
"lstrip": false,
|
| 141 |
+
"rstrip": false,
|
| 142 |
+
"normalized": false,
|
| 143 |
+
"special": false
|
| 144 |
+
},
|
| 145 |
+
"151659": {
|
| 146 |
+
"content": "<|fim_prefix|>",
|
| 147 |
+
"single_word": false,
|
| 148 |
+
"lstrip": false,
|
| 149 |
+
"rstrip": false,
|
| 150 |
+
"normalized": false,
|
| 151 |
+
"special": false
|
| 152 |
+
},
|
| 153 |
+
"151660": {
|
| 154 |
+
"content": "<|fim_middle|>",
|
| 155 |
+
"single_word": false,
|
| 156 |
+
"lstrip": false,
|
| 157 |
+
"rstrip": false,
|
| 158 |
+
"normalized": false,
|
| 159 |
+
"special": false
|
| 160 |
+
},
|
| 161 |
+
"151661": {
|
| 162 |
+
"content": "<|fim_suffix|>",
|
| 163 |
+
"single_word": false,
|
| 164 |
+
"lstrip": false,
|
| 165 |
+
"rstrip": false,
|
| 166 |
+
"normalized": false,
|
| 167 |
+
"special": false
|
| 168 |
+
},
|
| 169 |
+
"151662": {
|
| 170 |
+
"content": "<|fim_pad|>",
|
| 171 |
+
"single_word": false,
|
| 172 |
+
"lstrip": false,
|
| 173 |
+
"rstrip": false,
|
| 174 |
+
"normalized": false,
|
| 175 |
+
"special": false
|
| 176 |
+
},
|
| 177 |
+
"151663": {
|
| 178 |
+
"content": "<|repo_name|>",
|
| 179 |
+
"single_word": false,
|
| 180 |
+
"lstrip": false,
|
| 181 |
+
"rstrip": false,
|
| 182 |
+
"normalized": false,
|
| 183 |
+
"special": false
|
| 184 |
+
},
|
| 185 |
+
"151664": {
|
| 186 |
+
"content": "<|file_sep|>",
|
| 187 |
+
"single_word": false,
|
| 188 |
+
"lstrip": false,
|
| 189 |
+
"rstrip": false,
|
| 190 |
+
"normalized": false,
|
| 191 |
+
"special": false
|
| 192 |
+
},
|
| 193 |
+
"151665": {
|
| 194 |
+
"content": "<|PAD_TOKEN|>",
|
| 195 |
+
"single_word": false,
|
| 196 |
+
"lstrip": false,
|
| 197 |
+
"rstrip": false,
|
| 198 |
+
"normalized": false,
|
| 199 |
+
"special": true
|
| 200 |
+
}
|
| 201 |
+
}
|
| 202 |
+
}
|
cls_qwen_orderkd_mid_l01/train_metrics.json
ADDED
|
@@ -0,0 +1,1874 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"loss_log": [
|
| 3 |
+
{
|
| 4 |
+
"global_step": 20,
|
| 5 |
+
"optimizer_step": 2,
|
| 6 |
+
"lr": 4.347826086956522e-06,
|
| 7 |
+
"lm_loss": 1.6824089288711548,
|
| 8 |
+
"order_loss": 10.125,
|
| 9 |
+
"ret_loss": 0.0,
|
| 10 |
+
"pretrain_loss": 0.0,
|
| 11 |
+
"total_loss": 2.6980338096618652
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"global_step": 40,
|
| 15 |
+
"optimizer_step": 5,
|
| 16 |
+
"lr": 1.0869565217391305e-05,
|
| 17 |
+
"lm_loss": 0.10468389838933945,
|
| 18 |
+
"order_loss": 7.59375,
|
| 19 |
+
"ret_loss": 0.0,
|
| 20 |
+
"pretrain_loss": 0.0,
|
| 21 |
+
"total_loss": 0.8624963760375977
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"global_step": 60,
|
| 25 |
+
"optimizer_step": 7,
|
| 26 |
+
"lr": 1.5217391304347828e-05,
|
| 27 |
+
"lm_loss": 0.7222856283187866,
|
| 28 |
+
"order_loss": 9.8125,
|
| 29 |
+
"ret_loss": 0.0,
|
| 30 |
+
"pretrain_loss": 0.0,
|
| 31 |
+
"total_loss": 1.7027543783187866
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"global_step": 80,
|
| 35 |
+
"optimizer_step": 10,
|
| 36 |
+
"lr": 2.173913043478261e-05,
|
| 37 |
+
"lm_loss": 0.6757494807243347,
|
| 38 |
+
"order_loss": 4.28125,
|
| 39 |
+
"ret_loss": 0.0,
|
| 40 |
+
"pretrain_loss": 0.0,
|
| 41 |
+
"total_loss": 1.1034839153289795
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"global_step": 100,
|
| 45 |
+
"optimizer_step": 12,
|
| 46 |
+
"lr": 2.608695652173913e-05,
|
| 47 |
+
"lm_loss": 0.5256735682487488,
|
| 48 |
+
"order_loss": 2.3125,
|
| 49 |
+
"ret_loss": 0.0,
|
| 50 |
+
"pretrain_loss": 0.0,
|
| 51 |
+
"total_loss": 0.7571188807487488
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"global_step": 120,
|
| 55 |
+
"optimizer_step": 15,
|
| 56 |
+
"lr": 3.260869565217392e-05,
|
| 57 |
+
"lm_loss": 0.46229851245880127,
|
| 58 |
+
"order_loss": 3.90625,
|
| 59 |
+
"ret_loss": 0.0,
|
| 60 |
+
"pretrain_loss": 0.0,
|
| 61 |
+
"total_loss": 0.8529235124588013
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"global_step": 140,
|
| 65 |
+
"optimizer_step": 17,
|
| 66 |
+
"lr": 3.695652173913043e-05,
|
| 67 |
+
"lm_loss": 0.11473581194877625,
|
| 68 |
+
"order_loss": 10.375,
|
| 69 |
+
"ret_loss": 0.0,
|
| 70 |
+
"pretrain_loss": 0.0,
|
| 71 |
+
"total_loss": 1.1537983417510986
|
| 72 |
+
},
|
| 73 |
+
{
|
| 74 |
+
"global_step": 160,
|
| 75 |
+
"optimizer_step": 20,
|
| 76 |
+
"lr": 4.347826086956522e-05,
|
| 77 |
+
"lm_loss": 0.2187565118074417,
|
| 78 |
+
"order_loss": 9.0,
|
| 79 |
+
"ret_loss": 0.0,
|
| 80 |
+
"pretrain_loss": 0.0,
|
| 81 |
+
"total_loss": 1.1171940565109253
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"global_step": 180,
|
| 85 |
+
"optimizer_step": 22,
|
| 86 |
+
"lr": 4.782608695652174e-05,
|
| 87 |
+
"lm_loss": 0.022632461041212082,
|
| 88 |
+
"order_loss": 10.25,
|
| 89 |
+
"ret_loss": 0.0,
|
| 90 |
+
"pretrain_loss": 0.0,
|
| 91 |
+
"total_loss": 1.0460699796676636
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"global_step": 200,
|
| 95 |
+
"optimizer_step": 25,
|
| 96 |
+
"lr": 4.9997541293989384e-05,
|
| 97 |
+
"lm_loss": 0.14121125638484955,
|
| 98 |
+
"order_loss": 0.7109375,
|
| 99 |
+
"ret_loss": 0.0,
|
| 100 |
+
"pretrain_loss": 0.0,
|
| 101 |
+
"total_loss": 0.21250031888484955
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"global_step": 220,
|
| 105 |
+
"optimizer_step": 27,
|
| 106 |
+
"lr": 4.999016565957633e-05,
|
| 107 |
+
"lm_loss": 0.10674002766609192,
|
| 108 |
+
"order_loss": 7.1875,
|
| 109 |
+
"ret_loss": 0.0,
|
| 110 |
+
"pretrain_loss": 0.0,
|
| 111 |
+
"total_loss": 0.8254899978637695
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"global_step": 240,
|
| 115 |
+
"optimizer_step": 30,
|
| 116 |
+
"lr": 4.996988640512931e-05,
|
| 117 |
+
"lm_loss": 0.3506335914134979,
|
| 118 |
+
"order_loss": 6.34375,
|
| 119 |
+
"ret_loss": 0.0,
|
| 120 |
+
"pretrain_loss": 0.0,
|
| 121 |
+
"total_loss": 0.9834461212158203
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"global_step": 260,
|
| 125 |
+
"optimizer_step": 32,
|
| 126 |
+
"lr": 4.995022691166621e-05,
|
| 127 |
+
"lm_loss": 0.2217075079679489,
|
| 128 |
+
"order_loss": 11.0625,
|
| 129 |
+
"ret_loss": 0.0,
|
| 130 |
+
"pretrain_loss": 0.0,
|
| 131 |
+
"total_loss": 1.3310824632644653
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"global_step": 280,
|
| 135 |
+
"optimizer_step": 35,
|
| 136 |
+
"lr": 4.991153735294049e-05,
|
| 137 |
+
"lm_loss": 0.43829283118247986,
|
| 138 |
+
"order_loss": 0.76171875,
|
| 139 |
+
"ret_loss": 0.0,
|
| 140 |
+
"pretrain_loss": 0.0,
|
| 141 |
+
"total_loss": 0.5144647359848022
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"global_step": 300,
|
| 145 |
+
"optimizer_step": 37,
|
| 146 |
+
"lr": 4.987961816680492e-05,
|
| 147 |
+
"lm_loss": 0.3206728994846344,
|
| 148 |
+
"order_loss": 4.625,
|
| 149 |
+
"ret_loss": 0.0,
|
| 150 |
+
"pretrain_loss": 0.0,
|
| 151 |
+
"total_loss": 0.783563494682312
|
| 152 |
+
},
|
| 153 |
+
{
|
| 154 |
+
"global_step": 320,
|
| 155 |
+
"optimizer_step": 40,
|
| 156 |
+
"lr": 4.9822565862832806e-05,
|
| 157 |
+
"lm_loss": 0.13178250193595886,
|
| 158 |
+
"order_loss": 0.703125,
|
| 159 |
+
"ret_loss": 0.0,
|
| 160 |
+
"pretrain_loss": 0.0,
|
| 161 |
+
"total_loss": 0.20209500193595886
|
| 162 |
+
},
|
| 163 |
+
{
|
| 164 |
+
"global_step": 340,
|
| 165 |
+
"optimizer_step": 42,
|
| 166 |
+
"lr": 4.9778426220595456e-05,
|
| 167 |
+
"lm_loss": 0.08188670128583908,
|
| 168 |
+
"order_loss": 4.1875,
|
| 169 |
+
"ret_loss": 0.0,
|
| 170 |
+
"pretrain_loss": 0.0,
|
| 171 |
+
"total_loss": 0.4998554587364197
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"global_step": 360,
|
| 175 |
+
"optimizer_step": 45,
|
| 176 |
+
"lr": 4.970308130276272e-05,
|
| 177 |
+
"lm_loss": 0.1842714101076126,
|
| 178 |
+
"order_loss": 6.84375,
|
| 179 |
+
"ret_loss": 0.0,
|
| 180 |
+
"pretrain_loss": 0.0,
|
| 181 |
+
"total_loss": 0.8678651452064514
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"global_step": 380,
|
| 185 |
+
"optimizer_step": 47,
|
| 186 |
+
"lr": 4.96467754629559e-05,
|
| 187 |
+
"lm_loss": 0.17208422720432281,
|
| 188 |
+
"order_loss": 5.40625,
|
| 189 |
+
"ret_loss": 0.0,
|
| 190 |
+
"pretrain_loss": 0.0,
|
| 191 |
+
"total_loss": 0.7111467123031616
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"global_step": 400,
|
| 195 |
+
"optimizer_step": 50,
|
| 196 |
+
"lr": 4.955323054879298e-05,
|
| 197 |
+
"lm_loss": 0.22078384459018707,
|
| 198 |
+
"order_loss": 7.65625,
|
| 199 |
+
"ret_loss": 0.0,
|
| 200 |
+
"pretrain_loss": 0.0,
|
| 201 |
+
"total_loss": 0.9864088296890259
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"global_step": 420,
|
| 205 |
+
"optimizer_step": 52,
|
| 206 |
+
"lr": 4.948482772521345e-05,
|
| 207 |
+
"lm_loss": 0.0743246003985405,
|
| 208 |
+
"order_loss": 0.70703125,
|
| 209 |
+
"ret_loss": 0.0,
|
| 210 |
+
"pretrain_loss": 0.0,
|
| 211 |
+
"total_loss": 0.1451253890991211
|
| 212 |
+
},
|
| 213 |
+
{
|
| 214 |
+
"global_step": 440,
|
| 215 |
+
"optimizer_step": 55,
|
| 216 |
+
"lr": 4.937319780454559e-05,
|
| 217 |
+
"lm_loss": 0.08505331724882126,
|
| 218 |
+
"order_loss": 6.34375,
|
| 219 |
+
"ret_loss": 0.0,
|
| 220 |
+
"pretrain_loss": 0.0,
|
| 221 |
+
"total_loss": 0.7178658246994019
|
| 222 |
+
},
|
| 223 |
+
{
|
| 224 |
+
"global_step": 460,
|
| 225 |
+
"optimizer_step": 57,
|
| 226 |
+
"lr": 4.929278208117378e-05,
|
| 227 |
+
"lm_loss": 0.1190592348575592,
|
| 228 |
+
"order_loss": 6.78125,
|
| 229 |
+
"ret_loss": 0.0,
|
| 230 |
+
"pretrain_loss": 0.0,
|
| 231 |
+
"total_loss": 0.7987467050552368
|
| 232 |
+
},
|
| 233 |
+
{
|
| 234 |
+
"global_step": 480,
|
| 235 |
+
"optimizer_step": 60,
|
| 236 |
+
"lr": 4.916320437477008e-05,
|
| 237 |
+
"lm_loss": 0.5852592587471008,
|
| 238 |
+
"order_loss": 8.6875,
|
| 239 |
+
"ret_loss": 0.0,
|
| 240 |
+
"pretrain_loss": 0.0,
|
| 241 |
+
"total_loss": 1.452446699142456
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"global_step": 500,
|
| 245 |
+
"optimizer_step": 62,
|
| 246 |
+
"lr": 4.907087460240999e-05,
|
| 247 |
+
"lm_loss": 0.22642885148525238,
|
| 248 |
+
"order_loss": 10.625,
|
| 249 |
+
"ret_loss": 0.0,
|
| 250 |
+
"pretrain_loss": 0.0,
|
| 251 |
+
"total_loss": 1.2889288663864136
|
| 252 |
+
},
|
| 253 |
+
{
|
| 254 |
+
"global_step": 520,
|
| 255 |
+
"optimizer_step": 65,
|
| 256 |
+
"lr": 4.892350839330522e-05,
|
| 257 |
+
"lm_loss": 0.03001689910888672,
|
| 258 |
+
"order_loss": 5.125,
|
| 259 |
+
"ret_loss": 0.0,
|
| 260 |
+
"pretrain_loss": 0.0,
|
| 261 |
+
"total_loss": 0.5417356491088867
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"global_step": 540,
|
| 265 |
+
"optimizer_step": 67,
|
| 266 |
+
"lr": 4.881937806807241e-05,
|
| 267 |
+
"lm_loss": 0.026134857907891273,
|
| 268 |
+
"order_loss": 0.8125,
|
| 269 |
+
"ret_loss": 0.0,
|
| 270 |
+
"pretrain_loss": 0.0,
|
| 271 |
+
"total_loss": 0.10718954354524612
|
| 272 |
+
},
|
| 273 |
+
{
|
| 274 |
+
"global_step": 560,
|
| 275 |
+
"optimizer_step": 70,
|
| 276 |
+
"lr": 4.865440450576874e-05,
|
| 277 |
+
"lm_loss": 0.11051097512245178,
|
| 278 |
+
"order_loss": 0.765625,
|
| 279 |
+
"ret_loss": 0.0,
|
| 280 |
+
"pretrain_loss": 0.0,
|
| 281 |
+
"total_loss": 0.18717113137245178
|
| 282 |
+
},
|
| 283 |
+
{
|
| 284 |
+
"global_step": 580,
|
| 285 |
+
"optimizer_step": 72,
|
| 286 |
+
"lr": 4.853860162957552e-05,
|
| 287 |
+
"lm_loss": 0.595245361328125,
|
| 288 |
+
"order_loss": 5.96875,
|
| 289 |
+
"ret_loss": 0.0,
|
| 290 |
+
"pretrain_loss": 0.0,
|
| 291 |
+
"total_loss": 1.192901611328125
|
| 292 |
+
},
|
| 293 |
+
{
|
| 294 |
+
"global_step": 600,
|
| 295 |
+
"optimizer_step": 75,
|
| 296 |
+
"lr": 4.8356223507364996e-05,
|
| 297 |
+
"lm_loss": 0.050296276807785034,
|
| 298 |
+
"order_loss": 0.57421875,
|
| 299 |
+
"ret_loss": 0.0,
|
| 300 |
+
"pretrain_loss": 0.0,
|
| 301 |
+
"total_loss": 0.10766932368278503
|
| 302 |
+
},
|
| 303 |
+
{
|
| 304 |
+
"global_step": 620,
|
| 305 |
+
"optimizer_step": 77,
|
| 306 |
+
"lr": 4.822889043057446e-05,
|
| 307 |
+
"lm_loss": 0.39707067608833313,
|
| 308 |
+
"order_loss": 2.546875,
|
| 309 |
+
"ret_loss": 0.0,
|
| 310 |
+
"pretrain_loss": 0.0,
|
| 311 |
+
"total_loss": 0.6509768962860107
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"global_step": 640,
|
| 315 |
+
"optimizer_step": 80,
|
| 316 |
+
"lr": 4.802933193625593e-05,
|
| 317 |
+
"lm_loss": 0.07231704145669937,
|
| 318 |
+
"order_loss": 3.890625,
|
| 319 |
+
"ret_loss": 0.0,
|
| 320 |
+
"pretrain_loss": 0.0,
|
| 321 |
+
"total_loss": 0.4609889090061188
|
| 322 |
+
},
|
| 323 |
+
{
|
| 324 |
+
"global_step": 660,
|
| 325 |
+
"optimizer_step": 82,
|
| 326 |
+
"lr": 4.789062518269812e-05,
|
| 327 |
+
"lm_loss": 0.3203365206718445,
|
| 328 |
+
"order_loss": 0.6171875,
|
| 329 |
+
"ret_loss": 0.0,
|
| 330 |
+
"pretrain_loss": 0.0,
|
| 331 |
+
"total_loss": 0.3821040987968445
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"global_step": 680,
|
| 335 |
+
"optimizer_step": 85,
|
| 336 |
+
"lr": 4.767413162299501e-05,
|
| 337 |
+
"lm_loss": 0.34999164938926697,
|
| 338 |
+
"order_loss": 4.9375,
|
| 339 |
+
"ret_loss": 0.0,
|
| 340 |
+
"pretrain_loss": 0.0,
|
| 341 |
+
"total_loss": 0.8441323041915894
|
| 342 |
+
},
|
| 343 |
+
{
|
| 344 |
+
"global_step": 700,
|
| 345 |
+
"optimizer_step": 87,
|
| 346 |
+
"lr": 4.752422169756048e-05,
|
| 347 |
+
"lm_loss": 0.09849609434604645,
|
| 348 |
+
"order_loss": 13.75,
|
| 349 |
+
"ret_loss": 0.0,
|
| 350 |
+
"pretrain_loss": 0.0,
|
| 351 |
+
"total_loss": 1.4734960794448853
|
| 352 |
+
},
|
| 353 |
+
{
|
| 354 |
+
"global_step": 720,
|
| 355 |
+
"optimizer_step": 90,
|
| 356 |
+
"lr": 4.729105919657818e-05,
|
| 357 |
+
"lm_loss": 0.004440327174961567,
|
| 358 |
+
"order_loss": 4.15625,
|
| 359 |
+
"ret_loss": 0.0,
|
| 360 |
+
"pretrain_loss": 0.0,
|
| 361 |
+
"total_loss": 0.4204559624195099
|
| 362 |
+
},
|
| 363 |
+
{
|
| 364 |
+
"global_step": 740,
|
| 365 |
+
"optimizer_step": 92,
|
| 366 |
+
"lr": 4.7130130375625305e-05,
|
| 367 |
+
"lm_loss": 0.236107736825943,
|
| 368 |
+
"order_loss": 0.546875,
|
| 369 |
+
"ret_loss": 0.0,
|
| 370 |
+
"pretrain_loss": 0.0,
|
| 371 |
+
"total_loss": 0.290795236825943
|
| 372 |
+
},
|
| 373 |
+
{
|
| 374 |
+
"global_step": 760,
|
| 375 |
+
"optimizer_step": 95,
|
| 376 |
+
"lr": 4.6880585547718845e-05,
|
| 377 |
+
"lm_loss": 0.002569759264588356,
|
| 378 |
+
"order_loss": 0.5234375,
|
| 379 |
+
"ret_loss": 0.0,
|
| 380 |
+
"pretrain_loss": 0.0,
|
| 381 |
+
"total_loss": 0.05481585115194321
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"global_step": 780,
|
| 385 |
+
"optimizer_step": 97,
|
| 386 |
+
"lr": 4.670883565255264e-05,
|
| 387 |
+
"lm_loss": 0.26552414894104004,
|
| 388 |
+
"order_loss": 6.5,
|
| 389 |
+
"ret_loss": 0.0,
|
| 390 |
+
"pretrain_loss": 0.0,
|
| 391 |
+
"total_loss": 0.91396164894104
|
| 392 |
+
},
|
| 393 |
+
{
|
| 394 |
+
"global_step": 800,
|
| 395 |
+
"optimizer_step": 100,
|
| 396 |
+
"lr": 4.6443215250006806e-05,
|
| 397 |
+
"lm_loss": 0.3531152009963989,
|
| 398 |
+
"order_loss": 16.25,
|
| 399 |
+
"ret_loss": 0.0,
|
| 400 |
+
"pretrain_loss": 0.0,
|
| 401 |
+
"total_loss": 1.978115200996399
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"global_step": 820,
|
| 405 |
+
"optimizer_step": 102,
|
| 406 |
+
"lr": 4.626085540370762e-05,
|
| 407 |
+
"lm_loss": 0.003931750543415546,
|
| 408 |
+
"order_loss": 2.6875,
|
| 409 |
+
"ret_loss": 0.0,
|
| 410 |
+
"pretrain_loss": 0.0,
|
| 411 |
+
"total_loss": 0.27346301078796387
|
| 412 |
+
},
|
| 413 |
+
{
|
| 414 |
+
"global_step": 840,
|
| 415 |
+
"optimizer_step": 105,
|
| 416 |
+
"lr": 4.597948593966256e-05,
|
| 417 |
+
"lm_loss": 0.10258039087057114,
|
| 418 |
+
"order_loss": 11.0625,
|
| 419 |
+
"ret_loss": 0.0,
|
| 420 |
+
"pretrain_loss": 0.0,
|
| 421 |
+
"total_loss": 1.2119554281234741
|
| 422 |
+
},
|
| 423 |
+
{
|
| 424 |
+
"global_step": 860,
|
| 425 |
+
"optimizer_step": 107,
|
| 426 |
+
"lr": 4.5786740307563636e-05,
|
| 427 |
+
"lm_loss": 0.02945374883711338,
|
| 428 |
+
"order_loss": 10.5,
|
| 429 |
+
"ret_loss": 0.0,
|
| 430 |
+
"pretrain_loss": 0.0,
|
| 431 |
+
"total_loss": 1.0763287544250488
|
| 432 |
+
},
|
| 433 |
+
{
|
| 434 |
+
"global_step": 880,
|
| 435 |
+
"optimizer_step": 110,
|
| 436 |
+
"lr": 4.5489967654649474e-05,
|
| 437 |
+
"lm_loss": 0.001197874080389738,
|
| 438 |
+
"order_loss": 1.421875,
|
| 439 |
+
"ret_loss": 0.0,
|
| 440 |
+
"pretrain_loss": 0.0,
|
| 441 |
+
"total_loss": 0.14377599954605103
|
| 442 |
+
},
|
| 443 |
+
{
|
| 444 |
+
"global_step": 900,
|
| 445 |
+
"optimizer_step": 112,
|
| 446 |
+
"lr": 4.528707316878232e-05,
|
| 447 |
+
"lm_loss": 0.3729758858680725,
|
| 448 |
+
"order_loss": 0.71875,
|
| 449 |
+
"ret_loss": 0.0,
|
| 450 |
+
"pretrain_loss": 0.0,
|
| 451 |
+
"total_loss": 0.4447532296180725
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"global_step": 920,
|
| 455 |
+
"optimizer_step": 115,
|
| 456 |
+
"lr": 4.497526213395623e-05,
|
| 457 |
+
"lm_loss": 0.11960574984550476,
|
| 458 |
+
"order_loss": 4.53125,
|
| 459 |
+
"ret_loss": 0.0,
|
| 460 |
+
"pretrain_loss": 0.0,
|
| 461 |
+
"total_loss": 0.5727307796478271
|
| 462 |
+
},
|
| 463 |
+
{
|
| 464 |
+
"global_step": 940,
|
| 465 |
+
"optimizer_step": 117,
|
| 466 |
+
"lr": 4.476246820180259e-05,
|
| 467 |
+
"lm_loss": 0.461401104927063,
|
| 468 |
+
"order_loss": 4.375,
|
| 469 |
+
"ret_loss": 0.0,
|
| 470 |
+
"pretrain_loss": 0.0,
|
| 471 |
+
"total_loss": 0.898901104927063
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"global_step": 960,
|
| 475 |
+
"optimizer_step": 120,
|
| 476 |
+
"lr": 4.443600207791081e-05,
|
| 477 |
+
"lm_loss": 0.04639369994401932,
|
| 478 |
+
"order_loss": 0.71875,
|
| 479 |
+
"ret_loss": 0.0,
|
| 480 |
+
"pretrain_loss": 0.0,
|
| 481 |
+
"total_loss": 0.11817104369401932
|
| 482 |
+
},
|
| 483 |
+
{
|
| 484 |
+
"global_step": 980,
|
| 485 |
+
"optimizer_step": 122,
|
| 486 |
+
"lr": 4.421357027581921e-05,
|
| 487 |
+
"lm_loss": 0.24806693196296692,
|
| 488 |
+
"order_loss": 0.5390625,
|
| 489 |
+
"ret_loss": 0.0,
|
| 490 |
+
"pretrain_loss": 0.0,
|
| 491 |
+
"total_loss": 0.3020220100879669
|
| 492 |
+
},
|
| 493 |
+
{
|
| 494 |
+
"global_step": 1000,
|
| 495 |
+
"optimizer_step": 125,
|
| 496 |
+
"lr": 4.38728503704354e-05,
|
| 497 |
+
"lm_loss": 0.05255470052361488,
|
| 498 |
+
"order_loss": 12.0,
|
| 499 |
+
"ret_loss": 0.0,
|
| 500 |
+
"pretrain_loss": 0.0,
|
| 501 |
+
"total_loss": 1.255679726600647
|
| 502 |
+
},
|
| 503 |
+
{
|
| 504 |
+
"global_step": 1020,
|
| 505 |
+
"optimizer_step": 127,
|
| 506 |
+
"lr": 4.364105412207914e-05,
|
| 507 |
+
"lm_loss": 0.08000452071428299,
|
| 508 |
+
"order_loss": 0.51171875,
|
| 509 |
+
"ret_loss": 0.0,
|
| 510 |
+
"pretrain_loss": 0.0,
|
| 511 |
+
"total_loss": 0.1312740445137024
|
| 512 |
+
},
|
| 513 |
+
{
|
| 514 |
+
"global_step": 1040,
|
| 515 |
+
"optimizer_step": 130,
|
| 516 |
+
"lr": 4.328649926419819e-05,
|
| 517 |
+
"lm_loss": 0.02024882845580578,
|
| 518 |
+
"order_loss": 7.625,
|
| 519 |
+
"ret_loss": 0.0,
|
| 520 |
+
"pretrain_loss": 0.0,
|
| 521 |
+
"total_loss": 0.7819675803184509
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"global_step": 1060,
|
| 525 |
+
"optimizer_step": 132,
|
| 526 |
+
"lr": 4.304562350447008e-05,
|
| 527 |
+
"lm_loss": 0.05108066648244858,
|
| 528 |
+
"order_loss": 3.984375,
|
| 529 |
+
"ret_loss": 0.0,
|
| 530 |
+
"pretrain_loss": 0.0,
|
| 531 |
+
"total_loss": 0.4495181739330292
|
| 532 |
+
},
|
| 533 |
+
{
|
| 534 |
+
"global_step": 1080,
|
| 535 |
+
"optimizer_step": 135,
|
| 536 |
+
"lr": 4.267766952966369e-05,
|
| 537 |
+
"lm_loss": 0.10711107403039932,
|
| 538 |
+
"order_loss": 0.6015625,
|
| 539 |
+
"ret_loss": 0.0,
|
| 540 |
+
"pretrain_loss": 0.0,
|
| 541 |
+
"total_loss": 0.16716966032981873
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"global_step": 1100,
|
| 545 |
+
"optimizer_step": 137,
|
| 546 |
+
"lr": 4.242801035442058e-05,
|
| 547 |
+
"lm_loss": 0.05856615677475929,
|
| 548 |
+
"order_loss": 4.59375,
|
| 549 |
+
"ret_loss": 0.0,
|
| 550 |
+
"pretrain_loss": 0.0,
|
| 551 |
+
"total_loss": 0.517550528049469
|
| 552 |
+
},
|
| 553 |
+
{
|
| 554 |
+
"global_step": 1120,
|
| 555 |
+
"optimizer_step": 140,
|
| 556 |
+
"lr": 4.204710956908763e-05,
|
| 557 |
+
"lm_loss": 0.1663026213645935,
|
| 558 |
+
"order_loss": 2.703125,
|
| 559 |
+
"ret_loss": 0.0,
|
| 560 |
+
"pretrain_loss": 0.0,
|
| 561 |
+
"total_loss": 0.4358338713645935
|
| 562 |
+
},
|
| 563 |
+
{
|
| 564 |
+
"global_step": 1140,
|
| 565 |
+
"optimizer_step": 142,
|
| 566 |
+
"lr": 4.178897387117546e-05,
|
| 567 |
+
"lm_loss": 0.06824447214603424,
|
| 568 |
+
"order_loss": 3.5625,
|
| 569 |
+
"ret_loss": 0.0,
|
| 570 |
+
"pretrain_loss": 0.0,
|
| 571 |
+
"total_loss": 0.42371320724487305
|
| 572 |
+
},
|
| 573 |
+
{
|
| 574 |
+
"global_step": 1160,
|
| 575 |
+
"optimizer_step": 145,
|
| 576 |
+
"lr": 4.139559449654561e-05,
|
| 577 |
+
"lm_loss": 0.2591477036476135,
|
| 578 |
+
"order_loss": 0.6015625,
|
| 579 |
+
"ret_loss": 0.0,
|
| 580 |
+
"pretrain_loss": 0.0,
|
| 581 |
+
"total_loss": 0.3192062973976135
|
| 582 |
+
},
|
| 583 |
+
{
|
| 584 |
+
"global_step": 1180,
|
| 585 |
+
"optimizer_step": 147,
|
| 586 |
+
"lr": 4.1129299588552193e-05,
|
| 587 |
+
"lm_loss": 0.15795230865478516,
|
| 588 |
+
"order_loss": 8.875,
|
| 589 |
+
"ret_loss": 0.0,
|
| 590 |
+
"pretrain_loss": 0.0,
|
| 591 |
+
"total_loss": 1.0446710586547852
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"global_step": 1200,
|
| 595 |
+
"optimizer_step": 150,
|
| 596 |
+
"lr": 4.072392518512623e-05,
|
| 597 |
+
"lm_loss": 0.05875808745622635,
|
| 598 |
+
"order_loss": 7.6875,
|
| 599 |
+
"ret_loss": 0.0,
|
| 600 |
+
"pretrain_loss": 0.0,
|
| 601 |
+
"total_loss": 0.8282893300056458
|
| 602 |
+
},
|
| 603 |
+
{
|
| 604 |
+
"global_step": 1220,
|
| 605 |
+
"optimizer_step": 152,
|
| 606 |
+
"lr": 4.0449798409325665e-05,
|
| 607 |
+
"lm_loss": 0.12759794294834137,
|
| 608 |
+
"order_loss": 2.515625,
|
| 609 |
+
"ret_loss": 0.0,
|
| 610 |
+
"pretrain_loss": 0.0,
|
| 611 |
+
"total_loss": 0.3795510530471802
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"global_step": 1240,
|
| 615 |
+
"optimizer_step": 155,
|
| 616 |
+
"lr": 4.0032927282460146e-05,
|
| 617 |
+
"lm_loss": 0.06792260706424713,
|
| 618 |
+
"order_loss": 2.40625,
|
| 619 |
+
"ret_loss": 0.0,
|
| 620 |
+
"pretrain_loss": 0.0,
|
| 621 |
+
"total_loss": 0.30815696716308594
|
| 622 |
+
},
|
| 623 |
+
{
|
| 624 |
+
"global_step": 1260,
|
| 625 |
+
"optimizer_step": 157,
|
| 626 |
+
"lr": 3.9751305608428205e-05,
|
| 627 |
+
"lm_loss": 0.09586641192436218,
|
| 628 |
+
"order_loss": 0.462890625,
|
| 629 |
+
"ret_loss": 0.0,
|
| 630 |
+
"pretrain_loss": 0.0,
|
| 631 |
+
"total_loss": 0.14225313067436218
|
| 632 |
+
},
|
| 633 |
+
{
|
| 634 |
+
"global_step": 1280,
|
| 635 |
+
"optimizer_step": 160,
|
| 636 |
+
"lr": 3.932345019579495e-05,
|
| 637 |
+
"lm_loss": 0.03423156961798668,
|
| 638 |
+
"order_loss": 0.93359375,
|
| 639 |
+
"ret_loss": 0.0,
|
| 640 |
+
"pretrain_loss": 0.0,
|
| 641 |
+
"total_loss": 0.12749329209327698
|
| 642 |
+
},
|
| 643 |
+
{
|
| 644 |
+
"global_step": 1300,
|
| 645 |
+
"optimizer_step": 162,
|
| 646 |
+
"lr": 3.90346798061902e-05,
|
| 647 |
+
"lm_loss": 0.036125220358371735,
|
| 648 |
+
"order_loss": 6.6875,
|
| 649 |
+
"ret_loss": 0.0,
|
| 650 |
+
"pretrain_loss": 0.0,
|
| 651 |
+
"total_loss": 0.7040939927101135
|
| 652 |
+
},
|
| 653 |
+
{
|
| 654 |
+
"global_step": 1320,
|
| 655 |
+
"optimizer_step": 165,
|
| 656 |
+
"lr": 3.859636604786372e-05,
|
| 657 |
+
"lm_loss": 0.0022318786941468716,
|
| 658 |
+
"order_loss": 4.46875,
|
| 659 |
+
"ret_loss": 0.0,
|
| 660 |
+
"pretrain_loss": 0.0,
|
| 661 |
+
"total_loss": 0.4494974911212921
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"global_step": 1340,
|
| 665 |
+
"optimizer_step": 167,
|
| 666 |
+
"lr": 3.830080191288342e-05,
|
| 667 |
+
"lm_loss": 0.45491769909858704,
|
| 668 |
+
"order_loss": 11.375,
|
| 669 |
+
"ret_loss": 0.0,
|
| 670 |
+
"pretrain_loss": 0.0,
|
| 671 |
+
"total_loss": 1.5955426692962646
|
| 672 |
+
},
|
| 673 |
+
{
|
| 674 |
+
"global_step": 1360,
|
| 675 |
+
"optimizer_step": 170,
|
| 676 |
+
"lr": 3.785256860483054e-05,
|
| 677 |
+
"lm_loss": 0.1627923846244812,
|
| 678 |
+
"order_loss": 0.51953125,
|
| 679 |
+
"ret_loss": 0.0,
|
| 680 |
+
"pretrain_loss": 0.0,
|
| 681 |
+
"total_loss": 0.2147943377494812
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"global_step": 1380,
|
| 685 |
+
"optimizer_step": 172,
|
| 686 |
+
"lr": 3.755057404586455e-05,
|
| 687 |
+
"lm_loss": 0.0026650007348507643,
|
| 688 |
+
"order_loss": 0.765625,
|
| 689 |
+
"ret_loss": 0.0,
|
| 690 |
+
"pretrain_loss": 0.0,
|
| 691 |
+
"total_loss": 0.07932515442371368
|
| 692 |
+
},
|
| 693 |
+
{
|
| 694 |
+
"global_step": 1400,
|
| 695 |
+
"optimizer_step": 175,
|
| 696 |
+
"lr": 3.7092972177631e-05,
|
| 697 |
+
"lm_loss": 0.00622656149789691,
|
| 698 |
+
"order_loss": 6.46875,
|
| 699 |
+
"ret_loss": 0.0,
|
| 700 |
+
"pretrain_loss": 0.0,
|
| 701 |
+
"total_loss": 0.6546640396118164
|
| 702 |
+
},
|
| 703 |
+
{
|
| 704 |
+
"global_step": 1420,
|
| 705 |
+
"optimizer_step": 177,
|
| 706 |
+
"lr": 3.678491842064995e-05,
|
| 707 |
+
"lm_loss": 0.058323461562395096,
|
| 708 |
+
"order_loss": 13.6875,
|
| 709 |
+
"ret_loss": 0.0,
|
| 710 |
+
"pretrain_loss": 0.0,
|
| 711 |
+
"total_loss": 1.4255110025405884
|
| 712 |
+
},
|
| 713 |
+
{
|
| 714 |
+
"global_step": 1440,
|
| 715 |
+
"optimizer_step": 180,
|
| 716 |
+
"lr": 3.631851049805793e-05,
|
| 717 |
+
"lm_loss": 0.132449209690094,
|
| 718 |
+
"order_loss": 16.875,
|
| 719 |
+
"ret_loss": 0.0,
|
| 720 |
+
"pretrain_loss": 0.0,
|
| 721 |
+
"total_loss": 1.8199491500854492
|
| 722 |
+
},
|
| 723 |
+
{
|
| 724 |
+
"global_step": 1460,
|
| 725 |
+
"optimizer_step": 182,
|
| 726 |
+
"lr": 3.600477621728473e-05,
|
| 727 |
+
"lm_loss": 0.02836425043642521,
|
| 728 |
+
"order_loss": 6.375,
|
| 729 |
+
"ret_loss": 0.0,
|
| 730 |
+
"pretrain_loss": 0.0,
|
| 731 |
+
"total_loss": 0.6650829911231995
|
| 732 |
+
},
|
| 733 |
+
{
|
| 734 |
+
"global_step": 1480,
|
| 735 |
+
"optimizer_step": 185,
|
| 736 |
+
"lr": 3.5530135570974274e-05,
|
| 737 |
+
"lm_loss": 0.0356096588075161,
|
| 738 |
+
"order_loss": 5.5625,
|
| 739 |
+
"ret_loss": 0.0,
|
| 740 |
+
"pretrain_loss": 0.0,
|
| 741 |
+
"total_loss": 0.5902971625328064
|
| 742 |
+
},
|
| 743 |
+
{
|
| 744 |
+
"global_step": 1500,
|
| 745 |
+
"optimizer_step": 187,
|
| 746 |
+
"lr": 3.521110642339991e-05,
|
| 747 |
+
"lm_loss": 0.014516671188175678,
|
| 748 |
+
"order_loss": 0.7421875,
|
| 749 |
+
"ret_loss": 0.0,
|
| 750 |
+
"pretrain_loss": 0.0,
|
| 751 |
+
"total_loss": 0.0887354239821434
|
| 752 |
+
},
|
| 753 |
+
{
|
| 754 |
+
"global_step": 1520,
|
| 755 |
+
"optimizer_step": 190,
|
| 756 |
+
"lr": 3.4728816504063726e-05,
|
| 757 |
+
"lm_loss": 0.0936577245593071,
|
| 758 |
+
"order_loss": 2.546875,
|
| 759 |
+
"ret_loss": 0.0,
|
| 760 |
+
"pretrain_loss": 0.0,
|
| 761 |
+
"total_loss": 0.3475639820098877
|
| 762 |
+
},
|
| 763 |
+
{
|
| 764 |
+
"global_step": 1540,
|
| 765 |
+
"optimizer_step": 192,
|
| 766 |
+
"lr": 3.440488465537943e-05,
|
| 767 |
+
"lm_loss": 0.09188346564769745,
|
| 768 |
+
"order_loss": 4.0625,
|
| 769 |
+
"ret_loss": 0.0,
|
| 770 |
+
"pretrain_loss": 0.0,
|
| 771 |
+
"total_loss": 0.49813348054885864
|
| 772 |
+
},
|
| 773 |
+
{
|
| 774 |
+
"global_step": 1560,
|
| 775 |
+
"optimizer_step": 195,
|
| 776 |
+
"lr": 3.391553831655782e-05,
|
| 777 |
+
"lm_loss": 0.012880472466349602,
|
| 778 |
+
"order_loss": 22.25,
|
| 779 |
+
"ret_loss": 0.0,
|
| 780 |
+
"pretrain_loss": 0.0,
|
| 781 |
+
"total_loss": 2.231630563735962
|
| 782 |
+
},
|
| 783 |
+
{
|
| 784 |
+
"global_step": 1580,
|
| 785 |
+
"optimizer_step": 197,
|
| 786 |
+
"lr": 3.358710195908653e-05,
|
| 787 |
+
"lm_loss": 0.11956508457660675,
|
| 788 |
+
"order_loss": 4.875,
|
| 789 |
+
"ret_loss": 0.0,
|
| 790 |
+
"pretrain_loss": 0.0,
|
| 791 |
+
"total_loss": 0.6078463196754456
|
| 792 |
+
},
|
| 793 |
+
{
|
| 794 |
+
"global_step": 1600,
|
| 795 |
+
"optimizer_step": 200,
|
| 796 |
+
"lr": 3.309130072840379e-05,
|
| 797 |
+
"lm_loss": 0.06948979198932648,
|
| 798 |
+
"order_loss": 7.28125,
|
| 799 |
+
"ret_loss": 0.0,
|
| 800 |
+
"pretrain_loss": 0.0,
|
| 801 |
+
"total_loss": 0.7960522770881653
|
| 802 |
+
},
|
| 803 |
+
{
|
| 804 |
+
"global_step": 1620,
|
| 805 |
+
"optimizer_step": 202,
|
| 806 |
+
"lr": 3.2758763591623295e-05,
|
| 807 |
+
"lm_loss": 0.006918957456946373,
|
| 808 |
+
"order_loss": 0.462890625,
|
| 809 |
+
"ret_loss": 0.0,
|
| 810 |
+
"pretrain_loss": 0.0,
|
| 811 |
+
"total_loss": 0.05330567806959152
|
| 812 |
+
},
|
| 813 |
+
{
|
| 814 |
+
"global_step": 1640,
|
| 815 |
+
"optimizer_step": 205,
|
| 816 |
+
"lr": 3.225711693136156e-05,
|
| 817 |
+
"lm_loss": 0.0614452064037323,
|
| 818 |
+
"order_loss": 4.6875,
|
| 819 |
+
"ret_loss": 0.0,
|
| 820 |
+
"pretrain_loss": 0.0,
|
| 821 |
+
"total_loss": 0.5301952362060547
|
| 822 |
+
},
|
| 823 |
+
{
|
| 824 |
+
"global_step": 1660,
|
| 825 |
+
"optimizer_step": 207,
|
| 826 |
+
"lr": 3.1920887785621235e-05,
|
| 827 |
+
"lm_loss": 0.2289385050535202,
|
| 828 |
+
"order_loss": 0.9921875,
|
| 829 |
+
"ret_loss": 0.0,
|
| 830 |
+
"pretrain_loss": 0.0,
|
| 831 |
+
"total_loss": 0.3280596137046814
|
| 832 |
+
},
|
| 833 |
+
{
|
| 834 |
+
"global_step": 1680,
|
| 835 |
+
"optimizer_step": 210,
|
| 836 |
+
"lr": 3.141401234354067e-05,
|
| 837 |
+
"lm_loss": 0.008968640118837357,
|
| 838 |
+
"order_loss": 2.703125,
|
| 839 |
+
"ret_loss": 0.0,
|
| 840 |
+
"pretrain_loss": 0.0,
|
| 841 |
+
"total_loss": 0.27849990129470825
|
| 842 |
+
},
|
| 843 |
+
{
|
| 844 |
+
"global_step": 1700,
|
| 845 |
+
"optimizer_step": 212,
|
| 846 |
+
"lr": 3.10745044975816e-05,
|
| 847 |
+
"lm_loss": 0.014598327688872814,
|
| 848 |
+
"order_loss": 7.625,
|
| 849 |
+
"ret_loss": 0.0,
|
| 850 |
+
"pretrain_loss": 0.0,
|
| 851 |
+
"total_loss": 0.7763170599937439
|
| 852 |
+
},
|
| 853 |
+
{
|
| 854 |
+
"global_step": 1720,
|
| 855 |
+
"optimizer_step": 215,
|
| 856 |
+
"lr": 3.056302334890786e-05,
|
| 857 |
+
"lm_loss": 0.36565542221069336,
|
| 858 |
+
"order_loss": 26.375,
|
| 859 |
+
"ret_loss": 0.0,
|
| 860 |
+
"pretrain_loss": 0.0,
|
| 861 |
+
"total_loss": 3.0062804222106934
|
| 862 |
+
},
|
| 863 |
+
{
|
| 864 |
+
"global_step": 1740,
|
| 865 |
+
"optimizer_step": 217,
|
| 866 |
+
"lr": 3.022065414180425e-05,
|
| 867 |
+
"lm_loss": 0.04839126393198967,
|
| 868 |
+
"order_loss": 5.09375,
|
| 869 |
+
"ret_loss": 0.0,
|
| 870 |
+
"pretrain_loss": 0.0,
|
| 871 |
+
"total_loss": 0.5562037825584412
|
| 872 |
+
},
|
| 873 |
+
{
|
| 874 |
+
"global_step": 1760,
|
| 875 |
+
"optimizer_step": 220,
|
| 876 |
+
"lr": 2.9705196023315006e-05,
|
| 877 |
+
"lm_loss": 0.14476247131824493,
|
| 878 |
+
"order_loss": 6.25,
|
| 879 |
+
"ret_loss": 0.0,
|
| 880 |
+
"pretrain_loss": 0.0,
|
| 881 |
+
"total_loss": 0.7697624564170837
|
| 882 |
+
},
|
| 883 |
+
{
|
| 884 |
+
"global_step": 1780,
|
| 885 |
+
"optimizer_step": 222,
|
| 886 |
+
"lr": 2.9360386311461275e-05,
|
| 887 |
+
"lm_loss": 0.0020681133028119802,
|
| 888 |
+
"order_loss": 4.03125,
|
| 889 |
+
"ret_loss": 0.0,
|
| 890 |
+
"pretrain_loss": 0.0,
|
| 891 |
+
"total_loss": 0.40441185235977173
|
| 892 |
+
},
|
| 893 |
+
{
|
| 894 |
+
"global_step": 1800,
|
| 895 |
+
"optimizer_step": 225,
|
| 896 |
+
"lr": 2.884158484861325e-05,
|
| 897 |
+
"lm_loss": 0.176100954413414,
|
| 898 |
+
"order_loss": 0.58984375,
|
| 899 |
+
"ret_loss": 0.0,
|
| 900 |
+
"pretrain_loss": 0.0,
|
| 901 |
+
"total_loss": 0.235182985663414
|
| 902 |
+
},
|
| 903 |
+
{
|
| 904 |
+
"global_step": 1820,
|
| 905 |
+
"optimizer_step": 227,
|
| 906 |
+
"lr": 2.849475848838749e-05,
|
| 907 |
+
"lm_loss": 0.036869000643491745,
|
| 908 |
+
"order_loss": 10.9375,
|
| 909 |
+
"ret_loss": 0.0,
|
| 910 |
+
"pretrain_loss": 0.0,
|
| 911 |
+
"total_loss": 1.1306190490722656
|
| 912 |
+
},
|
| 913 |
+
{
|
| 914 |
+
"global_step": 1840,
|
| 915 |
+
"optimizer_step": 230,
|
| 916 |
+
"lr": 2.7973251416434175e-05,
|
| 917 |
+
"lm_loss": 0.1341567039489746,
|
| 918 |
+
"order_loss": 7.40625,
|
| 919 |
+
"ret_loss": 0.0,
|
| 920 |
+
"pretrain_loss": 0.0,
|
| 921 |
+
"total_loss": 0.8763442039489746
|
| 922 |
+
},
|
| 923 |
+
{
|
| 924 |
+
"global_step": 1860,
|
| 925 |
+
"optimizer_step": 232,
|
| 926 |
+
"lr": 2.7624834743173867e-05,
|
| 927 |
+
"lm_loss": 0.024909978732466698,
|
| 928 |
+
"order_loss": 0.55078125,
|
| 929 |
+
"ret_loss": 0.0,
|
| 930 |
+
"pretrain_loss": 0.0,
|
| 931 |
+
"total_loss": 0.08008576184511185
|
| 932 |
+
},
|
| 933 |
+
{
|
| 934 |
+
"global_step": 1880,
|
| 935 |
+
"optimizer_step": 235,
|
| 936 |
+
"lr": 2.710126312323119e-05,
|
| 937 |
+
"lm_loss": 0.0021971368696540594,
|
| 938 |
+
"order_loss": 4.0625,
|
| 939 |
+
"ret_loss": 0.0,
|
| 940 |
+
"pretrain_loss": 0.0,
|
| 941 |
+
"total_loss": 0.40844714641571045
|
| 942 |
+
},
|
| 943 |
+
{
|
| 944 |
+
"global_step": 1900,
|
| 945 |
+
"optimizer_step": 237,
|
| 946 |
+
"lr": 2.6751684427161683e-05,
|
| 947 |
+
"lm_loss": 0.042312972247600555,
|
| 948 |
+
"order_loss": 1.25,
|
| 949 |
+
"ret_loss": 0.0,
|
| 950 |
+
"pretrain_loss": 0.0,
|
| 951 |
+
"total_loss": 0.16731297969818115
|
| 952 |
+
},
|
| 953 |
+
{
|
| 954 |
+
"global_step": 1920,
|
| 955 |
+
"optimizer_step": 240,
|
| 956 |
+
"lr": 2.6226691858185454e-05,
|
| 957 |
+
"lm_loss": 0.002454712986946106,
|
| 958 |
+
"order_loss": 11.625,
|
| 959 |
+
"ret_loss": 0.0,
|
| 960 |
+
"pretrain_loss": 0.0,
|
| 961 |
+
"total_loss": 1.1665172576904297
|
| 962 |
+
},
|
| 963 |
+
{
|
| 964 |
+
"global_step": 1940,
|
| 965 |
+
"optimizer_step": 242,
|
| 966 |
+
"lr": 2.587638085794541e-05,
|
| 967 |
+
"lm_loss": 0.002007746836170554,
|
| 968 |
+
"order_loss": 5.6875,
|
| 969 |
+
"ret_loss": 0.0,
|
| 970 |
+
"pretrain_loss": 0.0,
|
| 971 |
+
"total_loss": 0.5723202228546143
|
| 972 |
+
},
|
| 973 |
+
{
|
| 974 |
+
"global_step": 1960,
|
| 975 |
+
"optimizer_step": 245,
|
| 976 |
+
"lr": 2.535061268558906e-05,
|
| 977 |
+
"lm_loss": 0.003211363684386015,
|
| 978 |
+
"order_loss": 0.421875,
|
| 979 |
+
"ret_loss": 0.0,
|
| 980 |
+
"pretrain_loss": 0.0,
|
| 981 |
+
"total_loss": 0.0454476922750473
|
| 982 |
+
},
|
| 983 |
+
{
|
| 984 |
+
"global_step": 1980,
|
| 985 |
+
"optimizer_step": 247,
|
| 986 |
+
"lr": 2.5e-05,
|
| 987 |
+
"lm_loss": 0.027730535715818405,
|
| 988 |
+
"order_loss": 10.875,
|
| 989 |
+
"ret_loss": 0.0,
|
| 990 |
+
"pretrain_loss": 0.0,
|
| 991 |
+
"total_loss": 1.1136680841445923
|
| 992 |
+
},
|
| 993 |
+
{
|
| 994 |
+
"global_step": 2000,
|
| 995 |
+
"optimizer_step": 250,
|
| 996 |
+
"lr": 2.447410252332528e-05,
|
| 997 |
+
"lm_loss": 0.0008647438371554017,
|
| 998 |
+
"order_loss": 4.15625,
|
| 999 |
+
"ret_loss": 0.0,
|
| 1000 |
+
"pretrain_loss": 0.0,
|
| 1001 |
+
"total_loss": 0.41688036918640137
|
| 1002 |
+
},
|
| 1003 |
+
{
|
| 1004 |
+
"global_step": 2020,
|
| 1005 |
+
"optimizer_step": 252,
|
| 1006 |
+
"lr": 2.4123619142054597e-05,
|
| 1007 |
+
"lm_loss": 0.02241530455648899,
|
| 1008 |
+
"order_loss": 4.71875,
|
| 1009 |
+
"ret_loss": 0.0,
|
| 1010 |
+
"pretrain_loss": 0.0,
|
| 1011 |
+
"total_loss": 0.49507156014442444
|
| 1012 |
+
},
|
| 1013 |
+
{
|
| 1014 |
+
"global_step": 2040,
|
| 1015 |
+
"optimizer_step": 255,
|
| 1016 |
+
"lr": 2.3598238819070202e-05,
|
| 1017 |
+
"lm_loss": 0.18031413853168488,
|
| 1018 |
+
"order_loss": 3.109375,
|
| 1019 |
+
"ret_loss": 0.0,
|
| 1020 |
+
"pretrain_loss": 0.0,
|
| 1021 |
+
"total_loss": 0.4908609986305237
|
| 1022 |
+
},
|
| 1023 |
+
{
|
| 1024 |
+
"global_step": 2060,
|
| 1025 |
+
"optimizer_step": 257,
|
| 1026 |
+
"lr": 2.3248315572838316e-05,
|
| 1027 |
+
"lm_loss": 0.4737049639225006,
|
| 1028 |
+
"order_loss": 4.34375,
|
| 1029 |
+
"ret_loss": 0.0,
|
| 1030 |
+
"pretrain_loss": 0.0,
|
| 1031 |
+
"total_loss": 0.9072986841201782
|
| 1032 |
+
},
|
| 1033 |
+
{
|
| 1034 |
+
"global_step": 2080,
|
| 1035 |
+
"optimizer_step": 260,
|
| 1036 |
+
"lr": 2.272409822584325e-05,
|
| 1037 |
+
"lm_loss": 0.006109973881393671,
|
| 1038 |
+
"order_loss": 0.474609375,
|
| 1039 |
+
"ret_loss": 0.0,
|
| 1040 |
+
"pretrain_loss": 0.0,
|
| 1041 |
+
"total_loss": 0.05347325652837753
|
| 1042 |
+
},
|
| 1043 |
+
{
|
| 1044 |
+
"global_step": 2100,
|
| 1045 |
+
"optimizer_step": 262,
|
| 1046 |
+
"lr": 2.237516525682614e-05,
|
| 1047 |
+
"lm_loss": 0.14623510837554932,
|
| 1048 |
+
"order_loss": 0.5234375,
|
| 1049 |
+
"ret_loss": 0.0,
|
| 1050 |
+
"pretrain_loss": 0.0,
|
| 1051 |
+
"total_loss": 0.19848120212554932
|
| 1052 |
+
},
|
| 1053 |
+
{
|
| 1054 |
+
"global_step": 2120,
|
| 1055 |
+
"optimizer_step": 265,
|
| 1056 |
+
"lr": 2.185275527853437e-05,
|
| 1057 |
+
"lm_loss": 0.031063487753272057,
|
| 1058 |
+
"order_loss": 0.474609375,
|
| 1059 |
+
"ret_loss": 0.0,
|
| 1060 |
+
"pretrain_loss": 0.0,
|
| 1061 |
+
"total_loss": 0.0784267708659172
|
| 1062 |
+
},
|
| 1063 |
+
{
|
| 1064 |
+
"global_step": 2140,
|
| 1065 |
+
"optimizer_step": 267,
|
| 1066 |
+
"lr": 2.1505241511612522e-05,
|
| 1067 |
+
"lm_loss": 0.004024980124086142,
|
| 1068 |
+
"order_loss": 1.6015625,
|
| 1069 |
+
"ret_loss": 0.0,
|
| 1070 |
+
"pretrain_loss": 0.0,
|
| 1071 |
+
"total_loss": 0.16418123245239258
|
| 1072 |
+
},
|
| 1073 |
+
{
|
| 1074 |
+
"global_step": 2160,
|
| 1075 |
+
"optimizer_step": 270,
|
| 1076 |
+
"lr": 2.0985281073035076e-05,
|
| 1077 |
+
"lm_loss": 0.10697503387928009,
|
| 1078 |
+
"order_loss": 7.375,
|
| 1079 |
+
"ret_loss": 0.0,
|
| 1080 |
+
"pretrain_loss": 0.0,
|
| 1081 |
+
"total_loss": 0.8452562689781189
|
| 1082 |
+
},
|
| 1083 |
+
{
|
| 1084 |
+
"global_step": 2180,
|
| 1085 |
+
"optimizer_step": 272,
|
| 1086 |
+
"lr": 2.0639613688538734e-05,
|
| 1087 |
+
"lm_loss": 0.09801500290632248,
|
| 1088 |
+
"order_loss": 10.125,
|
| 1089 |
+
"ret_loss": 0.0,
|
| 1090 |
+
"pretrain_loss": 0.0,
|
| 1091 |
+
"total_loss": 1.1136399507522583
|
| 1092 |
+
},
|
| 1093 |
+
{
|
| 1094 |
+
"global_step": 2200,
|
| 1095 |
+
"optimizer_step": 275,
|
| 1096 |
+
"lr": 2.0122741949596797e-05,
|
| 1097 |
+
"lm_loss": 0.06945662200450897,
|
| 1098 |
+
"order_loss": 10.375,
|
| 1099 |
+
"ret_loss": 0.0,
|
| 1100 |
+
"pretrain_loss": 0.0,
|
| 1101 |
+
"total_loss": 1.1085190773010254
|
| 1102 |
+
},
|
| 1103 |
+
{
|
| 1104 |
+
"global_step": 2220,
|
| 1105 |
+
"optimizer_step": 277,
|
| 1106 |
+
"lr": 1.977934585819576e-05,
|
| 1107 |
+
"lm_loss": 0.03922974690794945,
|
| 1108 |
+
"order_loss": 0.578125,
|
| 1109 |
+
"ret_loss": 0.0,
|
| 1110 |
+
"pretrain_loss": 0.0,
|
| 1111 |
+
"total_loss": 0.09709107875823975
|
| 1112 |
+
},
|
| 1113 |
+
{
|
| 1114 |
+
"global_step": 2240,
|
| 1115 |
+
"optimizer_step": 280,
|
| 1116 |
+
"lr": 1.9266198182035058e-05,
|
| 1117 |
+
"lm_loss": 0.02954937517642975,
|
| 1118 |
+
"order_loss": 8.6875,
|
| 1119 |
+
"ret_loss": 0.0,
|
| 1120 |
+
"pretrain_loss": 0.0,
|
| 1121 |
+
"total_loss": 0.8967368602752686
|
| 1122 |
+
},
|
| 1123 |
+
{
|
| 1124 |
+
"global_step": 2260,
|
| 1125 |
+
"optimizer_step": 282,
|
| 1126 |
+
"lr": 1.8925495502418406e-05,
|
| 1127 |
+
"lm_loss": 0.139698788523674,
|
| 1128 |
+
"order_loss": 2.078125,
|
| 1129 |
+
"ret_loss": 0.0,
|
| 1130 |
+
"pretrain_loss": 0.0,
|
| 1131 |
+
"total_loss": 0.3477066159248352
|
| 1132 |
+
},
|
| 1133 |
+
{
|
| 1134 |
+
"global_step": 2280,
|
| 1135 |
+
"optimizer_step": 285,
|
| 1136 |
+
"lr": 1.841670267439088e-05,
|
| 1137 |
+
"lm_loss": 0.011173342354595661,
|
| 1138 |
+
"order_loss": 8.5,
|
| 1139 |
+
"ret_loss": 0.0,
|
| 1140 |
+
"pretrain_loss": 0.0,
|
| 1141 |
+
"total_loss": 0.8627358675003052
|
| 1142 |
+
},
|
| 1143 |
+
{
|
| 1144 |
+
"global_step": 2300,
|
| 1145 |
+
"optimizer_step": 287,
|
| 1146 |
+
"lr": 1.8079112214378768e-05,
|
| 1147 |
+
"lm_loss": 0.17559367418289185,
|
| 1148 |
+
"order_loss": 0.4140625,
|
| 1149 |
+
"ret_loss": 0.0,
|
| 1150 |
+
"pretrain_loss": 0.0,
|
| 1151 |
+
"total_loss": 0.21709758043289185
|
| 1152 |
+
},
|
| 1153 |
+
{
|
| 1154 |
+
"global_step": 2320,
|
| 1155 |
+
"optimizer_step": 290,
|
| 1156 |
+
"lr": 1.757529966665141e-05,
|
| 1157 |
+
"lm_loss": 0.006243659649044275,
|
| 1158 |
+
"order_loss": 0.5703125,
|
| 1159 |
+
"ret_loss": 0.0,
|
| 1160 |
+
"pretrain_loss": 0.0,
|
| 1161 |
+
"total_loss": 0.06337256729602814
|
| 1162 |
+
},
|
| 1163 |
+
{
|
| 1164 |
+
"global_step": 2340,
|
| 1165 |
+
"optimizer_step": 292,
|
| 1166 |
+
"lr": 1.72412364083767e-05,
|
| 1167 |
+
"lm_loss": 0.14298295974731445,
|
| 1168 |
+
"order_loss": 6.375,
|
| 1169 |
+
"ret_loss": 0.0,
|
| 1170 |
+
"pretrain_loss": 0.0,
|
| 1171 |
+
"total_loss": 0.7797017097473145
|
| 1172 |
+
},
|
| 1173 |
+
{
|
| 1174 |
+
"global_step": 2360,
|
| 1175 |
+
"optimizer_step": 295,
|
| 1176 |
+
"lr": 1.6743023451120832e-05,
|
| 1177 |
+
"lm_loss": 0.008350318297743797,
|
| 1178 |
+
"order_loss": 7.625,
|
| 1179 |
+
"ret_loss": 0.0,
|
| 1180 |
+
"pretrain_loss": 0.0,
|
| 1181 |
+
"total_loss": 0.7700690627098083
|
| 1182 |
+
},
|
| 1183 |
+
{
|
| 1184 |
+
"global_step": 2380,
|
| 1185 |
+
"optimizer_step": 297,
|
| 1186 |
+
"lr": 1.641289804091347e-05,
|
| 1187 |
+
"lm_loss": 0.0018649294506758451,
|
| 1188 |
+
"order_loss": 0.49609375,
|
| 1189 |
+
"ret_loss": 0.0,
|
| 1190 |
+
"pretrain_loss": 0.0,
|
| 1191 |
+
"total_loss": 0.051425475627183914
|
| 1192 |
+
},
|
| 1193 |
+
{
|
| 1194 |
+
"global_step": 2400,
|
| 1195 |
+
"optimizer_step": 300,
|
| 1196 |
+
"lr": 1.5920897101019383e-05,
|
| 1197 |
+
"lm_loss": 0.015821292996406555,
|
| 1198 |
+
"order_loss": 1.890625,
|
| 1199 |
+
"ret_loss": 0.0,
|
| 1200 |
+
"pretrain_loss": 0.0,
|
| 1201 |
+
"total_loss": 0.20527441799640656
|
| 1202 |
+
},
|
| 1203 |
+
{
|
| 1204 |
+
"global_step": 2420,
|
| 1205 |
+
"optimizer_step": 302,
|
| 1206 |
+
"lr": 1.5595115344620576e-05,
|
| 1207 |
+
"lm_loss": 0.003741772612556815,
|
| 1208 |
+
"order_loss": 7.125,
|
| 1209 |
+
"ret_loss": 0.0,
|
| 1210 |
+
"pretrain_loss": 0.0,
|
| 1211 |
+
"total_loss": 0.7146793007850647
|
| 1212 |
+
},
|
| 1213 |
+
{
|
| 1214 |
+
"global_step": 2440,
|
| 1215 |
+
"optimizer_step": 305,
|
| 1216 |
+
"lr": 1.5109931212873534e-05,
|
| 1217 |
+
"lm_loss": 0.06621229648590088,
|
| 1218 |
+
"order_loss": 8.3125,
|
| 1219 |
+
"ret_loss": 0.0,
|
| 1220 |
+
"pretrain_loss": 0.0,
|
| 1221 |
+
"total_loss": 0.8982435464859009
|
| 1222 |
+
},
|
| 1223 |
+
{
|
| 1224 |
+
"global_step": 2460,
|
| 1225 |
+
"optimizer_step": 307,
|
| 1226 |
+
"lr": 1.4788893576600099e-05,
|
| 1227 |
+
"lm_loss": 0.0009728831355459988,
|
| 1228 |
+
"order_loss": 4.125,
|
| 1229 |
+
"ret_loss": 0.0,
|
| 1230 |
+
"pretrain_loss": 0.0,
|
| 1231 |
+
"total_loss": 0.4130822718143463
|
| 1232 |
+
},
|
| 1233 |
+
{
|
| 1234 |
+
"global_step": 2480,
|
| 1235 |
+
"optimizer_step": 310,
|
| 1236 |
+
"lr": 1.4311122664242954e-05,
|
| 1237 |
+
"lm_loss": 0.04549931734800339,
|
| 1238 |
+
"order_loss": 10.9375,
|
| 1239 |
+
"ret_loss": 0.0,
|
| 1240 |
+
"pretrain_loss": 0.0,
|
| 1241 |
+
"total_loss": 1.139249324798584
|
| 1242 |
+
},
|
| 1243 |
+
{
|
| 1244 |
+
"global_step": 2500,
|
| 1245 |
+
"optimizer_step": 312,
|
| 1246 |
+
"lr": 1.399522378271527e-05,
|
| 1247 |
+
"lm_loss": 0.11413676291704178,
|
| 1248 |
+
"order_loss": 6.375,
|
| 1249 |
+
"ret_loss": 0.0,
|
| 1250 |
+
"pretrain_loss": 0.0,
|
| 1251 |
+
"total_loss": 0.7508555054664612
|
| 1252 |
+
},
|
| 1253 |
+
{
|
| 1254 |
+
"global_step": 2520,
|
| 1255 |
+
"optimizer_step": 315,
|
| 1256 |
+
"lr": 1.3525453388311554e-05,
|
| 1257 |
+
"lm_loss": 0.10787689685821533,
|
| 1258 |
+
"order_loss": 2.140625,
|
| 1259 |
+
"ret_loss": 0.0,
|
| 1260 |
+
"pretrain_loss": 0.0,
|
| 1261 |
+
"total_loss": 0.32174408435821533
|
| 1262 |
+
},
|
| 1263 |
+
{
|
| 1264 |
+
"global_step": 2540,
|
| 1265 |
+
"optimizer_step": 317,
|
| 1266 |
+
"lr": 1.3215081579350058e-05,
|
| 1267 |
+
"lm_loss": 0.030888289213180542,
|
| 1268 |
+
"order_loss": 10.5,
|
| 1269 |
+
"ret_loss": 0.0,
|
| 1270 |
+
"pretrain_loss": 0.0,
|
| 1271 |
+
"total_loss": 1.077763319015503
|
| 1272 |
+
},
|
| 1273 |
+
{
|
| 1274 |
+
"global_step": 2560,
|
| 1275 |
+
"optimizer_step": 320,
|
| 1276 |
+
"lr": 1.2753889166848909e-05,
|
| 1277 |
+
"lm_loss": 0.03854689002037048,
|
| 1278 |
+
"order_loss": 0.57421875,
|
| 1279 |
+
"ret_loss": 0.0,
|
| 1280 |
+
"pretrain_loss": 0.0,
|
| 1281 |
+
"total_loss": 0.09591993689537048
|
| 1282 |
+
},
|
| 1283 |
+
{
|
| 1284 |
+
"global_step": 2580,
|
| 1285 |
+
"optimizer_step": 322,
|
| 1286 |
+
"lr": 1.2449425954135452e-05,
|
| 1287 |
+
"lm_loss": 0.2630530595779419,
|
| 1288 |
+
"order_loss": 14.25,
|
| 1289 |
+
"ret_loss": 0.0,
|
| 1290 |
+
"pretrain_loss": 0.0,
|
| 1291 |
+
"total_loss": 1.684928059577942
|
| 1292 |
+
},
|
| 1293 |
+
{
|
| 1294 |
+
"global_step": 2600,
|
| 1295 |
+
"optimizer_step": 325,
|
| 1296 |
+
"lr": 1.1997378443025634e-05,
|
| 1297 |
+
"lm_loss": 0.10990487784147263,
|
| 1298 |
+
"order_loss": 7.34375,
|
| 1299 |
+
"ret_loss": 0.0,
|
| 1300 |
+
"pretrain_loss": 0.0,
|
| 1301 |
+
"total_loss": 0.8442798852920532
|
| 1302 |
+
},
|
| 1303 |
+
{
|
| 1304 |
+
"global_step": 2620,
|
| 1305 |
+
"optimizer_step": 327,
|
| 1306 |
+
"lr": 1.1699198087116589e-05,
|
| 1307 |
+
"lm_loss": 0.04186360910534859,
|
| 1308 |
+
"order_loss": 9.3125,
|
| 1309 |
+
"ret_loss": 0.0,
|
| 1310 |
+
"pretrain_loss": 0.0,
|
| 1311 |
+
"total_loss": 0.9715511202812195
|
| 1312 |
+
},
|
| 1313 |
+
{
|
| 1314 |
+
"global_step": 2640,
|
| 1315 |
+
"optimizer_step": 330,
|
| 1316 |
+
"lr": 1.1256851155542298e-05,
|
| 1317 |
+
"lm_loss": 0.11763086169958115,
|
| 1318 |
+
"order_loss": 2.140625,
|
| 1319 |
+
"ret_loss": 0.0,
|
| 1320 |
+
"pretrain_loss": 0.0,
|
| 1321 |
+
"total_loss": 0.33149805665016174
|
| 1322 |
+
},
|
| 1323 |
+
{
|
| 1324 |
+
"global_step": 2660,
|
| 1325 |
+
"optimizer_step": 332,
|
| 1326 |
+
"lr": 1.0965320193809808e-05,
|
| 1327 |
+
"lm_loss": 0.14429472386837006,
|
| 1328 |
+
"order_loss": 1.8125,
|
| 1329 |
+
"ret_loss": 0.0,
|
| 1330 |
+
"pretrain_loss": 0.0,
|
| 1331 |
+
"total_loss": 0.32593536376953125
|
| 1332 |
+
},
|
| 1333 |
+
{
|
| 1334 |
+
"global_step": 2680,
|
| 1335 |
+
"optimizer_step": 335,
|
| 1336 |
+
"lr": 1.0533217595504858e-05,
|
| 1337 |
+
"lm_loss": 0.22491441667079926,
|
| 1338 |
+
"order_loss": 4.9375,
|
| 1339 |
+
"ret_loss": 0.0,
|
| 1340 |
+
"pretrain_loss": 0.0,
|
| 1341 |
+
"total_loss": 0.7190550565719604
|
| 1342 |
+
},
|
| 1343 |
+
{
|
| 1344 |
+
"global_step": 2700,
|
| 1345 |
+
"optimizer_step": 337,
|
| 1346 |
+
"lr": 1.0248694391571801e-05,
|
| 1347 |
+
"lm_loss": 0.003117700107395649,
|
| 1348 |
+
"order_loss": 0.419921875,
|
| 1349 |
+
"ret_loss": 0.0,
|
| 1350 |
+
"pretrain_loss": 0.0,
|
| 1351 |
+
"total_loss": 0.045109886676073074
|
| 1352 |
+
},
|
| 1353 |
+
{
|
| 1354 |
+
"global_step": 2720,
|
| 1355 |
+
"optimizer_step": 340,
|
| 1356 |
+
"lr": 9.82736728745186e-06,
|
| 1357 |
+
"lm_loss": 0.011510773561894894,
|
| 1358 |
+
"order_loss": 0.51171875,
|
| 1359 |
+
"ret_loss": 0.0,
|
| 1360 |
+
"pretrain_loss": 0.0,
|
| 1361 |
+
"total_loss": 0.06278030574321747
|
| 1362 |
+
},
|
| 1363 |
+
{
|
| 1364 |
+
"global_step": 2740,
|
| 1365 |
+
"optimizer_step": 342,
|
| 1366 |
+
"lr": 9.550201590674343e-06,
|
| 1367 |
+
"lm_loss": 0.01877027004957199,
|
| 1368 |
+
"order_loss": 0.49609375,
|
| 1369 |
+
"ret_loss": 0.0,
|
| 1370 |
+
"pretrain_loss": 0.0,
|
| 1371 |
+
"total_loss": 0.06833081692457199
|
| 1372 |
+
},
|
| 1373 |
+
{
|
| 1374 |
+
"global_step": 2760,
|
| 1375 |
+
"optimizer_step": 345,
|
| 1376 |
+
"lr": 9.140167895908867e-06,
|
| 1377 |
+
"lm_loss": 0.0532258115708828,
|
| 1378 |
+
"order_loss": 0.50390625,
|
| 1379 |
+
"ret_loss": 0.0,
|
| 1380 |
+
"pretrain_loss": 0.0,
|
| 1381 |
+
"total_loss": 0.1035187840461731
|
| 1382 |
+
},
|
| 1383 |
+
{
|
| 1384 |
+
"global_step": 2780,
|
| 1385 |
+
"optimizer_step": 347,
|
| 1386 |
+
"lr": 8.870700411447816e-06,
|
| 1387 |
+
"lm_loss": 0.0666762962937355,
|
| 1388 |
+
"order_loss": 2.578125,
|
| 1389 |
+
"ret_loss": 0.0,
|
| 1390 |
+
"pretrain_loss": 0.0,
|
| 1391 |
+
"total_loss": 0.3244887888431549
|
| 1392 |
+
},
|
| 1393 |
+
{
|
| 1394 |
+
"global_step": 2800,
|
| 1395 |
+
"optimizer_step": 350,
|
| 1396 |
+
"lr": 8.472464158814255e-06,
|
| 1397 |
+
"lm_loss": 0.0009983705822378397,
|
| 1398 |
+
"order_loss": 0.435546875,
|
| 1399 |
+
"ret_loss": 0.0,
|
| 1400 |
+
"pretrain_loss": 0.0,
|
| 1401 |
+
"total_loss": 0.044455401599407196
|
| 1402 |
+
},
|
| 1403 |
+
{
|
| 1404 |
+
"global_step": 2820,
|
| 1405 |
+
"optimizer_step": 352,
|
| 1406 |
+
"lr": 8.211026128824539e-06,
|
| 1407 |
+
"lm_loss": 0.1332000195980072,
|
| 1408 |
+
"order_loss": 0.462890625,
|
| 1409 |
+
"ret_loss": 0.0,
|
| 1410 |
+
"pretrain_loss": 0.0,
|
| 1411 |
+
"total_loss": 0.1795867383480072
|
| 1412 |
+
},
|
| 1413 |
+
{
|
| 1414 |
+
"global_step": 2840,
|
| 1415 |
+
"optimizer_step": 355,
|
| 1416 |
+
"lr": 7.825076849127458e-06,
|
| 1417 |
+
"lm_loss": 0.023493848741054535,
|
| 1418 |
+
"order_loss": 0.458984375,
|
| 1419 |
+
"ret_loss": 0.0,
|
| 1420 |
+
"pretrain_loss": 0.0,
|
| 1421 |
+
"total_loss": 0.06939228624105453
|
| 1422 |
+
},
|
| 1423 |
+
{
|
| 1424 |
+
"global_step": 2860,
|
| 1425 |
+
"optimizer_step": 357,
|
| 1426 |
+
"lr": 7.571989645579419e-06,
|
| 1427 |
+
"lm_loss": 0.0681009292602539,
|
| 1428 |
+
"order_loss": 4.8125,
|
| 1429 |
+
"ret_loss": 0.0,
|
| 1430 |
+
"pretrain_loss": 0.0,
|
| 1431 |
+
"total_loss": 0.5485696792602539
|
| 1432 |
+
},
|
| 1433 |
+
{
|
| 1434 |
+
"global_step": 2880,
|
| 1435 |
+
"optimizer_step": 360,
|
| 1436 |
+
"lr": 7.198801765896115e-06,
|
| 1437 |
+
"lm_loss": 0.006353474222123623,
|
| 1438 |
+
"order_loss": 0.5078125,
|
| 1439 |
+
"ret_loss": 0.0,
|
| 1440 |
+
"pretrain_loss": 0.0,
|
| 1441 |
+
"total_loss": 0.0571347251534462
|
| 1442 |
+
},
|
| 1443 |
+
{
|
| 1444 |
+
"global_step": 2900,
|
| 1445 |
+
"optimizer_step": 362,
|
| 1446 |
+
"lr": 6.9543764955299265e-06,
|
| 1447 |
+
"lm_loss": 0.0028620318043977022,
|
| 1448 |
+
"order_loss": 3.890625,
|
| 1449 |
+
"ret_loss": 0.0,
|
| 1450 |
+
"pretrain_loss": 0.0,
|
| 1451 |
+
"total_loss": 0.39153391122817993
|
| 1452 |
+
},
|
| 1453 |
+
{
|
| 1454 |
+
"global_step": 2920,
|
| 1455 |
+
"optimizer_step": 365,
|
| 1456 |
+
"lr": 6.594408756022272e-06,
|
| 1457 |
+
"lm_loss": 0.005971711128950119,
|
| 1458 |
+
"order_loss": 5.5,
|
| 1459 |
+
"ret_loss": 0.0,
|
| 1460 |
+
"pretrain_loss": 0.0,
|
| 1461 |
+
"total_loss": 0.5567529797554016
|
| 1462 |
+
},
|
| 1463 |
+
{
|
| 1464 |
+
"global_step": 2940,
|
| 1465 |
+
"optimizer_step": 367,
|
| 1466 |
+
"lr": 6.358945877920861e-06,
|
| 1467 |
+
"lm_loss": 0.05849083140492439,
|
| 1468 |
+
"order_loss": 4.875,
|
| 1469 |
+
"ret_loss": 0.0,
|
| 1470 |
+
"pretrain_loss": 0.0,
|
| 1471 |
+
"total_loss": 0.5467720627784729
|
| 1472 |
+
},
|
| 1473 |
+
{
|
| 1474 |
+
"global_step": 2960,
|
| 1475 |
+
"optimizer_step": 370,
|
| 1476 |
+
"lr": 6.012640767930217e-06,
|
| 1477 |
+
"lm_loss": 0.18078665435314178,
|
| 1478 |
+
"order_loss": 12.8125,
|
| 1479 |
+
"ret_loss": 0.0,
|
| 1480 |
+
"pretrain_loss": 0.0,
|
| 1481 |
+
"total_loss": 1.4620366096496582
|
| 1482 |
+
},
|
| 1483 |
+
{
|
| 1484 |
+
"global_step": 2980,
|
| 1485 |
+
"optimizer_step": 372,
|
| 1486 |
+
"lr": 5.7864297241808e-06,
|
| 1487 |
+
"lm_loss": 0.05860599875450134,
|
| 1488 |
+
"order_loss": 2.046875,
|
| 1489 |
+
"ret_loss": 0.0,
|
| 1490 |
+
"pretrain_loss": 0.0,
|
| 1491 |
+
"total_loss": 0.26368412375450134
|
| 1492 |
+
},
|
| 1493 |
+
{
|
| 1494 |
+
"global_step": 3000,
|
| 1495 |
+
"optimizer_step": 375,
|
| 1496 |
+
"lr": 5.454212938299255e-06,
|
| 1497 |
+
"lm_loss": 0.05029923841357231,
|
| 1498 |
+
"order_loss": 2.890625,
|
| 1499 |
+
"ret_loss": 0.0,
|
| 1500 |
+
"pretrain_loss": 0.0,
|
| 1501 |
+
"total_loss": 0.3393617272377014
|
| 1502 |
+
},
|
| 1503 |
+
{
|
| 1504 |
+
"global_step": 3020,
|
| 1505 |
+
"optimizer_step": 377,
|
| 1506 |
+
"lr": 5.237531798197415e-06,
|
| 1507 |
+
"lm_loss": 0.039003096520900726,
|
| 1508 |
+
"order_loss": 2.40625,
|
| 1509 |
+
"ret_loss": 0.0,
|
| 1510 |
+
"pretrain_loss": 0.0,
|
| 1511 |
+
"total_loss": 0.2792374789714813
|
| 1512 |
+
},
|
| 1513 |
+
{
|
| 1514 |
+
"global_step": 3040,
|
| 1515 |
+
"optimizer_step": 380,
|
| 1516 |
+
"lr": 4.91981171298388e-06,
|
| 1517 |
+
"lm_loss": 0.019721290096640587,
|
| 1518 |
+
"order_loss": 4.53125,
|
| 1519 |
+
"ret_loss": 0.0,
|
| 1520 |
+
"pretrain_loss": 0.0,
|
| 1521 |
+
"total_loss": 0.47284629940986633
|
| 1522 |
+
},
|
| 1523 |
+
{
|
| 1524 |
+
"global_step": 3060,
|
| 1525 |
+
"optimizer_step": 382,
|
| 1526 |
+
"lr": 4.712926831217685e-06,
|
| 1527 |
+
"lm_loss": 0.014654128812253475,
|
| 1528 |
+
"order_loss": 5.125,
|
| 1529 |
+
"ret_loss": 0.0,
|
| 1530 |
+
"pretrain_loss": 0.0,
|
| 1531 |
+
"total_loss": 0.5263728499412537
|
| 1532 |
+
},
|
| 1533 |
+
{
|
| 1534 |
+
"global_step": 3080,
|
| 1535 |
+
"optimizer_step": 385,
|
| 1536 |
+
"lr": 4.410094003202134e-06,
|
| 1537 |
+
"lm_loss": 0.009477559477090836,
|
| 1538 |
+
"order_loss": 4.21875,
|
| 1539 |
+
"ret_loss": 0.0,
|
| 1540 |
+
"pretrain_loss": 0.0,
|
| 1541 |
+
"total_loss": 0.43135255575180054
|
| 1542 |
+
},
|
| 1543 |
+
{
|
| 1544 |
+
"global_step": 3100,
|
| 1545 |
+
"optimizer_step": 387,
|
| 1546 |
+
"lr": 4.213259692436367e-06,
|
| 1547 |
+
"lm_loss": 0.038297541439533234,
|
| 1548 |
+
"order_loss": 0.58984375,
|
| 1549 |
+
"ret_loss": 0.0,
|
| 1550 |
+
"pretrain_loss": 0.0,
|
| 1551 |
+
"total_loss": 0.09737957268953323
|
| 1552 |
+
},
|
| 1553 |
+
{
|
| 1554 |
+
"global_step": 3120,
|
| 1555 |
+
"optimizer_step": 390,
|
| 1556 |
+
"lr": 3.925686378029331e-06,
|
| 1557 |
+
"lm_loss": 0.002167547820135951,
|
| 1558 |
+
"order_loss": 2.9375,
|
| 1559 |
+
"ret_loss": 0.0,
|
| 1560 |
+
"pretrain_loss": 0.0,
|
| 1561 |
+
"total_loss": 0.29513630270957947
|
| 1562 |
+
},
|
| 1563 |
+
{
|
| 1564 |
+
"global_step": 3140,
|
| 1565 |
+
"optimizer_step": 392,
|
| 1566 |
+
"lr": 3.739144596292382e-06,
|
| 1567 |
+
"lm_loss": 0.06833820044994354,
|
| 1568 |
+
"order_loss": 7.21875,
|
| 1569 |
+
"ret_loss": 0.0,
|
| 1570 |
+
"pretrain_loss": 0.0,
|
| 1571 |
+
"total_loss": 0.7909944653511047
|
| 1572 |
+
},
|
| 1573 |
+
{
|
| 1574 |
+
"global_step": 3160,
|
| 1575 |
+
"optimizer_step": 395,
|
| 1576 |
+
"lr": 3.4671842941897765e-06,
|
| 1577 |
+
"lm_loss": 0.061994630843400955,
|
| 1578 |
+
"order_loss": 6.71875,
|
| 1579 |
+
"ret_loss": 0.0,
|
| 1580 |
+
"pretrain_loss": 0.0,
|
| 1581 |
+
"total_loss": 0.7338696122169495
|
| 1582 |
+
},
|
| 1583 |
+
{
|
| 1584 |
+
"global_step": 3180,
|
| 1585 |
+
"optimizer_step": 397,
|
| 1586 |
+
"lr": 3.2911643474473646e-06,
|
| 1587 |
+
"lm_loss": 0.07153192907571793,
|
| 1588 |
+
"order_loss": 15.625,
|
| 1589 |
+
"ret_loss": 0.0,
|
| 1590 |
+
"pretrain_loss": 0.0,
|
| 1591 |
+
"total_loss": 1.634031891822815
|
| 1592 |
+
},
|
| 1593 |
+
{
|
| 1594 |
+
"global_step": 3200,
|
| 1595 |
+
"optimizer_step": 400,
|
| 1596 |
+
"lr": 3.035151364093214e-06,
|
| 1597 |
+
"lm_loss": 0.08712345361709595,
|
| 1598 |
+
"order_loss": 4.5625,
|
| 1599 |
+
"ret_loss": 0.0,
|
| 1600 |
+
"pretrain_loss": 0.0,
|
| 1601 |
+
"total_loss": 0.544154703617096
|
| 1602 |
+
},
|
| 1603 |
+
{
|
| 1604 |
+
"global_step": 3220,
|
| 1605 |
+
"optimizer_step": 402,
|
| 1606 |
+
"lr": 2.869869624374699e-06,
|
| 1607 |
+
"lm_loss": 0.007641367614269257,
|
| 1608 |
+
"order_loss": 0.515625,
|
| 1609 |
+
"ret_loss": 0.0,
|
| 1610 |
+
"pretrain_loss": 0.0,
|
| 1611 |
+
"total_loss": 0.05915503948926926
|
| 1612 |
+
},
|
| 1613 |
+
{
|
| 1614 |
+
"global_step": 3240,
|
| 1615 |
+
"optimizer_step": 405,
|
| 1616 |
+
"lr": 2.6301186630158485e-06,
|
| 1617 |
+
"lm_loss": 0.03585567697882652,
|
| 1618 |
+
"order_loss": 2.875,
|
| 1619 |
+
"ret_loss": 0.0,
|
| 1620 |
+
"pretrain_loss": 0.0,
|
| 1621 |
+
"total_loss": 0.3229650557041168
|
| 1622 |
+
},
|
| 1623 |
+
{
|
| 1624 |
+
"global_step": 3260,
|
| 1625 |
+
"optimizer_step": 407,
|
| 1626 |
+
"lr": 2.475778302439524e-06,
|
| 1627 |
+
"lm_loss": 0.019787823781371117,
|
| 1628 |
+
"order_loss": 8.0625,
|
| 1629 |
+
"ret_loss": 0.0,
|
| 1630 |
+
"pretrain_loss": 0.0,
|
| 1631 |
+
"total_loss": 0.8244753479957581
|
| 1632 |
+
},
|
| 1633 |
+
{
|
| 1634 |
+
"global_step": 3280,
|
| 1635 |
+
"optimizer_step": 410,
|
| 1636 |
+
"lr": 2.2525840762775863e-06,
|
| 1637 |
+
"lm_loss": 0.0721445083618164,
|
| 1638 |
+
"order_loss": 0.55078125,
|
| 1639 |
+
"ret_loss": 0.0,
|
| 1640 |
+
"pretrain_loss": 0.0,
|
| 1641 |
+
"total_loss": 0.1273202896118164
|
| 1642 |
+
},
|
| 1643 |
+
{
|
| 1644 |
+
"global_step": 3300,
|
| 1645 |
+
"optimizer_step": 412,
|
| 1646 |
+
"lr": 2.1093748173018848e-06,
|
| 1647 |
+
"lm_loss": 0.00331833865493536,
|
| 1648 |
+
"order_loss": 2.328125,
|
| 1649 |
+
"ret_loss": 0.0,
|
| 1650 |
+
"pretrain_loss": 0.0,
|
| 1651 |
+
"total_loss": 0.23574021458625793
|
| 1652 |
+
},
|
| 1653 |
+
{
|
| 1654 |
+
"global_step": 3320,
|
| 1655 |
+
"optimizer_step": 415,
|
| 1656 |
+
"lr": 1.9030116872178316e-06,
|
| 1657 |
+
"lm_loss": 0.006559357047080994,
|
| 1658 |
+
"order_loss": 5.3125,
|
| 1659 |
+
"ret_loss": 0.0,
|
| 1660 |
+
"pretrain_loss": 0.0,
|
| 1661 |
+
"total_loss": 0.5378093719482422
|
| 1662 |
+
},
|
| 1663 |
+
{
|
| 1664 |
+
"global_step": 3340,
|
| 1665 |
+
"optimizer_step": 417,
|
| 1666 |
+
"lr": 1.771109569425547e-06,
|
| 1667 |
+
"lm_loss": 0.04810601472854614,
|
| 1668 |
+
"order_loss": 2.4375,
|
| 1669 |
+
"ret_loss": 0.0,
|
| 1670 |
+
"pretrain_loss": 0.0,
|
| 1671 |
+
"total_loss": 0.29224663972854614
|
| 1672 |
+
},
|
| 1673 |
+
{
|
| 1674 |
+
"global_step": 3360,
|
| 1675 |
+
"optimizer_step": 420,
|
| 1676 |
+
"lr": 1.5818312067223672e-06,
|
| 1677 |
+
"lm_loss": 0.003982152324169874,
|
| 1678 |
+
"order_loss": 1.3671875,
|
| 1679 |
+
"ret_loss": 0.0,
|
| 1680 |
+
"pretrain_loss": 0.0,
|
| 1681 |
+
"total_loss": 0.14070090651512146
|
| 1682 |
+
},
|
| 1683 |
+
{
|
| 1684 |
+
"global_step": 3380,
|
| 1685 |
+
"optimizer_step": 422,
|
| 1686 |
+
"lr": 1.4613983704244826e-06,
|
| 1687 |
+
"lm_loss": 0.17571698129177094,
|
| 1688 |
+
"order_loss": 5.96875,
|
| 1689 |
+
"ret_loss": 0.0,
|
| 1690 |
+
"pretrain_loss": 0.0,
|
| 1691 |
+
"total_loss": 0.7733732461929321
|
| 1692 |
+
},
|
| 1693 |
+
{
|
| 1694 |
+
"global_step": 3400,
|
| 1695 |
+
"optimizer_step": 425,
|
| 1696 |
+
"lr": 1.2894374450024338e-06,
|
| 1697 |
+
"lm_loss": 0.019567493349313736,
|
| 1698 |
+
"order_loss": 5.15625,
|
| 1699 |
+
"ret_loss": 0.0,
|
| 1700 |
+
"pretrain_loss": 0.0,
|
| 1701 |
+
"total_loss": 0.5351924896240234
|
| 1702 |
+
},
|
| 1703 |
+
{
|
| 1704 |
+
"global_step": 3420,
|
| 1705 |
+
"optimizer_step": 427,
|
| 1706 |
+
"lr": 1.180621931927592e-06,
|
| 1707 |
+
"lm_loss": 0.03337744250893593,
|
| 1708 |
+
"order_loss": 14.375,
|
| 1709 |
+
"ret_loss": 0.0,
|
| 1710 |
+
"pretrain_loss": 0.0,
|
| 1711 |
+
"total_loss": 1.4708774089813232
|
| 1712 |
+
},
|
| 1713 |
+
{
|
| 1714 |
+
"global_step": 3440,
|
| 1715 |
+
"optimizer_step": 430,
|
| 1716 |
+
"lr": 1.0261898262753812e-06,
|
| 1717 |
+
"lm_loss": 0.0028542871586978436,
|
| 1718 |
+
"order_loss": 0.57421875,
|
| 1719 |
+
"ret_loss": 0.0,
|
| 1720 |
+
"pretrain_loss": 0.0,
|
| 1721 |
+
"total_loss": 0.06022733449935913
|
| 1722 |
+
},
|
| 1723 |
+
{
|
| 1724 |
+
"global_step": 3460,
|
| 1725 |
+
"optimizer_step": 432,
|
| 1726 |
+
"lr": 9.291253975900139e-07,
|
| 1727 |
+
"lm_loss": 0.014378996565937996,
|
| 1728 |
+
"order_loss": 16.0,
|
| 1729 |
+
"ret_loss": 0.0,
|
| 1730 |
+
"pretrain_loss": 0.0,
|
| 1731 |
+
"total_loss": 1.6159415245056152
|
| 1732 |
+
},
|
| 1733 |
+
{
|
| 1734 |
+
"global_step": 3480,
|
| 1735 |
+
"optimizer_step": 435,
|
| 1736 |
+
"lr": 7.924119469434665e-07,
|
| 1737 |
+
"lm_loss": 0.036327168345451355,
|
| 1738 |
+
"order_loss": 15.6875,
|
| 1739 |
+
"ret_loss": 0.0,
|
| 1740 |
+
"pretrain_loss": 0.0,
|
| 1741 |
+
"total_loss": 1.6066396236419678
|
| 1742 |
+
},
|
| 1743 |
+
{
|
| 1744 |
+
"global_step": 3500,
|
| 1745 |
+
"optimizer_step": 437,
|
| 1746 |
+
"lr": 7.072179188262251e-07,
|
| 1747 |
+
"lm_loss": 0.000982360914349556,
|
| 1748 |
+
"order_loss": 4.34375,
|
| 1749 |
+
"ret_loss": 0.0,
|
| 1750 |
+
"pretrain_loss": 0.0,
|
| 1751 |
+
"total_loss": 0.4345761239528656
|
| 1752 |
+
},
|
| 1753 |
+
{
|
| 1754 |
+
"global_step": 3520,
|
| 1755 |
+
"optimizer_step": 440,
|
| 1756 |
+
"lr": 5.883911778138324e-07,
|
| 1757 |
+
"lm_loss": 0.0022143865935504436,
|
| 1758 |
+
"order_loss": 5.9375,
|
| 1759 |
+
"ret_loss": 0.0,
|
| 1760 |
+
"pretrain_loss": 0.0,
|
| 1761 |
+
"total_loss": 0.5959643721580505
|
| 1762 |
+
},
|
| 1763 |
+
{
|
| 1764 |
+
"global_step": 3540,
|
| 1765 |
+
"optimizer_step": 442,
|
| 1766 |
+
"lr": 5.151722747865434e-07,
|
| 1767 |
+
"lm_loss": 0.012908331118524075,
|
| 1768 |
+
"order_loss": 4.4375,
|
| 1769 |
+
"ret_loss": 0.0,
|
| 1770 |
+
"pretrain_loss": 0.0,
|
| 1771 |
+
"total_loss": 0.45626771450042725
|
| 1772 |
+
},
|
| 1773 |
+
{
|
| 1774 |
+
"global_step": 3560,
|
| 1775 |
+
"optimizer_step": 445,
|
| 1776 |
+
"lr": 4.1437831084878974e-07,
|
| 1777 |
+
"lm_loss": 0.0010357230203226209,
|
| 1778 |
+
"order_loss": 3.515625,
|
| 1779 |
+
"ret_loss": 0.0,
|
| 1780 |
+
"pretrain_loss": 0.0,
|
| 1781 |
+
"total_loss": 0.3525982201099396
|
| 1782 |
+
},
|
| 1783 |
+
{
|
| 1784 |
+
"global_step": 3580,
|
| 1785 |
+
"optimizer_step": 447,
|
| 1786 |
+
"lr": 3.5322453704410286e-07,
|
| 1787 |
+
"lm_loss": 0.5370543003082275,
|
| 1788 |
+
"order_loss": 0.43359375,
|
| 1789 |
+
"ret_loss": 0.0,
|
| 1790 |
+
"pretrain_loss": 0.0,
|
| 1791 |
+
"total_loss": 0.5805113315582275
|
| 1792 |
+
},
|
| 1793 |
+
{
|
| 1794 |
+
"global_step": 3600,
|
| 1795 |
+
"optimizer_step": 450,
|
| 1796 |
+
"lr": 2.705872508804747e-07,
|
| 1797 |
+
"lm_loss": 0.10633448511362076,
|
| 1798 |
+
"order_loss": 4.03125,
|
| 1799 |
+
"ret_loss": 0.0,
|
| 1800 |
+
"pretrain_loss": 0.0,
|
| 1801 |
+
"total_loss": 0.5086782574653625
|
| 1802 |
+
},
|
| 1803 |
+
{
|
| 1804 |
+
"global_step": 3620,
|
| 1805 |
+
"optimizer_step": 452,
|
| 1806 |
+
"lr": 2.215737794045436e-07,
|
| 1807 |
+
"lm_loss": 0.1830780804157257,
|
| 1808 |
+
"order_loss": 0.63671875,
|
| 1809 |
+
"ret_loss": 0.0,
|
| 1810 |
+
"pretrain_loss": 0.0,
|
| 1811 |
+
"total_loss": 0.2465546429157257
|
| 1812 |
+
},
|
| 1813 |
+
{
|
| 1814 |
+
"global_step": 3640,
|
| 1815 |
+
"optimizer_step": 455,
|
| 1816 |
+
"lr": 1.571947526689349e-07,
|
| 1817 |
+
"lm_loss": 0.8363267779350281,
|
| 1818 |
+
"order_loss": 0.53125,
|
| 1819 |
+
"ret_loss": 0.0,
|
| 1820 |
+
"pretrain_loss": 0.0,
|
| 1821 |
+
"total_loss": 0.8895494341850281
|
| 1822 |
+
},
|
| 1823 |
+
{
|
| 1824 |
+
"global_step": 3660,
|
| 1825 |
+
"optimizer_step": 457,
|
| 1826 |
+
"lr": 1.2038183319507955e-07,
|
| 1827 |
+
"lm_loss": 0.026316160336136818,
|
| 1828 |
+
"order_loss": 2.265625,
|
| 1829 |
+
"ret_loss": 0.0,
|
| 1830 |
+
"pretrain_loss": 0.0,
|
| 1831 |
+
"total_loss": 0.25287866592407227
|
| 1832 |
+
},
|
| 1833 |
+
{
|
| 1834 |
+
"global_step": 3680,
|
| 1835 |
+
"optimizer_step": 460,
|
| 1836 |
+
"lr": 7.434020362682704e-08,
|
| 1837 |
+
"lm_loss": 0.008695156313478947,
|
| 1838 |
+
"order_loss": 2.46875,
|
| 1839 |
+
"ret_loss": 0.0,
|
| 1840 |
+
"pretrain_loss": 0.0,
|
| 1841 |
+
"total_loss": 0.25576546788215637
|
| 1842 |
+
},
|
| 1843 |
+
{
|
| 1844 |
+
"global_step": 3700,
|
| 1845 |
+
"optimizer_step": 462,
|
| 1846 |
+
"lr": 4.977308833379324e-08,
|
| 1847 |
+
"lm_loss": 0.007303787861019373,
|
| 1848 |
+
"order_loss": 5.40625,
|
| 1849 |
+
"ret_loss": 0.0,
|
| 1850 |
+
"pretrain_loss": 0.0,
|
| 1851 |
+
"total_loss": 0.546366274356842
|
| 1852 |
+
},
|
| 1853 |
+
{
|
| 1854 |
+
"global_step": 3720,
|
| 1855 |
+
"optimizer_step": 465,
|
| 1856 |
+
"lr": 2.2125452477828047e-08,
|
| 1857 |
+
"lm_loss": 0.004434170667082071,
|
| 1858 |
+
"order_loss": 14.0,
|
| 1859 |
+
"ret_loss": 0.0,
|
| 1860 |
+
"pretrain_loss": 0.0,
|
| 1861 |
+
"total_loss": 1.4028717279434204
|
| 1862 |
+
},
|
| 1863 |
+
{
|
| 1864 |
+
"global_step": 3740,
|
| 1865 |
+
"optimizer_step": 467,
|
| 1866 |
+
"lr": 9.834340423678368e-09,
|
| 1867 |
+
"lm_loss": 0.1859811246395111,
|
| 1868 |
+
"order_loss": 8.125,
|
| 1869 |
+
"ret_loss": 0.0,
|
| 1870 |
+
"pretrain_loss": 0.0,
|
| 1871 |
+
"total_loss": 0.9984811544418335
|
| 1872 |
+
}
|
| 1873 |
+
]
|
| 1874 |
+
}
|