KyomaP commited on
Commit
660c375
·
verified ·
1 Parent(s): d23017d

Training in progress, step 500

Browse files
adapter_config.json CHANGED
@@ -17,16 +17,18 @@
17
  "lora_dropout": 0.0,
18
  "megatron_config": null,
19
  "megatron_core": "megatron.core",
20
- "modules_to_save": null,
 
 
21
  "peft_type": "LORA",
22
  "r": 16,
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "out_proj",
27
  "x_proj",
28
  "embeddings",
29
- "in_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
17
  "lora_dropout": 0.0,
18
  "megatron_config": null,
19
  "megatron_core": "megatron.core",
20
+ "modules_to_save": [
21
+ "lm_head"
22
+ ],
23
  "peft_type": "LORA",
24
  "r": 16,
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
28
+ "in_proj",
29
  "x_proj",
30
  "embeddings",
31
+ "out_proj"
32
  ],
33
  "task_type": "CAUSAL_LM",
34
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:88a86f2e81a1f30e3cf5940d2f4f325e1ed3659d2c52bb218b0a474feaf074bb
3
- size 623935008
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f633b294a1f48839839e60660922f231ae684dbc8b34ac6d1adbbba91ec0a023
3
+ size 366511584
special_tokens_map.json CHANGED
@@ -1,23 +1,25 @@
1
  {
2
- "additional_special_tokens": [
3
- {
4
- "content": "<|im_start|>",
5
- "lstrip": false,
6
- "normalized": false,
7
- "rstrip": false,
8
- "single_word": false
9
- },
10
- {
11
- "content": "<|im_end|>",
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,
 
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": "<|endoftext|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
  "unk_token": {
24
  "content": "<|endoftext|>",
25
  "lstrip": false,
tokenizer.json CHANGED
@@ -227,24 +227,6 @@
227
  "rstrip": false,
228
  "normalized": true,
229
  "special": false
230
- },
231
- {
232
- "id": 50277,
233
- "content": "<|im_start|>",
234
- "single_word": false,
235
- "lstrip": false,
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
  "normalizer": {
 
227
  "rstrip": false,
228
  "normalized": true,
229
  "special": false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
230
  }
231
  ],
232
  "normalizer": {
tokenizer_config.json CHANGED
@@ -202,34 +202,13 @@
202
  "rstrip": false,
203
  "single_word": false,
204
  "special": false
205
- },
206
- "50277": {
207
- "content": "<|im_start|>",
208
- "lstrip": false,
209
- "normalized": false,
210
- "rstrip": false,
211
- "single_word": false,
212
- "special": true
213
- },
214
- "50278": {
215
- "content": "<|im_end|>",
216
- "lstrip": false,
217
- "normalized": false,
218
- "rstrip": false,
219
- "single_word": false,
220
- "special": true
221
  }
222
  },
223
- "additional_special_tokens": [
224
- "<|im_start|>",
225
- "<|im_end|>"
226
- ],
227
- "bos_token": "<|im_start|>",
228
- "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 %}",
229
  "clean_up_tokenization_spaces": true,
230
- "eos_token": "<|im_end|>",
231
  "model_max_length": 1000000000000000019884624838656,
232
- "pad_token": "<|im_end|>",
233
  "tokenizer_class": "GPTNeoXTokenizer",
234
  "unk_token": "<|endoftext|>"
235
  }
 
202
  "rstrip": false,
203
  "single_word": false,
204
  "special": false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
205
  }
206
  },
207
+ "bos_token": "<|endoftext|>",
 
 
 
 
 
208
  "clean_up_tokenization_spaces": true,
209
+ "eos_token": "<|endoftext|>",
210
  "model_max_length": 1000000000000000019884624838656,
211
+ "pad_token": "<|endoftext|>",
212
  "tokenizer_class": "GPTNeoXTokenizer",
213
  "unk_token": "<|endoftext|>"
214
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5cf5abfa76aa82c0192fdf6129ac9200f137909e99683f97ea0340808eb824cb
3
- size 5624
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59d80a4acd329708568fe2f8bb553653daca12675afb39948bcb46ae950437a6
3
+ size 5560