keithdrexel commited on
Commit
7681df9
·
verified ·
1 Parent(s): 9e7b814

Training in progress, step 500

Browse files
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "unsloth/tinyllama-bnb-4bit",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": "unsloth",
22
  "target_modules": [
 
23
  "q_proj",
24
- "up_proj",
25
  "k_proj",
26
  "gate_proj",
 
27
  "down_proj",
28
- "o_proj",
29
- "v_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/tinyllama-chat-bnb-4bit",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
20
  "rank_pattern": {},
21
  "revision": "unsloth",
22
  "target_modules": [
23
+ "v_proj",
24
  "q_proj",
 
25
  "k_proj",
26
  "gate_proj",
27
+ "up_proj",
28
  "down_proj",
29
+ "o_proj"
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6feebb055c62e8e26db195bff7a3e8aa1f9a80659719edaa8e50a1e3634a8cc4
3
  size 50503544
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0a312a25a9a145341b39a0a794fdbc3c24012466177df17ec6869fbcb049ddb
3
  size 50503544
runs/Jul28_18-13-06_504876d1382e/events.out.tfevents.1722190407.504876d1382e.915.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a42aba9ed9420481d42019e726f3d42424137381bf46d8f17ee3691c9767355
3
+ size 110411
tokenizer_config.json CHANGED
@@ -29,6 +29,7 @@
29
  }
30
  },
31
  "bos_token": "<s>",
 
32
  "clean_up_tokenization_spaces": false,
33
  "eos_token": "</s>",
34
  "legacy": false,
 
29
  }
30
  },
31
  "bos_token": "<s>",
32
+ "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 %}",
33
  "clean_up_tokenization_spaces": false,
34
  "eos_token": "</s>",
35
  "legacy": false,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fa7b8d99b89c3a3bff2d4e0de36da71b0eed79723fe6a52439228fb543936121
3
- size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bff0d3027f101c278f7f3e454af5ce9bdda22b0159aeb57c8255c0fcae13c8cb
3
+ size 5176