clemsail commited on
Commit
78e536a
·
verified ·
1 Parent(s): 6b87d85

docs: add Benchmark / Training metrics section

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -38,6 +38,19 @@ model, tokenizer = load(
38
  print(generate(model, tokenizer, prompt="..."))
39
  ```
40
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  ## License chain
42
 
43
  | Component | License |
 
38
  print(generate(model, tokenizer, prompt="..."))
39
  ```
40
 
41
+ ## Benchmark on production tasks
42
+
43
+ **Gemma KiCad 9+ specialist** — evaluated through the
44
+ [`electron-bench`](https://github.com/ailiance/ailiance-bench/blob/main) functional pipeline
45
+ (Phases P1 → P6, base vs LoRA).
46
+
47
+ | Task | Result |
48
+ |---|---|
49
+ | KiCad 9+ DSL | trained 500 iters |
50
+
51
+ Full base-vs-LoRA matrix (all phases, all adapters):
52
+ [`compare_base_vs_lora.md`](https://github.com/ailiance/ailiance-bench/blob/main/bench-results/compare_base_vs_lora.md).
53
+
54
  ## License chain
55
 
56
  | Component | License |