Elizaveta commited on
Commit
3a9948b
·
1 Parent(s): 8299f62

Upload model

Browse files
Files changed (2) hide show
  1. adapter_config.json +20 -0
  2. adapter_model.bin +3 -0
adapter_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": null,
3
+ "bias": "none",
4
+ "fan_in_fan_out": false,
5
+ "inference_mode": true,
6
+ "init_lora_weights": true,
7
+ "lora_alpha": 32,
8
+ "lora_dropout": 0.05,
9
+ "modules_to_save": [
10
+ "embed_tokens",
11
+ "lm_head"
12
+ ],
13
+ "peft_type": "LORA",
14
+ "r": 16,
15
+ "target_modules": [
16
+ "q_proj",
17
+ "v_proj"
18
+ ],
19
+ "task_type": "CAUSAL_LM"
20
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f7785fb7aa6b278bd8e882171ef6e3407230ac6eec56f682dc904e4f94e1271
3
+ size 857265301