smerrillunc commited on
Commit
5d57f68
·
verified ·
1 Parent(s): 87a3c69

Initial commit: ResNet50 fine-tuned for Zoom gallery view detection

Browse files
Files changed (3) hide show
  1. config.json +1 -0
  2. full_model.pt +3 -0
  3. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"model_type": "resnet50", "num_labels": 2, "labels": ["Not Zoom", "Zoom"]}
full_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b96e0d5c176927092d0c35afe238a621b9fa56f87732d9683a8825856fcca1f
3
+ size 94394577
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:474cd22e58bb910500a7658550c964f9e93438183fe4f26ba91d32d1fb1bf878
3
+ size 94368483