patrickhul commited on
Commit
49a2756
·
verified ·
1 Parent(s): a612380

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +8 -8
  2. model.safetensors +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -3,20 +3,20 @@
3
  "ResNetForImageClassification"
4
  ],
5
  "depths": [
6
- 2,
7
- 2,
8
- 2,
9
- 2
10
  ],
11
  "downsample_in_bottleneck": false,
12
  "downsample_in_first_stage": false,
13
  "embedding_size": 64,
14
  "hidden_act": "relu",
15
  "hidden_sizes": [
16
- 64,
17
- 128,
18
  256,
19
- 512
 
 
20
  ],
21
  "id2label": {
22
  "0": "Arial",
@@ -66,7 +66,7 @@
66
  "Verdana Bold Italic": "20",
67
  "Verdana Italic": "21"
68
  },
69
- "layer_type": "basic",
70
  "model_type": "resnet",
71
  "num_channels": 3,
72
  "out_features": [
 
3
  "ResNetForImageClassification"
4
  ],
5
  "depths": [
6
+ 3,
7
+ 4,
8
+ 6,
9
+ 3
10
  ],
11
  "downsample_in_bottleneck": false,
12
  "downsample_in_first_stage": false,
13
  "embedding_size": 64,
14
  "hidden_act": "relu",
15
  "hidden_sizes": [
 
 
16
  256,
17
+ 512,
18
+ 1024,
19
+ 2048
20
  ],
21
  "id2label": {
22
  "0": "Arial",
 
66
  "Verdana Bold Italic": "20",
67
  "Verdana Italic": "21"
68
  },
69
+ "layer_type": "bottleneck",
70
  "model_type": "resnet",
71
  "num_channels": 3,
72
  "out_features": [
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4f5a4cc46dfe779ced623af37c88cb4f9d7621ae683ad6df9b6c2d8c54fa4ab8
3
- size 44805376
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55e49546c347c3df824c4c5d202c8ae9b471c97c8b848fe5940cf9b8f06e39ed
3
+ size 94466920
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b7146b4f092a2656ee202986f4ce798deb4f83de045fffba8640e32799c77e13
3
  size 5713
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f42f5f72e052fbfa6cc2668546722ddb3fc05fc174f5abf9796a4d7ead498605
3
  size 5713