Image-Text-to-Text
Transformers
Safetensors
qwen3_5
gcm
reasoning
qwen
conversational
TeamNull commited on
Commit
b0a0279
·
verified ·
1 Parent(s): 2953967

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -23
README.md CHANGED
@@ -28,10 +28,11 @@ library_name: transformers
28
  GCM Mark II is a QLoRA fine-tune of **Qwen3.5-9B**, trained to improve coding reliability — specifically constraint-following, edge-case handling, and reducing invented/hallucinated API usage.
29
 
30
  <div align="center">
31
- <img src="https://cdn-uploads.huggingface.co/production/uploads/69c842686cf758859915159c/L4Aa_zxIgHRi_qkIsGrjP.png" width="700">
32
  </div>
33
 
34
 
 
35
  ## Model Details
36
 
37
  - **Base model:** Qwen3.5-9B
@@ -43,28 +44,6 @@ GCM Mark II is a QLoRA fine-tune of **Qwen3.5-9B**, trained to improve coding re
43
  ## Intended Use
44
 
45
  General-purpose code generation and coding assistance across multiple languages (Python, JavaScript, Go, C, C++, Java, Rust tested directly). Not evaluated for production/safety-critical code without independent review — see Known Limitations below.
46
-
47
- ## Benchmark Results
48
-
49
- Evaluated on a custom 20-question coding eval (mixed languages, weighted toward hard/edge-case problems), hand-graded, single greedy pass, thinking mode enabled. Full methodology, per-question breakdown, and comparison against OpenGCM-v2 and base Qwen3.5-9B are in this repo.
50
-
51
- | Model | Score |
52
- |---|---|
53
- | OpenGCM-v2 | 17/20 (85%) |
54
- | **GCM Mark II** | **16/20 (80%)** |
55
- | Qwen3.5-9B (base) | 6/20 (30%)* |
56
-
57
- *Base model score includes multiple non-completions rather than purely incorrect answers — see the benchmark for details.
58
-
59
- This comparison is reported as-is, including the result where a competing model scored higher, because the point of publishing it is to be checkable, not to win. n=20 is a small sample — treat these numbers as directional, not definitive, and feel free to reproduce or challenge them.
60
-
61
- **Qualitative note:** GCM Mark II generated responses quickly and reliably across all 20 questions, with no incomplete generations or stuck reasoning loops — worth weighing alongside the raw accuracy numbers if generation reliability matters for your use case.
62
-
63
- ## Known Limitations
64
-
65
- - **Directed graph algorithms:** GCM Mark II has a specific, reproducible weakness in cycle detection on directed graphs — it can conflate "visited" with "currently on the active recursion path," causing false-positive cycle detection on some acyclic graphs (e.g. diamond-shaped DAGs). If you're using this model for graph algorithms, verify output independently.
66
- - Small eval sample (n=20) — broader capability outside the tested question set is not guaranteed.
67
- - Not evaluated against standardized public benchmarks (HumanEval, LiveCodeBench, MBPP) yet — evaluation attempted but blocked by local tooling issues during development; may be added in a future update.
68
 
69
  ## How to Use
70
 
 
28
  GCM Mark II is a QLoRA fine-tune of **Qwen3.5-9B**, trained to improve coding reliability — specifically constraint-following, edge-case handling, and reducing invented/hallucinated API usage.
29
 
30
  <div align="center">
31
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/69c842686cf758859915159c/bfE9PX1C-gomjWpF1JJuE.png" width="700">
32
  </div>
33
 
34
 
35
+
36
  ## Model Details
37
 
38
  - **Base model:** Qwen3.5-9B
 
44
  ## Intended Use
45
 
46
  General-purpose code generation and coding assistance across multiple languages (Python, JavaScript, Go, C, C++, Java, Rust tested directly). Not evaluated for production/safety-critical code without independent review — see Known Limitations below.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
 
48
  ## How to Use
49