Naneet commited on
Commit
6712bbe
·
1 Parent(s): c5991e8

Upload model

Browse files
Files changed (3) hide show
  1. ReadMe.MD +2 -0
  2. chest_x_ray.bin +3 -0
  3. config.json +6 -0
ReadMe.MD ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ # My Model
2
+ This is a custom model trained for [your task]. It was trained using PyTorch and can be used for inference.
chest_x_ray.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b48b6d7db0a4a595bb2d004021d64128d5baad56ffb0efc9d7267fefb6e465a
3
+ size 44794358
config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "resnet18",
3
+ "pretrained": false,
4
+ "num_classes": 10,
5
+ "fc_in_features": 512
6
+ }