Training in progress, epoch 1
Browse files- adapter_config.json +28 -0
- adapter_model.bin +3 -0
- training_args.bin +3 -0
adapter_config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": {
|
4 |
+
"base_model_class": "SegformerForSemanticSegmentation",
|
5 |
+
"parent_library": "transformers.models.segformer.modeling_segformer"
|
6 |
+
},
|
7 |
+
"base_model_name_or_path": "nvidia/segformer-b0-finetuned-ade-512-512",
|
8 |
+
"bias": "lora_only",
|
9 |
+
"fan_in_fan_out": false,
|
10 |
+
"inference_mode": true,
|
11 |
+
"init_lora_weights": true,
|
12 |
+
"layers_pattern": null,
|
13 |
+
"layers_to_transform": null,
|
14 |
+
"lora_alpha": 32,
|
15 |
+
"lora_dropout": 0.1,
|
16 |
+
"modules_to_save": [
|
17 |
+
"decode_head"
|
18 |
+
],
|
19 |
+
"peft_type": "LORA",
|
20 |
+
"r": 32,
|
21 |
+
"rank_pattern": {},
|
22 |
+
"revision": null,
|
23 |
+
"target_modules": [
|
24 |
+
"query",
|
25 |
+
"value"
|
26 |
+
],
|
27 |
+
"task_type": null
|
28 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f465772e81764b222bce51c0e491c7cec9aef46352c037cb581922694159c69
|
3 |
+
size 2290737
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90177d2d923407935fb0df319e0c27dd884cf997e4e2d3f76b9ed1ed72037ef0
|
3 |
+
size 4027
|