Qwen2-7B-Instruct_eval / llmtf_eval_k5 /nlpcoreteam_enMMLU_params.jsonl
RefalMachine's picture
Upload folder using huggingface_hub
c1a6d04 verified
{
"custom_generation_config": null,
"model_params": {
"model_name_or_path": "Qwen/Qwen2-7B-Instruct",
"generation_config": {
"do_sample": true,
"eos_token_id": [
151645
],
"max_length": 32768,
"max_new_tokens": 64,
"pad_token_id": 151643,
"stop_strings": [],
"temperature": 0.1,
"top_k": 40,
"top_p": 0.9,
"transformers_version": "4.38.2",
"trust_remote_code": [
false
]
},
"conversation_template": {
"system_prompt": "",
"system_message_template": "<|im_start|>{role}\n{content}<|im_end|>\n",
"user_message_template": "<|im_start|>{role}\n{content}<|im_end|>\n",
"bot_message_template": "<|im_start|>{role}\n{content}<|im_end|>\n",
"bot_message_template_incomplete": "<|im_start|>{role}\n{content}",
"user_role": "user",
"bot_role": "assistant",
"system_role": "system",
"global_prefix": "",
"suffix": "<|im_start|>assistant\n",
"add_special_tokens": false,
"eos_token": "<|im_end|>"
},
"load_in_8bit": false,
"torch_dtype": "auto",
"use_flash_attention_2": true,
"device_map": "cuda:0",
"use_fast_tokenizer": true,
"leading_space": false,
"space_token": null,
"trust_remote_code": [
false
],
"max_model_len": 32768
},
"task_params": {
"max_len": 4000,
"few_shot_count": 5,
"batch_size": 1,
"max_sample_per_dataset": 10000000000000,
"method": "calculate_tokens_proba"
}
}