jinge13288 commited on
Commit
cfa0162
·
verified ·
1 Parent(s): 532f2ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -1,10 +1,10 @@
1
  ---
2
  license: llama3.2
3
  base_model:
4
- - meta-llama/Llama-3.2-1B-Instruct
5
  ---
6
 
7
- 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)
8
 
9
  The model was trained with the following hypermeters:
10
 
@@ -14,3 +14,5 @@ The model was trained with the following hypermeters:
14
  - warnup_ratio: 0.1
15
  - batch_size: 32
16
  - finetuning_type: lora
 
 
 
1
  ---
2
  license: llama3.2
3
  base_model:
4
+ - meta-llama/Llama-3.2-3B-Instruct
5
  ---
6
 
7
+ This 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
 
9
  The model was trained with the following hypermeters:
10
 
 
14
  - warnup_ratio: 0.1
15
  - batch_size: 32
16
  - finetuning_type: lora
17
+
18
+ Prior to utilizing our model, please ensure you have obtained the Llama licensing and access rights to the Llama model.