jinge13288 commited on
Commit
9c7a500
·
verified ·
1 Parent(s): f47375e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -2
README.md CHANGED
@@ -1,5 +1,19 @@
1
  ---
2
-
3
  base_model:
4
  - meta-llama/Llama-3.2-1B-Instruct
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
2
  base_model:
3
  - meta-llama/Llama-3.2-1B-Instruct
4
+ license: llama3.2
5
+ ---
6
+
7
+
8
+ This repo contains RiskAgent model finetuned from meta-llama/Llama-3.2-1B-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.