jsaurabh commited on
Commit
135e3a5
1 Parent(s): b1c0a78

Training in progress, epoch 0

Browse files
Files changed (3) hide show
  1. adapter_config.json +6 -4
  2. adapter_model.bin +2 -2
  3. training_args.bin +1 -1
adapter_config.json CHANGED
@@ -1,6 +1,7 @@
1
  {
 
2
  "auto_mapping": null,
3
- "base_model_name_or_path": null,
4
  "bias": "none",
5
  "fan_in_fan_out": false,
6
  "inference_mode": true,
@@ -12,12 +13,13 @@
12
  "modules_to_save": null,
13
  "peft_type": "LORA",
14
  "r": 8,
 
15
  "revision": null,
16
  "target_modules": [
17
- "q_proj",
18
  "k_proj",
19
- "v_proj",
20
- "o_proj"
 
21
  ],
22
  "task_type": "CAUSAL_LM"
23
  }
 
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,
 
13
  "modules_to_save": null,
14
  "peft_type": "LORA",
15
  "r": 8,
16
+ "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
 
19
  "k_proj",
20
+ "q_proj",
21
+ "o_proj",
22
+ "v_proj"
23
  ],
24
  "task_type": "CAUSAL_LM"
25
  }
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:029f6f8ebd2bb6c9d5c531583d0bf8c9c378228d8c66792675c620cc89571e05
3
- size 27364106
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f8cebe33f500a16af740516f4c67d31e24eaf86bc0570ffe399ce9f48a40218
3
+ size 27355402
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e6e1836ade57fb177c2df82bd34f77c7f5702785ae497f10709258abb8283cf6
3
  size 4472
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45b4678f8e5fdcb3d204cb0a8ebf49f66e5183b710c5b9167816c36cef90e172
3
  size 4472