saankhya1997 commited on
Commit
6380c80
1 Parent(s): aa73814

Training in progress, epoch 0

Browse files
adapter_config.json CHANGED
@@ -8,7 +8,7 @@
8
  "init_lora_weights": true,
9
  "layers_pattern": null,
10
  "layers_to_transform": null,
11
- "lora_alpha": 64,
12
  "lora_dropout": 0.05,
13
  "modules_to_save": null,
14
  "peft_type": "LORA",
@@ -16,14 +16,14 @@
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
- "q_proj",
20
- "k_proj",
21
  "down_proj",
22
  "o_proj",
 
 
23
  "up_proj",
24
- "v_proj",
25
- "gate_proj",
26
- "lm_head"
27
  ],
28
  "task_type": "CAUSAL_LM"
29
  }
 
8
  "init_lora_weights": true,
9
  "layers_pattern": null,
10
  "layers_to_transform": null,
11
+ "lora_alpha": 32,
12
  "lora_dropout": 0.05,
13
  "modules_to_save": null,
14
  "peft_type": "LORA",
 
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
+ "gate_proj",
 
20
  "down_proj",
21
  "o_proj",
22
+ "lm_head",
23
+ "q_proj",
24
  "up_proj",
25
+ "k_proj",
26
+ "v_proj"
 
27
  ],
28
  "task_type": "CAUSAL_LM"
29
  }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e67917e1cdd2b4a7f45536d2658c5cacdb802487ad3e26d89ed65ace4a542b65
3
+ size 340327122
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8b6a9a954f9bc591666f5989742125a871da8bb18a85536f2d697cab29681dd2
3
  size 340225224
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aba9f81229b1a49bda3b709b6094fe82b65535814a967af23ea376fa906a2e37
3
  size 340225224
runs/Nov23_19-48-32_3c25d1b99ca3/events.out.tfevents.1700769027.3c25d1b99ca3.30755.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51344e6cd4abe2c9998ace26e349ea2a389fc68de11b99d69e92dbf2879cdbb1
3
+ size 6873
special_tokens_map.json CHANGED
@@ -13,7 +13,7 @@
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
- "pad_token": "</s>",
17
  "unk_token": {
18
  "content": "<unk>",
19
  "lstrip": false,
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": "<unk>",
17
  "unk_token": {
18
  "content": "<unk>",
19
  "lstrip": false,
tokenizer_config.json CHANGED
@@ -34,7 +34,7 @@
34
  "eos_token": "</s>",
35
  "legacy": true,
36
  "model_max_length": 1000000000000000019884624838656,
37
- "pad_token": "</s>",
38
  "sp_model_kwargs": {},
39
  "spaces_between_special_tokens": false,
40
  "tokenizer_class": "LlamaTokenizer",
 
34
  "eos_token": "</s>",
35
  "legacy": true,
36
  "model_max_length": 1000000000000000019884624838656,
37
+ "pad_token": "<unk>",
38
  "sp_model_kwargs": {},
39
  "spaces_between_special_tokens": false,
40
  "tokenizer_class": "LlamaTokenizer",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9324d85ea97af71809e3d932082f96e3a4729f1c8bc6c7bfbe60944fe1d19003
3
  size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b5400430031dd89c535c0b5c030a7e75d7ee21e6cc352fa45e0aaa09005f605
3
  size 4664