Grigorij commited on
Commit
4e67fee
·
1 Parent(s): c280284

Training in progress, epoch 1

Browse files
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:afb19250b4e518f4042e74831aa7530eaf2299f3e5a28a1ab4393be4fbc18e11
3
  size 109069176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0da3a516e6aaa408c1b3ba984449f50c98fcf43721e892c4a42a294a57eea717
3
  size 109069176
special_tokens_map.json CHANGED
@@ -1,4 +1,9 @@
1
  {
 
 
 
 
 
2
  "bos_token": {
3
  "content": "<s>",
4
  "lstrip": false,
 
1
  {
2
+ "additional_special_tokens": [
3
+ "<unk>",
4
+ "<s>",
5
+ "</s>"
6
+ ],
7
  "bos_token": {
8
  "content": "<s>",
9
  "lstrip": false,
tokenizer.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "version": "1.0",
3
  "truncation": {
4
- "direction": "Right",
5
  "max_length": 256,
6
  "strategy": "LongestFirst",
7
  "stride": 0
 
1
  {
2
  "version": "1.0",
3
  "truncation": {
4
+ "direction": "Left",
5
  "max_length": 256,
6
  "strategy": "LongestFirst",
7
  "stride": 0
tokenizer_config.json CHANGED
@@ -27,8 +27,13 @@
27
  "special": true
28
  }
29
  },
30
- "additional_special_tokens": [],
 
 
 
 
31
  "bos_token": "<s>",
 
32
  "clean_up_tokenization_spaces": false,
33
  "eos_token": "</s>",
34
  "legacy": true,
@@ -37,6 +42,7 @@
37
  "sp_model_kwargs": {},
38
  "spaces_between_special_tokens": false,
39
  "tokenizer_class": "LlamaTokenizer",
 
40
  "unk_token": "<unk>",
41
- "use_default_system_prompt": false
42
  }
 
27
  "special": true
28
  }
29
  },
30
+ "additional_special_tokens": [
31
+ "<unk>",
32
+ "<s>",
33
+ "</s>"
34
+ ],
35
  "bos_token": "<s>",
36
+ "chat_template": "{% for message in messages %}\n{% if message['role'] == 'user' %}\n{{ '<|user|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'system' %}\n{{ '<|system|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'assistant' %}\n{{ '<|assistant|>\n' + message['content'] + eos_token }}\n{% endif %}\n{% if loop.last and add_generation_prompt %}\n{{ '<|assistant|>' }}\n{% endif %}\n{% endfor %}",
37
  "clean_up_tokenization_spaces": false,
38
  "eos_token": "</s>",
39
  "legacy": true,
 
42
  "sp_model_kwargs": {},
43
  "spaces_between_special_tokens": false,
44
  "tokenizer_class": "LlamaTokenizer",
45
+ "truncation_side": "left",
46
  "unk_token": "<unk>",
47
+ "use_default_system_prompt": true
48
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e9917af53aba6f60a1139ad4c2e84b7bebf9b110ccf38a4166e4c891b681700d
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4766cbd76edc4e624a8a7c8489f6b76c41ab3d79c3eb13eb528c6a424962a75d
3
  size 4728