AndyYo commited on
Commit
e0d76b4
1 Parent(s): 90689da

Training in progress, epoch 1

Browse files
adapter_config.json CHANGED
@@ -1,6 +1,7 @@
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,
@@ -12,6 +13,7 @@
12
  "modules_to_save": null,
13
  "peft_type": "LORA",
14
  "r": 16,
 
15
  "revision": null,
16
  "target_modules": [
17
  "q_proj",
 
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,
 
13
  "modules_to_save": null,
14
  "peft_type": "LORA",
15
  "r": 16,
16
+ "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
  "q_proj",
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:357edb034421871ff12517e490a1bc008efd80768ff1508cbfa40fc55acb649f
3
+ size 27280152
runs/Nov09_19-38-16_f7b0e59fa218/events.out.tfevents.1699558705.f7b0e59fa218.1742.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38912abb0cd918caa10af187c1a860772d56aa7f8032043d0dcc322638f948e9
3
+ size 4858
tokenizer_config.json CHANGED
@@ -31,7 +31,6 @@
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,
 
31
  "</s>"
32
  ],
33
  "bos_token": "<s>",
 
34
  "clean_up_tokenization_spaces": false,
35
  "eos_token": "</s>",
36
  "legacy": true,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7033aff89ea9c22a9bf731d0a862b97ec24b65b07005f6c6c0a3bc709decd8fd
3
- size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e9ddf4f82cedfca4cda191715fd0c35b60309d331da3932b85cc0436265bbd8
3
+ size 4600