anonauthors commited on
Commit
54a9b5a
1 Parent(s): a9d907e
Files changed (3) hide show
  1. README.md +8 -0
  2. config.json +76 -0
  3. 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 oxford_pet-timm-convnext_base.fb_in1k
config.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "swin_base_patch4_window7_224",
3
+ "num_classes": 37,
4
+ "num_features": 1024,
5
+ "global_pool": "avg",
6
+ "label_names": {
7
+ "Abyssinian": 0,
8
+ "American Bulldog": 1,
9
+ "American Pit Bull Terrier": 2,
10
+ "Basset Hound": 3,
11
+ "Beagle": 4,
12
+ "Bengal": 5,
13
+ "Birman": 6,
14
+ "Bombay": 7,
15
+ "Boxer": 8,
16
+ "British Shorthair": 9,
17
+ "Chihuahua": 10,
18
+ "Egyptian Mau": 11,
19
+ "English Cocker Spaniel": 12,
20
+ "English Setter": 13,
21
+ "German Shorthaired": 14,
22
+ "Great Pyrenees": 15,
23
+ "Havanese": 16,
24
+ "Japanese Chin": 17,
25
+ "Keeshond": 18,
26
+ "Leonberger": 19,
27
+ "Maine Coon": 20,
28
+ "Miniature Pinscher": 21,
29
+ "Newfoundland": 22,
30
+ "Persian": 23,
31
+ "Pomeranian": 24,
32
+ "Pug": 25,
33
+ "Ragdoll": 26,
34
+ "Russian Blue": 27,
35
+ "Saint Bernard": 28,
36
+ "Samoyed": 29,
37
+ "Scottish Terrier": 30,
38
+ "Shiba Inu": 31,
39
+ "Siamese": 32,
40
+ "Sphynx": 33,
41
+ "Staffordshire Bull Terrier": 34,
42
+ "Wheaten Terrier": 35,
43
+ "Yorkshire Terrier": 36
44
+ },
45
+ "pretrained_cfg": {
46
+ "tag": "ms_in22k_ft_in1k",
47
+ "custom_load": false,
48
+ "input_size": [
49
+ 3,
50
+ 224,
51
+ 224
52
+ ],
53
+ "fixed_input_size": true,
54
+ "interpolation": "bicubic",
55
+ "crop_pct": 0.9,
56
+ "crop_mode": "center",
57
+ "mean": [
58
+ 0.485,
59
+ 0.456,
60
+ 0.406
61
+ ],
62
+ "std": [
63
+ 0.229,
64
+ 0.224,
65
+ 0.225
66
+ ],
67
+ "num_classes": 1000,
68
+ "pool_size": [
69
+ 7,
70
+ 7
71
+ ],
72
+ "first_conv": "patch_embed.proj",
73
+ "classifier": "head.fc",
74
+ "license": "mit"
75
+ }
76
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26fc48a8eb8a525e0a2efe8ead02c2d38bae2de91045721bb923a202d3b6ec59
3
+ size 347247983