End of training
Browse files
README.md
CHANGED
|
@@ -40,7 +40,7 @@ The following hyperparameters were used during training:
|
|
| 40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 41 |
- lr_scheduler_type: constant
|
| 42 |
- lr_scheduler_warmup_ratio: 0.03
|
| 43 |
-
- training_steps:
|
| 44 |
- mixed_precision_training: Native AMP
|
| 45 |
|
| 46 |
### Training results
|
|
|
|
| 40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 41 |
- lr_scheduler_type: constant
|
| 42 |
- lr_scheduler_warmup_ratio: 0.03
|
| 43 |
+
- training_steps: 500
|
| 44 |
- mixed_precision_training: Native AMP
|
| 45 |
|
| 46 |
### Training results
|
adapter_config.json
CHANGED
|
@@ -8,18 +8,21 @@
|
|
| 8 |
"init_lora_weights": true,
|
| 9 |
"layers_pattern": null,
|
| 10 |
"layers_to_transform": null,
|
|
|
|
| 11 |
"lora_alpha": 16,
|
| 12 |
"lora_dropout": 0.1,
|
|
|
|
|
|
|
| 13 |
"modules_to_save": null,
|
| 14 |
"peft_type": "LORA",
|
| 15 |
"r": 64,
|
| 16 |
"rank_pattern": {},
|
| 17 |
"revision": null,
|
| 18 |
"target_modules": [
|
| 19 |
-
"dense_h_to_4h",
|
| 20 |
"dense_4h_to_h",
|
|
|
|
| 21 |
"query_key_value",
|
| 22 |
-
"
|
| 23 |
],
|
| 24 |
"task_type": "CAUSAL_LM"
|
| 25 |
}
|
|
|
|
| 8 |
"init_lora_weights": true,
|
| 9 |
"layers_pattern": null,
|
| 10 |
"layers_to_transform": null,
|
| 11 |
+
"loftq_config": {},
|
| 12 |
"lora_alpha": 16,
|
| 13 |
"lora_dropout": 0.1,
|
| 14 |
+
"megatron_config": null,
|
| 15 |
+
"megatron_core": "megatron.core",
|
| 16 |
"modules_to_save": null,
|
| 17 |
"peft_type": "LORA",
|
| 18 |
"r": 64,
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
|
|
|
| 22 |
"dense_4h_to_h",
|
| 23 |
+
"dense",
|
| 24 |
"query_key_value",
|
| 25 |
+
"dense_h_to_4h"
|
| 26 |
],
|
| 27 |
"task_type": "CAUSAL_LM"
|
| 28 |
}
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 522227376
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eab1a2aa95059e6cd002735f0882f6b7de9e08b5c69e9639218b1ecea2446bc5
|
| 3 |
size 522227376
|
runs/Dec08_15-24-00_fbcc3b6d014c/events.out.tfevents.1702049080.fbcc3b6d014c.312.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5efef46e3c787fda477a2b46a1cdfada20be2e3cbab70b333691a6c250236d5d
|
| 3 |
+
size 12911
|
tokenizer.json
CHANGED
|
@@ -1,11 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
| 4 |
-
"direction": "Right",
|
| 5 |
-
"max_length": 512,
|
| 6 |
-
"strategy": "LongestFirst",
|
| 7 |
-
"stride": 0
|
| 8 |
-
},
|
| 9 |
"padding": null,
|
| 10 |
"added_tokens": [
|
| 11 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"padding": null,
|
| 5 |
"added_tokens": [
|
| 6 |
{
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4600
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd10f2615a3e6c518153fc4c55ad3cac280631bf86eaf5d63367a4eb73780d2e
|
| 3 |
size 4600
|