patrickramos commited on
Commit
3d10162
1 Parent(s): 8dc977e

Upload model

Browse files
Files changed (2) hide show
  1. config.json +33 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ResNetModel"
4
+ ],
5
+ "depths": [
6
+ 3,
7
+ 4,
8
+ 6,
9
+ 3
10
+ ],
11
+ "downsample_in_first_stage": false,
12
+ "embedding_size": 64,
13
+ "hidden_act": "relu",
14
+ "hidden_sizes": [
15
+ 256,
16
+ 512,
17
+ 1024,
18
+ 2048
19
+ ],
20
+ "layer_type": "bottleneck",
21
+ "model_type": "resnet",
22
+ "num_channels": 3,
23
+ "out_features": null,
24
+ "stage_names": [
25
+ "stem",
26
+ "stage1",
27
+ "stage2",
28
+ "stage3",
29
+ "stage4"
30
+ ],
31
+ "torch_dtype": "float32",
32
+ "transformers_version": "4.25.1"
33
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6f88d5464d614be5771739cbd3a43426f4c19eff23e7ad5e3cc6f0f3a93b155
3
+ size 94351301