devesh-2002 commited on
Commit
8dc2716
·
verified ·
1 Parent(s): 526cc65

Training in progress, epoch 1

Browse files
.ipynb_checkpoints/adapter_config-checkpoint.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "meta-llama/Meta-Llama-3-8B",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 8,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": [
18
+ "classifier",
19
+ "score"
20
+ ],
21
+ "peft_type": "LORA",
22
+ "r": 16,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "k_proj",
27
+ "q_proj",
28
+ "o_proj",
29
+ "v_proj"
30
+ ],
31
+ "task_type": "SEQ_CLS",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
adapter_config.json CHANGED
@@ -23,10 +23,10 @@
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "k_proj",
27
  "q_proj",
28
- "o_proj",
29
- "v_proj"
30
  ],
31
  "task_type": "SEQ_CLS",
32
  "use_dora": false,
 
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
+ "v_proj",
27
  "q_proj",
28
+ "k_proj",
29
+ "o_proj"
30
  ],
31
  "task_type": "SEQ_CLS",
32
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0b50ffe08bb9ab62ae82604fbf0a8f6de537fef426b2469f028cb6efd4d9b2ad
3
  size 54626008
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:128e27194943b3289ef8156a006daa9e32e0d7d4cdd57e71f0bcd3e4372ad5cb
3
  size 54626008
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eba454958c3216ef561819c1013b5561433cd9ad1a726107fcb955bcae31fc71
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e3e0b1ea6df57642a546243b0a62675d2331c3e85434d3d3472bbb634ccba73
3
  size 5112