Model save
Browse files- README.md +3 -7
- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- runs/Sep18_23-12-39_de95651aca40/events.out.tfevents.1726701257.de95651aca40.1692.0 +3 -0
- runs/Sep18_23-18-11_de95651aca40/events.out.tfevents.1726701574.de95651aca40.4285.0 +3 -0
- runs/Sep18_23-22-57_de95651aca40/events.out.tfevents.1726701891.de95651aca40.5392.0 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -36,20 +36,16 @@ More information needed
|
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
- learning_rate: 0.0002
|
39 |
-
- train_batch_size:
|
40 |
- eval_batch_size: 8
|
41 |
- seed: 42
|
42 |
- gradient_accumulation_steps: 4
|
43 |
-
- total_train_batch_size:
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
-
-
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
-
### Training results
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
### Framework versions
|
54 |
|
55 |
- PEFT 0.12.0
|
|
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
- learning_rate: 0.0002
|
39 |
+
- train_batch_size: 4
|
40 |
- eval_batch_size: 8
|
41 |
- seed: 42
|
42 |
- gradient_accumulation_steps: 4
|
43 |
+
- total_train_batch_size: 16
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 2
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
|
|
|
|
|
|
|
|
49 |
### Framework versions
|
50 |
|
51 |
- PEFT 0.12.0
|
adapter_config.json
CHANGED
@@ -20,8 +20,8 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
-
"
|
25 |
],
|
26 |
"task_type": "CAUSAL_LM",
|
27 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"q_proj",
|
24 |
+
"v_proj"
|
25 |
],
|
26 |
"task_type": "CAUSAL_LM",
|
27 |
"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 109069176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed53b5c17c4e6bd52e869d645308cf75f0f7676add124d5f67f50b487222a4f7
|
3 |
size 109069176
|
runs/Sep18_23-12-39_de95651aca40/events.out.tfevents.1726701257.de95651aca40.1692.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2359840656b77f23c2e3ca1f8ca39afa36378b7e3b31893ddcb38de95d7e2836
|
3 |
+
size 6572
|
runs/Sep18_23-18-11_de95651aca40/events.out.tfevents.1726701574.de95651aca40.4285.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ed0facb8f63a4a1cda34cbc85d9c119d93a38c6ec9a24615aa9ed1c0697c42f
|
3 |
+
size 4184
|
runs/Sep18_23-22-57_de95651aca40/events.out.tfevents.1726701891.de95651aca40.5392.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d351adfc4426c671a7b02b64a06671d9f8a18278e3661c6ef0bf2b289fdef183
|
3 |
+
size 31711
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3fc2553f3868c6ae4c68cec5debc12d6703aee56e2a6c3ea758c86d7a83c2c08
|
3 |
size 5560
|