grodino commited on
Commit
877f50d
·
verified ·
1 Parent(s): 503fd1e

Add model

Browse files
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-transfer.CIFAR10C.8
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "vgg_model",
3
+ "num_classes": 10,
4
+ "num_features": 4096,
5
+ "pretrained_cfg": {
6
+ "crop_mode": "center",
7
+ "first_conv": "features[0]",
8
+ "classifier": "classifier[6]",
9
+ "input_size": [
10
+ 3,
11
+ 32,
12
+ 32
13
+ ],
14
+ "num_classes": 10,
15
+ "mean": [
16
+ 0.4646,
17
+ 0.6515,
18
+ 0.5637
19
+ ],
20
+ "std": [
21
+ 0.1842,
22
+ 0.3152,
23
+ 0.2613
24
+ ]
25
+ }
26
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3140b03d0b11fcb326ad43b87c72abeba86004f3f03ac7ff3a2465e7e0a1d8d3
3
+ size 537282400
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46c54b2e504db7f775f6ce3ab983b85a0f80a1136aaed8bd08160023a882ea46
3
+ size 537304721