picocreator's picture
updated results for bloom
e0a3412
raw
history blame
No virus
1.49 kB
{
"results": {
"piqa": {
"acc,none": 0.76550598476605,
"acc_stderr,none": 0.009885203143240545,
"acc_norm,none": 0.7769314472252449,
"acc_norm_stderr,none": 0.009713057213018524,
"alias": "piqa"
}
},
"configs": {
"piqa": {
"task": "piqa",
"dataset_path": "piqa",
"training_split": "train",
"validation_split": "validation",
"doc_to_text": "Question: {{goal}}\nAnswer:",
"doc_to_target": "label",
"doc_to_choice": "{{[sol1, sol2]}}",
"description": "",
"target_delimiter": " ",
"fewshot_delimiter": "\n\n",
"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": "goal",
"metadata": {
"version": 1.0
}
}
},
"versions": {
"piqa": 1.0
},
"n-shot": {
"piqa": 0
},
"config": {
"model": "hf",
"model_args": "pretrained=bigscience/bloomz-7b1-mt,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"
}