Starred commited on
Training in progress, step 1000
Browse files- README.md +1 -1
- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- masking_sanity.json +2 -2
- run_summary.json +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -4,9 +4,9 @@ library_name: transformers
|
|
| 4 |
model_name: obsidian-critic-qwen35-4b-base-lora
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
|
|
|
| 7 |
- trl
|
| 8 |
- unsloth
|
| 9 |
-
- sft
|
| 10 |
licence: license
|
| 11 |
---
|
| 12 |
|
|
|
|
| 4 |
model_name: obsidian-critic-qwen35-4b-base-lora
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
+
- sft
|
| 8 |
- trl
|
| 9 |
- unsloth
|
|
|
|
| 10 |
licence: license
|
| 11 |
---
|
| 12 |
|
adapter_config.json
CHANGED
|
@@ -33,12 +33,12 @@
|
|
| 33 |
"rank_pattern": {},
|
| 34 |
"revision": null,
|
| 35 |
"target_modules": [
|
| 36 |
-
"gate_proj",
|
| 37 |
-
"k_proj",
|
| 38 |
-
"o_proj",
|
| 39 |
-
"down_proj",
|
| 40 |
"v_proj",
|
| 41 |
"q_proj",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
"up_proj"
|
| 43 |
],
|
| 44 |
"target_parameters": null,
|
|
|
|
| 33 |
"rank_pattern": {},
|
| 34 |
"revision": null,
|
| 35 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
"v_proj",
|
| 37 |
"q_proj",
|
| 38 |
+
"gate_proj",
|
| 39 |
+
"down_proj",
|
| 40 |
+
"o_proj",
|
| 41 |
+
"k_proj",
|
| 42 |
"up_proj"
|
| 43 |
],
|
| 44 |
"target_parameters": null,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 84972248
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7f16ebf88a0d95056235f2d36fa0dde45d635dd19fe373f7221414a1374b7f8
|
| 3 |
size 84972248
|
masking_sanity.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"masked_tokens": 0,
|
| 3 |
-
"supervised_tokens":
|
| 4 |
"first_supervised_index": 0,
|
| 5 |
-
"supervised_preview": "System:\\
|
| 6 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"masked_tokens": 0,
|
| 3 |
+
"supervised_tokens": 174,
|
| 4 |
"first_supervised_index": 0,
|
| 5 |
+
"supervised_preview": "System:\\nReturn the smallest useful answer. Do not invent missing evidence.\\n\\nUser:\\nGitHub issue\ntitle: export path still points at legacy folder\nrepo: apps/desktop-shell\nbranch: hotfix/06-36\nsteps:\n1. run `npm run build`\n2. open `src/bootstrap.ts`\n3. symptom: ENOENT: no such file or directory, open 'dist/server.js'\nexpected: one source"
|
| 6 |
}
|
run_summary.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
| 13 |
"hub_push_enabled": true,
|
| 14 |
"hub_model_id": "Starred09/obsidian-critic-qwen35-4b-base-lora",
|
| 15 |
"hub_strategy": "checkpoint",
|
| 16 |
-
"resume_from_checkpoint":
|
| 17 |
"train_examples_after_filter": 36081,
|
| 18 |
"validation_examples_after_filter": 363
|
| 19 |
}
|
|
|
|
| 13 |
"hub_push_enabled": true,
|
| 14 |
"hub_model_id": "Starred09/obsidian-critic-qwen35-4b-base-lora",
|
| 15 |
"hub_strategy": "checkpoint",
|
| 16 |
+
"resume_from_checkpoint": "/kaggle/working/obsidian_critic_qwen35_t4x2_unsloth/hub_resume/last-checkpoint",
|
| 17 |
"train_examples_after_filter": 36081,
|
| 18 |
"validation_examples_after_filter": 363
|
| 19 |
}
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5841
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c39bdfd581a6de355d794e4165fae9336ff85f4eeb9590da60305570e0139f34
|
| 3 |
size 5841
|