WangXFng commited on
Commit
6081ed4
1 Parent(s): fe6f2b3

Model save

Browse files
adapter_config.json CHANGED
@@ -23,13 +23,13 @@
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "o_proj",
27
- "v_proj",
28
- "gate_proj",
29
  "k_proj",
 
 
30
  "up_proj",
31
- "q_proj",
32
- "down_proj"
 
33
  ],
34
  "task_type": null,
35
  "use_dora": true,
 
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
 
 
 
26
  "k_proj",
27
+ "o_proj",
28
+ "down_proj",
29
  "up_proj",
30
+ "gate_proj",
31
+ "v_proj",
32
+ "q_proj"
33
  ],
34
  "task_type": null,
35
  "use_dora": true,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:68ceff51e76d30c283e2a6ad1937fa9c0113e061794e1045942f1ccafde93003
3
  size 1639093264
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f60d803e465c15a3b1329a1a39c05400aaf1f0b148f411bc29d7b9ad1b2794cc
3
  size 1639093264
special_tokens_map.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|begin_of_text|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|eot_id|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "!"
17
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:35192018b5a5802f13ca8b7e077dc509c87c44f032bcfcb7f49ed1e6e9affe58
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:433a5ba8b7a30a164725af7d6b34b7b3888f93ad48028cccf8be71dc4fe79bbf
3
  size 5176