qwopqwop commited on
Commit
4130357
1 Parent(s): af1021a

Upload 2 files

Browse files
Files changed (2) hide show
  1. adapter_config.json +5 -5
  2. adapter_model.bin +2 -2
adapter_config.json CHANGED
@@ -5,15 +5,15 @@
5
  "inference_mode": true,
6
  "init_lora_weights": true,
7
  "lora_alpha": 16,
8
- "lora_dropout": 0.05,
9
  "modules_to_save": null,
10
  "peft_type": "LORA",
11
- "r": 32,
12
  "target_modules": [
13
- "query_key_value",
14
- "dense_h_to_4h",
15
  "dense",
16
- "dense_4h_to_h"
 
 
17
  ],
18
  "task_type": "CAUSAL_LM"
19
  }
 
5
  "inference_mode": true,
6
  "init_lora_weights": true,
7
  "lora_alpha": 16,
8
+ "lora_dropout": 0.1,
9
  "modules_to_save": null,
10
  "peft_type": "LORA",
11
+ "r": 64,
12
  "target_modules": [
 
 
13
  "dense",
14
+ "dense_4h_to_h",
15
+ "dense_h_to_4h",
16
+ "query_key_value"
17
  ],
18
  "task_type": "CAUSAL_LM"
19
  }
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9a339aff0678d51a3063e441677fa82a8ed3c75cc1a4cbb870dc7f95e6e11610
3
- size 419547917
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc13de18357942c17b0e5cc2f18880a33b3a0a29a069f6c11abdbf274c78298e
3
+ size 838978317