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