datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
hermes-bc-traj
Browse Comp Eval
Standalone parallel Hermes runner. It does not import AIDABench; it only follows the same operational shape: JSONL input, concurrent runs, retry, resume, and per-run JSON outputs.
Input
Put JSONL files under data/{dataset}/. Each row must contain:
{"question": "...", "answer": "...", "type": "..."}
answer is only recorded for later evaluation. It is not sent to Hermes.
Run
cd /root/Browse_comp_eval
export HERMES_API_KEY="..."… See the full description on the dataset page: https://huggingface.co/datasets/ICA-DeepResearch/hermes-bc-traj.DeepResearchPrivate
