givyboy commited on
Commit
4b128f8
1 Parent(s): 5ed8c0d

Training in progress, step 10

Browse files
adapter_config.json CHANGED
@@ -1,23 +1,25 @@
1
  {
2
  "auto_mapping": null,
3
- "base_model_name_or_path": "microsoft/phi-2",
4
  "bias": "none",
5
  "fan_in_fan_out": false,
6
  "inference_mode": true,
7
  "init_lora_weights": true,
8
  "layers_pattern": null,
9
  "layers_to_transform": null,
10
- "lora_alpha": 32,
11
  "lora_dropout": 0.05,
12
  "modules_to_save": null,
13
  "peft_type": "LORA",
14
  "r": 32,
15
  "revision": null,
16
  "target_modules": [
17
- "query_key_value",
 
 
18
  "dense",
19
- "dense_h_to_4h",
20
- "dense_4h_to_h"
21
  ],
22
  "task_type": "CAUSAL_LM"
23
  }
 
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,
7
  "init_lora_weights": true,
8
  "layers_pattern": null,
9
  "layers_to_transform": null,
10
+ "lora_alpha": 64,
11
  "lora_dropout": 0.05,
12
  "modules_to_save": null,
13
  "peft_type": "LORA",
14
  "r": 32,
15
  "revision": null,
16
  "target_modules": [
17
+ "q_proj",
18
+ "k_proj",
19
+ "v_proj",
20
  "dense",
21
+ "fc1",
22
+ "fc2"
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:ff26abcaec8031664adf4bd8e3f8979ae42b303de5f804c4d0109a076a1c0973
3
  size 20994734
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a91a1f973e02b6c812e5e9a60816de7db2b6cbeb3ffb541bfd188dfb886ee82
3
  size 20994734
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:77ea31963e18a305d7716358813625f1306cc34626076f20aff38fb7d0933d51
3
- size 20980048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ef0ca44d9417ffb298d72990f651b6e890f2e907a45496f68f37d8da98a9d35
3
+ size 188801136
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eb300506f905b26e6ca830ca64b4df536f74e9e99ce5b4b7b39a0261e861d59d
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be860ab6387acd51556f7ebdd746fcfd4a38e24ccb3a03ee133510b7fb94c3d6
3
  size 4728