witcheer commited on
Commit
6925f50
·
verified ·
1 Parent(s): 1e12e8c

add Gemma 4-E4B agentic benchmark (2 rows: portscout PASS, logpulse PARTIAL)

Browse files
source/agentic-gemma4-e4b-2026-05-22.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ {"model":"Gemma-4-E4B-it","model_params_total_b":8,"model_params_active_b":4,"quant":"Q4_K_M","architecture":"dense_ple","vram_used_gb":4.2,"tok_s":64,"framework":"pi","reasoning_mode":"off","task":"portscout","task_difficulty":"easy","task_description":"single-file concurrent port scanner using stdlib","context_window":32768,"max_output_tokens":8192,"wall_clock_min":0.5,"status":"completed","tool_call_reliability":"reliable","failure_mode":null,"code_quality":"good","notes":"fastest portscout ever (30s). 4 tool calls, 1 self-fix (python->python3). clean ThreadPoolExecutor code on first write. 88-line script, correct.","hardware":"RTX 4060 Ti 8GB, Ryzen 5 7600X, 32GB DDR5, WSL2","date":"2026-05-22"}
2
+ {"model":"Gemma-4-E4B-it","model_params_total_b":8,"model_params_active_b":4,"quant":"Q4_K_M","architecture":"dense_ple","vram_used_gb":4.2,"tok_s":64,"framework":"pi","reasoning_mode":"off","task":"logpulse","task_difficulty":"hard","task_description":"multi-file CLI log watcher with real-time stats, regex alerts, log generator, README, and self-test","context_window":32768,"max_output_tokens":8192,"wall_clock_min":1,"status":"partial","tool_call_reliability":"reliable","failure_mode":"model did not self-test. created all 3 files (logpulse.py, generate_logs.py, README.md) correctly, then told user to test manually in two terminals. code verified working externally. avoided blocking tail-f trap that killed OmniCoder and Qwopus.","code_quality":"good","notes":"4 tool calls, 0 errors. 131-line logpulse.py with argparse, deque-based rolling window, Counter, regex alerts. all features present. smart avoidance of blocking command but prompt explicitly asked for self-test.","hardware":"RTX 4060 Ti 8GB, Ryzen 5 7600X, 32GB DDR5, WSL2","date":"2026-05-22"}