zkdeng commited on
Commit
41c330c
1 Parent(s): a738a20

Training in progress, epoch 0

Browse files
config.json CHANGED
@@ -1,21 +1,21 @@
1
  {
2
- "_name_or_path": "zkdeng/10-convnextv2-base-22k-384-finetuned-spiderTraining1000-1000",
3
  "architectures": [
4
- "ConvNextV2ForImageClassification"
5
  ],
6
  "depths": [
7
  3,
8
  3,
9
- 27,
10
  3
11
  ],
12
  "drop_path_rate": 0.0,
13
  "hidden_act": "gelu",
14
  "hidden_sizes": [
15
- 128,
16
- 256,
17
- 512,
18
- 1024
19
  ],
20
  "id2label": {
21
  "0": "Araneus_diadematus",
@@ -34,7 +34,8 @@
34
  "Salticus_scenicus": 4
35
  },
36
  "layer_norm_eps": 1e-12,
37
- "model_type": "convnextv2",
 
38
  "num_channels": 3,
39
  "num_stages": 4,
40
  "out_features": [
 
1
  {
2
+ "_name_or_path": "facebook/convnext-tiny-224",
3
  "architectures": [
4
+ "ConvNextForImageClassification"
5
  ],
6
  "depths": [
7
  3,
8
  3,
9
+ 9,
10
  3
11
  ],
12
  "drop_path_rate": 0.0,
13
  "hidden_act": "gelu",
14
  "hidden_sizes": [
15
+ 96,
16
+ 192,
17
+ 384,
18
+ 768
19
  ],
20
  "id2label": {
21
  "0": "Araneus_diadematus",
 
34
  "Salticus_scenicus": 4
35
  },
36
  "layer_norm_eps": 1e-12,
37
+ "layer_scale_init_value": 1e-06,
38
+ "model_type": "convnext",
39
  "num_channels": 3,
40
  "num_stages": 4,
41
  "out_features": [
preprocessor_config.json CHANGED
@@ -17,6 +17,6 @@
17
  "resample": 3,
18
  "rescale_factor": 0.00392156862745098,
19
  "size": {
20
- "shortest_edge": 384
21
  }
22
  }
 
17
  "resample": 3,
18
  "rescale_factor": 0.00392156862745098,
19
  "size": {
20
+ "shortest_edge": 224
21
  }
22
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ab649de35cb5ea494527edf93b98feee44e4e56c98aa4aefad02da606a126636
3
- size 350919226
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6918ce254471d1b3e47967204e332963e4fd823158e1db47bf3dd497b13afe11
3
+ size 111356130
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f6b25a38e02e1a66fbc5fe6b5de05025c933d43e0a94234485ec056380cb5295
3
  size 4472
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:febc286b4089fa854787012d7a05bc7903a463ce290ad4ca3aa46646fdea837f
3
  size 4472