yyx123 commited on
Commit
5d20b7c
1 Parent(s): e0a584a

Training in progress, step 60

Browse files
adapter_config.json CHANGED
@@ -19,13 +19,13 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "v_proj",
23
- "up_proj",
24
- "o_proj",
25
  "down_proj",
26
  "k_proj",
 
 
27
  "q_proj",
28
- "gate_proj"
29
  ],
30
  "task_type": "CAUSAL_LM"
31
  }
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "gate_proj",
 
 
23
  "down_proj",
24
  "k_proj",
25
+ "o_proj",
26
+ "v_proj",
27
  "q_proj",
28
+ "up_proj"
29
  ],
30
  "task_type": "CAUSAL_LM"
31
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7a84d2924f8721382115c5b199563566ae74ab6cd7df2979a77a995ce478defb
3
  size 145287696
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f9f8b03cbebd361985dbc0c4620d6971d4f95aee4683b1d2e87f1a68223a358
3
  size 145287696
tokenizer.json CHANGED
@@ -1,19 +1,7 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 500,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
- "padding": {
10
- "strategy": "BatchLongest",
11
- "direction": "Left",
12
- "pad_to_multiple_of": null,
13
- "pad_id": 0,
14
- "pad_type_id": 0,
15
- "pad_token": "<unk>"
16
- },
17
  "added_tokens": [
18
  {
19
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3c9657bc6fb98afcdc22bd335e921d4fcbe6735b6e359e3deeb772999847d16f
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0a63916e4624920f0cb3eec53ba78aa9682f723cf296947d6f3de86b2720b01
3
  size 4728