{ "results": { "mrpc": { "acc,none": 0.6838235294117647, "acc_stderr,none": 0.02304833666842021, "f1,none": 0.8122270742358079, "f1_stderr,none": 0.016218335300780515, "alias": "mrpc" } }, "configs": { "mrpc": { "task": "mrpc", "group": "glue", "dataset_path": "glue", "dataset_name": "mrpc", "training_split": "train", "validation_split": "validation", "doc_to_text": "Sentence 1: {{sentence1}}\nSentence 2: {{sentence2}}\nQuestion: Do both sentences mean the same thing?\nAnswer:", "doc_to_target": "label", "doc_to_choice": [ "no", "yes" ], "description": "", "target_delimiter": " ", "fewshot_delimiter": "\n\n", "metric_list": [ { "metric": "acc" }, { "metric": "f1" } ], "output_type": "multiple_choice", "repeats": 1, "should_decontaminate": false, "metadata": { "version": 1.0 } } }, "versions": { "mrpc": 1.0 }, "n-shot": { "mrpc": 0 }, "config": { "model": "hf", "model_args": "pretrained=bigscience/bloom-7b1,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": "62513ca" }