rauf8888 commited on
Commit
c930008
1 Parent(s): b456d45

Pragades/Phi-3 instruct(Interview) Eager Attention!

Browse files
README.md CHANGED
@@ -47,6 +47,7 @@ The following hyperparameters were used during training:
47
  - lr_scheduler_type: linear
48
  - lr_scheduler_warmup_ratio: 0.1
49
  - num_epochs: 3
 
50
 
51
  ### Training results
52
 
 
47
  - lr_scheduler_type: linear
48
  - lr_scheduler_warmup_ratio: 0.1
49
  - num_epochs: 3
50
+ - mixed_precision_training: Native AMP
51
 
52
  ### Training results
53
 
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "v_proj",
24
- "q_proj",
25
- "gate_proj",
26
- "down_proj",
27
  "k_proj",
 
 
 
28
  "up_proj",
29
- "o_proj"
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
 
 
23
  "k_proj",
24
+ "o_proj",
25
+ "down_proj",
26
+ "gate_proj",
27
  "up_proj",
28
+ "q_proj",
29
+ "v_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6983742a0b589265d0ab643d9a7b32172e04f863d75c853ee0a297424ab0baa1
3
- size 9456424
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3a8b63c65e2485ddb4dd0fc96e4e403cc777ce8d4553e6ee9998776b0db3d33
3
+ size 18893616
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 512,
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:ddb0404b9bb67a8f86d70201e8facac4c84b58083f9fa1d86dacc87468f49c34
3
  size 4987
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e41cb99d80f82182557a2d873531e071d236a15ce674b31c262a79295830b743
3
  size 4987