skills/machine_learning/mace-finetuning-and-benchmark/SKILL.md
Use this skill for remote MACE fine-tuning/training plus held-out evaluation using the validated reference-script conventions, especially the `mace-mh-1 + omat_pbe` replay-style path with explicit E0 and replay controls.
npx skillsauth add q734738781/CatMaster mace-finetuning-and-benchmarkInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to train or fine-tune a MACE model on a prepared dataset while matching the validated reference_scripts/mace_training_example behavior instead of inventing ad hoc MACE CLI settings.
foundation_model=mh-1 or an explicit staged/local foundation-model path, and foundation_head=omat_pbe.mace_train_dir stage layout and calling remote_submission, choosing e0s="estimated" or a fixed E0 JSON path explicitly in the staged params.mace_eval_dir through remote_submission only when you need an extra post-training benchmark pass; the training run itself may already include test.extxyz.get_avail_remote_taskremote_submissionparams/train_params.json.foundation_head, multiheads_finetuning, pt_train_file, replay sampling knobs, and explicit loss weights.mh-1, omat_pbe, and estimated/fixed estimated E0s. Do not silently swap to another foundation model or another head.cli_args rather than writing a local wrapper script.test.extxyz; use mace_eval_dir when you need an additional benchmark pass on a retained checkpoint or an alternate split.mace-mh-1 with foundation_head=omat_pbe, explicit replay controls, compute_stress=True, energy_weight=1.0, forces_weight=10.0, stress_weight=1.0, default_dtype=float32, batch_size=4 as the conservative starting point, and seed=42.15-25 range as the default starting band. Keep 25 as the normal upper cap unless the user explicitly asks for a longer ablation, and prefer the best validation checkpoint over blindly extending epochs.mace_train_dir / mace_eval_dir can express.Return:
remote_context_id, submission_hash, receipt_rel, and task_state_counts when presentmace-dataset-curation first when the dataset root has not yet been built from VASP outputs.data-ai
Use this skill for source-grounded CP2K AIMD preparation, restart staging, generic execution handoff through cp2k_execute, and run-health inspection.
testing
Use this skill for CP2K vibrational-analysis preparation and task-specific thermochemistry parsing after an accepted stationary point.
tools
Use this skill for source-grounded CP2K NEB and dimer path-refinement preparation through the single cp2k_prepare tool.
testing
Use this skill for CP2K DOS/PDOS, band-style, and population-analysis follow-up planning where parsing is task-specific and should usually be scripted.