grodino commited on
Commit
adcb1dd
·
verified ·
1 Parent(s): d151024
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-finetune.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.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:e2bf37125d8ca64917dad6974294fcdaefc76638b3db1c702e5de196c2b23dd2
3
+ size 537282400
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5150ef8afc8a0db9ec5c92c328fd1b79e6960b8f622ccb7dc46fd31c5b9d550a
3
+ size 537304721