Training in progress, epoch 1
Browse files- adapter_config.json +4 -2
- adapter_model.safetensors +3 -0
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"auto_mapping": {
|
3 |
"base_model_class": "SegformerForSemanticSegmentation",
|
4 |
"parent_library": "transformers.models.segformer.modeling_segformer"
|
@@ -17,10 +18,11 @@
|
|
17 |
],
|
18 |
"peft_type": "LORA",
|
19 |
"r": 32,
|
|
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"
|
23 |
-
"
|
24 |
],
|
25 |
"task_type": null
|
26 |
}
|
|
|
1 |
{
|
2 |
+
"alpha_pattern": {},
|
3 |
"auto_mapping": {
|
4 |
"base_model_class": "SegformerForSemanticSegmentation",
|
5 |
"parent_library": "transformers.models.segformer.modeling_segformer"
|
|
|
18 |
],
|
19 |
"peft_type": "LORA",
|
20 |
"r": 32,
|
21 |
+
"rank_pattern": {},
|
22 |
"revision": null,
|
23 |
"target_modules": [
|
24 |
+
"value",
|
25 |
+
"query"
|
26 |
],
|
27 |
"task_type": null
|
28 |
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8a502b51a2cb7052b9f57e852a2b9b9986ad2b337b693cab0d9b1ad865a14c3
|
3 |
+
size 2276480
|
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:fc17369e080205fb727dda5e750e37fee853d177a630dc58ca132ccde29a7030
|
3 |
+
size 4600
|