grodino commited on
Commit
f65f19d
·
verified ·
1 Parent(s): 6e91b7c
Files changed (4) hide show
  1. README.md +8 -0
  2. config.json +26 -0
  3. model.safetensors +3 -0
  4. pytorch_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - timm
5
+ library_name: timm
6
+ license: apache-2.0
7
+ ---
8
+ # Model card for SACBenchmark-train.vgg_model.CIFAR10.base-probit_extraction.resnet18.9
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "resnet18",
3
+ "num_classes": 10,
4
+ "num_features": 512,
5
+ "pretrained_cfg": {
6
+ "crop_mode": "center",
7
+ "first_conv": "fc",
8
+ "classifier": "classifier[6]",
9
+ "input_size": [
10
+ 3,
11
+ 32,
12
+ 32
13
+ ],
14
+ "num_classes": 10,
15
+ "mean": [
16
+ 0.4914,
17
+ 0.4822,
18
+ 0.4465
19
+ ],
20
+ "std": [
21
+ 0.2023,
22
+ 0.1994,
23
+ 0.201
24
+ ]
25
+ }
26
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1d50e9a9226e9ce9df13469eba9e1067ae119a56d56ba8d7a564dcf9dfe0a48
3
+ size 44775880
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9866f4b337e0976c87a22120c814534d29701bf580be25b4c0775a808032356a
3
+ size 44804402