jtatman commited on
Commit
e283c25
·
verified ·
1 Parent(s): 4aef094

Training in progress, step 10

Browse files
adapter_config.json CHANGED
@@ -20,11 +20,11 @@
20
  "rank_pattern": {},
21
  "revision": "unsloth",
22
  "target_modules": [
23
- "v_proj",
24
- "o_proj",
25
  "k_proj",
 
26
  "up_proj",
27
- "q_proj",
28
  "down_proj",
29
  "gate_proj"
30
  ],
 
20
  "rank_pattern": {},
21
  "revision": "unsloth",
22
  "target_modules": [
23
+ "q_proj",
 
24
  "k_proj",
25
+ "v_proj",
26
  "up_proj",
27
+ "o_proj",
28
  "down_proj",
29
  "gate_proj"
30
  ],
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:15ce7c22f96fd1fc7db8ca9e0a34fa7b1fc14f808a32fc1c979cf0a18ca51f45
3
  size 85998080
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a28ad4c688197cb0f9190d5dcc9d5c5928d0c4a2fcbabac3ccea2b7f20f3f66f
3
  size 85998080
special_tokens_map.json CHANGED
@@ -1,7 +1,6 @@
1
  {
2
  "additional_special_tokens": [
3
- "<|im_end|>",
4
- "<|endoftext|>"
5
  ],
6
  "bos_token": {
7
  "content": "<s>",
 
1
  {
2
  "additional_special_tokens": [
3
+ "<|im_end|>"
 
4
  ],
5
  "bos_token": {
6
  "content": "<s>",
tokenizer_config.json CHANGED
@@ -53,8 +53,7 @@
53
  }
54
  },
55
  "additional_special_tokens": [
56
- "<|im_end|>",
57
- "<|endoftext|>"
58
  ],
59
  "bos_token": "<s>",
60
  "clean_up_tokenization_spaces": false,
 
53
  }
54
  },
55
  "additional_special_tokens": [
56
+ "<|im_end|>"
 
57
  ],
58
  "bos_token": "<s>",
59
  "clean_up_tokenization_spaces": false,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2589d6dab54a09bd98ed239e952d162a618f9a5edb0d797b26c7bbc33728da3f
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c1c41e46d5fc9b139d61b892b36ee740c6384a439821d04259c0baa640f300b
3
  size 4920