KarBik commited on
Commit
bb0617b
1 Parent(s): 4f37a72

Training in progress, epoch 1

Browse files
adapter_config.json CHANGED
@@ -19,8 +19,8 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "down_proj",
23
- "up_proj"
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "up_proj",
23
+ "down_proj"
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7c29bd177d9bbf5d3eb3d7fb13c69f420a639ae8ddca9a4e83556dfb7cce761c
3
  size 671106704
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db32bdf79e3479f01defe464a1f708da689e3de48a9cd6dc68032ac66dfbe67e
3
  size 671106704
runs/Oct08_15-02-45_6ad1f737c9c4/events.out.tfevents.1728399909.6ad1f737c9c4.4180.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61b11fea1eb3bf37f8a7b4cacc104737947960e0ecf36571946ec378fbdc0f54
3
+ size 5585
special_tokens_map.json CHANGED
@@ -1,25 +1,23 @@
1
  {
2
- "bos_token": {
3
- "content": "<|endoftext|>",
4
- "lstrip": false,
5
- "normalized": false,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "eos_token": {
10
- "content": "<|endoftext|>",
11
- "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "pad_token": {
17
- "content": "[PAD]",
18
- "lstrip": false,
19
- "normalized": false,
20
- "rstrip": false,
21
- "single_word": false
22
- },
23
  "unk_token": {
24
  "content": "<|endoftext|>",
25
  "lstrip": false,
 
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|>",
 
 
21
  "unk_token": {
22
  "content": "<|endoftext|>",
23
  "lstrip": false,
tokenizer.json CHANGED
@@ -236,6 +236,24 @@
236
  "rstrip": false,
237
  "normalized": false,
238
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
239
  }
240
  ],
241
  "normalizer": {
 
236
  "rstrip": false,
237
  "normalized": false,
238
  "special": true
239
+ },
240
+ {
241
+ "id": 50278,
242
+ "content": "<|im_end|>",
243
+ "single_word": false,
244
+ "lstrip": false,
245
+ "rstrip": false,
246
+ "normalized": false,
247
+ "special": true
248
+ },
249
+ {
250
+ "id": 50279,
251
+ "content": "<|im_start|>",
252
+ "single_word": false,
253
+ "lstrip": false,
254
+ "rstrip": false,
255
+ "normalized": false,
256
+ "special": true
257
  }
258
  ],
259
  "normalizer": {
tokenizer_config.json CHANGED
@@ -208,13 +208,34 @@
208
  "rstrip": false,
209
  "single_word": false,
210
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
211
  }
212
  },
213
- "bos_token": "<|endoftext|>",
 
 
 
 
 
214
  "clean_up_tokenization_spaces": true,
215
- "eos_token": "<|endoftext|>",
216
  "model_max_length": 1000000000000000019884624838656,
217
- "pad_token": "[PAD]",
218
  "tokenizer_class": "GPTNeoXTokenizer",
219
  "unk_token": "<|endoftext|>"
220
  }
 
208
  "rstrip": false,
209
  "single_word": false,
210
  "special": true
211
+ },
212
+ "50278": {
213
+ "content": "<|im_end|>",
214
+ "lstrip": false,
215
+ "normalized": false,
216
+ "rstrip": false,
217
+ "single_word": false,
218
+ "special": true
219
+ },
220
+ "50279": {
221
+ "content": "<|im_start|>",
222
+ "lstrip": false,
223
+ "normalized": false,
224
+ "rstrip": false,
225
+ "single_word": false,
226
+ "special": true
227
  }
228
  },
229
+ "additional_special_tokens": [
230
+ "<|im_end|>",
231
+ "<|im_start|>"
232
+ ],
233
+ "bos_token": "<|im_start|>",
234
+ "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 %}",
235
  "clean_up_tokenization_spaces": true,
236
+ "eos_token": "<|im_end|>",
237
  "model_max_length": 1000000000000000019884624838656,
238
+ "pad_token": "<|im_end|>",
239
  "tokenizer_class": "GPTNeoXTokenizer",
240
  "unk_token": "<|endoftext|>"
241
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:95ef78bf2db05bd40e0178252f27f00ae832c486c0bc8b893f31fbe899e86662
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01d0d68bf3319a150db9e89d7cd55023a281f6334dc5664b1209a86f5b31600b
3
  size 4728