Training in progress, epoch 1
Browse files- config.json +75 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "openmmlab/upernet-convnext-small",
|
3 |
+
"architectures": [
|
4 |
+
"UperNetForSemanticSegmentation"
|
5 |
+
],
|
6 |
+
"auxiliary_channels": 256,
|
7 |
+
"auxiliary_concat_input": false,
|
8 |
+
"auxiliary_in_channels": 384,
|
9 |
+
"auxiliary_loss_weight": 0.4,
|
10 |
+
"auxiliary_num_convs": 1,
|
11 |
+
"backbone": null,
|
12 |
+
"backbone_config": {
|
13 |
+
"depths": [
|
14 |
+
3,
|
15 |
+
3,
|
16 |
+
27,
|
17 |
+
3
|
18 |
+
],
|
19 |
+
"drop_path_rate": 0.0,
|
20 |
+
"hidden_act": "gelu",
|
21 |
+
"hidden_sizes": [
|
22 |
+
96,
|
23 |
+
192,
|
24 |
+
384,
|
25 |
+
768
|
26 |
+
],
|
27 |
+
"image_size": 224,
|
28 |
+
"initializer_range": 0.02,
|
29 |
+
"layer_norm_eps": 1e-12,
|
30 |
+
"layer_scale_init_value": 1e-06,
|
31 |
+
"model_type": "convnext",
|
32 |
+
"num_stages": 4,
|
33 |
+
"out_features": [
|
34 |
+
"stage1",
|
35 |
+
"stage2",
|
36 |
+
"stage3",
|
37 |
+
"stage4"
|
38 |
+
],
|
39 |
+
"out_indices": [
|
40 |
+
1,
|
41 |
+
2,
|
42 |
+
3,
|
43 |
+
4
|
44 |
+
],
|
45 |
+
"patch_size": 4
|
46 |
+
},
|
47 |
+
"hidden_size": 512,
|
48 |
+
"id2label": {
|
49 |
+
"0": "void",
|
50 |
+
"1": "Fruit",
|
51 |
+
"2": "Leaf",
|
52 |
+
"3": "Flower",
|
53 |
+
"4": "Stem"
|
54 |
+
},
|
55 |
+
"initializer_range": 0.02,
|
56 |
+
"label2id": {
|
57 |
+
"Flower": 3,
|
58 |
+
"Fruit": 1,
|
59 |
+
"Leaf": 2,
|
60 |
+
"Stem": 4,
|
61 |
+
"void": 0
|
62 |
+
},
|
63 |
+
"loss_ignore_index": 255,
|
64 |
+
"model_type": "upernet",
|
65 |
+
"pool_scales": [
|
66 |
+
1,
|
67 |
+
2,
|
68 |
+
3,
|
69 |
+
6
|
70 |
+
],
|
71 |
+
"torch_dtype": "float32",
|
72 |
+
"transformers_version": "4.38.0.dev0",
|
73 |
+
"use_auxiliary_head": true,
|
74 |
+
"use_pretrained_backbone": false
|
75 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a0361088db01c9b7524fe1940b8f02e34845b30fb47eb6b727a8339ab3d18e4
|
3 |
+
size 327164296
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06f70fff3a5cb8bdd312aad0310e6b127345500e0c7b8f3ddf0a63633daa3078
|
3 |
+
size 4792
|