ViktorDo commited on
Commit
8c465cc
·
verified ·
1 Parent(s): 292c7e6

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -136
config.json DELETED
@@ -1,136 +0,0 @@
1
- {
2
- "_name_or_path": "nvidia/mit-b0",
3
- "architectures": [
4
- "SegformerForSemanticSegmentation"
5
- ],
6
- "attention_probs_dropout_prob": 0.0,
7
- "classifier_dropout_prob": 0.1,
8
- "decoder_hidden_size": 256,
9
- "depths": [
10
- 2,
11
- 2,
12
- 2,
13
- 2
14
- ],
15
- "downsampling_rates": [
16
- 1,
17
- 4,
18
- 8,
19
- 16
20
- ],
21
- "drop_path_rate": 0.1,
22
- "hidden_act": "gelu",
23
- "hidden_dropout_prob": 0.0,
24
- "hidden_sizes": [
25
- 32,
26
- 64,
27
- 160,
28
- 256
29
- ],
30
- "id2label": {
31
- "0": "unlabeled",
32
- "1": "human",
33
- "2": "background",
34
- "3": "fish",
35
- "4": "sand",
36
- "5": "rubble",
37
- "6": "unknown hard substrate",
38
- "7": "algae covered substrate",
39
- "8": "dark",
40
- "9": "branching bleached",
41
- "10": "branching dead",
42
- "11": "branching alive",
43
- "12": "stylophora alive",
44
- "13": "pocillopora alive",
45
- "14": "acropora alive",
46
- "15": "table acropora alive",
47
- "16": "table acropora dead",
48
- "17": "millepora",
49
- "18": "other coral bleached",
50
- "19": "other coral dead",
51
- "20": "other coral alive",
52
- "21": "massive/meandering alive",
53
- "22": "massive/meandering dead",
54
- "23": "massive/meandering bleached",
55
- "24": "transect line",
56
- "25": "transect tools",
57
- "26": "other animal",
58
- "27": "sea urchin",
59
- "28": "sponge",
60
- "29": "trash",
61
- "30": "seagrass"
62
- },
63
- "image_size": 224,
64
- "initializer_range": 0.02,
65
- "label2id": {
66
- "acropora alive": "14",
67
- "algae covered substrate": "7",
68
- "background": "2",
69
- "branching alive": "11",
70
- "branching bleached": "9",
71
- "branching dead": "10",
72
- "dark": "8",
73
- "fish": "3",
74
- "human": "1",
75
- "massive/meandering alive": "21",
76
- "massive/meandering bleached": "23",
77
- "massive/meandering dead": "22",
78
- "millepora": "17",
79
- "other animal": "26",
80
- "other coral alive": "20",
81
- "other coral bleached": "18",
82
- "other coral dead": "19",
83
- "pocillopora alive": "13",
84
- "rubble": "5",
85
- "sand": "4",
86
- "sea urchin": "27",
87
- "seagrass": "30",
88
- "sponge": "28",
89
- "stylophora alive": "12",
90
- "table acropora alive": "15",
91
- "table acropora dead": "16",
92
- "transect line": "24",
93
- "transect tools": "25",
94
- "trash": "29",
95
- "unknown hard substrate": "6",
96
- "unlabeled": "0"
97
- },
98
- "layer_norm_eps": 1e-06,
99
- "mlp_ratios": [
100
- 4,
101
- 4,
102
- 4,
103
- 4
104
- ],
105
- "model_type": "segformer",
106
- "num_attention_heads": [
107
- 1,
108
- 2,
109
- 5,
110
- 8
111
- ],
112
- "num_channels": 3,
113
- "num_encoder_blocks": 4,
114
- "patch_sizes": [
115
- 7,
116
- 3,
117
- 3,
118
- 3
119
- ],
120
- "reshape_last_stage": true,
121
- "semantic_loss_ignore_index": 255,
122
- "sr_ratios": [
123
- 8,
124
- 4,
125
- 2,
126
- 1
127
- ],
128
- "strides": [
129
- 4,
130
- 2,
131
- 2,
132
- 2
133
- ],
134
- "torch_dtype": "float32",
135
- "transformers_version": "4.47.0.dev0"
136
- }