jpodivin commited on
Commit
08a9bf5
·
verified ·
1 Parent(s): 4ec6067

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +84 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openmmlab/upernet-swin-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
+ "attention_probs_dropout_prob": 0.0,
14
+ "depths": [
15
+ 2,
16
+ 2,
17
+ 18,
18
+ 2
19
+ ],
20
+ "drop_path_rate": 0.1,
21
+ "embed_dim": 96,
22
+ "encoder_stride": 32,
23
+ "hidden_act": "gelu",
24
+ "hidden_dropout_prob": 0.0,
25
+ "hidden_size": 768,
26
+ "image_size": 224,
27
+ "initializer_range": 0.02,
28
+ "layer_norm_eps": 1e-05,
29
+ "mlp_ratio": 4.0,
30
+ "model_type": "swin",
31
+ "num_heads": [
32
+ 3,
33
+ 6,
34
+ 12,
35
+ 24
36
+ ],
37
+ "num_layers": 4,
38
+ "out_features": [
39
+ "stage1",
40
+ "stage2",
41
+ "stage3",
42
+ "stage4"
43
+ ],
44
+ "out_indices": [
45
+ 1,
46
+ 2,
47
+ 3,
48
+ 4
49
+ ],
50
+ "patch_size": 4,
51
+ "path_norm": true,
52
+ "qkv_bias": true,
53
+ "use_absolute_embeddings": false,
54
+ "window_size": 7
55
+ },
56
+ "hidden_size": 512,
57
+ "id2label": {
58
+ "0": "void",
59
+ "1": "Fruit",
60
+ "2": "Leaf",
61
+ "3": "Flower",
62
+ "4": "Stem"
63
+ },
64
+ "initializer_range": 0.02,
65
+ "label2id": {
66
+ "Flower": 3,
67
+ "Fruit": 1,
68
+ "Leaf": 2,
69
+ "Stem": 4,
70
+ "void": 0
71
+ },
72
+ "loss_ignore_index": 255,
73
+ "model_type": "upernet",
74
+ "pool_scales": [
75
+ 1,
76
+ 2,
77
+ 3,
78
+ 6
79
+ ],
80
+ "torch_dtype": "float32",
81
+ "transformers_version": "4.38.0.dev0",
82
+ "use_auxiliary_head": true,
83
+ "use_pretrained_backbone": false
84
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed63832604611171fee5b601ef38c71e989307d074700377ea6f631cd2928b8b
3
+ size 325172928
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fe9a6cbdf551852b758fa3733ab6b760a2c093b50db932bd6841303c7ffa825
3
+ size 4728