jinge13288/RiskAgent-3B
26
1---2base_model:3- meta-llama/Llama-3.2-3B-Instruct4license: llama3.25---6 7This repo contains RiskAgent model finetuned from meta-llama/Llama-3.2-3B-Instruct model using risk prediction data. More detail can be found from the [Github](https://github.com/AI-in-Health/RiskAgent)8 9The model was trained with the following hypermeters: 10 11- cutoff_len: 309612- num_train_epochs: 513- learning_rate: 1.0e-414- warnup_ratio: 0.115- batch_size: 3216- finetuning_type: lora17 18Prior to utilizing our model, please ensure you have obtained the Llama licensing and access rights to the Llama model.