checkpoint-538 | step 538 | loss 0.4087 | 1.3% complete
Browse files- .gitattributes +1 -0
- checkpoint-538/README.md +91 -0
- checkpoint-538/adapter_config.json +48 -0
- checkpoint-538/adapter_model.safetensors +3 -0
- checkpoint-538/chat_template.jinja +54 -0
- checkpoint-538/optimizer.pt +3 -0
- checkpoint-538/rng_state.pth +3 -0
- checkpoint-538/scheduler.pt +3 -0
- checkpoint-538/tokenizer.json +3 -0
- checkpoint-538/tokenizer_config.json +30 -0
- checkpoint-538/trainer_state.json +405 -0
- checkpoint-538/training_args.bin +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
checkpoint-42/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
checkpoint-42/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
checkpoint-538/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-538/README.md
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# ScriptSwiftAI v12 (Dikshan)
|
| 2 |
+
|
| 3 |
+
> QLoRA fine-tuned full-stack code generation model by **Dikshan** (India).
|
| 4 |
+
> Covers Python, Django, Flask, FastAPI, React, Next.js, TypeScript, SQL, Docker.
|
| 5 |
+
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
## License
|
| 9 |
+
|
| 10 |
+
**CC BY-NC 4.0** — Non-commercial use only. Must credit Dikshan / ScriptSwiftAI.
|
| 11 |
+
https://creativecommons.org/licenses/by-nc/4.0/
|
| 12 |
+
|
| 13 |
+
**Copyright © 2026 Dikshan. All rights reserved.**
|
| 14 |
+
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
## Model Details
|
| 18 |
+
|
| 19 |
+
| Property | Value |
|
| 20 |
+
|---|---|
|
| 21 |
+
| **Base Model** | Qwen2.5-Coder-7B-Instruct |
|
| 22 |
+
| **Method** | QLoRA (4-bit, r=64) |
|
| 23 |
+
| **Hardware** | NVIDIA RTX 5070 Ti 16GB |
|
| 24 |
+
| **Target Steps** | 40,000 |
|
| 25 |
+
| **Dataset** | ~450-500k samples (17 datasets) |
|
| 26 |
+
| **Max Length** | 1536 tokens |
|
| 27 |
+
| **Developer** | Dikshan (India) |
|
| 28 |
+
| **Training Started** | June 2026 |
|
| 29 |
+
|
| 30 |
+
---
|
| 31 |
+
|
| 32 |
+
## Changelog / Training Timeline
|
| 33 |
+
|
| 34 |
+
*Auto-updated by train_v12.py on every checkpoint save.*
|
| 35 |
+
*Append-only — entries never overwritten. HuggingFace commit history provides timestamps.*
|
| 36 |
+
|
| 37 |
+
|
| 38 |
+
---
|
| 39 |
+
|
| 40 |
+
### 🔵 Checkpoint — Step 13
|
| 41 |
+
**Date:** June 22, 2026 at 18:44 IST
|
| 42 |
+
**Checkpoint:** checkpoint-13
|
| 43 |
+
**Step:** 13 / 40,000 (0.0% complete)
|
| 44 |
+
**Loss:** 0.6164
|
| 45 |
+
**Epoch:** 0.000
|
| 46 |
+
**Zone:** 📚 Learning
|
| 47 |
+
**Status:** Training ongoing — auto-uploaded via train_v12.py
|
| 48 |
+
|
| 49 |
+
---
|
| 50 |
+
|
| 51 |
+
### 🔵 Checkpoint — Step 25
|
| 52 |
+
**Date:** June 22, 2026 at 18:50 IST
|
| 53 |
+
**Checkpoint:** checkpoint-25
|
| 54 |
+
**Step:** 25 / 40,000 (0.1% complete)
|
| 55 |
+
**Loss:** 0.6057
|
| 56 |
+
**Epoch:** 0.001
|
| 57 |
+
**Zone:** 📚 Learning
|
| 58 |
+
**Status:** Training ongoing — auto-uploaded via train_v12.py
|
| 59 |
+
|
| 60 |
+
---
|
| 61 |
+
|
| 62 |
+
### 🔵 Checkpoint — Step 36
|
| 63 |
+
**Date:** June 22, 2026 at 18:58 IST
|
| 64 |
+
**Checkpoint:** checkpoint-36
|
| 65 |
+
**Step:** 36 / 40,000 (0.1% complete)
|
| 66 |
+
**Loss:** 0.5508
|
| 67 |
+
**Epoch:** 0.001
|
| 68 |
+
**Zone:** 📚 Learning
|
| 69 |
+
**Status:** Training ongoing — auto-uploaded via train_v12.py
|
| 70 |
+
|
| 71 |
+
---
|
| 72 |
+
|
| 73 |
+
### 🔵 Checkpoint — Step 42
|
| 74 |
+
**Date:** June 22, 2026 at 19:08 IST
|
| 75 |
+
**Checkpoint:** checkpoint-42
|
| 76 |
+
**Step:** 42 / 40,000 (0.1% complete)
|
| 77 |
+
**Loss:** 0.5525
|
| 78 |
+
**Epoch:** 0.001
|
| 79 |
+
**Zone:** 📚 Learning
|
| 80 |
+
**Status:** Training ongoing — auto-uploaded via train_v12.py
|
| 81 |
+
|
| 82 |
+
---
|
| 83 |
+
|
| 84 |
+
### 🔵 Checkpoint — Step 538
|
| 85 |
+
**Date:** June 22, 2026 at 23:38 IST
|
| 86 |
+
**Checkpoint:** checkpoint-538
|
| 87 |
+
**Step:** 538 / 40,000 (1.3% complete)
|
| 88 |
+
**Loss:** 0.4087
|
| 89 |
+
**Epoch:** 0.015
|
| 90 |
+
**Zone:** 📈 Good
|
| 91 |
+
**Status:** Training ongoing — auto-uploaded via train_v12.py
|
checkpoint-538/adapter_config.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": null,
|
| 6 |
+
"base_model_name_or_path": "Qwen/Qwen2.5-Coder-7B-Instruct",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"corda_config": null,
|
| 9 |
+
"ensure_weight_tying": false,
|
| 10 |
+
"eva_config": null,
|
| 11 |
+
"exclude_modules": null,
|
| 12 |
+
"fan_in_fan_out": false,
|
| 13 |
+
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
+
"layer_replication": null,
|
| 16 |
+
"layers_pattern": null,
|
| 17 |
+
"layers_to_transform": null,
|
| 18 |
+
"loftq_config": {},
|
| 19 |
+
"lora_alpha": 128,
|
| 20 |
+
"lora_bias": false,
|
| 21 |
+
"lora_dropout": 0.05,
|
| 22 |
+
"lora_ga_config": null,
|
| 23 |
+
"megatron_config": null,
|
| 24 |
+
"megatron_core": "megatron.core",
|
| 25 |
+
"modules_to_save": null,
|
| 26 |
+
"peft_type": "LORA",
|
| 27 |
+
"peft_version": "0.19.1",
|
| 28 |
+
"qalora_group_size": 16,
|
| 29 |
+
"r": 64,
|
| 30 |
+
"rank_pattern": {},
|
| 31 |
+
"revision": null,
|
| 32 |
+
"target_modules": [
|
| 33 |
+
"gate_proj",
|
| 34 |
+
"down_proj",
|
| 35 |
+
"q_proj",
|
| 36 |
+
"up_proj",
|
| 37 |
+
"k_proj",
|
| 38 |
+
"v_proj",
|
| 39 |
+
"o_proj"
|
| 40 |
+
],
|
| 41 |
+
"target_parameters": null,
|
| 42 |
+
"task_type": "CAUSAL_LM",
|
| 43 |
+
"trainable_token_indices": null,
|
| 44 |
+
"use_bdlora": null,
|
| 45 |
+
"use_dora": false,
|
| 46 |
+
"use_qalora": false,
|
| 47 |
+
"use_rslora": false
|
| 48 |
+
}
|
checkpoint-538/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5e9cea40c4980dc7dce2d06ebf62112755890b7c2b00a2fdd376878eeb9887a
|
| 3 |
+
size 645975704
|
checkpoint-538/chat_template.jinja
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- if tools %}
|
| 2 |
+
{{- '<|im_start|>system\n' }}
|
| 3 |
+
{%- if messages[0]['role'] == 'system' %}
|
| 4 |
+
{{- messages[0]['content'] }}
|
| 5 |
+
{%- else %}
|
| 6 |
+
{{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
|
| 7 |
+
{%- endif %}
|
| 8 |
+
{{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
|
| 9 |
+
{%- for tool in tools %}
|
| 10 |
+
{{- "\n" }}
|
| 11 |
+
{{- tool | tojson }}
|
| 12 |
+
{%- endfor %}
|
| 13 |
+
{{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
|
| 14 |
+
{%- else %}
|
| 15 |
+
{%- if messages[0]['role'] == 'system' %}
|
| 16 |
+
{{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
|
| 17 |
+
{%- else %}
|
| 18 |
+
{{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
|
| 19 |
+
{%- endif %}
|
| 20 |
+
{%- endif %}
|
| 21 |
+
{%- for message in messages %}
|
| 22 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
|
| 23 |
+
{{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
|
| 24 |
+
{%- elif message.role == "assistant" %}
|
| 25 |
+
{{- '<|im_start|>' + message.role }}
|
| 26 |
+
{%- if message.content %}
|
| 27 |
+
{{- '\n' + message.content }}
|
| 28 |
+
{%- endif %}
|
| 29 |
+
{%- for tool_call in message.tool_calls %}
|
| 30 |
+
{%- if tool_call.function is defined %}
|
| 31 |
+
{%- set tool_call = tool_call.function %}
|
| 32 |
+
{%- endif %}
|
| 33 |
+
{{- '\n<tool_call>\n{"name": "' }}
|
| 34 |
+
{{- tool_call.name }}
|
| 35 |
+
{{- '", "arguments": ' }}
|
| 36 |
+
{{- tool_call.arguments | tojson }}
|
| 37 |
+
{{- '}\n</tool_call>' }}
|
| 38 |
+
{%- endfor %}
|
| 39 |
+
{{- '<|im_end|>\n' }}
|
| 40 |
+
{%- elif message.role == "tool" %}
|
| 41 |
+
{%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
|
| 42 |
+
{{- '<|im_start|>user' }}
|
| 43 |
+
{%- endif %}
|
| 44 |
+
{{- '\n<tool_response>\n' }}
|
| 45 |
+
{{- message.content }}
|
| 46 |
+
{{- '\n</tool_response>' }}
|
| 47 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 48 |
+
{{- '<|im_end|>\n' }}
|
| 49 |
+
{%- endif %}
|
| 50 |
+
{%- endif %}
|
| 51 |
+
{%- endfor %}
|
| 52 |
+
{%- if add_generation_prompt %}
|
| 53 |
+
{{- '<|im_start|>assistant\n' }}
|
| 54 |
+
{%- endif %}
|
checkpoint-538/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8158b33dde01e963f6a2b216b4d9b2d700f58814f332103393a0f5bb2df410eb
|
| 3 |
+
size 329492947
|
checkpoint-538/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf3a14211598d81954783acc140c27e64749b81e849d36c20a56b2373a13520d
|
| 3 |
+
size 14645
|
checkpoint-538/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45c0982a169908f5951ac15b8b32627129331d4b841e7e9f5317c22a77238608
|
| 3 |
+
size 1465
|
checkpoint-538/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3fd169731d2cbde95e10bf356d66d5997fd885dd8dbb6fb4684da3f23b2585d8
|
| 3 |
+
size 11421892
|
checkpoint-538/tokenizer_config.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"extra_special_tokens": [
|
| 9 |
+
"<|im_start|>",
|
| 10 |
+
"<|im_end|>",
|
| 11 |
+
"<|object_ref_start|>",
|
| 12 |
+
"<|object_ref_end|>",
|
| 13 |
+
"<|box_start|>",
|
| 14 |
+
"<|box_end|>",
|
| 15 |
+
"<|quad_start|>",
|
| 16 |
+
"<|quad_end|>",
|
| 17 |
+
"<|vision_start|>",
|
| 18 |
+
"<|vision_end|>",
|
| 19 |
+
"<|vision_pad|>",
|
| 20 |
+
"<|image_pad|>",
|
| 21 |
+
"<|video_pad|>"
|
| 22 |
+
],
|
| 23 |
+
"is_local": false,
|
| 24 |
+
"local_files_only": false,
|
| 25 |
+
"model_max_length": 32768,
|
| 26 |
+
"pad_token": "<|im_end|>",
|
| 27 |
+
"split_special_tokens": false,
|
| 28 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 29 |
+
"unk_token": null
|
| 30 |
+
}
|
checkpoint-538/trainer_state.json
ADDED
|
@@ -0,0 +1,405 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.014672436753431089,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 538,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"epoch": 0.0002922796166022129,
|
| 14 |
+
"grad_norm": 0.3604201674461365,
|
| 15 |
+
"learning_rate": 1.8e-06,
|
| 16 |
+
"loss": 0.6163836479187011,
|
| 17 |
+
"step": 10
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.0005845592332044258,
|
| 21 |
+
"grad_norm": 0.307494193315506,
|
| 22 |
+
"learning_rate": 3.8e-06,
|
| 23 |
+
"loss": 0.6056640148162842,
|
| 24 |
+
"step": 20
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.00014613980830110646,
|
| 28 |
+
"grad_norm": 0.1861964464187622,
|
| 29 |
+
"learning_rate": 5.8e-06,
|
| 30 |
+
"loss": 0.5507771968841553,
|
| 31 |
+
"step": 30
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.00011691184664088517,
|
| 35 |
+
"grad_norm": 0.18063770234584808,
|
| 36 |
+
"learning_rate": 7.8e-06,
|
| 37 |
+
"loss": 0.5524736642837524,
|
| 38 |
+
"step": 40
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.0004091914632430981,
|
| 42 |
+
"grad_norm": 0.1831495314836502,
|
| 43 |
+
"learning_rate": 9.800000000000001e-06,
|
| 44 |
+
"loss": 0.5550893783569336,
|
| 45 |
+
"step": 50
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.000701471079845311,
|
| 49 |
+
"grad_norm": 0.2708336412906647,
|
| 50 |
+
"learning_rate": 1.18e-05,
|
| 51 |
+
"loss": 0.5027066707611084,
|
| 52 |
+
"step": 60
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.0009937506964475238,
|
| 56 |
+
"grad_norm": 0.16506414115428925,
|
| 57 |
+
"learning_rate": 1.3800000000000002e-05,
|
| 58 |
+
"loss": 0.5025710105895996,
|
| 59 |
+
"step": 70
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.0012860303130497368,
|
| 63 |
+
"grad_norm": 0.7222521305084229,
|
| 64 |
+
"learning_rate": 1.58e-05,
|
| 65 |
+
"loss": 0.44574794769287107,
|
| 66 |
+
"step": 80
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.0015783099296519498,
|
| 70 |
+
"grad_norm": 0.3094443678855896,
|
| 71 |
+
"learning_rate": 1.78e-05,
|
| 72 |
+
"loss": 0.463105583190918,
|
| 73 |
+
"step": 90
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.0018705895462541628,
|
| 77 |
+
"grad_norm": 0.22881925106048584,
|
| 78 |
+
"learning_rate": 1.9800000000000004e-05,
|
| 79 |
+
"loss": 0.47495498657226565,
|
| 80 |
+
"step": 100
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.0021628691628563755,
|
| 84 |
+
"grad_norm": 0.2994537055492401,
|
| 85 |
+
"learning_rate": 2.18e-05,
|
| 86 |
+
"loss": 0.44906439781188967,
|
| 87 |
+
"step": 110
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.0024551487794585887,
|
| 91 |
+
"grad_norm": 0.22821807861328125,
|
| 92 |
+
"learning_rate": 2.38e-05,
|
| 93 |
+
"loss": 0.4511695384979248,
|
| 94 |
+
"step": 120
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.0027474283960608015,
|
| 98 |
+
"grad_norm": 0.23172526061534882,
|
| 99 |
+
"learning_rate": 2.58e-05,
|
| 100 |
+
"loss": 0.45236430168151853,
|
| 101 |
+
"step": 130
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.003039708012663014,
|
| 105 |
+
"grad_norm": 0.25378280878067017,
|
| 106 |
+
"learning_rate": 2.7800000000000005e-05,
|
| 107 |
+
"loss": 0.49311389923095705,
|
| 108 |
+
"step": 140
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.0033319876292652274,
|
| 112 |
+
"grad_norm": 0.30715328454971313,
|
| 113 |
+
"learning_rate": 2.98e-05,
|
| 114 |
+
"loss": 0.45659761428833007,
|
| 115 |
+
"step": 150
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.00362426724586744,
|
| 119 |
+
"grad_norm": 0.2318553328514099,
|
| 120 |
+
"learning_rate": 3.18e-05,
|
| 121 |
+
"loss": 0.48353352546691897,
|
| 122 |
+
"step": 160
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.003916546862469653,
|
| 126 |
+
"grad_norm": 0.3422481417655945,
|
| 127 |
+
"learning_rate": 3.38e-05,
|
| 128 |
+
"loss": 0.48243284225463867,
|
| 129 |
+
"step": 170
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.004208826479071866,
|
| 133 |
+
"grad_norm": 0.2627033591270447,
|
| 134 |
+
"learning_rate": 3.58e-05,
|
| 135 |
+
"loss": 0.44968676567077637,
|
| 136 |
+
"step": 180
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.004501106095674079,
|
| 140 |
+
"grad_norm": 0.270560622215271,
|
| 141 |
+
"learning_rate": 3.7800000000000004e-05,
|
| 142 |
+
"loss": 0.43050732612609866,
|
| 143 |
+
"step": 190
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 0.004793385712276292,
|
| 147 |
+
"grad_norm": 0.29916077852249146,
|
| 148 |
+
"learning_rate": 3.9800000000000005e-05,
|
| 149 |
+
"loss": 0.38156795501708984,
|
| 150 |
+
"step": 200
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 0.005085665328878505,
|
| 154 |
+
"grad_norm": 0.29618600010871887,
|
| 155 |
+
"learning_rate": 4.18e-05,
|
| 156 |
+
"loss": 0.41876654624938964,
|
| 157 |
+
"step": 210
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"epoch": 0.005377944945480718,
|
| 161 |
+
"grad_norm": 0.24618731439113617,
|
| 162 |
+
"learning_rate": 4.38e-05,
|
| 163 |
+
"loss": 0.4200754642486572,
|
| 164 |
+
"step": 220
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 0.00567022456208293,
|
| 168 |
+
"grad_norm": 0.4028846323490143,
|
| 169 |
+
"learning_rate": 4.58e-05,
|
| 170 |
+
"loss": 0.4128837585449219,
|
| 171 |
+
"step": 230
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 0.0059625041786851435,
|
| 175 |
+
"grad_norm": 0.2899196445941925,
|
| 176 |
+
"learning_rate": 4.78e-05,
|
| 177 |
+
"loss": 0.4727485656738281,
|
| 178 |
+
"step": 240
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"epoch": 0.006254783795287357,
|
| 182 |
+
"grad_norm": 0.372092068195343,
|
| 183 |
+
"learning_rate": 4.9800000000000004e-05,
|
| 184 |
+
"loss": 0.3837599754333496,
|
| 185 |
+
"step": 250
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 0.00654706341188957,
|
| 189 |
+
"grad_norm": 0.27367591857910156,
|
| 190 |
+
"learning_rate": 5.1800000000000005e-05,
|
| 191 |
+
"loss": 0.4533690929412842,
|
| 192 |
+
"step": 260
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 0.006839343028491782,
|
| 196 |
+
"grad_norm": 0.2826191782951355,
|
| 197 |
+
"learning_rate": 5.380000000000001e-05,
|
| 198 |
+
"loss": 0.5056231021881104,
|
| 199 |
+
"step": 270
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 0.007131622645093995,
|
| 203 |
+
"grad_norm": 0.34035593271255493,
|
| 204 |
+
"learning_rate": 5.580000000000001e-05,
|
| 205 |
+
"loss": 0.4258269309997559,
|
| 206 |
+
"step": 280
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"epoch": 0.0074239022616962086,
|
| 210 |
+
"grad_norm": 0.2767459750175476,
|
| 211 |
+
"learning_rate": 5.7799999999999995e-05,
|
| 212 |
+
"loss": 0.3629124641418457,
|
| 213 |
+
"step": 290
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 0.007716181878298421,
|
| 217 |
+
"grad_norm": 0.2805218994617462,
|
| 218 |
+
"learning_rate": 5.9800000000000003e-05,
|
| 219 |
+
"loss": 0.35598738193511964,
|
| 220 |
+
"step": 300
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 0.008008461494900634,
|
| 224 |
+
"grad_norm": 0.32115164399147034,
|
| 225 |
+
"learning_rate": 6.18e-05,
|
| 226 |
+
"loss": 0.45623183250427246,
|
| 227 |
+
"step": 310
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 0.008300741111502847,
|
| 231 |
+
"grad_norm": 0.25464335083961487,
|
| 232 |
+
"learning_rate": 6.38e-05,
|
| 233 |
+
"loss": 0.3766467809677124,
|
| 234 |
+
"step": 320
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.00859302072810506,
|
| 238 |
+
"grad_norm": 0.240229070186615,
|
| 239 |
+
"learning_rate": 6.58e-05,
|
| 240 |
+
"loss": 0.4206503391265869,
|
| 241 |
+
"step": 330
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 0.008885300344707274,
|
| 245 |
+
"grad_norm": 0.24640053510665894,
|
| 246 |
+
"learning_rate": 6.780000000000001e-05,
|
| 247 |
+
"loss": 0.42534866333007815,
|
| 248 |
+
"step": 340
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"epoch": 0.009177579961309485,
|
| 252 |
+
"grad_norm": 0.22595764696598053,
|
| 253 |
+
"learning_rate": 6.98e-05,
|
| 254 |
+
"loss": 0.4169299602508545,
|
| 255 |
+
"step": 350
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"epoch": 0.009469859577911698,
|
| 259 |
+
"grad_norm": 0.2035064995288849,
|
| 260 |
+
"learning_rate": 7.18e-05,
|
| 261 |
+
"loss": 0.36454784870147705,
|
| 262 |
+
"step": 360
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 0.009762139194513911,
|
| 266 |
+
"grad_norm": 0.21908830106258392,
|
| 267 |
+
"learning_rate": 7.38e-05,
|
| 268 |
+
"loss": 0.39443838596343994,
|
| 269 |
+
"step": 370
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"epoch": 0.010054418811116125,
|
| 273 |
+
"grad_norm": 0.2039889395236969,
|
| 274 |
+
"learning_rate": 7.58e-05,
|
| 275 |
+
"loss": 0.4549224853515625,
|
| 276 |
+
"step": 380
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 0.010346698427718338,
|
| 280 |
+
"grad_norm": 0.24606066942214966,
|
| 281 |
+
"learning_rate": 7.780000000000001e-05,
|
| 282 |
+
"loss": 0.3763291835784912,
|
| 283 |
+
"step": 390
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 0.010638978044320551,
|
| 287 |
+
"grad_norm": 0.4349507689476013,
|
| 288 |
+
"learning_rate": 7.98e-05,
|
| 289 |
+
"loss": 0.42160859107971194,
|
| 290 |
+
"step": 400
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 0.010931257660922762,
|
| 294 |
+
"grad_norm": 0.2086913138628006,
|
| 295 |
+
"learning_rate": 8.18e-05,
|
| 296 |
+
"loss": 0.4335451126098633,
|
| 297 |
+
"step": 410
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 0.011223537277524976,
|
| 301 |
+
"grad_norm": 0.21672461926937103,
|
| 302 |
+
"learning_rate": 8.38e-05,
|
| 303 |
+
"loss": 0.39824934005737306,
|
| 304 |
+
"step": 420
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 0.011515816894127189,
|
| 308 |
+
"grad_norm": 0.34380897879600525,
|
| 309 |
+
"learning_rate": 8.58e-05,
|
| 310 |
+
"loss": 0.4544211387634277,
|
| 311 |
+
"step": 430
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 0.011808096510729402,
|
| 315 |
+
"grad_norm": 0.2024194449186325,
|
| 316 |
+
"learning_rate": 8.78e-05,
|
| 317 |
+
"loss": 0.4060193061828613,
|
| 318 |
+
"step": 440
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 0.012100376127331615,
|
| 322 |
+
"grad_norm": 0.22563715279102325,
|
| 323 |
+
"learning_rate": 8.98e-05,
|
| 324 |
+
"loss": 0.3707286834716797,
|
| 325 |
+
"step": 450
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 0.012392655743933828,
|
| 329 |
+
"grad_norm": 0.20325998961925507,
|
| 330 |
+
"learning_rate": 9.180000000000001e-05,
|
| 331 |
+
"loss": 0.37896702289581297,
|
| 332 |
+
"step": 460
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 0.012684935360536042,
|
| 336 |
+
"grad_norm": 0.20927369594573975,
|
| 337 |
+
"learning_rate": 9.38e-05,
|
| 338 |
+
"loss": 0.4257774829864502,
|
| 339 |
+
"step": 470
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.012977214977138253,
|
| 343 |
+
"grad_norm": 0.2156561017036438,
|
| 344 |
+
"learning_rate": 9.58e-05,
|
| 345 |
+
"loss": 0.33562607765197755,
|
| 346 |
+
"step": 480
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 0.013269494593740466,
|
| 350 |
+
"grad_norm": 0.17501753568649292,
|
| 351 |
+
"learning_rate": 9.78e-05,
|
| 352 |
+
"loss": 0.4147501945495605,
|
| 353 |
+
"step": 490
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 0.01356177421034268,
|
| 357 |
+
"grad_norm": 0.243160679936409,
|
| 358 |
+
"learning_rate": 9.98e-05,
|
| 359 |
+
"loss": 0.411363410949707,
|
| 360 |
+
"step": 500
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 0.013854053826944893,
|
| 364 |
+
"grad_norm": 0.2272544652223587,
|
| 365 |
+
"learning_rate": 0.00010180000000000001,
|
| 366 |
+
"loss": 0.36809728145599363,
|
| 367 |
+
"step": 510
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"epoch": 0.014146333443547106,
|
| 371 |
+
"grad_norm": 0.2265583574771881,
|
| 372 |
+
"learning_rate": 0.0001038,
|
| 373 |
+
"loss": 0.352154016494751,
|
| 374 |
+
"step": 520
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"epoch": 0.014438613060149319,
|
| 378 |
+
"grad_norm": 0.21968695521354675,
|
| 379 |
+
"learning_rate": 0.00010580000000000001,
|
| 380 |
+
"loss": 0.40874533653259276,
|
| 381 |
+
"step": 530
|
| 382 |
+
}
|
| 383 |
+
],
|
| 384 |
+
"logging_steps": 10,
|
| 385 |
+
"max_steps": 40000,
|
| 386 |
+
"num_input_tokens_seen": 0,
|
| 387 |
+
"num_train_epochs": 2,
|
| 388 |
+
"save_steps": 1000,
|
| 389 |
+
"stateful_callbacks": {
|
| 390 |
+
"TrainerControl": {
|
| 391 |
+
"args": {
|
| 392 |
+
"should_epoch_stop": false,
|
| 393 |
+
"should_evaluate": false,
|
| 394 |
+
"should_log": false,
|
| 395 |
+
"should_save": true,
|
| 396 |
+
"should_training_stop": false
|
| 397 |
+
},
|
| 398 |
+
"attributes": {}
|
| 399 |
+
}
|
| 400 |
+
},
|
| 401 |
+
"total_flos": 5.737320845357875e+17,
|
| 402 |
+
"train_batch_size": 1,
|
| 403 |
+
"trial_name": null,
|
| 404 |
+
"trial_params": null
|
| 405 |
+
}
|
checkpoint-538/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e6ab51bd599651344f26a67a1d940a2b6432da90051bdf388dcef2423ea1342d
|
| 3 |
+
size 5329
|