justinpinkney
commited on
End of training
Browse files- README.md +1 -2
- adapter_config.json +8 -8
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -34,14 +34,13 @@ More information needed
|
|
34 |
### Training hyperparameters
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
-
- learning_rate:
|
38 |
- train_batch_size: 64
|
39 |
- eval_batch_size: 64
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
- num_epochs: 1.0
|
44 |
-
- mixed_precision_training: Native AMP
|
45 |
|
46 |
### Training results
|
47 |
|
|
|
34 |
### Training hyperparameters
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 1.4e-05
|
38 |
- train_batch_size: 64
|
39 |
- eval_batch_size: 64
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
- num_epochs: 1.0
|
|
|
44 |
|
45 |
### Training results
|
46 |
|
adapter_config.json
CHANGED
@@ -21,18 +21,18 @@
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"gate_proj",
|
24 |
-
"
|
25 |
-
"linear_1",
|
26 |
-
"q_proj",
|
27 |
-
"fc1",
|
28 |
"k_proj",
|
29 |
-
"
|
|
|
|
|
30 |
"down_proj",
|
31 |
-
"v_proj",
|
32 |
"linear_2",
|
33 |
"lm_head",
|
34 |
-
"
|
35 |
-
"
|
|
|
|
|
36 |
],
|
37 |
"task_type": "CAUSAL_LM",
|
38 |
"use_dora": false,
|
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"gate_proj",
|
24 |
+
"v_proj",
|
|
|
|
|
|
|
25 |
"k_proj",
|
26 |
+
"out_proj",
|
27 |
+
"o_proj",
|
28 |
+
"fc2",
|
29 |
"down_proj",
|
|
|
30 |
"linear_2",
|
31 |
"lm_head",
|
32 |
+
"q_proj",
|
33 |
+
"linear_1",
|
34 |
+
"up_proj",
|
35 |
+
"fc1"
|
36 |
],
|
37 |
"task_type": "CAUSAL_LM",
|
38 |
"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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0788030d8afc74a81eeb792f85a29610ed2e16266efc66fb41afe21b3aaf01d5
|
3 |
+
size 358476776
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7902f7472461771e28a30e7dbb795c2c7f636b5f26421f5769f72febb829033d
|
3 |
size 5304
|