trungtienluong
commited on
Commit
•
6f64c91
1
Parent(s):
b5728fe
trungtienluong/test_4
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ The following hyperparameters were used during training:
|
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: cosine
|
44 |
- lr_scheduler_warmup_ratio: 0.05
|
45 |
-
- num_epochs:
|
46 |
- mixed_precision_training: Native AMP
|
47 |
|
48 |
### Training results
|
@@ -54,5 +54,5 @@ The following hyperparameters were used during training:
|
|
54 |
- PEFT 0.10.1.dev0
|
55 |
- Transformers 4.41.0.dev0
|
56 |
- Pytorch 2.2.1+cu121
|
57 |
-
- Datasets 2.19.
|
58 |
- Tokenizers 0.19.1
|
|
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: cosine
|
44 |
- lr_scheduler_warmup_ratio: 0.05
|
45 |
+
- num_epochs: 3
|
46 |
- mixed_precision_training: Native AMP
|
47 |
|
48 |
### Training results
|
|
|
54 |
- PEFT 0.10.1.dev0
|
55 |
- Transformers 4.41.0.dev0
|
56 |
- Pytorch 2.2.1+cu121
|
57 |
+
- Datasets 2.19.1
|
58 |
- Tokenizers 0.19.1
|
adapter_config.json
CHANGED
@@ -21,12 +21,12 @@
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"gate_proj",
|
24 |
-
"v_proj",
|
25 |
"down_proj",
|
26 |
-
"up_proj",
|
27 |
"k_proj",
|
|
|
28 |
"o_proj",
|
29 |
-
"q_proj"
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"gate_proj",
|
|
|
24 |
"down_proj",
|
|
|
25 |
"k_proj",
|
26 |
+
"v_proj",
|
27 |
"o_proj",
|
28 |
+
"q_proj",
|
29 |
+
"up_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"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 159967880
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61b01ce3a999bdf7ccfa2243bb2c065694f330dc9988bea822b939b703dcab7a
|
3 |
size 159967880
|
runs/May09_05-06-05_41086c82618e/events.out.tfevents.1715231174.41086c82618e.248.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6624c04af54e6e70fd644d0793b778fb4e9339c5275f051c8abb917e149e5ad3
|
3 |
+
size 174217
|
training_args.bin
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:84f53dab64744e5bc930c91d04c02e6f01e89b27cf50a2cef2f767e0c44bf6a8
|
3 |
+
size 5112
|