End of training
Browse files- README.md +4 -0
- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- last_model/adapter_config.json +2 -2
- last_model/adapter_model.safetensors +1 -1
- last_model/training_args.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -45,6 +45,10 @@ The following hyperparameters were used during training:
|
|
45 |
- num_epochs: 1
|
46 |
- mixed_precision_training: Native AMP
|
47 |
|
|
|
|
|
|
|
|
|
48 |
### Framework versions
|
49 |
|
50 |
- PEFT 0.11.1
|
|
|
45 |
- num_epochs: 1
|
46 |
- mixed_precision_training: Native AMP
|
47 |
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
|
51 |
+
|
52 |
### Framework versions
|
53 |
|
54 |
- PEFT 0.11.1
|
adapter_config.json
CHANGED
@@ -51,8 +51,8 @@
|
|
51 |
"revision": null,
|
52 |
"target_modules": [
|
53 |
"v_proj",
|
54 |
-
"
|
55 |
-
"
|
56 |
],
|
57 |
"task_type": "SEQ_CLS",
|
58 |
"use_dora": false,
|
|
|
51 |
"revision": null,
|
52 |
"target_modules": [
|
53 |
"v_proj",
|
54 |
+
"q_proj",
|
55 |
+
"k_proj"
|
56 |
],
|
57 |
"task_type": "SEQ_CLS",
|
58 |
"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 31586912
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7bf9e29c15266464f33201659eb1d79b2705a4b0e14904938b664c57ca833a3
|
3 |
size 31586912
|
last_model/adapter_config.json
CHANGED
@@ -51,8 +51,8 @@
|
|
51 |
"revision": null,
|
52 |
"target_modules": [
|
53 |
"v_proj",
|
54 |
-
"
|
55 |
-
"
|
56 |
],
|
57 |
"task_type": "SEQ_CLS",
|
58 |
"use_dora": false,
|
|
|
51 |
"revision": null,
|
52 |
"target_modules": [
|
53 |
"v_proj",
|
54 |
+
"q_proj",
|
55 |
+
"k_proj"
|
56 |
],
|
57 |
"task_type": "SEQ_CLS",
|
58 |
"use_dora": false,
|
last_model/adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 31586912
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7bf9e29c15266464f33201659eb1d79b2705a4b0e14904938b664c57ca833a3
|
3 |
size 31586912
|
last_model/training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16b332832cf3b71c1af8746963d4f888f2da7280ddf204811e325f70e7b40097
|
3 |
size 5176
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16b332832cf3b71c1af8746963d4f888f2da7280ddf204811e325f70e7b40097
|
3 |
size 5176
|