Training in progress, epoch 0
Browse files- config.json +9 -8
- preprocessor_config.json +1 -1
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,21 +1,21 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"depths": [
|
7 |
3,
|
8 |
3,
|
9 |
-
|
10 |
3
|
11 |
],
|
12 |
"drop_path_rate": 0.0,
|
13 |
"hidden_act": "gelu",
|
14 |
"hidden_sizes": [
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
],
|
20 |
"id2label": {
|
21 |
"0": "Araneus_diadematus",
|
@@ -34,7 +34,8 @@
|
|
34 |
"Salticus_scenicus": 4
|
35 |
},
|
36 |
"layer_norm_eps": 1e-12,
|
37 |
-
"
|
|
|
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":
|
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:
|
3 |
-
size
|
|
|
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:
|
3 |
size 4472
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:febc286b4089fa854787012d7a05bc7903a463ce290ad4ca3aa46646fdea837f
|
3 |
size 4472
|