CodeXomics commited on
Commit
f713245
·
verified ·
1 Parent(s): 19db9e9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -10
README.md CHANGED
@@ -42,16 +42,39 @@ integration. Source code and documentation:
42
  ## Evaluation
43
 
44
  On the CodeXomics Benchmark (172 automatic tests: 143 single-operation, 29 multi-step), evaluated
45
- in the real application loop with task-completion scoring plus execution evidence:
46
-
47
- | Suite | Passed / Total |
48
- | --- | --- |
49
- | Simple | 143/143 |
50
- | Complex | 29/29 |
51
- | **Total** | **172/172 (100%)** |
52
-
53
- 100% was achieved in multiple independent complete sessions (simple: 2026-08-04 and 2026-08-07;
54
- complex: 2026-08-04 and 2026-08-10). Inference settings: temperature 0, thinking enabled.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
 
56
  ## Usage
57
 
 
42
  ## Evaluation
43
 
44
  On the CodeXomics Benchmark (172 automatic tests: 143 single-operation, 29 multi-step), evaluated
45
+ in the real application loop with task-completion scoring plus execution evidence. Both the
46
+ fine-tuned model and the un-fine-tuned Qwen3.5-4B baseline were evaluated in three independent
47
+ complete sessions; results were identical across sessions for both models.
48
+
49
+ | Suite | Qwen3.5-4B (base) | CodeXomics-ToolAgent-4B-v1 |
50
+ | --- | ---: | ---: |
51
+ | Simple | 139/143 | 143/143 |
52
+ | Complex | 26/29 | 29/29 |
53
+ | **Total** | **165/172 (95.9%)** | **172/172 (100%)** |
54
+
55
+ Fine-tuning improved the overall accuracy by 7 tests (+4 simple, +3 complex). Inference settings:
56
+ temperature 0, thinking enabled.
57
+
58
+ Inference speed (mean ± SD over three independent runs; offline harness, 172 tests, Ollama Q4_K_M
59
+ on Apple M3 Max):
60
+
61
+ | Metric | Qwen3.5-4B (base) | CodeXomics-ToolAgent-4B-v1 |
62
+ | --- | ---: | ---: |
63
+ | Average latency per test (s) | 12.0 ± 0.1 | 10.7 ± 0.9 |
64
+ |   Simple suite (s) | 9.2 ± 0.1 | 8.6 ± 0.7 |
65
+ |   Complex suite (s) | 25.8 ± 0.3 | 21.5 ± 1.9 |
66
+ | Average latency per tool call (s) | 7.9 ± 0.1 | 7.3 ± 0.6 |
67
+ | Generation throughput (tokens/s) | 33.9 ± 0.4 | 33.9 ± 2.8 |
68
+ | Generated tokens per test | 408 (identical across runs) | 363 (identical across runs) |
69
+ | Prompt tokens per test | 9,004 (identical across runs) | 8,777 (identical across runs) |
70
+
71
+ ![CodeXomics Benchmark: base vs. fine-tuned 4B](codexomics-v5-benchmark-comparison.png)
72
+
73
+ **Figure 1.** Two-panel comparison between the un-fine-tuned Qwen3.5-4B baseline and
74
+ CodeXomics-ToolAgent-4B-v1. Left: CodeXomics Benchmark pass rates (simple/complex/total; three
75
+ sessions each, identical results). Right: average inference latency per test with error bars
76
+ (mean ± SD over three runs; Ollama Q4_K_M, Apple M3 Max). Latency values are the mean of the
77
+ per-suite rows above; error bars show the run-to-run SD.
78
 
79
  ## Usage
80