issdandavis commited on
Commit
7a02b48
·
verified ·
1 Parent(s): c29afd3

Upload scbe_merge_summary.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. scbe_merge_summary.json +44 -0
scbe_merge_summary.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": "scbe_coding_model_merge_result_v1",
3
+ "merge_id": "coding-agent-qwen-merged-coding-model-v1",
4
+ "base_model": "Qwen/Qwen2.5-Coder-0.5B-Instruct",
5
+ "output_model_repo": "issdandavis/scbe-coding-agent-qwen-merged-coding-model-v1",
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.2,
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.2,
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.2,
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.4,
34
+ "required": true
35
+ }
36
+ ],
37
+ "blocked_adapters": [
38
+ {
39
+ "profile_id": "coding-agent-qwen-command-harmony-v5",
40
+ "adapter_repo": "issdandavis/scbe-coding-agent-qwen-command-harmony-v5",
41
+ "reason": "Repo was not found on Hugging Face during 2026-04-25 setup. Train or publish this adapter before adding it to the merge."
42
+ }
43
+ ]
44
+ }