PEFT
English
Weyaxi commited on
Commit
353cacb
1 Parent(s): 727ccde

Training in progress, step 50

Browse files
Files changed (3) hide show
  1. adapter_config.json +24 -0
  2. adapter_model.bin +3 -0
  3. training_args.bin +3 -0
adapter_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "lora_alpha": 16,
12
+ "lora_dropout": 0.05,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 16,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "gate_proj",
20
+ "down_proj",
21
+ "up_proj"
22
+ ],
23
+ "task_type": "CAUSAL_LM"
24
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3df9d703ab19b390a83fabed428c88ec8056472a40ef05dac421e91a17adcc9
3
+ size 113314765
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddd3ac1c2e191d575e16bd281251e37c5a70a91eef8fee8bafe7de6ff5d7e618
3
+ size 4155