VictorDCh commited on
Commit
654306f
1 Parent(s): 0ad68d0

Training in progress, epoch 1

Browse files
adapter_config.json CHANGED
@@ -19,13 +19,13 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "o_proj",
 
23
  "up_proj",
 
24
  "q_proj",
25
- "k_proj",
26
- "down_proj",
27
  "v_proj",
28
- "gate_proj"
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_rslora": false
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "down_proj",
23
+ "k_proj",
24
  "up_proj",
25
+ "gate_proj",
26
  "q_proj",
 
 
27
  "v_proj",
28
+ "o_proj"
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_rslora": false
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a024b082bfefc0455d251bf81000219da4194a948de97947b90185c27761b0c3
3
  size 2155941056
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30fe7798496c84aff511b0c2bc9657b589e5c84bec4855ea9a4b1f907f62d194
3
  size 2155941056
runs/May28_09-33-58_1724fad029dc/events.out.tfevents.1716881645.1724fad029dc.22807.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c3398f40558cc17ac11c7b0591e072c68eca5a1e9a892b6ffb5a1f7ba2e0f46
3
+ size 5206
runs/May28_09-41-08_1724fad029dc/events.out.tfevents.1716882075.1724fad029dc.27751.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f1b13678f4dfc09bda6152894e0e6700384e97d3b87d6cfa110a256ad653c6a
3
+ size 14947
special_tokens_map.json CHANGED
@@ -1,4 +1,20 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "bos_token": "<|im_start|>",
3
  "eos_token": "<|im_end|>",
4
  "pad_token": "<|im_end|>"
 
1
  {
2
+ "additional_special_tokens": [
3
+ {
4
+ "content": "<|im_end|>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ {
11
+ "content": "<|im_start|>",
12
+ "lstrip": false,
13
+ "normalized": false,
14
+ "rstrip": false,
15
+ "single_word": false
16
+ }
17
+ ],
18
  "bos_token": "<|im_start|>",
19
  "eos_token": "<|im_end|>",
20
  "pad_token": "<|im_end|>"
tokenizer_config.json CHANGED
@@ -2065,7 +2065,10 @@
2065
  "special": true
2066
  }
2067
  },
2068
- "additional_special_tokens": [],
 
 
 
2069
  "bos_token": "<|im_start|>",
2070
  "chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
2071
  "clean_up_tokenization_spaces": true,
 
2065
  "special": true
2066
  }
2067
  },
2068
+ "additional_special_tokens": [
2069
+ "<|im_end|>",
2070
+ "<|im_start|>"
2071
+ ],
2072
  "bos_token": "<|im_start|>",
2073
  "chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
2074
  "clean_up_tokenization_spaces": true,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6e9b2a18f2ff9c0e25b74df05d0f5609dea1af3a95412f71b027fd2c7d4c9db2
3
  size 4792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:026887f7331a71107360bbde1fc18074fd4f037f68c154e0602b296ddb1ccc51
3
  size 4792