acidsound commited on
Commit
b01f984
·
verified ·
1 Parent(s): 13ecc5a

Refresh model card for qwen3_5_4b_runtime_dialogue_unsloth_wsl_full_gatefix_20260310

Browse files
Files changed (1) hide show
  1. README.md +47 -33
README.md CHANGED
@@ -1,33 +1,47 @@
1
- ---
2
- base_model: Qwen/Qwen3.5-4B
3
- tags:
4
- - acidnet
5
- - lora
6
- - gguf
7
- - qwen
8
- ---
9
-
10
- # AcidNet Model Artifacts
11
-
12
- This repo stores portable AcidNet model artifacts.
13
-
14
- It is a registry, not the live runtime mount. AcidNet still serves and evaluates local files after you restore them into the repo working tree.
15
-
16
- ## Latest Published Run
17
-
18
- - run: `qwen3_5_4b_runtime_dialogue_unsloth_wsl_full_headsync_20260308`
19
- - base model: `Qwen/Qwen3.5-4B`
20
- - adapter repo path: `runs/qwen3_5_4b_runtime_dialogue_unsloth_wsl_full_headsync_20260308/adapter`
21
- - publish manifest: `runs/qwen3_5_4b_runtime_dialogue_unsloth_wsl_full_headsync_20260308/manifests/publish_manifest.json`
22
- - repo card: `README.md`
23
-
24
- ## Restore Map
25
-
26
- - restore `runs/qwen3_5_4b_runtime_dialogue_unsloth_wsl_full_headsync_20260308/adapter` into a local directory such as `data/training/qwen3_5_4b_runtime_dialogue_unsloth_wsl_full_headsync_20260308_adapter/` for `local_peft` dev/eval parity
27
- - restore the GGUF files below into `data/gguf/` for `llama-server`
28
- - keep the base `Q4_K_M` model in a separate local path such as `models/`; this repo stores only the fine-tuned adapter artifacts
29
-
30
- ## GGUF Files
31
-
32
- - `data/gguf/qwen3_5_4b_runtime_dialogue_unsloth_wsl_full_headsync_20260308_adapter-f16.gguf` -> `runs/qwen3_5_4b_runtime_dialogue_unsloth_wsl_full_headsync_20260308/gguf/adapter-f16.gguf`
33
- - `data/gguf/qwen3_5_4b_runtime_dialogue_unsloth_wsl_full_headsync_20260308_adapter_manifest.json` -> `runs/qwen3_5_4b_runtime_dialogue_unsloth_wsl_full_headsync_20260308/gguf/adapter_manifest.json`
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen3.5-4B
3
+ tags:
4
+ - acidnet
5
+ - lora
6
+ - gguf
7
+ - qwen
8
+ ---
9
+
10
+ # AcidNet Model Artifacts
11
+
12
+ This repo stores portable AcidNet model artifacts.
13
+
14
+ It is a registry, not the live runtime mount. AcidNet still serves and evaluates local files after you restore them into the repo working tree.
15
+
16
+ ## Latest Uploaded Run
17
+
18
+ - run: `qwen3_5_4b_runtime_dialogue_unsloth_wsl_full_gatefix_20260310`
19
+ - promotion status: `failed_gate`
20
+ - base model: `Qwen/Qwen3.5-4B`
21
+ - adapter repo path: `runs/qwen3_5_4b_runtime_dialogue_unsloth_wsl_full_gatefix_20260310/adapter`
22
+ - publish manifest: `runs/qwen3_5_4b_runtime_dialogue_unsloth_wsl_full_gatefix_20260310/manifests/publish_manifest.json`
23
+ - repo card: `README.md`
24
+
25
+ ## Promoted Alias
26
+
27
+ - not updated by this publish
28
+
29
+ ## Gate Summary
30
+
31
+ - gate passed: `False`
32
+ - prompt average score: `0.979`
33
+ - prompt rows with failures: `4`
34
+ - prompt average latency ms: `2444.762`
35
+ - circulation score: `0.807`
36
+ - starving npc count: `0`
37
+ - source report: `data/eval/model_gate_runtime_dialogue_unsloth_wsl_full_gatefix_20260310_report.json`
38
+
39
+ ## Restore Map
40
+
41
+ - restore `runs/qwen3_5_4b_runtime_dialogue_unsloth_wsl_full_gatefix_20260310/adapter` into a local directory such as `data/training/qwen3_5_4b_runtime_dialogue_unsloth_wsl_full_gatefix_20260310_adapter/` for `local_peft` dev/eval parity
42
+ - restore the GGUF files below into `data/gguf/` for `llama-server`
43
+ - keep the base `Q4_K_M` model in a separate local path such as `models/`; this repo stores only the fine-tuned adapter artifacts
44
+
45
+ ## GGUF Files
46
+
47
+ - none