Model save
Browse files- README.md +1 -1
- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- trainer_state.json +26 -26
- training_args.bin +1 -1
README.md
CHANGED
@@ -33,7 +33,7 @@ More information needed
|
|
33 |
### Training hyperparameters
|
34 |
|
35 |
The following hyperparameters were used during training:
|
36 |
-
- learning_rate: 0.
|
37 |
- train_batch_size: 16
|
38 |
- eval_batch_size: 8
|
39 |
- seed: 42
|
|
|
33 |
### Training hyperparameters
|
34 |
|
35 |
The following hyperparameters were used during training:
|
36 |
+
- learning_rate: 0.0001
|
37 |
- train_batch_size: 16
|
38 |
- eval_batch_size: 8
|
39 |
- seed: 42
|
adapter_config.json
CHANGED
@@ -21,12 +21,12 @@
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"up_proj",
|
24 |
-
"k_proj",
|
25 |
-
"q_proj",
|
26 |
"o_proj",
|
27 |
-
"
|
28 |
"gate_proj",
|
29 |
-
"
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"up_proj",
|
|
|
|
|
24 |
"o_proj",
|
25 |
+
"q_proj",
|
26 |
"gate_proj",
|
27 |
+
"v_proj",
|
28 |
+
"down_proj",
|
29 |
+
"k_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1684597880
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0efc290897b5be150a6317e1f2b7d789626649ebb2dca2600aa975d717a40e5a
|
3 |
size 1684597880
|
trainer_state.json
CHANGED
@@ -10,66 +10,66 @@
|
|
10 |
"log_history": [
|
11 |
{
|
12 |
"epoch": 0.4854368932038835,
|
13 |
-
"grad_norm": 0.
|
14 |
-
"learning_rate":
|
15 |
-
"loss": 0.
|
16 |
"step": 250
|
17 |
},
|
18 |
{
|
19 |
"epoch": 0.970873786407767,
|
20 |
-
"grad_norm": 0.
|
21 |
-
"learning_rate":
|
22 |
-
"loss": 0.
|
23 |
"step": 500
|
24 |
},
|
25 |
{
|
26 |
"epoch": 1.4563106796116505,
|
27 |
-
"grad_norm": 0.
|
28 |
-
"learning_rate":
|
29 |
-
"loss": 0.
|
30 |
"step": 750
|
31 |
},
|
32 |
{
|
33 |
"epoch": 1.941747572815534,
|
34 |
-
"grad_norm": 0.
|
35 |
-
"learning_rate":
|
36 |
-
"loss": 0.
|
37 |
"step": 1000
|
38 |
},
|
39 |
{
|
40 |
"epoch": 2.4271844660194173,
|
41 |
-
"grad_norm": 0.
|
42 |
-
"learning_rate":
|
43 |
-
"loss": 0.
|
44 |
"step": 1250
|
45 |
},
|
46 |
{
|
47 |
"epoch": 2.912621359223301,
|
48 |
-
"grad_norm": 0.
|
49 |
-
"learning_rate":
|
50 |
-
"loss": 0.
|
51 |
"step": 1500
|
52 |
},
|
53 |
{
|
54 |
"epoch": 3.3980582524271843,
|
55 |
-
"grad_norm": 0.
|
56 |
-
"learning_rate":
|
57 |
-
"loss": 0.
|
58 |
"step": 1750
|
59 |
},
|
60 |
{
|
61 |
"epoch": 3.883495145631068,
|
62 |
-
"grad_norm": 0.
|
63 |
-
"learning_rate":
|
64 |
-
"loss": 0.
|
65 |
"step": 2000
|
66 |
},
|
67 |
{
|
68 |
"epoch": 4.0,
|
69 |
"step": 2060,
|
70 |
"total_flos": 1.4514285460762153e+18,
|
71 |
-
"train_loss": 0.
|
72 |
-
"train_runtime": 17986.
|
73 |
"train_samples_per_second": 29.319,
|
74 |
"train_steps_per_second": 0.115
|
75 |
}
|
|
|
10 |
"log_history": [
|
11 |
{
|
12 |
"epoch": 0.4854368932038835,
|
13 |
+
"grad_norm": 0.5345714688301086,
|
14 |
+
"learning_rate": 8.786407766990292e-05,
|
15 |
+
"loss": 0.7717,
|
16 |
"step": 250
|
17 |
},
|
18 |
{
|
19 |
"epoch": 0.970873786407767,
|
20 |
+
"grad_norm": 0.4006052017211914,
|
21 |
+
"learning_rate": 7.572815533980583e-05,
|
22 |
+
"loss": 0.3916,
|
23 |
"step": 500
|
24 |
},
|
25 |
{
|
26 |
"epoch": 1.4563106796116505,
|
27 |
+
"grad_norm": 0.4070431888103485,
|
28 |
+
"learning_rate": 6.359223300970875e-05,
|
29 |
+
"loss": 0.3636,
|
30 |
"step": 750
|
31 |
},
|
32 |
{
|
33 |
"epoch": 1.941747572815534,
|
34 |
+
"grad_norm": 0.3988136351108551,
|
35 |
+
"learning_rate": 5.145631067961165e-05,
|
36 |
+
"loss": 0.3502,
|
37 |
"step": 1000
|
38 |
},
|
39 |
{
|
40 |
"epoch": 2.4271844660194173,
|
41 |
+
"grad_norm": 0.41053929924964905,
|
42 |
+
"learning_rate": 3.9320388349514564e-05,
|
43 |
+
"loss": 0.3365,
|
44 |
"step": 1250
|
45 |
},
|
46 |
{
|
47 |
"epoch": 2.912621359223301,
|
48 |
+
"grad_norm": 0.516011655330658,
|
49 |
+
"learning_rate": 2.7184466019417475e-05,
|
50 |
+
"loss": 0.3224,
|
51 |
"step": 1500
|
52 |
},
|
53 |
{
|
54 |
"epoch": 3.3980582524271843,
|
55 |
+
"grad_norm": 0.5106499791145325,
|
56 |
+
"learning_rate": 1.5048543689320387e-05,
|
57 |
+
"loss": 0.3013,
|
58 |
"step": 1750
|
59 |
},
|
60 |
{
|
61 |
"epoch": 3.883495145631068,
|
62 |
+
"grad_norm": 0.528724730014801,
|
63 |
+
"learning_rate": 2.912621359223301e-06,
|
64 |
+
"loss": 0.2887,
|
65 |
"step": 2000
|
66 |
},
|
67 |
{
|
68 |
"epoch": 4.0,
|
69 |
"step": 2060,
|
70 |
"total_flos": 1.4514285460762153e+18,
|
71 |
+
"train_loss": 0.3876653402754404,
|
72 |
+
"train_runtime": 17986.4016,
|
73 |
"train_samples_per_second": 29.319,
|
74 |
"train_steps_per_second": 0.115
|
75 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac72b1b7bb51532bb893f8e93726347d4e7ac4370c64eb348155900f8a59e4da
|
3 |
size 5240
|