kkboy1 commited on
Commit
0c8e040
1 Parent(s): 68633c0

Training in progress, step 500

Browse files
adapter_config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "auto_mapping": null,
3
  "base_model_name_or_path": "TheBloke/Llama-2-7b-Chat-GPTQ",
4
  "bias": "none",
@@ -12,12 +13,17 @@
12
  "modules_to_save": null,
13
  "peft_type": "LORA",
14
  "r": 8,
 
15
  "revision": null,
16
  "target_modules": [
17
- "k_proj",
18
- "o_proj",
19
  "q_proj",
20
- "v_proj"
 
 
 
 
 
 
21
  ],
22
  "task_type": "CAUSAL_LM"
23
  }
 
1
  {
2
+ "alpha_pattern": {},
3
  "auto_mapping": null,
4
  "base_model_name_or_path": "TheBloke/Llama-2-7b-Chat-GPTQ",
5
  "bias": "none",
 
13
  "modules_to_save": null,
14
  "peft_type": "LORA",
15
  "r": 8,
16
+ "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
 
 
19
  "q_proj",
20
+ "o_proj",
21
+ "up_proj",
22
+ "lm_head",
23
+ "v_proj",
24
+ "gate_proj",
25
+ "k_proj",
26
+ "down_proj"
27
  ],
28
  "task_type": "CAUSAL_LM"
29
  }
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:482bac7b70ed5e4db461e0ddd1e6ccba4dd8720bbb99a09827e89c79ddd002eb
3
  size 33646858
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:146d14486f3a9145876763cd282d034de5fd3d2ac7843140856c1b647894135f
3
  size 33646858
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:397f0c790e3c139f20c4bb57eb46b9c12f3c06d708cfa8f31784e59ed0b2b573
3
+ size 81168432
runs/Dec05_05-51-44_79c705a95e4d/events.out.tfevents.1701755505.79c705a95e4d.5674.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22ee2ea5c3c0aa857c86469e6fe9b71c42cf63fed97b7f591986eaa4c01aed94
3
+ size 6483
runs/Nov02_01-00-52_185b9c91f181/events.out.tfevents.1698886853.185b9c91f181.2090.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bef64c14c0b343836c7eab52385d62ddd291597126aad7b7e06984d142c545a3
3
+ size 22345
tokenizer_config.json CHANGED
@@ -33,5 +33,5 @@
33
  "sp_model_kwargs": {},
34
  "tokenizer_class": "LlamaTokenizer",
35
  "unk_token": "<unk>",
36
- "use_default_system_prompt": true
37
  }
 
33
  "sp_model_kwargs": {},
34
  "tokenizer_class": "LlamaTokenizer",
35
  "unk_token": "<unk>",
36
+ "use_default_system_prompt": false
37
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:099a9b09dcaabfa36a0198a6d959470f9a04e1b4f9ffc84389dc24cb4195319e
3
- size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01d46cc285a96db1df60640c5f1b63529d48e9a4a5500c290c205c381ab7d12a
3
+ size 4664