Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: llama3
|
| 3 |
+
base_model:
|
| 4 |
+
- meta-llama/Meta-Llama-3-8B-Instruct
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
|
| 8 |
+
This repo contains RiskAgent model finetuned from meta-llama/Meta-Llama-3-8B-Instruct-Instruct model using risk prediction data. More detail can be found from the [Github](https://github.com/AI-in-Health/RiskAgent)
|
| 9 |
+
|
| 10 |
+
The model was trained with the following hypermeters:
|
| 11 |
+
|
| 12 |
+
- cutoff_len: 3096
|
| 13 |
+
- num_train_epochs: 5
|
| 14 |
+
- learning_rate: 1.0e-4
|
| 15 |
+
- warnup_ratio: 0.1
|
| 16 |
+
- batch_size: 32
|
| 17 |
+
- finetuning_type: lora
|
| 18 |
+
|
| 19 |
+
Prior to utilizing our model, please ensure you have obtained the Llama licensing and access rights to the Llama model.
|