eval-smolLM-135M-3-private / EleutherAI /pythia-14m /results_2024-08-30T10-11-02.106055.json
baber's picture
Adding aggregated results for EleutherAI/pythia-14m
dd000aa verified
raw
history blame contribute delete
No virus
3.66 kB
{
"results": {
"gsm8k": {
"alias": "gsm8k",
"exact_match,strict-match": 0.0,
"exact_match_stderr,strict-match": 0.0,
"exact_match,flexible-extract": 0.0,
"exact_match_stderr,flexible-extract": 0.0
}
},
"group_subtasks": {
"gsm8k": []
},
"configs": {
"gsm8k": {
"task": "gsm8k",
"tag": [
"math_word_problems"
],
"dataset_path": "gsm8k",
"dataset_name": "main",
"training_split": "train",
"test_split": "test",
"fewshot_split": "train",
"doc_to_text": "Question: {{question}}\nAnswer:",
"doc_to_target": "{{answer}}",
"description": "",
"target_delimiter": " ",
"fewshot_delimiter": "\n\n",
"num_fewshot": 5,
"metric_list": [
{
"metric": "exact_match",
"aggregation": "mean",
"higher_is_better": true,
"ignore_case": true,
"ignore_punctuation": false,
"regexes_to_ignore": [
",",
"\\$",
"(?s).*#### ",
"\\.$"
]
}
],
"output_type": "generate_until",
"generation_kwargs": {
"until": [
"Question:",
"</s>",
"<|im_end|>"
],
"do_sample": false,
"temperature": 0.0
},
"repeats": 1,
"filter_list": [
{
"name": "strict-match",
"filter": [
{
"function": "regex",
"regex_pattern": "#### (\\-?[0-9\\.\\,]+)"
},
{
"function": "take_first"
}
]
},
{
"name": "flexible-extract",
"filter": [
{
"function": "regex",
"group_select": -1,
"regex_pattern": "(-?[$0-9.,]{2,})|(-?[0-9]+)"
},
{
"function": "take_first"
}
]
}
],
"should_decontaminate": false,
"metadata": {
"version": 3.0
}
}
},
"versions": {
"gsm8k": 3.0
},
"n-shot": {
"gsm8k": 5
},
"higher_is_better": {
"gsm8k": {
"exact_match": true
}
},
"n-samples": {
"gsm8k": {
"original": 1319,
"effective": 10
}
},
"config": {
"model": "hf",
"model_args": "pretrained=EleutherAI/pythia-14m",
"model_num_parameters": 14067712,
"model_dtype": "torch.float16",
"model_revision": "main",
"model_sha": "f33025648652797a390d8c54835273845b437161",
"batch_size": 1,
"batch_sizes": [],
"device": "mps",
"use_cache": null,
"limit": 10.0,
"bootstrap_iters": 100000,
"gen_kwargs": null,
"random_seed": 0,
"numpy_seed": 1234,
"torch_seed": 1234,
"fewshot_seed": 1234
},
"git_hash": "928e8bb6",
"date": 1724994647.916991,
"pretty_env_info": "'NoneType' object has no attribute 'splitlines'",
"transformers_version": "4.44.2",
"upper_git_hash": null,
"tokenizer_pad_token": [
"<|endoftext|>",
"0"
],
"tokenizer_eos_token": [
"<|endoftext|>",
"0"
],
"tokenizer_bos_token": [
"<|endoftext|>",
"0"
],
"eot_token_id": 0,
"max_length": 2048,
"task_hashes": {},
"model_source": "hf",
"model_name": "EleutherAI/pythia-14m",
"model_name_sanitized": "EleutherAI__pythia-14m",
"system_instruction": null,
"system_instruction_sha": null,
"fewshot_as_multiturn": false,
"chat_template": null,
"chat_template_sha": null,
"start_time": 47728.003632875,
"end_time": 47745.438579833,
"total_evaluation_time_seconds": "17.434946957997454"
}