원클릭으로
ml-evaluation
ML evaluation: lm-eval-harness benchmarks (MMLU, GSM8K, etc.) and Weights & Biases experiment tracking.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
ML evaluation: lm-eval-harness benchmarks (MMLU, GSM8K, etc.) and Weights & Biases experiment tracking.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
macOS-specific automation: iMessage/SMS messaging and desktop control (screenshots, clicks, keyboard input).
Messaging platform integrations: email (IMAP/SMTP via Himalaya), X/Twitter (xurl CLI), and Yuanbao groups (@mentions, DMs).
Control creative software programmatically: ComfyUI (AI image/video generation via REST/WebSocket API) and TouchDesigner (real-time visual programming via MCP).
Systematic engineering disciplines: debugging (root cause investigation), TDD (test-first development), and exploratory QA (web app testing).
Creative coding: p5.js sketches, Manim animations, Pretext text layouts.
Create, read, edit .pptx decks, slides, notes, templates.
| name | ml-evaluation |
| description | ML evaluation: lm-eval-harness benchmarks (MMLU, GSM8K, etc.) and Weights & Biases experiment tracking. |
| version | 1.0.0 |
| author | Hermes Agent |
| license | MIT |
| platforms | ["linux","macos"] |
| metadata | {"hermes":{"tags":["ML","evaluation","benchmarks","experiment-tracking","W&B","lm-eval"]}} |
Unified skill for evaluating and tracking ML experiments.
Benchmark LLMs on standard tasks: MMLU, GSM8K, TruthfulQA, HellaSwag, ARC, Winogrande, etc.
Best for: Comparing model performance across standard benchmarks, evaluating fine-tuned models.
Key benchmarks:
Typical workflow:
pip install lm-eval
lm_eval --model hf --model_args pretrained=model_name --tasks mmlu,gsm8k --batch_size auto
Log ML experiments, sweeps, model registry, and dashboards.
Best for: Tracking experiments across runs, hyperparameter sweeps, model versioning, team collaboration.
Key features:
Typical workflow:
import wandb
wandb.init(project="my-project", config={"lr": 0.01})
wandb.log({"loss": 0.5, "accuracy": 0.9})
wandb.finish()