Image Classification
Transformers
PyTorch
ONNX
Inference Endpoints
fg-mindee commited on
Commit
b409e56
1 Parent(s): d8453a2

feat: First model version

Browse files
Files changed (3) hide show
  1. README.md +8 -0
  2. config.json +18 -0
  3. pytorch_model.bin +3 -0
README.md CHANGED
@@ -1,3 +1,11 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
3
  ---
 
 
 
1
  ---
2
  license: apache-2.0
3
+ tags:
4
+ - image-classification
5
+ - pytorch
6
+ datasets:
7
+ - imagenette
8
  ---
9
+
10
+
11
+ # RepVGG-A0 model
config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "input_shape": [3, 224, 224],
3
+ "mean": [0.485, 0.456, 0.406],
4
+ "std": [0.229, 0.224, 0.225],
5
+ "output_classes": [
6
+ "tench",
7
+ "English springer",
8
+ "cassette player",
9
+ "chain saw",
10
+ "church",
11
+ "French horn",
12
+ "garbage truck",
13
+ "gas pump",
14
+ "golf ball",
15
+ "parachute",
16
+
17
+ ]
18
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:150f4b9d0b4ee612d1dc1f7b48368639d8cfb6e9ed5f11ed06740e1c0e6bea16
3
+ size 99177968