End of training
Browse files- README.md +1 -1
- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -35,7 +35,7 @@ More information needed
|
|
35 |
The following hyperparameters were used during training:
|
36 |
- learning_rate: 0.0001
|
37 |
- train_batch_size: 3
|
38 |
-
- eval_batch_size:
|
39 |
- seed: 42
|
40 |
- gradient_accumulation_steps: 4
|
41 |
- total_train_batch_size: 12
|
|
|
35 |
The following hyperparameters were used during training:
|
36 |
- learning_rate: 0.0001
|
37 |
- train_batch_size: 3
|
38 |
+
- eval_batch_size: 3
|
39 |
- seed: 42
|
40 |
- gradient_accumulation_steps: 4
|
41 |
- total_train_batch_size: 12
|
adapter_config.json
CHANGED
@@ -26,13 +26,13 @@
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
-
"gate_proj",
|
30 |
-
"up_proj",
|
31 |
-
"v_proj",
|
32 |
-
"k_proj",
|
33 |
"down_proj",
|
|
|
|
|
|
|
|
|
34 |
"o_proj",
|
35 |
-
"
|
36 |
],
|
37 |
"task_type": null,
|
38 |
"use_dora": false,
|
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
|
|
|
|
|
|
|
|
29 |
"down_proj",
|
30 |
+
"k_proj",
|
31 |
+
"q_proj",
|
32 |
+
"up_proj",
|
33 |
+
"gate_proj",
|
34 |
"o_proj",
|
35 |
+
"v_proj"
|
36 |
],
|
37 |
"task_type": null,
|
38 |
"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 19210776
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee1a2a4874006c104e9907eef517d568ebdca52d1f83e8b4e4d7507a2cdab90c
|
3 |
size 19210776
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b8141b2dc1ce1a784dd36bace65c11d72880a53816eff473c61fef26b636667
|
3 |
size 5304
|