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