tonyshark commited on
Commit
533e42d
·
verified ·
1 Parent(s): e1ac73c

End of training

Browse files
adapter_config.json CHANGED
@@ -28,12 +28,12 @@
28
  "rank_pattern": {},
29
  "revision": null,
30
  "target_modules": [
31
- "down_proj",
32
  "k_proj",
33
- "gate_proj",
34
- "up_proj",
35
  "q_proj",
36
- "v_proj"
 
37
  ],
38
  "task_type": "CAUSAL_LM",
39
  "use_dora": false,
 
28
  "rank_pattern": {},
29
  "revision": null,
30
  "target_modules": [
31
+ "v_proj",
32
  "k_proj",
33
+ "down_proj",
 
34
  "q_proj",
35
+ "gate_proj",
36
+ "up_proj"
37
  ],
38
  "task_type": "CAUSAL_LM",
39
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3384ab057ca098b51f926b1f167a6ec1783544ebafdce9054677bd18912e3d32
3
  size 351945248
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c36f40566d5669970456c3fe3101329450d40f1315eb27f4af46cedae4c131ca
3
  size 351945248
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
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
  {