Shamim
commited on
Commit
•
1d3d00e
1
Parent(s):
81b23dc
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.29.2"
|
22 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a945a1d4bcb0c80f4a944dd77dc32441d39c2c06fa67d650e9a9090fde8934b
|
3 |
+
size 102620157
|