josephmayo commited on
Commit
fcf7c59
·
verified ·
1 Parent(s): 0f36b41

Upload model card with proof

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: google/gemma-4-E4B-it
3
+ library_name: transformers
4
+ license: apache-2.0
5
+ tags:
6
+ - gemma4
7
+ - coding
8
+ - merged-lora
9
+ - kaggle-proof
10
+ ---
11
+
12
+ # Gemma 4 E4B IT Coding Merged
13
+
14
+ This is the full merged model from `google/gemma-4-E4B-it` plus the LoRA adapter
15
+ `josephmayo/gemma-4-E4B-it-coding-lora`.
16
+
17
+ ## Training Proof
18
+
19
+ Training ran on Kaggle with 2x Tesla T4 GPUs.
20
+
21
+ | Item | Value |
22
+ |---|---:|
23
+ | Safe coding rows | 1024 |
24
+ | LoRA steps | 200 |
25
+ | LoRA rank | 16 |
26
+ | LoRA alpha | 32 |
27
+ | Trainable parameters | 50,499,584 |
28
+ | Final train loss | 1.1427 |
29
+ | HumanEval executable before | 5/8 |
30
+ | HumanEval executable after | 7/8 |
31
+
32
+ The executable eval used the first 8 HumanEval tasks and is included as
33
+ `executable_eval.json`. The before/after generations are summarized in
34
+ `eval_before_after.csv`, and training logs are in `trainer_log_history.json`.
35
+
36
+ This model is for benign coding assistance only. The training filter removed
37
+ malware, phishing, exploit, credential theft, evasion, and destructive automation
38
+ examples.