lucas-mella commited on
Commit
68eb758
·
verified ·
1 Parent(s): 2b13a8c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -37,12 +37,11 @@ with the training set, graded objectively (not by text similarity):
37
 
38
  | Metric | Base Qwen3-4B + identity-only LoRA | **Daimon-R** |
39
  |---|---|---|
40
- | Valid JSON | 97.5% | **100%** |
41
  | Correct action chosen | 65.8% | **94.4%** |
42
  | Correct action + correct fields (ref/path/command/...) | 39.2% | **94.4%** |
43
 
44
- Persona/behavior suite (identity, canvas-HTML convention, Rioplatense style, no-refusal):
45
- **12/12**, no regression from the identity-only checkpoint.
46
 
47
  We also tried fine-tuning on Lucas's own commit history to reproduce his exact diffs
48
  (3 attempts, different data/hyperparameter fixes each time) — it never beat the base model's
 
37
 
38
  | Metric | Base Qwen3-4B + identity-only LoRA | **Daimon-R** |
39
  |---|---|---|
40
+ | Valid JSON | 97.5% | **100.0%** |
41
  | Correct action chosen | 65.8% | **94.4%** |
42
  | Correct action + correct fields (ref/path/command/...) | 39.2% | **94.4%** |
43
 
44
+ Persona/behavior suite (identity, canvas-HTML convention, Rioplatense style, no-refusal): **12/12**, no regression from the identity-only checkpoint.
 
45
 
46
  We also tried fine-tuning on Lucas's own commit history to reproduce his exact diffs
47
  (3 attempts, different data/hyperparameter fixes each time) — it never beat the base model's