elouarys commited on
Commit
8ec2f0c
1 Parent(s): 5341718

Training in progress, epoch 0

Browse files
adapter_config.json CHANGED
@@ -9,19 +9,22 @@
9
  "layers_pattern": null,
10
  "layers_to_transform": null,
11
  "loftq_config": {},
12
- "lora_alpha": 64,
13
  "lora_dropout": 0.05,
14
  "megatron_config": null,
15
  "megatron_core": "megatron.core",
16
  "modules_to_save": null,
17
  "peft_type": "LORA",
18
- "r": 32,
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "fc2",
 
 
 
23
  "fc1",
24
- "Wqkv"
25
  ],
26
  "task_type": "CASUAL_LM"
27
  }
 
9
  "layers_pattern": null,
10
  "layers_to_transform": null,
11
  "loftq_config": {},
12
+ "lora_alpha": 16,
13
  "lora_dropout": 0.05,
14
  "megatron_config": null,
15
  "megatron_core": "megatron.core",
16
  "modules_to_save": null,
17
  "peft_type": "LORA",
18
+ "r": 16,
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "q_proj",
23
+ "k_proj",
24
+ "v_proj",
25
+ "dense",
26
  "fc1",
27
+ "fc2"
28
  ],
29
  "task_type": "CASUAL_LM"
30
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d9c78d841cea7f615bc21abedc9ad78a478dab743eacaf08282160409421e49a
3
- size 146825352
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80db286f62ce58b5ba413b651a9c434241d43704dbc9bfb41e60b29e819059ac
3
+ size 94422368
runs/Jan18_16-04-33_04747477d0a5/events.out.tfevents.1705593884.04747477d0a5.945.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0013295590a5509597fabc20bacfbca931e747b4f35350e4818643276d05521f
3
+ size 6932
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 690,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 1024,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b56dbfd6aaec75a50b700846cdc336349b79525223611a5aa526c1086985a7f1
3
- size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2aa8436bcc0024971ac69a2823e2fd635857afb1d5a7580ea83f8d657e27919
3
+ size 4728