jeffliu-LL
commited on
Commit
•
fe900e2
1
Parent(s):
2fb56ef
Upload BitForImageClassification
Browse files- config.json +74 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "../models/LADI-v2-classifier-small",
|
3 |
+
"architectures": [
|
4 |
+
"BitForImageClassification"
|
5 |
+
],
|
6 |
+
"conv_layer": "std_conv",
|
7 |
+
"depths": [
|
8 |
+
3,
|
9 |
+
4,
|
10 |
+
6,
|
11 |
+
3
|
12 |
+
],
|
13 |
+
"drop_path_rate": 0.0,
|
14 |
+
"embedding_dynamic_padding": false,
|
15 |
+
"embedding_size": 64,
|
16 |
+
"global_padding": null,
|
17 |
+
"hidden_act": "relu",
|
18 |
+
"hidden_sizes": [
|
19 |
+
256,
|
20 |
+
512,
|
21 |
+
1024,
|
22 |
+
2048
|
23 |
+
],
|
24 |
+
"id2label": {
|
25 |
+
"0": "bridges_any",
|
26 |
+
"1": "buildings_any",
|
27 |
+
"2": "buildings_affected_or_greater",
|
28 |
+
"3": "buildings_minor_or_greater",
|
29 |
+
"4": "debris_any",
|
30 |
+
"5": "flooding_any",
|
31 |
+
"6": "flooding_structures",
|
32 |
+
"7": "roads_any",
|
33 |
+
"8": "roads_damage",
|
34 |
+
"9": "trees_any",
|
35 |
+
"10": "trees_damage",
|
36 |
+
"11": "water_any"
|
37 |
+
},
|
38 |
+
"label2id": {
|
39 |
+
"bridges_any": "0",
|
40 |
+
"buildings_affected_or_greater": "2",
|
41 |
+
"buildings_any": "1",
|
42 |
+
"buildings_minor_or_greater": "3",
|
43 |
+
"debris_any": "4",
|
44 |
+
"flooding_any": "5",
|
45 |
+
"flooding_structures": "6",
|
46 |
+
"roads_any": "7",
|
47 |
+
"roads_damage": "8",
|
48 |
+
"trees_any": "9",
|
49 |
+
"trees_damage": "10",
|
50 |
+
"water_any": "11"
|
51 |
+
},
|
52 |
+
"layer_type": "preactivation",
|
53 |
+
"model_type": "bit",
|
54 |
+
"num_channels": 3,
|
55 |
+
"num_groups": 32,
|
56 |
+
"out_features": [
|
57 |
+
"stage4"
|
58 |
+
],
|
59 |
+
"out_indices": [
|
60 |
+
4
|
61 |
+
],
|
62 |
+
"output_stride": 32,
|
63 |
+
"problem_type": "multi_label_classification",
|
64 |
+
"stage_names": [
|
65 |
+
"stem",
|
66 |
+
"stage1",
|
67 |
+
"stage2",
|
68 |
+
"stage3",
|
69 |
+
"stage4"
|
70 |
+
],
|
71 |
+
"torch_dtype": "float32",
|
72 |
+
"transformers_version": "4.37.2",
|
73 |
+
"width_factor": 1
|
74 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ff777c9d1580eb5bd2f03d0dc5318bdfa77876d49ee1cda14ed70d9c3f47e76
|
3 |
+
size 94116688
|