{ "results": { "arc_challenge": { "acc,none": 0.47952218430034127, "acc_stderr,none": 0.014599131353035007, "acc_norm,none": 0.5085324232081911, "acc_norm_stderr,none": 0.014609263165632182, "alias": "arc_challenge" } }, "configs": { "arc_challenge": { "task": "arc_challenge", "group": [ "ai2_arc" ], "dataset_path": "allenai/ai2_arc", "dataset_name": "ARC-Challenge", "training_split": "train", "validation_split": "validation", "test_split": "test", "doc_to_text": "Question: {{question}}\nAnswer:", "doc_to_target": "{{choices.label.index(answerKey)}}", "doc_to_choice": "{{choices.text}}", "description": "", "target_delimiter": " ", "fewshot_delimiter": "\n\n", "num_fewshot": 2, "metric_list": [ { "metric": "acc", "aggregation": "mean", "higher_is_better": true }, { "metric": "acc_norm", "aggregation": "mean", "higher_is_better": true } ], "output_type": "multiple_choice", "repeats": 1, "should_decontaminate": true, "doc_to_decontamination_query": "Question: {{question}}\nAnswer:", "metadata": { "version": 1.0 } } }, "versions": { "arc_challenge": 1.0 }, "n-shot": { "arc_challenge": 2 }, "config": { "model": "hf", "model_args": "pretrained=meta-llama/Llama-2-7b-hf,dtype=bfloat16,trust_remote_code=True", "batch_size": "auto", "batch_sizes": [ 32 ], "device": null, "use_cache": null, "limit": null, "bootstrap_iters": 100000, "gen_kwargs": null }, "git_hash": "9b1cd24" }