keithdrexel
commited on
Commit
•
6300de1
1
Parent(s):
7681df9
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-
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
@@ -18,15 +18,15 @@
|
|
18 |
"peft_type": "LORA",
|
19 |
"r": 16,
|
20 |
"rank_pattern": {},
|
21 |
-
"revision":
|
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,
|
|
|
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,
|
|
|
18 |
"peft_type": "LORA",
|
19 |
"r": 16,
|
20 |
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
|
|
23 |
"gate_proj",
|
24 |
"up_proj",
|
25 |
"down_proj",
|
26 |
+
"o_proj",
|
27 |
+
"k_proj",
|
28 |
+
"v_proj",
|
29 |
+
"q_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:
|
3 |
size 50503544
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:121dac8371f80d9488a9dcd1f907d15244e268d40b25d83d1caa37ce07a44860
|
3 |
size 50503544
|
runs/Aug15_21-07-32_6cfe7f114724/events.out.tfevents.1723756094.6cfe7f114724.6032.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f184b0da34a86765724b3bff085a92174456c67db3df3bdfe313c48999e83748
|
3 |
+
size 9140
|
runs/Aug15_21-10-01_6cfe7f114724/events.out.tfevents.1723756209.6cfe7f114724.6032.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1202c3d2d8688e66d6afa1a8c03769bd1e74e8473c6d2acad7cb96041cb35d39
|
3 |
+
size 110406
|
tokenizer_config.json
CHANGED
@@ -29,7 +29,6 @@
|
|
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,
|
|
|
29 |
}
|
30 |
},
|
31 |
"bos_token": "<s>",
|
|
|
32 |
"clean_up_tokenization_spaces": false,
|
33 |
"eos_token": "</s>",
|
34 |
"legacy": false,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7fadc165effe86caca23fc9189e984dc7c88c8f867452a62d63816a882ac33df
|
3 |
size 5176
|