Training in progress, step 500
Browse files- adapter_config.json +32 -0
- adapter_model.safetensors +3 -0
- runs/Mar23_13-15-03_2ddbc403872e/events.out.tfevents.1711199710.2ddbc403872e.3860.2 +3 -0
- runs/Mar23_13-15-26_2ddbc403872e/events.out.tfevents.1711199732.2ddbc403872e.3860.3 +3 -0
- runs/Mar23_13-16-42_2ddbc403872e/events.out.tfevents.1711199807.2ddbc403872e.3860.4 +3 -0
- runs/Mar23_13-17-07_2ddbc403872e/events.out.tfevents.1711199832.2ddbc403872e.3860.5 +3 -0
- runs/Mar23_13-19-16_2ddbc403872e/events.out.tfevents.1711200000.2ddbc403872e.3860.6 +3 -0
- runs/Mar23_13-27-58_2ddbc403872e/events.out.tfevents.1711200482.2ddbc403872e.3860.9 +3 -0
- runs/Mar23_13-29-09_2ddbc403872e/events.out.tfevents.1711200553.2ddbc403872e.3860.10 +3 -0
- runs/Mar23_13-31-12_2ddbc403872e/events.out.tfevents.1711200676.2ddbc403872e.3860.11 +3 -0
- runs/Mar23_13-32-24_2ddbc403872e/events.out.tfevents.1711200749.2ddbc403872e.3860.12 +3 -0
- runs/Mar23_13-37-53_2ddbc403872e/events.out.tfevents.1711201082.2ddbc403872e.3860.13 +3 -0
- runs/Mar23_13-46-22_2ddbc403872e/events.out.tfevents.1711201595.2ddbc403872e.3860.14 +3 -0
- special_tokens_map.json +24 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +43 -0
- training_args.bin +3 -0
adapter_config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.1",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 16,
|
14 |
+
"lora_dropout": 0.1,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 8,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"k_proj",
|
24 |
+
"v_proj",
|
25 |
+
"gate_proj",
|
26 |
+
"o_proj",
|
27 |
+
"q_proj"
|
28 |
+
],
|
29 |
+
"task_type": "CAUSAL_LM",
|
30 |
+
"use_dora": false,
|
31 |
+
"use_rslora": false
|
32 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90ffde2c61a6ed4dd85443b8a6bd269c411ba7b53274b12c8f6990fab97300c1
|
3 |
+
size 46179856
|
runs/Mar23_13-15-03_2ddbc403872e/events.out.tfevents.1711199710.2ddbc403872e.3860.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7f00ce9ad2ff60c16393b840e28127bf16bb7123325a74539ea0e6b62411873
|
3 |
+
size 5020
|
runs/Mar23_13-15-26_2ddbc403872e/events.out.tfevents.1711199732.2ddbc403872e.3860.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b38601b82255068c7350e3b3fa08c858e4ad072079b1590573fe39191e3802ec
|
3 |
+
size 5021
|
runs/Mar23_13-16-42_2ddbc403872e/events.out.tfevents.1711199807.2ddbc403872e.3860.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f7e5af4fd557668c49eaedacc6fb2f7e61364b65a50669ebc33d93b83b1256e
|
3 |
+
size 5021
|
runs/Mar23_13-17-07_2ddbc403872e/events.out.tfevents.1711199832.2ddbc403872e.3860.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:829d18c653b34d86a9a5e234d5bc4e97af97bad2627c091983f49d59b7b79c42
|
3 |
+
size 5021
|
runs/Mar23_13-19-16_2ddbc403872e/events.out.tfevents.1711200000.2ddbc403872e.3860.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc5b4a7433c4210a89eee77d0c5cde4638fff2d1f2c0751ef8e86423b16beb7a
|
3 |
+
size 5021
|
runs/Mar23_13-27-58_2ddbc403872e/events.out.tfevents.1711200482.2ddbc403872e.3860.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab652c9b2a619f9cf8431d207a4ca40e6f759c4ffe950d49dfdef7b13630a315
|
3 |
+
size 5637
|
runs/Mar23_13-29-09_2ddbc403872e/events.out.tfevents.1711200553.2ddbc403872e.3860.10
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f27edb4488a2f798ce16a705e0e8c9338d755f198af717caeafe5f43c310e2dc
|
3 |
+
size 6160
|
runs/Mar23_13-31-12_2ddbc403872e/events.out.tfevents.1711200676.2ddbc403872e.3860.11
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3cf866fb316ec05379ad0a87fc265db279325b65f5454cf61b5c4df7a321839f
|
3 |
+
size 6781
|
runs/Mar23_13-32-24_2ddbc403872e/events.out.tfevents.1711200749.2ddbc403872e.3860.12
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b6d8cb8644ba5bcb78cfee30c63e73f11a8daa8f10fd5f0fea87efc355d024b
|
3 |
+
size 6781
|
runs/Mar23_13-37-53_2ddbc403872e/events.out.tfevents.1711201082.2ddbc403872e.3860.13
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65516339e5cd3451f13f97868a29d52a4b4a7c3176cff60839aaee815facecd7
|
3 |
+
size 6785
|
runs/Mar23_13-46-22_2ddbc403872e/events.out.tfevents.1711201595.2ddbc403872e.3860.14
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de90ad7d645b2be12da275a94af244bd38d3be85d9c39fb28292ab23dfcddfbe
|
3 |
+
size 6472
|
special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "</s>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<unk>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
|
3 |
+
size 493443
|
tokenizer_config.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": true,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<unk>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<s>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "</s>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
}
|
29 |
+
},
|
30 |
+
"additional_special_tokens": [],
|
31 |
+
"bos_token": "<s>",
|
32 |
+
"chat_template": "{{ bos_token }}{% for message in messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if message['role'] == 'user' %}{{ '[INST] ' + message['content'] + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ message['content'] + eos_token + ' ' }}{% else %}{{ raise_exception('Only user and assistant roles are supported!') }}{% endif %}{% endfor %}",
|
33 |
+
"clean_up_tokenization_spaces": false,
|
34 |
+
"eos_token": "</s>",
|
35 |
+
"legacy": true,
|
36 |
+
"model_max_length": 1000000000000000019884624838656,
|
37 |
+
"pad_token": "</s>",
|
38 |
+
"sp_model_kwargs": {},
|
39 |
+
"spaces_between_special_tokens": false,
|
40 |
+
"tokenizer_class": "LlamaTokenizer",
|
41 |
+
"unk_token": "<unk>",
|
42 |
+
"use_default_system_prompt": false
|
43 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5669f81edf6bc5549b5a25441d14907f545d95183d1b48c8656d9370b8c18e7f
|
3 |
+
size 4920
|