kyryl-opens-ml
commited on
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 |
+
"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 2155923176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:545f9c83b031e237e4fb8b753f6c1b1b6152bb0742a1c29908a23b3faaa4eaf0
|
3 |
size 2155923176
|
all_results.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"epoch": 0.99,
|
3 |
-
"train_loss":
|
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.9647286732991537,
|
4 |
+
"train_runtime": 629.1313,
|
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":
|
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.9647286732991537,
|
4 |
+
"train_runtime": 629.1313,
|
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:5ba94b4f6e58b38f12dd9c74b7bcdfd44f010200115cff5fcaa4b809416af708
|
3 |
size 4920
|