mkopecki commited on
Commit
5875763
1 Parent(s): e76ba6c

Training in progress, step 500

Browse files
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
23
  "q_proj",
24
- "down_proj",
25
- "up_proj",
26
- "k_proj",
27
- "o_proj",
28
  "v_proj",
29
- "gate_proj"
 
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "gate_proj",
24
  "q_proj",
 
 
 
 
25
  "v_proj",
26
+ "o_proj",
27
+ "up_proj",
28
+ "down_proj",
29
+ "k_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f437ed8bf8e6d43b308c5949142db2cad89d49ef943171eb76492d97f0779306
3
  size 1342238560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59d41f8e29310d3f255fc3f32f82fe768292a262297f0f8219a4fb1ff7997b16
3
  size 1342238560
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 2048,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 1024,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:562b245f8d738e5240c21fd50361cc35f298146ed8962820e393583aae5db676
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56c81ecefeb97b329fffb383f7e4f3049c70f64eb7b5523a471380ddb201a4db
3
  size 5432