Tuch commited on
Commit
e27e1dc
·
verified ·
1 Parent(s): d89945c

Training in progress, step 10

Browse files
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "v_proj",
24
- "gate_proj",
25
  "q_proj",
 
 
26
  "k_proj",
27
- "down_proj",
28
- "o_proj",
29
- "up_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "down_proj",
 
24
  "q_proj",
25
+ "up_proj",
26
+ "v_proj",
27
  "k_proj",
28
+ "gate_proj",
29
+ "o_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:044ab53f7914cab0bbc714c0b255f9c4efbee7c24779947f37d637e9ebff9ca8
3
  size 125889008
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e53f2d939db2ffcfa00e3fe885a95750a4894deddb936d4b7475771883a46a47
3
  size 125889008
tokenizer.json CHANGED
@@ -1,11 +1,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
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ca53b0457982cbe060d37f04b10ff046f92e174d6c19716e7d056fb926b0a838
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3bd334c02fb9db5d4243f5ffa3e3e7c94bc32f7b4909489359006997bb2c6ab
3
  size 5048