travis0103 commited on
Commit
dfa0dc5
1 Parent(s): f1c9450

Model save

Browse files
README.md CHANGED
@@ -50,14 +50,10 @@ The following hyperparameters were used during training:
50
  - training_steps: 1
51
  - mixed_precision_training: Native AMP
52
 
53
- ### Training results
54
-
55
-
56
-
57
  ### Framework versions
58
 
59
  - PEFT 0.10.0
60
- - Transformers 4.39.3
61
  - Pytorch 2.2.1+cu121
62
  - Datasets 2.18.0
63
- - Tokenizers 0.15.2
 
50
  - training_steps: 1
51
  - mixed_precision_training: Native AMP
52
 
 
 
 
 
53
  ### Framework versions
54
 
55
  - PEFT 0.10.0
56
+ - Transformers 4.40.0
57
  - Pytorch 2.2.1+cu121
58
  - Datasets 2.18.0
59
+ - Tokenizers 0.19.1
adapter_config.json CHANGED
@@ -20,14 +20,14 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "v_proj",
24
- "o_proj",
25
  "down_proj",
 
26
  "up_proj",
27
- "q_proj",
 
28
  "gate_proj",
29
- "lm_head",
30
- "k_proj"
31
  ],
32
  "task_type": "CAUSAL_LM",
33
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
23
  "down_proj",
24
+ "lm_head",
25
  "up_proj",
26
+ "k_proj",
27
+ "v_proj",
28
  "gate_proj",
29
+ "o_proj",
30
+ "q_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:e7283944375ea0e7456bd0fa63d36ac0310589aa7b3a5af2bffcf155dee4ddca
3
  size 1204711776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5735ee519c52fca43a96f79b57999e666e06a52e095c9283ac271a372dba24e6
3
  size 1204711776
tokenizer.json CHANGED
@@ -157,6 +157,7 @@
157
  "end_of_word_suffix": null,
158
  "fuse_unk": true,
159
  "byte_fallback": true,
 
160
  "vocab": {
161
  "<unk>": 0,
162
  "<s>": 1,
 
157
  "end_of_word_suffix": null,
158
  "fuse_unk": true,
159
  "byte_fallback": true,
160
+ "ignore_merges": false,
161
  "vocab": {
162
  "<unk>": 0,
163
  "<s>": 1,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:63bec4085a3ab4f0508fa8c2c71f8ac8c7949872150a77334880cd41368a77f5
3
- size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d124e6e5f2c5576368627386267fcd766bfb65c13c2686a9bf5ac018ea11fcb7
3
+ size 5112