betterMateusz commited on
Commit
f269314
·
1 Parent(s): 4b7981c

End of training

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
adapter_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "syzymon/long_llama_3b_v1_1",
3
+ "bias": "none",
4
+ "fan_in_fan_out": false,
5
+ "inference_mode": true,
6
+ "init_lora_weights": true,
7
+ "lora_alpha": 32,
8
+ "lora_dropout": 0.05,
9
+ "modules_to_save": null,
10
+ "peft_type": "LORA",
11
+ "r": 32,
12
+ "target_modules": [
13
+ "model.layers.0.self_attn.q_proj",
14
+ "model.layers.0.self_attn.v_proj"
15
+ ],
16
+ "task_type": "CAUSAL_LM"
17
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58e1d1b28c9ace4cbff9b4e1e66fe921a3e272ed8c80daba9e3fd2b8a7ffef9b
3
+ size 1640640
runs/Feb18_21-58-55_365e5950bd97/events.out.tfevents.1708293558.365e5950bd97.225.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:285bfa4c23fa1f34c437ae79f3ef955e46aa2c6dd2a81cdc9df68b4df7bdd081
3
+ size 4734
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7328a71486ebb849d6d0272f468761199aaa73fa18b86175427016a33afd6d5e
3
+ size 4536