krishanwalia30 commited on
Commit
d985c50
1 Parent(s): eb658ff
Files changed (4) hide show
  1. README.md +8 -0
  2. config.json +49 -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 resnet18-random-classifier-by-krishan
config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "resnet18",
3
+ "num_classes": 4,
4
+ "num_features": 512,
5
+ "label_names": [
6
+ "a",
7
+ "b",
8
+ "c",
9
+ "d"
10
+ ],
11
+ "pretrained_cfg": {
12
+ "tag": "a1_in1k",
13
+ "custom_load": false,
14
+ "input_size": [
15
+ 3,
16
+ 224,
17
+ 224
18
+ ],
19
+ "test_input_size": [
20
+ 3,
21
+ 288,
22
+ 288
23
+ ],
24
+ "fixed_input_size": false,
25
+ "interpolation": "bicubic",
26
+ "crop_pct": 0.95,
27
+ "test_crop_pct": 1.0,
28
+ "crop_mode": "center",
29
+ "mean": [
30
+ 0.485,
31
+ 0.456,
32
+ 0.406
33
+ ],
34
+ "std": [
35
+ 0.229,
36
+ 0.224,
37
+ 0.225
38
+ ],
39
+ "num_classes": 1000,
40
+ "pool_size": [
41
+ 7,
42
+ 7
43
+ ],
44
+ "first_conv": "conv1",
45
+ "classifier": "fc",
46
+ "origin_url": "https://github.com/huggingface/pytorch-image-models",
47
+ "paper_ids": "arXiv:2110.00476"
48
+ }
49
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05a39d86be10364fe8c42601c01ad479f9b9324fe37bc8b9ca2861a6871deb10
3
+ size 44763568
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9a2e4ff615616cb1e93fbcd3d927af35f2b2f52ffbd739ab75f4a603c60b573
3
+ size 44793138