phi-2 / finetune_config.json
pharaouk's picture
Upload 6 files
fb05ee1
raw history blame
No virus
675 Bytes
{
"load_config_kwargs": {
"trust_remote_code": true
},
"load_tokenizer_kwargs": {
"pad_token": "<|endoftext|>",
"trust_remote_code": true
},
"finetune_args": {},
"mlflow_ft_conf": {
"mlflow_hftransformers_misc_conf": {
"config_hf_load_kwargs": {
"trust_remote_code": true
},
"tokenizer_hf_load_kwargs": {
"return_token_type_ids": false
},
"model_hf_load_kwargs": {
"trust_remote_code": true,
"ignore_mismatched_sizes": true
},
"hf_predict_module": "phi_predict"
},
"mlflow_save_model_kwargs": {
"extra_pip_requirements": [
"einops"
]
}
}
}