kyryl-opens-ml
commited on
Commit
•
bccfadb
1
Parent(s):
7117c2b
Model save
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- all_results.json +4 -4
- train_results.json +4 -4
- 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:5a8a8d82ded19948fee8d1294fd25af5ac53d03c0aa1ffb15c75adca09cc3849
|
3 |
size 2155923176
|
all_results.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"epoch": 0.99,
|
3 |
-
"train_loss":
|
4 |
-
"train_runtime":
|
5 |
-
"train_samples_per_second": 0.
|
6 |
-
"train_steps_per_second": 0.
|
7 |
}
|
|
|
1 |
{
|
2 |
"epoch": 0.99,
|
3 |
+
"train_loss": 1.0113102140880765,
|
4 |
+
"train_runtime": 195.9186,
|
5 |
+
"train_samples_per_second": 0.863,
|
6 |
+
"train_steps_per_second": 0.214
|
7 |
}
|
train_results.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"epoch": 0.99,
|
3 |
-
"train_loss":
|
4 |
-
"train_runtime":
|
5 |
-
"train_samples_per_second": 0.
|
6 |
-
"train_steps_per_second": 0.
|
7 |
}
|
|
|
1 |
{
|
2 |
"epoch": 0.99,
|
3 |
+
"train_loss": 1.0113102140880765,
|
4 |
+
"train_runtime": 195.9186,
|
5 |
+
"train_samples_per_second": 0.863,
|
6 |
+
"train_steps_per_second": 0.214
|
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:f273401f4da774fa22b40045637e42e04d6d3649740ce9dc1a4a593d248c579a
|
3 |
size 4920
|