isaacOnline
commited on
Commit
•
5cef7cc
1
Parent(s):
7dd6c49
Training in progress, step 20
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- qual_clasification.log +3 -0
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -19,12 +19,12 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"k_proj",
|
23 |
-
"up_proj",
|
24 |
"v_proj",
|
|
|
|
|
25 |
"gate_proj",
|
|
|
26 |
"o_proj",
|
27 |
-
"q_proj",
|
28 |
"down_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
|
|
22 |
"v_proj",
|
23 |
+
"q_proj",
|
24 |
+
"k_proj",
|
25 |
"gate_proj",
|
26 |
+
"up_proj",
|
27 |
"o_proj",
|
|
|
28 |
"down_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 335604696
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f795d2e775215977a42fb5aae6ce0baee3f5d49958edc74c60d8c9fdcd2373b
|
3 |
size 335604696
|
qual_clasification.log
CHANGED
@@ -51,3 +51,6 @@
|
|
51 |
2024-02-13 16:20:24,645 - INFO - __main__ - Loaded Model ID: mistralai/Mistral-7B-Instruct-v0.1
|
52 |
2024-02-13 16:20:25,786 - INFO - __main__ - Loaded LoRA Model
|
53 |
2024-02-13 16:20:26,429 - INFO - __main__ - Instantiated Trainer
|
|
|
|
|
|
|
|
51 |
2024-02-13 16:20:24,645 - INFO - __main__ - Loaded Model ID: mistralai/Mistral-7B-Instruct-v0.1
|
52 |
2024-02-13 16:20:25,786 - INFO - __main__ - Loaded LoRA Model
|
53 |
2024-02-13 16:20:26,429 - INFO - __main__ - Instantiated Trainer
|
54 |
+
2024-02-13 16:31:59,095 - INFO - __main__ - Loaded Model ID: mistralai/Mistral-7B-Instruct-v0.1
|
55 |
+
2024-02-13 16:32:00,182 - INFO - __main__ - Loaded LoRA Model
|
56 |
+
2024-02-13 16:32:00,833 - INFO - __main__ - Instantiated Trainer
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bcb388f71d406ae8a46109bb32e8ec9fdc8fd046496cd64e095ed3b3aa8d5d79
|
3 |
size 4728
|