ianmckenzie
commited on
Model save
Browse files
README.md
CHANGED
@@ -33,12 +33,14 @@ More information needed
|
|
33 |
|
34 |
The following hyperparameters were used during training:
|
35 |
- learning_rate: 2e-05
|
36 |
-
- train_batch_size:
|
37 |
-
- eval_batch_size:
|
38 |
- seed: 42
|
39 |
- distributed_type: multi-GPU
|
|
|
40 |
- gradient_accumulation_steps: 128
|
41 |
-
- total_train_batch_size:
|
|
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: cosine
|
44 |
- num_epochs: 1
|
|
|
33 |
|
34 |
The following hyperparameters were used during training:
|
35 |
- learning_rate: 2e-05
|
36 |
+
- train_batch_size: 4
|
37 |
+
- eval_batch_size: 8
|
38 |
- seed: 42
|
39 |
- distributed_type: multi-GPU
|
40 |
+
- num_devices: 2
|
41 |
- gradient_accumulation_steps: 128
|
42 |
+
- total_train_batch_size: 1024
|
43 |
+
- total_eval_batch_size: 16
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: cosine
|
46 |
- num_epochs: 1
|
adapter_config.json
CHANGED
@@ -16,10 +16,10 @@
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
-
"q_proj",
|
20 |
"v_proj",
|
|
|
21 |
"k_proj",
|
22 |
-
"
|
23 |
],
|
24 |
"task_type": "CAUSAL_LM"
|
25 |
}
|
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
|
|
19 |
"v_proj",
|
20 |
+
"o_proj",
|
21 |
"k_proj",
|
22 |
+
"q_proj"
|
23 |
],
|
24 |
"task_type": "CAUSAL_LM"
|
25 |
}
|
runs/Jan17_02-14-44_r2d2-devbox-llwcj/events.out.tfevents.1737080153.r2d2-devbox-llwcj.44228.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77672f7c41e93f1d7d98c1fa5408c2bf19a64323dcd4a22a0ed1a5676f3cc947
|
3 |
+
size 4265
|
step_0/README.md
CHANGED
@@ -211,4 +211,11 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
211 |
### Framework versions
|
212 |
|
213 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
214 |
- PEFT 0.6.1
|
|
|
211 |
### Framework versions
|
212 |
|
213 |
|
214 |
+
- PEFT 0.6.1
|
215 |
+
## Training procedure
|
216 |
+
|
217 |
+
|
218 |
+
### Framework versions
|
219 |
+
|
220 |
+
|
221 |
- PEFT 0.6.1
|
step_0/adapter_config.json
CHANGED
@@ -16,10 +16,10 @@
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
-
"q_proj",
|
20 |
"v_proj",
|
|
|
21 |
"k_proj",
|
22 |
-
"
|
23 |
],
|
24 |
"task_type": "CAUSAL_LM"
|
25 |
}
|
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
|
|
19 |
"v_proj",
|
20 |
+
"o_proj",
|
21 |
"k_proj",
|
22 |
+
"q_proj"
|
23 |
],
|
24 |
"task_type": "CAUSAL_LM"
|
25 |
}
|
step_0/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:35b68deefef1292e85c11dc4c2e55d35de8ea1fdc0bfba5f2425fb2c7dc7243d
|
3 |
size 5560
|
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:35b68deefef1292e85c11dc4c2e55d35de8ea1fdc0bfba5f2425fb2c7dc7243d
|
3 |
size 5560
|