0-ma commited on
Commit
d834104
1 Parent(s): bab4e7a

Upload 3 files

Browse files
Files changed (3) hide show
  1. config.json +8 -7
  2. model.safetensors +1 -1
  3. preprocessor_config.json +1 -1
config.json CHANGED
@@ -1,5 +1,6 @@
1
  {
2
- "_name_or_path": "./out/model/final_model",
 
3
  "architectures": [
4
  "MobileNetV2ForImageClassification"
5
  ],
@@ -21,12 +22,12 @@
21
  "image_size": 224,
22
  "initializer_range": 0.02,
23
  "label2id": {
24
- "1": "0",
25
- "2": "1",
26
- "3": "2",
27
- "4": "3",
28
- "5": "4",
29
- "6": "5"
30
  },
31
  "layer_norm_eps": 0.001,
32
  "min_depth": 8,
 
1
  {
2
+ "_name_or_path": "0-ma/mobilenet-v2-geometric-shapes",
3
+ "_num_labels": 6,
4
  "architectures": [
5
  "MobileNetV2ForImageClassification"
6
  ],
 
22
  "image_size": 224,
23
  "initializer_range": 0.02,
24
  "label2id": {
25
+ "1": 0,
26
+ "2": 1,
27
+ "3": 2,
28
+ "4": 3,
29
+ "5": 4,
30
+ "6": 5
31
  },
32
  "layer_norm_eps": 0.001,
33
  "min_depth": 8,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:49c0582b6f59c0cac79962a04bb630bc84a3c0cb727daddc9b6ef3f65db7530d
3
  size 9100712
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d59ceae7a99ffab3030d187f3e02ac39119ad086f6786b05f0ec28500fe85761
3
  size 9100712
preprocessor_config.json CHANGED
@@ -23,4 +23,4 @@
23
  "size": {
24
  "shortest_edge": 256
25
  }
26
- }
 
23
  "size": {
24
  "shortest_edge": 256
25
  }
26
+ }