KaleDivergence commited on
Commit
d562a20
1 Parent(s): f0640ae

Training in progress, epoch 0

Browse files
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "TheBloke/zephyr-7B-alpha-GPTQ",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "TheBloke/zephyr-7B-beta-GPTQ",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f19f5356260784dc29ec770426fdbd6aeee2c62521e335bfb630bc18b6afa3c5
3
  size 27280152
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1f5625716f5d9e3381ef4af1ad0648f802b27124473725f34cb509f1f384ffd
3
  size 27280152
runs/Dec10_17-55-46_6ab546ea2cab/events.out.tfevents.1702230950.6ab546ea2cab.4748.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8413ae8cff847a89ec4ee5bebce1d1b253a5f325995e2920f4f6ffa6608f423f
3
+ size 5977
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:4b5623960a6896e3e6da6f3e53c8570ada2142ffc3440d296e67aebaf8a588cb
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2166cbfb07640bd6f21535355a910478101244706f9c18a3c39f8fe22daba364
3
  size 4600