kaczmarj commited on
Commit
862830d
1 Parent(s): 2be8ee3

upload model files and config

Browse files
Files changed (4) hide show
  1. config.json +22 -0
  2. model.safetensors +3 -0
  3. pytorch_model.bin +3 -0
  4. torchscript_model.pt +3 -0
config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "spec_version": "1.0",
3
+ "architecture": "resnet50",
4
+ "num_classes": 2,
5
+ "class_names": [
6
+ "nomets",
7
+ "mets"
8
+ ],
9
+ "patch_size_pixels": 96,
10
+ "spacing_um_px": 1.0,
11
+ "transform": [
12
+ {
13
+ "name": "Resize",
14
+ "arguments": {
15
+ "size": 96
16
+ }
17
+ },
18
+ {
19
+ "name": "ToTensor"
20
+ }
21
+ ]
22
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e7717b6965ab07cc06f8440255cf25d44433b42dc81e365bffca7d766b83778
3
+ size 94289936
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bdb4a47feacc7055884ea64dc1a23df54d414d3fb6a58f9f2a2fca60542b711
3
+ size 94363149
torchscript_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b03081f779d8426ce4582afee0c092382fdd1b5d721899a1020f02ca3a8d3ae
3
+ size 94435674