Upload model
Browse files- config.json +22 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"ResnetModelForImageClassification"
|
4 |
+
],
|
5 |
+
"avg_down": true,
|
6 |
+
"base_width": 64,
|
7 |
+
"block_type": "bottleneck",
|
8 |
+
"cardinality": 1,
|
9 |
+
"input_channels": 3,
|
10 |
+
"layers": [
|
11 |
+
3,
|
12 |
+
4,
|
13 |
+
6,
|
14 |
+
3
|
15 |
+
],
|
16 |
+
"model_type": "resnet",
|
17 |
+
"num_classes": 1000,
|
18 |
+
"stem_type": "deep",
|
19 |
+
"stem_width": 32,
|
20 |
+
"torch_dtype": "float32",
|
21 |
+
"transformers_version": "4.22.1"
|
22 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eecd20b2d48d10c073f948eaaed1f89dd1bd7157f33646c8291d679ce28ccf15
|
3 |
+
size 102617769
|