End of training
Browse files
README.md
CHANGED
@@ -44,10 +44,6 @@ The following hyperparameters were used during training:
|
|
44 |
- num_epochs: 10
|
45 |
- mixed_precision_training: Native AMP
|
46 |
|
47 |
-
### Training results
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
### Framework versions
|
52 |
|
53 |
- PEFT 0.13.2
|
|
|
44 |
- num_epochs: 10
|
45 |
- mixed_precision_training: Native AMP
|
46 |
|
|
|
|
|
|
|
|
|
47 |
### Framework versions
|
48 |
|
49 |
- PEFT 0.13.2
|
adapter_config.json
CHANGED
@@ -20,10 +20,10 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
-
"o_proj",
|
25 |
"v_proj",
|
26 |
-
"
|
|
|
27 |
],
|
28 |
"task_type": "SEQ_2_SEQ_LM",
|
29 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"k_proj",
|
|
|
24 |
"v_proj",
|
25 |
+
"q_proj",
|
26 |
+
"o_proj"
|
27 |
],
|
28 |
"task_type": "SEQ_2_SEQ_LM",
|
29 |
"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 21248928
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14e7d7cb3cf2521ff46383abdabde59cc5b47681d73a508d9ce07cfe43e65476
|
3 |
size 21248928
|
runs/Nov11_17-27-39_83bebec7c4f8/events.out.tfevents.1731346986.83bebec7c4f8.5657.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9619be8841062e505c624e12e988f122d5c0e007b619947737c889ebc480858
|
3 |
+
size 1270
|
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:08256fa282166b901f1c57ffd0db2a2d37dcf585538505073ea12a6fea64f757
|
3 |
size 5432
|