1
0
Fork 0
forked from lthn/LEM
LEM/scripts
Claude e0d352c803
feat: add Go lem CLI and scoring-agent scripts
Go lem CLI (stdlib + DuckDB) replaces scattered Python scripts:
- score: heuristic regex + LLM-as-judge scoring
- probe: generate responses then score
- compare: diff two score files
- status: InfluxDB training/generation progress
- export: golden set to training JSONL splits
- expand: distributed expansion via API + InfluxDB coordination

New scripts from Feb 14 creative session:
- scoring_agent.py: ROCm daemon that auto-scores checkpoints
- probes.py: 23 binary pass/fail capability probes
- convert_adapter.py: MLX to PEFT adapter conversion
- score_r1_capability.py: DeepSeek R1 checkpoint scoring
- lek_content_scorer.py: 6-dimension ethics content scorer
- lem_train_15k.py: InfluxDB-coordinated training script
- pipeline.py: DuckDB pipeline (seeds, golden set, expansion)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 16:22:13 +00:00
..
compare_v1_v2.py Add regional seeds, expansion rounds, scripts, HF cards, benchmark summary 2026-02-13 13:39:08 +00:00
convert_adapter.py feat: add Go lem CLI and scoring-agent scripts 2026-02-15 16:22:13 +00:00
export_parquet.py Add missing HF model cards, sync script, and Parquet export 2026-02-15 00:14:26 +00:00
ingest_benchmarks.py feat: add Go lem CLI and scoring-agent scripts 2026-02-15 16:22:13 +00:00
lek_content_scorer.py feat: add Go lem CLI and scoring-agent scripts 2026-02-15 16:22:13 +00:00
lem_benchmark.py LEM+LEK 2026-02-12 04:05:28 +00:00
lem_cross_arch_benchmark.py Add cross-architecture training and benchmarking scripts; update README and PAPER with author and repository information 2026-02-12 09:07:32 +00:00
lem_cross_arch_train.py Add cross-architecture training and benchmarking scripts; update README and PAPER with author and repository information 2026-02-12 09:07:32 +00:00
lem_gemini3_generate.py Add regional seeds, expansion rounds, scripts, HF cards, benchmark summary 2026-02-13 13:39:08 +00:00
lem_gemini3flash_generate.py Add regional seeds, expansion rounds, scripts, HF cards, benchmark summary 2026-02-13 13:39:08 +00:00
lem_gemini25flash_generate.py Add regional seeds, expansion rounds, scripts, HF cards, benchmark summary 2026-02-13 13:39:08 +00:00
lem_generate_pipeline.py feat: add Go lem CLI and scoring-agent scripts 2026-02-15 16:22:13 +00:00
lem_scale_benchmark.py Benchmark & Findings: 2026-02-12 06:38:46 +00:00
lem_scale_scorer.py Benchmark & Findings: 2026-02-12 06:38:46 +00:00
lem_scorer.py LEM+LEK 2026-02-12 04:05:28 +00:00
lem_self_scorer.py Add cross-architecture training and benchmarking scripts; update README and PAPER with author and repository information 2026-02-12 09:07:32 +00:00
lem_semantic_scorer.py LEM+LEK 2026-02-12 04:05:28 +00:00
lem_standard_benchmark.py LEM+LEK 2026-02-12 04:05:28 +00:00
lem_standard_scorer.py LEM+LEK 2026-02-12 04:05:28 +00:00
lem_train_15k.py feat: add Go lem CLI and scoring-agent scripts 2026-02-15 16:22:13 +00:00
pipeline.py feat: add Go lem CLI and scoring-agent scripts 2026-02-15 16:22:13 +00:00
probes.py feat: add Go lem CLI and scoring-agent scripts 2026-02-15 16:22:13 +00:00
push_all_models.py Add regional seeds, expansion rounds, scripts, HF cards, benchmark summary 2026-02-13 13:39:08 +00:00
score_deepseek_sovereignty.py feat: add Go lem CLI and scoring-agent scripts 2026-02-15 16:22:13 +00:00
score_gemma12b.py feat: add Go lem CLI and scoring-agent scripts 2026-02-15 16:22:13 +00:00
score_r1_capability.py feat: add Go lem CLI and scoring-agent scripts 2026-02-15 16:22:13 +00:00
scoring-agent.service feat: add Go lem CLI and scoring-agent scripts 2026-02-15 16:22:13 +00:00
scoring_agent.py feat: add Go lem CLI and scoring-agent scripts 2026-02-15 16:22:13 +00:00
sync_hf.py Add missing HF model cards, sync script, and Parquet export 2026-02-15 00:14:26 +00:00