pchunduri6 commited on
Commit
cb4d300
1 Parent(s): 9130686

Model save

Browse files
README.md CHANGED
@@ -47,7 +47,7 @@ The following hyperparameters were used during training:
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: constant
49
  - lr_scheduler_warmup_ratio: 0.03
50
- - num_epochs: 1
51
 
52
  ### Training results
53
 
 
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: constant
49
  - lr_scheduler_warmup_ratio: 0.03
50
+ - num_epochs: 3
51
 
52
  ### Training results
53
 
adapter_config.json CHANGED
@@ -20,14 +20,14 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "up_proj",
24
- "k_proj",
25
- "v_proj",
26
  "q_proj",
27
- "o_proj",
28
  "lm_head",
29
- "down_proj",
30
- "gate_proj"
 
 
31
  ],
32
  "task_type": "CAUSAL_LM",
33
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "down_proj",
 
 
24
  "q_proj",
25
+ "k_proj",
26
  "lm_head",
27
+ "up_proj",
28
+ "gate_proj",
29
+ "v_proj",
30
+ "o_proj"
31
  ],
32
  "task_type": "CAUSAL_LM",
33
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2ddd2d4279ded06df82db35b29b4ff4826e50f2ca85ab6273a08614abdf483b1
3
  size 608759824
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bb847e0b387b8ac2052c1d3aac738f9b163c62c5e0b7367fc7ca3f27efc9965
3
  size 608759824
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 2200,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 2048,
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:233f6807b54425a8b9f162bedd5dec21346d840c7dfb8bd4d1a0df89a9ea73bb
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ba28abc75fdfa5fe3db8ed17f7d1f2b081ba34a74aa663f48e9138c67be2a6a
3
  size 5112