robkayinto
commited on
Commit
•
cc89244
1
Parent(s):
1602bc5
Training in progress, epoch 1
Browse files
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/mit-b0",
|
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:d1af62e711ace8b0b524dc57a01ddda2f38ee094ae12f8d6489613c1593a2726
|
3 |
+
size 2291182
|
runs/Nov08_16-18-42_c9b676310ea0/events.out.tfevents.1699460373.c9b676310ea0.414.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:47b77062b6beb20a4385abe37f39777855a2048e5c1e66464d830d6387caf9cd
|
3 |
+
size 10486
|
runs/Nov08_16-22-22_c9b676310ea0/events.out.tfevents.1699460553.c9b676310ea0.14033.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:394ea7462ad41004f70cb7588d612b4d0fa88dfb200e02d3fa9a6a3d0bb79fda
|
3 |
+
size 28634
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:061a8514b78f7a772b00874c4f4bd5598a21404d0dae2ef43bd4ee32f647a20e
|
3 |
+
size 4536
|