agentsclimarketplace

Run2 unit test execution and verification

Skill cxcscmu/SkillLearnBench/skills/b3-teacher-feedback-gemini-3.1-flash-lite-preview/nlp-paper-reproduction/run2_unit_test_execution_and_verification

Creates an orchestration script to run the immutable unit test and capture the output loss values.From its SKILL.md

Install
npx -y skills add cxcscmu/SkillLearnBench --skill run2_unit_test_execution_and_verification

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

0.6 KB, 120 tokens by cl100k_base, as published. Nobody here has run it

  1. Create a script /root/run_verification.py that imports SimPOTrainer from /root/SimPO/scripts/simpo_trainer.py.
  2. Within this script, import the testing logic from /root/SimPO/unit_test/unit_test_1.py.
  3. Execute the unit test functions while capturing the returned loss tensor.
  4. Convert the captured tensor to a numpy array, ensuring it is cast to float32.
  5. Use numpy.savez('/root/loss.npz', losses=captured_array) to persist the results for final evaluation.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.