issdandavis commited on
Commit
90f93e4
·
verified ·
1 Parent(s): 0c5e3a8

Upload scbe_merge_summary.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. scbe_merge_summary.json +51 -0
scbe_merge_summary.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": "scbe_coding_model_merge_result_v1",
3
+ "merge_id": "coding-agent-qwen-merged-coding-model-v2",
4
+ "base_model": "Qwen/Qwen2.5-Coder-0.5B-Instruct",
5
+ "output_model_repo": "issdandavis/scbe-coding-agent-qwen-merged-coding-model-v2",
6
+ "merge_mode": "weighted",
7
+ "adapters": [
8
+ {
9
+ "profile_id": "coding-agent-qwen-online-v2",
10
+ "stage": "cross_tongue_coder",
11
+ "adapter_repo": "issdandavis/scbe-coding-agent-qwen-online-v2",
12
+ "weight": 0.12,
13
+ "required": true
14
+ },
15
+ {
16
+ "profile_id": "coding-agent-qwen-binary-geoseal-v3",
17
+ "stage": "binary_geoseal_coder",
18
+ "adapter_repo": "issdandavis/scbe-coding-agent-qwen-binary-geoseal-v3",
19
+ "weight": 0.16,
20
+ "required": true
21
+ },
22
+ {
23
+ "profile_id": "coding-agent-qwen-geoseal-command-v4",
24
+ "stage": "command_recall_geoseal_coder",
25
+ "adapter_repo": "issdandavis/scbe-coding-agent-qwen-geoseal-command-v4",
26
+ "weight": 0.17,
27
+ "required": true
28
+ },
29
+ {
30
+ "profile_id": "coding-agent-qwen-atomic-workflow-stage6",
31
+ "stage": "atomic_workflow_resource_decay",
32
+ "adapter_repo": "issdandavis/scbe-coding-agent-qwen-atomic-workflow-stage6",
33
+ "weight": 0.25,
34
+ "required": true
35
+ },
36
+ {
37
+ "profile_id": "coding-agent-qwen-ca-geoseal-smoke-repair-v1",
38
+ "stage": "ca_geoseal_smoke_repair",
39
+ "adapter_repo": "issdandavis/scbe-coding-agent-qwen-ca-geoseal-smoke-repair-v1",
40
+ "weight": 0.3,
41
+ "required": true
42
+ }
43
+ ],
44
+ "blocked_adapters": [
45
+ {
46
+ "profile_id": "coding-agent-qwen-command-harmony-v5",
47
+ "adapter_repo": "issdandavis/scbe-coding-agent-qwen-command-harmony-v5",
48
+ "reason": "Repo was not found on Hugging Face during 2026-04-25 setup. Train or publish this adapter before adding it to the merge."
49
+ }
50
+ ]
51
+ }