kyryl-opens-ml
commited on
Commit
•
a7b6f73
1
Parent(s):
459025a
Model save
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- all_results.json +2 -2
- train_results.json +2 -2
- training_args.bin +1 -1
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 |
"use_rslora": false
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"q_proj",
|
23 |
+
"v_proj"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM",
|
26 |
"use_rslora": false
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2155923176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:277f86d2292f59abce78c6f3c222c7787511e0cf7af0a7048818f04694e07d53
|
3 |
size 2155923176
|
all_results.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"epoch": 0.99,
|
3 |
-
"train_loss": 0.
|
4 |
-
"train_runtime": 629.
|
5 |
"train_samples_per_second": 0.269,
|
6 |
"train_steps_per_second": 0.067
|
7 |
}
|
|
|
1 |
{
|
2 |
"epoch": 0.99,
|
3 |
+
"train_loss": 0.9483914148239863,
|
4 |
+
"train_runtime": 629.2072,
|
5 |
"train_samples_per_second": 0.269,
|
6 |
"train_steps_per_second": 0.067
|
7 |
}
|
train_results.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"epoch": 0.99,
|
3 |
-
"train_loss": 0.
|
4 |
-
"train_runtime": 629.
|
5 |
"train_samples_per_second": 0.269,
|
6 |
"train_steps_per_second": 0.067
|
7 |
}
|
|
|
1 |
{
|
2 |
"epoch": 0.99,
|
3 |
+
"train_loss": 0.9483914148239863,
|
4 |
+
"train_runtime": 629.2072,
|
5 |
"train_samples_per_second": 0.269,
|
6 |
"train_steps_per_second": 0.067
|
7 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71469555dedba3b40fbf0a4f59399c520934b9f3d1bbd66d41332237868c05e7
|
3 |
size 4920
|