veronica-girolimetti
commited on
Commit
•
082d166
1
Parent(s):
ab702bc
Training in progress, step 150
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- runs/Sep24_08-58-12_74dc72169430/events.out.tfevents.1727168296.74dc72169430.2329.0 +3 -0
- special_tokens_map.json +1 -7
- tokenizer.json +0 -0
- tokenizer.model +2 -2
- tokenizer_config.json +0 -0
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path": "
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
@@ -22,11 +22,11 @@
|
|
22 |
"target_modules": [
|
23 |
"down_proj",
|
24 |
"q_proj",
|
|
|
25 |
"k_proj",
|
26 |
"gate_proj",
|
27 |
-
"
|
28 |
-
"v_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": "BioMistral/BioMistral-7B-DARE",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
|
|
22 |
"target_modules": [
|
23 |
"down_proj",
|
24 |
"q_proj",
|
25 |
+
"up_proj",
|
26 |
"k_proj",
|
27 |
"gate_proj",
|
28 |
+
"o_proj",
|
29 |
+
"v_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 5368770952
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2eb34f9072faa350dadceb409046ff61cc8cdffdd818fa8962a27b72611c62f4
|
3 |
size 5368770952
|
runs/Sep24_08-58-12_74dc72169430/events.out.tfevents.1727168296.74dc72169430.2329.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50c9520fefb8807f952eb4264fc4f352baa052c5e3167d5352300511ed9d7e72
|
3 |
+
size 11458
|
special_tokens_map.json
CHANGED
@@ -13,13 +13,7 @@
|
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
},
|
16 |
-
"pad_token":
|
17 |
-
"content": "[control_768]",
|
18 |
-
"lstrip": false,
|
19 |
-
"normalized": false,
|
20 |
-
"rstrip": false,
|
21 |
-
"single_word": false
|
22 |
-
},
|
23 |
"unk_token": {
|
24 |
"content": "<unk>",
|
25 |
"lstrip": false,
|
|
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
},
|
16 |
+
"pad_token": "<unk>",
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
"unk_token": {
|
18 |
"content": "<unk>",
|
19 |
"lstrip": false,
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer.model
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:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
|
3 |
+
size 493443
|
tokenizer_config.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed8985a3e13456185287842fb82455c0643a9c165ae63641112815ec718511d8
|
3 |
size 5432
|