Training in progress, step 100
Browse files
adapter_config.json
CHANGED
|
@@ -8,18 +8,24 @@
|
|
| 8 |
"init_lora_weights": true,
|
| 9 |
"layers_pattern": null,
|
| 10 |
"layers_to_transform": null,
|
|
|
|
| 11 |
"lora_alpha": 16,
|
| 12 |
-
"lora_dropout": 0.
|
|
|
|
|
|
|
| 13 |
"modules_to_save": null,
|
| 14 |
"peft_type": "LORA",
|
| 15 |
-
"r":
|
| 16 |
"rank_pattern": {},
|
| 17 |
"revision": null,
|
| 18 |
"target_modules": [
|
| 19 |
-
"
|
| 20 |
"o_proj",
|
| 21 |
-
"
|
| 22 |
-
"
|
|
|
|
|
|
|
|
|
|
| 23 |
],
|
| 24 |
"task_type": "CAUSAL_LM"
|
| 25 |
}
|
|
|
|
| 8 |
"init_lora_weights": true,
|
| 9 |
"layers_pattern": null,
|
| 10 |
"layers_to_transform": null,
|
| 11 |
+
"loftq_config": {},
|
| 12 |
"lora_alpha": 16,
|
| 13 |
+
"lora_dropout": 0.05,
|
| 14 |
+
"megatron_config": null,
|
| 15 |
+
"megatron_core": "megatron.core",
|
| 16 |
"modules_to_save": null,
|
| 17 |
"peft_type": "LORA",
|
| 18 |
+
"r": 16,
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
+
"v_proj",
|
| 23 |
"o_proj",
|
| 24 |
+
"k_proj",
|
| 25 |
+
"up_proj",
|
| 26 |
+
"down_proj",
|
| 27 |
+
"gate_proj",
|
| 28 |
+
"q_proj"
|
| 29 |
],
|
| 30 |
"task_type": "CAUSAL_LM"
|
| 31 |
}
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aef5642419366e4a7d1e2bc2aa55dc313138f0c45a38198b37a8d2211c23b261
|
| 3 |
+
size 83946192
|
runs/Jan08_12-47-46_ip-26-0-162-180/events.out.tfevents.1704718276.ip-26-0-162-180.3383747.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91ec8ae962aaa3cabf30a3deb513886f950c4839491c572ec75694d6ac3bfe99
|
| 3 |
+
size 8075
|
tokenizer_config.json
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"added_tokens_decoder": {
|
| 3 |
"0": {
|
| 4 |
"content": "<unk>",
|
|
@@ -27,7 +29,6 @@
|
|
| 27 |
},
|
| 28 |
"additional_special_tokens": [],
|
| 29 |
"bos_token": "<s>",
|
| 30 |
-
"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 %}",
|
| 31 |
"clean_up_tokenization_spaces": false,
|
| 32 |
"eos_token": "</s>",
|
| 33 |
"legacy": true,
|
|
@@ -37,5 +38,5 @@
|
|
| 37 |
"spaces_between_special_tokens": false,
|
| 38 |
"tokenizer_class": "LlamaTokenizer",
|
| 39 |
"unk_token": "<unk>",
|
| 40 |
-
"use_default_system_prompt":
|
| 41 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"add_bos_token": true,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
"added_tokens_decoder": {
|
| 5 |
"0": {
|
| 6 |
"content": "<unk>",
|
|
|
|
| 29 |
},
|
| 30 |
"additional_special_tokens": [],
|
| 31 |
"bos_token": "<s>",
|
|
|
|
| 32 |
"clean_up_tokenization_spaces": false,
|
| 33 |
"eos_token": "</s>",
|
| 34 |
"legacy": true,
|
|
|
|
| 38 |
"spaces_between_special_tokens": false,
|
| 39 |
"tokenizer_class": "LlamaTokenizer",
|
| 40 |
"unk_token": "<unk>",
|
| 41 |
+
"use_default_system_prompt": false
|
| 42 |
}
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:18c3c3786c425267646ab1a14fd749b26e46371a2ccdfaa5f251dfea781f3273
|
| 3 |
+
size 4792
|