Nelis5174473 commited on
Commit
0a57e78
·
verified ·
1 Parent(s): 2ce2a51

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -8,7 +8,7 @@ tags: []
8
  </p>
9
 
10
  <div style="margin:auto; text-align:center">
11
- <h1 style="margin-bottom: 0">GovLLM</h1>
12
  <em>A question answering model about the Dutch Government.</em>
13
  </div>
14
 
@@ -48,10 +48,10 @@ The following hyperparameters were used during training:
48
  - batch_size: 2,
49
  - optimizer: adamw_torch,
50
  - schedular: linear,
51
- - quantization: int4,
52
  - peft: true,
53
  - lora_r: 16,
54
- - lora_alpha: 32,
55
  - lora_dropout: 0.05
56
 
57
  ## Model Authors & Contact
 
8
  </p>
9
 
10
  <div style="margin:auto; text-align:center">
11
+ <h1 style="margin-bottom: 0">GovLLM-7B-ultra</h1>
12
  <em>A question answering model about the Dutch Government.</em>
13
  </div>
14
 
 
48
  - batch_size: 2,
49
  - optimizer: adamw_torch,
50
  - schedular: linear,
51
+ - quantization: int8,
52
  - peft: true,
53
  - lora_r: 16,
54
+ - lora_alpha: 16,
55
  - lora_dropout: 0.05
56
 
57
  ## Model Authors & Contact