Training in progress, epoch 0
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- runs/Dec10_00-09-28_lab255-desktop/events.out.tfevents.1702177775.lab255-desktop.665893.0 +3 -0
- runs/Dec10_00-18-38_lab255-desktop/events.out.tfevents.1702178324.lab255-desktop.666214.0 +3 -0
- special_tokens_map.json +1 -1
- tokenizer_config.json +1 -1
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -19,8 +19,8 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"
|
23 |
-
"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM"
|
26 |
}
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"v_proj",
|
23 |
+
"q_proj"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM"
|
26 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 27280152
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7f3c5511c7044f61d5b9c2f20bb4be1580508c143bae8d26818aadf4955dac4
|
3 |
size 27280152
|
runs/Dec10_00-09-28_lab255-desktop/events.out.tfevents.1702177775.lab255-desktop.665893.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77929d708e863d091830ee83de3a4f6ac005dc424c3b876c363c6fa5026ae635
|
3 |
+
size 5298
|
runs/Dec10_00-18-38_lab255-desktop/events.out.tfevents.1702178324.lab255-desktop.666214.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d7fc7e2bb178be8eefd71dfb7de994d1896538aae40fafbdef6509a5eaf5449
|
3 |
+
size 8321
|
special_tokens_map.json
CHANGED
@@ -18,7 +18,7 @@
|
|
18 |
"rstrip": false,
|
19 |
"single_word": false
|
20 |
},
|
21 |
-
"pad_token": "
|
22 |
"unk_token": {
|
23 |
"content": "<unk>",
|
24 |
"lstrip": false,
|
|
|
18 |
"rstrip": false,
|
19 |
"single_word": false
|
20 |
},
|
21 |
+
"pad_token": "<unk>",
|
22 |
"unk_token": {
|
23 |
"content": "<unk>",
|
24 |
"lstrip": false,
|
tokenizer_config.json
CHANGED
@@ -35,7 +35,7 @@
|
|
35 |
"eos_token": "</s>",
|
36 |
"legacy": true,
|
37 |
"model_max_length": 1000000000000000019884624838656,
|
38 |
-
"pad_token": "
|
39 |
"sp_model_kwargs": {},
|
40 |
"spaces_between_special_tokens": false,
|
41 |
"tokenizer_class": "LlamaTokenizer",
|
|
|
35 |
"eos_token": "</s>",
|
36 |
"legacy": true,
|
37 |
"model_max_length": 1000000000000000019884624838656,
|
38 |
+
"pad_token": "<unk>",
|
39 |
"sp_model_kwargs": {},
|
40 |
"spaces_between_special_tokens": false,
|
41 |
"tokenizer_class": "LlamaTokenizer",
|
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:bb99abf478efb5e3058dc2967a5b54746684ab6b02f4e50f608cdbb4763bf812
|
3 |
+
size 4155
|