End of training
Browse files
README.md
CHANGED
|
@@ -41,7 +41,9 @@ The following hyperparameters were used during training:
|
|
| 41 |
- total_train_batch_size: 32
|
| 42 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 43 |
- lr_scheduler_type: linear
|
|
|
|
| 44 |
- num_epochs: 10
|
|
|
|
| 45 |
|
| 46 |
### Training results
|
| 47 |
|
|
|
|
| 41 |
- total_train_batch_size: 32
|
| 42 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 43 |
- lr_scheduler_type: linear
|
| 44 |
+
- lr_scheduler_warmup_steps: 100
|
| 45 |
- num_epochs: 10
|
| 46 |
+
- mixed_precision_training: Native AMP
|
| 47 |
|
| 48 |
### Training results
|
| 49 |
|
adapter_config.json
CHANGED
|
@@ -24,12 +24,14 @@
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
| 27 |
-
"fc1",
|
| 28 |
"o_proj",
|
| 29 |
-
"fc2",
|
| 30 |
-
"v_proj",
|
| 31 |
"q_proj",
|
| 32 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
],
|
| 34 |
"task_type": "CAUSAL_LM",
|
| 35 |
"trainable_token_indices": null,
|
|
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
|
|
|
| 27 |
"o_proj",
|
|
|
|
|
|
|
| 28 |
"q_proj",
|
| 29 |
+
"encoder.attention.*",
|
| 30 |
+
"decoder.attention.*",
|
| 31 |
+
"k_proj",
|
| 32 |
+
"fc2",
|
| 33 |
+
"fc1",
|
| 34 |
+
"v_proj"
|
| 35 |
],
|
| 36 |
"task_type": "CAUSAL_LM",
|
| 37 |
"trainable_token_indices": null,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 10839776
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6ecda24970dd9cf9085a0ab88f71a28359adbea58cbac69db8ca42c3b1c1692
|
| 3 |
size 10839776
|
runs/May22_14-37-56_abcc76a0a741/events.out.tfevents.1747924680.abcc76a0a741.173.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b23ddc174b13f93dcdbe7aa7d25e526da2562b0381816c1e3d72640af968f04
|
| 3 |
+
size 12502
|
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:7711e99e61b0522e4293e8730354a4c6e514da526cb975503f606c9eab1a16c7
|
| 3 |
size 5304
|