sujithatz commited on
Commit
556ee6e
·
verified ·
1 Parent(s): 0e839d4

sujithatz/finbot-transofrmer-based-phi3.5_adapter

Browse files
README.md CHANGED
@@ -43,7 +43,7 @@ The following hyperparameters were used during training:
43
  - total_train_batch_size: 32
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - training_steps: 90
47
 
48
  ### Training results
49
 
 
43
  - total_train_batch_size: 32
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - training_steps: 40
47
 
48
  ### Training results
49
 
adapter_config.json CHANGED
@@ -23,10 +23,13 @@
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
 
26
  "down_proj",
27
  "gate_up_proj",
28
- "o_proj",
29
- "qkv_proj"
 
 
30
  ],
31
  "task_type": null,
32
  "use_dora": false,
 
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
+ "o_proj",
27
  "down_proj",
28
  "gate_up_proj",
29
+ "qkv_proj",
30
+ "v_proj",
31
+ "k_proj",
32
+ "q_proj"
33
  ],
34
  "task_type": null,
35
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:07f56375e6cce0d9c0438b48860300a5fb4928e1613e15ea2ffd123ca4e0f2fb
3
  size 100697728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b80404a3a2d36415f7078686ffa4c6b502772e8282234b557cf72ea50b2078b5
3
  size 100697728
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 300,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d0e2d4fdfa338331d313dd64d51a403616f18a6a2dd45381ee57bc1641693d1c
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0a2be6a1a67e267ee48988636890206a6b852bcb9df9d4ce59bc67b3f8b0854
3
  size 5432