EdBerg/outputs
Browse files
README.md
CHANGED
|
@@ -44,7 +44,7 @@ The following hyperparameters were used during training:
|
|
| 44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 45 |
- lr_scheduler_type: linear
|
| 46 |
- lr_scheduler_warmup_steps: 2
|
| 47 |
-
- training_steps:
|
| 48 |
- mixed_precision_training: Native AMP
|
| 49 |
|
| 50 |
### Training results
|
|
@@ -56,5 +56,5 @@ The following hyperparameters were used during training:
|
|
| 56 |
- PEFT 0.13.3.dev0
|
| 57 |
- Transformers 4.45.2
|
| 58 |
- Pytorch 2.4.1+cu121
|
| 59 |
-
- Datasets 3.0.
|
| 60 |
- Tokenizers 0.20.1
|
|
|
|
| 44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 45 |
- lr_scheduler_type: linear
|
| 46 |
- lr_scheduler_warmup_steps: 2
|
| 47 |
+
- training_steps: 1500
|
| 48 |
- mixed_precision_training: Native AMP
|
| 49 |
|
| 50 |
### Training results
|
|
|
|
| 56 |
- PEFT 0.13.3.dev0
|
| 57 |
- Transformers 4.45.2
|
| 58 |
- Pytorch 2.4.1+cu121
|
| 59 |
+
- Datasets 3.0.2
|
| 60 |
- Tokenizers 0.20.1
|
adapter_config.json
CHANGED
|
@@ -21,13 +21,13 @@
|
|
| 21 |
"rank_pattern": {},
|
| 22 |
"revision": null,
|
| 23 |
"target_modules": [
|
| 24 |
-
"
|
| 25 |
"v_proj",
|
| 26 |
"o_proj",
|
| 27 |
-
"up_proj",
|
| 28 |
-
"q_proj",
|
| 29 |
"down_proj",
|
| 30 |
-
"
|
|
|
|
|
|
|
| 31 |
],
|
| 32 |
"task_type": "CAUSAL_LM",
|
| 33 |
"use_dora": false,
|
|
|
|
| 21 |
"rank_pattern": {},
|
| 22 |
"revision": null,
|
| 23 |
"target_modules": [
|
| 24 |
+
"q_proj",
|
| 25 |
"v_proj",
|
| 26 |
"o_proj",
|
|
|
|
|
|
|
| 27 |
"down_proj",
|
| 28 |
+
"up_proj",
|
| 29 |
+
"k_proj",
|
| 30 |
+
"gate_proj"
|
| 31 |
],
|
| 32 |
"task_type": "CAUSAL_LM",
|
| 33 |
"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 83945296
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea682fa826aecb98b4d78c1c200ba24a0cc3cdbd99fcb74181f154a40e38034d
|
| 3 |
size 83945296
|
runs/Oct23_01-17-46_53be919b54ac/events.out.tfevents.1729646271.53be919b54ac.664.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d7a74c1678f67f81781ecb09eab3e091ca70e586bde5c1cbe2df04fd3eaf8a9
|
| 3 |
+
size 322159
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1b3c1e83a7ae2e6f34dd35abbc20fd8874956ba9c26a532625c5e8bf6c68a27
|
| 3 |
size 5432
|