continued-pythia-410m_shuffled_dedup_filtered_without_vis_0-20k / eval /shuffled_dedup_filtered_without_vis_0-20k__step_9537_1711449251.json
malteos's picture
Upload folder using huggingface_hub
5d32d2a verified
{
"results": {
"arc_easy": {
"acc,none": 0.4877946127946128,
"acc_stderr,none": 0.010256726235129016,
"acc_norm,none": 0.4145622895622896,
"acc_norm_stderr,none": 0.010108889212447777,
"alias": "arc_easy"
},
"lambada_openai": {
"perplexity,none": 16.923910596622328,
"perplexity_stderr,none": 0.5990506479287265,
"acc,none": 0.44343101106151755,
"acc_stderr,none": 0.006921251108304393,
"alias": "lambada_openai"
},
"piqa": {
"acc,none": 0.6708378672470077,
"acc_stderr,none": 0.010963750414134698,
"acc_norm,none": 0.6795429815016322,
"acc_norm_stderr,none": 0.01088776607381488,
"alias": "piqa"
},
"sciq": {
"acc,none": 0.767,
"acc_stderr,none": 0.01337497251922006,
"acc_norm,none": 0.653,
"acc_norm_stderr,none": 0.01506047203170662,
"alias": "sciq"
},
"wikitext": {
"word_perplexity,none": 7666.485349096097,
"word_perplexity_stderr,none": "N/A",
"byte_perplexity,none": 5.326463165300637,
"byte_perplexity_stderr,none": "N/A",
"bits_per_byte,none": 2.4131778842806697,
"bits_per_byte_stderr,none": "N/A",
"alias": "wikitext"
},
"winogrande": {
"acc,none": 0.526440410418311,
"acc_stderr,none": 0.014032823874407225,
"alias": "winogrande"
}
},
"configs": {
"arc_easy": {
"task": "arc_easy",
"group": [
"ai2_arc"
],
"dataset_path": "ai2_arc",
"dataset_name": "ARC-Easy",
"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": 0,
"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
}
},
"lambada_openai": {
"task": "lambada_openai",
"group": [
"lambada"
],
"dataset_path": "EleutherAI/lambada_openai",
"dataset_name": "default",
"test_split": "test",
"doc_to_text": "{{text.split(' ')[:-1]|join(' ')}}",
"doc_to_target": "{{' '+text.split(' ')[-1]}}",
"description": "",
"target_delimiter": " ",
"fewshot_delimiter": "\n\n",
"num_fewshot": 0,
"metric_list": [
{
"metric": "perplexity",
"aggregation": "perplexity",
"higher_is_better": false
},
{
"metric": "acc",
"aggregation": "mean",
"higher_is_better": true
}
],
"output_type": "loglikelihood",
"repeats": 1,
"should_decontaminate": true,
"doc_to_decontamination_query": "{{text}}",
"metadata": {
"version": 1.0
}
},
"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",
"num_fewshot": 0,
"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
}
},
"sciq": {
"task": "sciq",
"dataset_path": "sciq",
"training_split": "train",
"validation_split": "validation",
"test_split": "test",
"doc_to_text": "{{support.lstrip()}}\nQuestion: {{question}}\nAnswer:",
"doc_to_target": 3,
"doc_to_choice": "{{[distractor1, distractor2, distractor3, correct_answer]}}",
"description": "",
"target_delimiter": " ",
"fewshot_delimiter": "\n\n",
"num_fewshot": 0,
"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": "{{support}} {{question}}",
"metadata": {
"version": 1.0
}
},
"wikitext": {
"task": "wikitext",
"dataset_path": "EleutherAI/wikitext_document_level",
"dataset_name": "wikitext-2-raw-v1",
"training_split": "train",
"validation_split": "validation",
"test_split": "test",
"doc_to_text": "",
"doc_to_target": "<function wikitext_detokenizer at 0x7f8108f7b7f0>",
"process_results": "<function process_results at 0x7f8108cc3910>",
"description": "",
"target_delimiter": " ",
"fewshot_delimiter": "\n\n",
"num_fewshot": 0,
"metric_list": [
{
"metric": "word_perplexity"
},
{
"metric": "byte_perplexity"
},
{
"metric": "bits_per_byte"
}
],
"output_type": "loglikelihood_rolling",
"repeats": 1,
"should_decontaminate": true,
"doc_to_decontamination_query": "{{page}}",
"metadata": {
"version": 2.0
}
},
"winogrande": {
"task": "winogrande",
"dataset_path": "winogrande",
"dataset_name": "winogrande_xl",
"training_split": "train",
"validation_split": "validation",
"doc_to_text": "<function doc_to_text at 0x7f8108cdb370>",
"doc_to_target": "<function doc_to_target at 0x7f8108af5480>",
"doc_to_choice": "<function doc_to_choice at 0x7f8108af56c0>",
"description": "",
"target_delimiter": " ",
"fewshot_delimiter": "\n\n",
"num_fewshot": 0,
"metric_list": [
{
"metric": "acc",
"aggregation": "mean",
"higher_is_better": true
}
],
"output_type": "multiple_choice",
"repeats": 1,
"should_decontaminate": true,
"doc_to_decontamination_query": "sentence",
"metadata": {
"version": 1.0
}
}
},
"versions": {
"arc_easy": 1.0,
"lambada_openai": 1.0,
"piqa": 1.0,
"sciq": 1.0,
"wikitext": 2.0,
"winogrande": 1.0
},
"n-shot": {
"arc_easy": 0,
"lambada_openai": 0,
"piqa": 0,
"sciq": 0,
"wikitext": 0,
"winogrande": 0
},
"config": {
"model": "hf",
"model_args": "pretrained=/netscratch/mostendorff/experiments/pythia-data-ablations/data/continued-pythia-410m/shuffled_dedup_filtered_without_vis_0-20k/hf_checkpoints/global_step9537,dtype=float16",
"batch_size": "auto",
"batch_sizes": [
64
],
"device": "cuda:0",
"use_cache": null,
"limit": null,
"bootstrap_iters": 100000,
"gen_kwargs": null
},
"git_hash": null
}