AndyYo commited on
Commit
78340bc
1 Parent(s): 01d4663

Training in progress, epoch 1

Browse files
adapter_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "auto_mapping": null,
3
- "base_model_name_or_path": "TheBloke/zephyr-7B-alpha-GPTQ",
4
  "bias": "none",
5
  "fan_in_fan_out": false,
6
  "inference_mode": true,
 
1
  {
2
  "auto_mapping": null,
3
+ "base_model_name_or_path": "TheBloke/zephyr-7B-beta-GPTQ",
4
  "bias": "none",
5
  "fan_in_fan_out": false,
6
  "inference_mode": true,
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:83bef506ba83a34d94ff57d574ce29282750f0d716ef6fbf34022a9173921e4b
3
  size 27309386
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23d941697a79f0935aed829b93196ba23e9c25c0eafd2a794fc7e05203c26040
3
  size 27309386
tokenizer_config.json CHANGED
@@ -31,6 +31,7 @@
31
  "</s>"
32
  ],
33
  "bos_token": "<s>",
 
34
  "clean_up_tokenization_spaces": false,
35
  "eos_token": "</s>",
36
  "legacy": true,
 
31
  "</s>"
32
  ],
33
  "bos_token": "<s>",
34
+ "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 %}",
35
  "clean_up_tokenization_spaces": false,
36
  "eos_token": "</s>",
37
  "legacy": true,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6bd065d4bf16634c458f09fb24b048fb6c77cc371bd9fe218991247c6788ffa1
3
  size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7033aff89ea9c22a9bf731d0a862b97ec24b65b07005f6c6c0a3bc709decd8fd
3
  size 4536