Upload ACTUForImageSegmentation
Browse files- config.json +5 -9
- model.safetensors +2 -2
config.json
CHANGED
@@ -3,23 +3,19 @@
|
|
3 |
"architectures": [
|
4 |
"ACTUForImageSegmentation"
|
5 |
],
|
6 |
-
"auto_map": {
|
7 |
-
"AutoModel": "modeling_actu.ACTUForImageSegmentation",
|
8 |
-
"AutoConfig": "modeling_actu.ACTUConfig"
|
9 |
-
},
|
10 |
"backbone": "convnextv2_base",
|
11 |
"batch_first": true,
|
12 |
"bias": true,
|
13 |
"bidirectional": false,
|
14 |
-
"climate":
|
15 |
"climate_input_dim": 6,
|
16 |
"climate_seq_len": 5,
|
17 |
-
"dem":
|
18 |
"feature_dim": 512,
|
19 |
"hidden_channels": 64,
|
20 |
"in_channels": 6,
|
21 |
"kernel_size": 3,
|
22 |
-
"lr":
|
23 |
"lstm_hidden_dim": 128,
|
24 |
"model_type": "actu",
|
25 |
"n_classes": 1,
|
@@ -36,6 +32,6 @@
|
|
36 |
"task": "segmentation",
|
37 |
"torch_dtype": "float32",
|
38 |
"transformers_version": "4.53.2",
|
39 |
-
"use_climate_branch":
|
40 |
-
"use_dem_input":
|
41 |
}
|
|
|
3 |
"architectures": [
|
4 |
"ACTUForImageSegmentation"
|
5 |
],
|
|
|
|
|
|
|
|
|
6 |
"backbone": "convnextv2_base",
|
7 |
"batch_first": true,
|
8 |
"bias": true,
|
9 |
"bidirectional": false,
|
10 |
+
"climate": false,
|
11 |
"climate_input_dim": 6,
|
12 |
"climate_seq_len": 5,
|
13 |
+
"dem": false,
|
14 |
"feature_dim": 512,
|
15 |
"hidden_channels": 64,
|
16 |
"in_channels": 6,
|
17 |
"kernel_size": 3,
|
18 |
+
"lr": 0.0005,
|
19 |
"lstm_hidden_dim": 128,
|
20 |
"model_type": "actu",
|
21 |
"n_classes": 1,
|
|
|
32 |
"task": "segmentation",
|
33 |
"torch_dtype": "float32",
|
34 |
"transformers_version": "4.53.2",
|
35 |
+
"use_climate_branch": false,
|
36 |
+
"use_dem_input": false
|
37 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9550b8467cab3f119f667f69577bb61fc42fc3d7fabbabc32de050f619b974b
|
3 |
+
size 889598340
|