{ "results": { "mnli_mismatch": { "acc,none": 0.35343775427176566, "acc_stderr,none": 0.004821284862489386, "alias": "mnli_mismatch" } }, "configs": { "mnli_mismatch": { "task": "mnli_mismatch", "group": "glue", "dataset_path": "glue", "dataset_name": "mnli", "training_split": "train", "validation_split": "validation_mismatched", "doc_to_text": "def doc_to_text(doc) -> str:\n return \"{}\\nQuestion: {} True, False or Neither?\\nAnswer:\".format(\n doc[\"premise\"],\n doc[\"hypothesis\"].strip()\n + (\"\" if doc[\"hypothesis\"].strip().endswith(\".\") else \".\"),\n )\n", "doc_to_target": "label", "doc_to_choice": [ "True", "Neither", "False" ], "description": "", "target_delimiter": " ", "fewshot_delimiter": "\n\n", "metric_list": [ { "metric": "acc" } ], "output_type": "multiple_choice", "repeats": 1, "should_decontaminate": false, "metadata": { "version": 1.0 } } }, "versions": { "mnli_mismatch": 1.0 }, "n-shot": { "mnli_mismatch": 0 }, "config": { "model": "hf", "model_args": "pretrained=bigscience/bloom-7b1,dtype=bfloat16,trust_remote_code=True", "batch_size": "auto", "batch_sizes": [ 16 ], "device": null, "use_cache": null, "limit": null, "bootstrap_iters": 100000, "gen_kwargs": null }, "git_hash": "62513ca" }