Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,29 @@ base_model:
|
|
7 |
- mistralai/Mistral-7B-Instruct-v0.3
|
8 |
tags:
|
9 |
- chemistry
|
10 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
- mistralai/Mistral-7B-Instruct-v0.3
|
8 |
tags:
|
9 |
- chemistry
|
10 |
+
---
|
11 |
+
|
12 |
+
[LoRA Config Parameters]
|
13 |
+
train: true
|
14 |
+
fine_tune_type: lora
|
15 |
+
seed: 0
|
16 |
+
num_layers: 8
|
17 |
+
batch_size: 2
|
18 |
+
iters: 1000
|
19 |
+
val_batches: 25
|
20 |
+
learning_rate: 1e-5
|
21 |
+
steps_per_report: 10
|
22 |
+
steps_per_eval: 200
|
23 |
+
resume_adapter_file: null
|
24 |
+
adapter_path: "adapters"
|
25 |
+
save_every: 100
|
26 |
+
test: false
|
27 |
+
test_batches: 100
|
28 |
+
max_seq_length: 2048
|
29 |
+
grad_checkpoint: false
|
30 |
+
lora_parameters:
|
31 |
+
keys: ["self_attn.q_proj", "self_attn.v_proj"]
|
32 |
+
rank: 8
|
33 |
+
alpha: 8
|
34 |
+
dropout: 0.0
|
35 |
+
scale: 20.0
|