atmallen commited on
Commit
3a4eccc
1 Parent(s): be4d368

Training in progress, step 100

Browse files
adapter_config.json CHANGED
@@ -22,12 +22,12 @@
22
  "rank_pattern": {},
23
  "revision": null,
24
  "target_modules": [
25
- "q_proj",
26
- "down_proj",
27
  "k_proj",
28
  "v_proj",
 
29
  "up_proj",
30
- "gate_proj"
31
  ],
32
  "task_type": null
33
  }
 
22
  "rank_pattern": {},
23
  "revision": null,
24
  "target_modules": [
25
+ "gate_proj",
 
26
  "k_proj",
27
  "v_proj",
28
+ "q_proj",
29
  "up_proj",
30
+ "down_proj"
31
  ],
32
  "task_type": null
33
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d71a1fdd8cdc432aa3fc8a31231bd42d025c38554c8c13ce58a8a1d530350d7f
3
  size 37799672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2955ee09f1150e4e7c8fb252b4e640aa1cd1923f9e484e59a56fdc8796ee956
3
  size 37799672
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": 1024,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:04d782e624ad3e289d4e84b38382ae32eb098b959be048e599781d33d1c76819
3
- size 4856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81138d0f3894a60084e635c6160ab11f7e4647dff81f52c27b0fb67e4f4eede1
3
+ size 4411