thangvip commited on
Commit
f6de79f
1 Parent(s): 73e123b

Training in progress, step 90

Browse files
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5e9542e84538c007642c9994573b0e6b15f08fcea8a3dca7cbb3d1df2c41ff6e
3
  size 479769104
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c164a23859048d8fa4735fb3e70a5c18a2e7b619b3ba87064a4fd0a2abe14ab2
3
  size 479769104
special_tokens_map.json CHANGED
@@ -1,10 +1,6 @@
1
  {
2
- "additional_special_tokens": [
3
- "<|im_start|>",
4
- "<|im_end|>"
5
- ],
6
  "eos_token": {
7
- "content": "<|im_end|>",
8
  "lstrip": false,
9
  "normalized": false,
10
  "rstrip": false,
 
1
  {
 
 
 
 
2
  "eos_token": {
3
+ "content": "<|endoftext|>",
4
  "lstrip": false,
5
  "normalized": false,
6
  "rstrip": false,
tokenizer_config.json CHANGED
@@ -26,16 +26,15 @@
26
  "special": true
27
  }
28
  },
29
- "additional_special_tokens": [
30
- "<|im_start|>",
31
- "<|im_end|>"
32
- ],
33
  "bos_token": null,
34
- "chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
35
  "clean_up_tokenization_spaces": false,
36
- "eos_token": "<|im_end|>",
37
  "errors": "replace",
38
- "model_max_length": 32768,
 
 
39
  "pad_token": "<|endoftext|>",
40
  "padding_side": "right",
41
  "split_special_tokens": false,
 
26
  "special": true
27
  }
28
  },
29
+ "additional_special_tokens": [],
 
 
 
30
  "bos_token": null,
31
+ "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 %}",
32
  "clean_up_tokenization_spaces": false,
33
+ "eos_token": "<|endoftext|>",
34
  "errors": "replace",
35
+ "from_slow": true,
36
+ "legacy": false,
37
+ "model_max_length": 8192,
38
  "pad_token": "<|endoftext|>",
39
  "padding_side": "right",
40
  "split_special_tokens": false,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b14e74089d67608e80e7071183133be94622127b5995d5b7867e2f58977c64b7
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8f7f083f2b2eab33bd2a04786e57d4b2844453a58268fa30fc382fc728328df
3
  size 5112
vocab.json CHANGED
The diff for this file is too large to render. See raw diff