Model save
Browse files- README.md +0 -1
- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- trainer_state.json +27 -27
- training_args.bin +1 -1
README.md
CHANGED
@@ -41,7 +41,6 @@ The following hyperparameters were used during training:
|
|
41 |
- total_train_batch_size: 256
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
-
- lr_scheduler_warmup_steps: 2
|
45 |
- num_epochs: 4
|
46 |
|
47 |
### Training results
|
|
|
41 |
- total_train_batch_size: 256
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
|
|
44 |
- num_epochs: 4
|
45 |
|
46 |
### Training results
|
adapter_config.json
CHANGED
@@ -21,11 +21,11 @@
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"q_proj",
|
|
|
24 |
"down_proj",
|
|
|
25 |
"up_proj",
|
26 |
"k_proj",
|
27 |
-
"o_proj",
|
28 |
-
"v_proj",
|
29 |
"gate_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"q_proj",
|
24 |
+
"o_proj",
|
25 |
"down_proj",
|
26 |
+
"v_proj",
|
27 |
"up_proj",
|
28 |
"k_proj",
|
|
|
|
|
29 |
"gate_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1635969696
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6367bd7f0fb3ab036311a0aab0599e1ed32039ee2f89d86153d7b2b9be39edba
|
3 |
size 1635969696
|
trainer_state.json
CHANGED
@@ -10,67 +10,67 @@
|
|
10 |
"log_history": [
|
11 |
{
|
12 |
"epoch": 0.4854368932038835,
|
13 |
-
"grad_norm": 0.
|
14 |
-
"learning_rate": 8.
|
15 |
-
"loss": 0.
|
16 |
"step": 250
|
17 |
},
|
18 |
{
|
19 |
"epoch": 0.970873786407767,
|
20 |
-
"grad_norm": 0.
|
21 |
-
"learning_rate": 7.
|
22 |
-
"loss": 0.
|
23 |
"step": 500
|
24 |
},
|
25 |
{
|
26 |
"epoch": 1.4563106796116505,
|
27 |
-
"grad_norm": 0.
|
28 |
-
"learning_rate": 6.
|
29 |
-
"loss": 0.
|
30 |
"step": 750
|
31 |
},
|
32 |
{
|
33 |
"epoch": 1.941747572815534,
|
34 |
-
"grad_norm": 0.
|
35 |
-
"learning_rate": 5.
|
36 |
-
"loss": 0.
|
37 |
"step": 1000
|
38 |
},
|
39 |
{
|
40 |
"epoch": 2.4271844660194173,
|
41 |
-
"grad_norm": 0.
|
42 |
-
"learning_rate": 3.
|
43 |
-
"loss": 0.
|
44 |
"step": 1250
|
45 |
},
|
46 |
{
|
47 |
"epoch": 2.912621359223301,
|
48 |
-
"grad_norm": 0.
|
49 |
-
"learning_rate": 2.
|
50 |
-
"loss": 0.
|
51 |
"step": 1500
|
52 |
},
|
53 |
{
|
54 |
"epoch": 3.3980582524271843,
|
55 |
-
"grad_norm": 0.
|
56 |
-
"learning_rate": 1.
|
57 |
-
"loss": 0.
|
58 |
"step": 1750
|
59 |
},
|
60 |
{
|
61 |
"epoch": 3.883495145631068,
|
62 |
-
"grad_norm": 0.
|
63 |
-
"learning_rate": 2.
|
64 |
-
"loss": 0.
|
65 |
"step": 2000
|
66 |
},
|
67 |
{
|
68 |
"epoch": 4.0,
|
69 |
"step": 2060,
|
70 |
"total_flos": 1.4445804612483994e+18,
|
71 |
-
"train_loss": 0.
|
72 |
-
"train_runtime":
|
73 |
-
"train_samples_per_second": 30.
|
74 |
"train_steps_per_second": 0.118
|
75 |
}
|
76 |
],
|
|
|
10 |
"log_history": [
|
11 |
{
|
12 |
"epoch": 0.4854368932038835,
|
13 |
+
"grad_norm": 0.9188441634178162,
|
14 |
+
"learning_rate": 8.786407766990292e-05,
|
15 |
+
"loss": 0.8368,
|
16 |
"step": 250
|
17 |
},
|
18 |
{
|
19 |
"epoch": 0.970873786407767,
|
20 |
+
"grad_norm": 0.6881112456321716,
|
21 |
+
"learning_rate": 7.572815533980583e-05,
|
22 |
+
"loss": 0.4246,
|
23 |
"step": 500
|
24 |
},
|
25 |
{
|
26 |
"epoch": 1.4563106796116505,
|
27 |
+
"grad_norm": 0.6344935297966003,
|
28 |
+
"learning_rate": 6.359223300970875e-05,
|
29 |
+
"loss": 0.3804,
|
30 |
"step": 750
|
31 |
},
|
32 |
{
|
33 |
"epoch": 1.941747572815534,
|
34 |
+
"grad_norm": 0.6141209006309509,
|
35 |
+
"learning_rate": 5.145631067961165e-05,
|
36 |
+
"loss": 0.3646,
|
37 |
"step": 1000
|
38 |
},
|
39 |
{
|
40 |
"epoch": 2.4271844660194173,
|
41 |
+
"grad_norm": 0.5896692276000977,
|
42 |
+
"learning_rate": 3.9320388349514564e-05,
|
43 |
+
"loss": 0.3538,
|
44 |
"step": 1250
|
45 |
},
|
46 |
{
|
47 |
"epoch": 2.912621359223301,
|
48 |
+
"grad_norm": 0.6480565667152405,
|
49 |
+
"learning_rate": 2.7184466019417475e-05,
|
50 |
+
"loss": 0.3462,
|
51 |
"step": 1500
|
52 |
},
|
53 |
{
|
54 |
"epoch": 3.3980582524271843,
|
55 |
+
"grad_norm": 0.6381719708442688,
|
56 |
+
"learning_rate": 1.5048543689320387e-05,
|
57 |
+
"loss": 0.3338,
|
58 |
"step": 1750
|
59 |
},
|
60 |
{
|
61 |
"epoch": 3.883495145631068,
|
62 |
+
"grad_norm": 0.610920250415802,
|
63 |
+
"learning_rate": 2.912621359223301e-06,
|
64 |
+
"loss": 0.3259,
|
65 |
"step": 2000
|
66 |
},
|
67 |
{
|
68 |
"epoch": 4.0,
|
69 |
"step": 2060,
|
70 |
"total_flos": 1.4445804612483994e+18,
|
71 |
+
"train_loss": 0.4179296539825143,
|
72 |
+
"train_runtime": 17434.171,
|
73 |
+
"train_samples_per_second": 30.248,
|
74 |
"train_steps_per_second": 0.118
|
75 |
}
|
76 |
],
|
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:7484e26a2443ab001dada28afc5e4336045ee6f01f36bb190af4ea081f0e6eb8
|
3 |
size 5240
|