kyryl-opens-ml
commited on
Commit
•
2c64a0a
1
Parent(s):
5470c06
Model save
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- all_results.json +3 -3
- train_results.json +3 -3
- 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 |
+
"v_proj",
|
23 |
+
"q_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 558155232
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50acbcc5ddbbc992015b1d41cdfc047b7724396a15aee565a6716c05f6870d3f
|
3 |
size 558155232
|
all_results.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"epoch": 0.02,
|
3 |
-
"train_loss": 0.
|
4 |
-
"train_runtime": 59.
|
5 |
"train_samples_per_second": 0.143,
|
6 |
-
"train_steps_per_second": 0.
|
7 |
}
|
|
|
1 |
{
|
2 |
"epoch": 0.02,
|
3 |
+
"train_loss": 0.8337423205375671,
|
4 |
+
"train_runtime": 59.4867,
|
5 |
"train_samples_per_second": 0.143,
|
6 |
+
"train_steps_per_second": 0.034
|
7 |
}
|
train_results.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"epoch": 0.02,
|
3 |
-
"train_loss": 0.
|
4 |
-
"train_runtime": 59.
|
5 |
"train_samples_per_second": 0.143,
|
6 |
-
"train_steps_per_second": 0.
|
7 |
}
|
|
|
1 |
{
|
2 |
"epoch": 0.02,
|
3 |
+
"train_loss": 0.8337423205375671,
|
4 |
+
"train_runtime": 59.4867,
|
5 |
"train_samples_per_second": 0.143,
|
6 |
+
"train_steps_per_second": 0.034
|
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:f871652404bc22c09856b16eaf5aab1fcaf6ed44b3193925300fd9645ff1abf1
|
3 |
size 4920
|