johjonah commited on
Commit
1f41e76
1 Parent(s): 83d5d53

Training in progress, step 10

Browse files
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "ybelkada/Mistral-7B-v0.1-bf16-sharded",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
@@ -20,11 +20,11 @@
20
  "revision": null,
21
  "target_modules": [
22
  "gate_proj",
 
 
23
  "q_proj",
24
- "k_proj",
25
  "v_proj",
26
- "down_proj",
27
- "up_proj"
28
  ],
29
  "task_type": "CAUSAL_LM"
30
  }
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.2",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
20
  "revision": null,
21
  "target_modules": [
22
  "gate_proj",
23
+ "down_proj",
24
+ "up_proj",
25
  "q_proj",
 
26
  "v_proj",
27
+ "k_proj"
 
28
  ],
29
  "task_type": "CAUSAL_LM"
30
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6d018ff1cd89ea0c37a7b8fe621cf50bc37950b2fa3a7dd1de15accb1398a1c1
3
  size 604031560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b491466a8bbea9393fbd0b60fd6b2cbf3484a2760a0ddd3fc148e5d121492146
3
  size 604031560
special_tokens_map.json CHANGED
@@ -1,9 +1,4 @@
1
  {
2
- "additional_special_tokens": [
3
- "<unk>",
4
- "<s>",
5
- "</s>"
6
- ],
7
  "bos_token": {
8
  "content": "<s>",
9
  "lstrip": false,
 
1
  {
 
 
 
 
 
2
  "bos_token": {
3
  "content": "<s>",
4
  "lstrip": false,
tokenizer_config.json CHANGED
@@ -27,12 +27,9 @@
27
  "special": true
28
  }
29
  },
30
- "additional_special_tokens": [
31
- "<unk>",
32
- "<s>",
33
- "</s>"
34
- ],
35
  "bos_token": "<s>",
 
36
  "clean_up_tokenization_spaces": false,
37
  "eos_token": "</s>",
38
  "legacy": true,
@@ -42,5 +39,5 @@
42
  "spaces_between_special_tokens": false,
43
  "tokenizer_class": "LlamaTokenizer",
44
  "unk_token": "<unk>",
45
- "use_default_system_prompt": true
46
  }
 
27
  "special": true
28
  }
29
  },
30
+ "additional_special_tokens": [],
 
 
 
 
31
  "bos_token": "<s>",
32
+ "chat_template": "{{ bos_token }}{% for message in messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if message['role'] == 'user' %}{{ '[INST] ' + message['content'] + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ message['content'] + eos_token}}{% else %}{{ raise_exception('Only user and assistant roles are supported!') }}{% endif %}{% endfor %}",
33
  "clean_up_tokenization_spaces": false,
34
  "eos_token": "</s>",
35
  "legacy": true,
 
39
  "spaces_between_special_tokens": false,
40
  "tokenizer_class": "LlamaTokenizer",
41
  "unk_token": "<unk>",
42
+ "use_default_system_prompt": false
43
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cbb75480c0b8e21ad41df124c6c2c6026477bc849276eef6f2bbb95d27693891
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6aa4b5118b1e78e2efead8f3d935cdf0a890936e905e80fc6ac67ff519c295c
3
  size 4728