File size: 675 Bytes
fb05ee1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
{
"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"
]
}
}
} |