bombshelll commited on
Commit
4950479
·
verified ·
1 Parent(s): 1b86308

Upload SwinForImageClassification

Browse files
Files changed (2) hide show
  1. config.json +12 -8
  2. model.safetensors +2 -2
config.json CHANGED
@@ -18,19 +18,23 @@
18
  "hidden_size": 768,
19
  "id2label": {
20
  "0": "clean",
21
- "1": "noisy",
22
- "2": "blur",
23
- "3": "ghosting_h",
24
- "4": "ghosting_v"
 
 
25
  },
26
  "image_size": 224,
27
  "initializer_range": 0.02,
28
  "label2id": {
29
- "blur": 2,
 
30
  "clean": 0,
31
- "ghosting_h": 3,
32
- "ghosting_v": 4,
33
- "noisy": 1
 
34
  },
35
  "layer_norm_eps": 1e-05,
36
  "mlp_ratio": 4.0,
 
18
  "hidden_size": 768,
19
  "id2label": {
20
  "0": "clean",
21
+ "1": "blurred",
22
+ "2": "gaussian",
23
+ "3": "riccian",
24
+ "4": "affine",
25
+ "5": "kspace",
26
+ "6": "rotation"
27
  },
28
  "image_size": 224,
29
  "initializer_range": 0.02,
30
  "label2id": {
31
+ "affine": 4,
32
+ "blurred": 1,
33
  "clean": 0,
34
+ "gaussian": 2,
35
+ "kspace": 5,
36
+ "riccian": 3,
37
+ "rotation": 6
38
  },
39
  "layer_norm_eps": 1e-05,
40
  "mlp_ratio": 4.0,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e1f6d177d3b1eebbe0bb6c56d92633564c09a1d5e86640a023e55475d49a358b
3
- size 110352060
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a86a3a9b367b744e29df65b92bf4813ce350a3ed75fe4e8ed615bffaa0c62cf
3
+ size 110358212