Update README.md
Browse files
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:
|
52 |
- peft: true,
|
53 |
- lora_r: 16,
|
54 |
-
- lora_alpha:
|
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
|