josephmayo commited on
Commit
038bb4b
·
verified ·
1 Parent(s): 9b965f0

Clarify evaluation scope and proof

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -39,10 +39,16 @@ Training ran on Kaggle with 2x Tesla T4 GPUs.
39
  Proof files included in this repo:
40
 
41
  - `executable_eval.json`: executable HumanEval subset result, 5/8 before vs 7/8 after.
42
- - `eval_before_after.csv`: fixed before/after coding prompts and scores.
43
  - `trainer_log_history.json`: training loss and runtime logs.
44
  - `merge_manifest.json`: direct merge record, including 592 applied LoRA tensors and 0 missing targets.
45
  - `model.safetensors.index.json`: shard index for the full merged model.
 
 
 
 
 
 
46
 
47
  This model is for benign coding assistance only. The training filter removed
48
  malware, phishing, exploit, credential theft, evasion, and destructive automation
 
39
  Proof files included in this repo:
40
 
41
  - `executable_eval.json`: executable HumanEval subset result, 5/8 before vs 7/8 after.
42
+ - `eval_before_after.csv`: fixed before/after coding prompt scores with output previews.
43
  - `trainer_log_history.json`: training loss and runtime logs.
44
  - `merge_manifest.json`: direct merge record, including 592 applied LoRA tensors and 0 missing targets.
45
  - `model.safetensors.index.json`: shard index for the full merged model.
46
+ - `evaluation_scope.json`: explains why the public proof uses the first 8 HumanEval tasks.
47
+
48
+ The public executable proof is intentionally small because the Kaggle GPU-hour
49
+ budget was exhausted during training, merge preparation, and upload validation.
50
+ The preserved before/after CSV contains previews rather than full generated code;
51
+ the pass/fail proof is in `executable_eval.json`.
52
 
53
  This model is for benign coding assistance only. The training filter removed
54
  malware, phishing, exploit, credential theft, evasion, and destructive automation