grodino commited on
Commit
a008765
1 Parent(s): 712c107
Files changed (3) hide show
  1. README.md +17 -0
  2. config.json +37 -0
  3. model.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - timm
5
+ library_name: timm
6
+ license: apache-2.0
7
+ datasets:
8
+ - cifar10
9
+ ---
10
+ # Model card for resnet18_cifar10
11
+
12
+ This model was trained using the timm training script with the `timm/resnet18` architecture.
13
+
14
+ ## Model Details
15
+ - **Dataset:** cifar10
16
+ - **base_model:** timm/resnet18
17
+ - **training_script:** https://github.com/huggingface/pytorch-image-models/blob/main/train.py
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "resnet18",
3
+ "num_classes": 10,
4
+ "num_features": 512,
5
+ "pretrained_cfg": {
6
+ "custom_load": false,
7
+ "input_size": [
8
+ 3,
9
+ 224,
10
+ 224
11
+ ],
12
+ "fixed_input_size": false,
13
+ "interpolation": "bicubic",
14
+ "crop_pct": 0.95,
15
+ "test_crop_pct": 1.0,
16
+ "crop_mode": "center",
17
+ "mean": [
18
+ 0.4914,
19
+ 0.4822,
20
+ 0.4465
21
+ ],
22
+ "std": [
23
+ 0.247,
24
+ 0.243,
25
+ 0.261
26
+ ],
27
+ "num_classes": 10,
28
+ "pool_size": [
29
+ 7,
30
+ 7
31
+ ],
32
+ "first_conv": "conv1",
33
+ "classifier": "fc",
34
+ "origin_url": "https://github.com/huggingface/pytorch-image-models",
35
+ "paper_ids": "arXiv:2110.00476"
36
+ }
37
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c71ab50e244004a8c8dc3b42985628d410ee43be1d9154d6211bd8e2626619e2
3
+ size 44775880