Training in progress, epoch 1
Browse files- config.json +87 -0
- preprocessor_config.json +22 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/convnextv2-pico-1k-224",
|
3 |
+
"architectures": [
|
4 |
+
"ConvNextV2ForImageClassification"
|
5 |
+
],
|
6 |
+
"depths": [
|
7 |
+
2,
|
8 |
+
2,
|
9 |
+
6,
|
10 |
+
2
|
11 |
+
],
|
12 |
+
"drop_path_rate": 0.0,
|
13 |
+
"hidden_act": "gelu",
|
14 |
+
"hidden_sizes": [
|
15 |
+
64,
|
16 |
+
128,
|
17 |
+
256,
|
18 |
+
512
|
19 |
+
],
|
20 |
+
"id2label": {
|
21 |
+
"0": "Araneus_diadematus",
|
22 |
+
"1": "Argiope_argentata",
|
23 |
+
"2": "Argiope_aurantia",
|
24 |
+
"3": "Argiope_bruennichi",
|
25 |
+
"4": "Argiope_trifasciata",
|
26 |
+
"5": "Dolomedes_tenebrosus",
|
27 |
+
"6": "Gasteracantha_cancriformis",
|
28 |
+
"7": "Latrodectus_geometricus",
|
29 |
+
"8": "Leucauge_venusta",
|
30 |
+
"9": "Menemerus_bivittatus",
|
31 |
+
"10": "Misumena_vatia",
|
32 |
+
"11": "Nephila_pilipes",
|
33 |
+
"12": "Phidippus_audax",
|
34 |
+
"13": "Pisaura_mirabilis",
|
35 |
+
"14": "Pisaurina_mira",
|
36 |
+
"15": "Platycryptus_undatus",
|
37 |
+
"16": "Salticus_scenicus",
|
38 |
+
"17": "Steatoda_nobilis",
|
39 |
+
"18": "Steatoda_triangulosa",
|
40 |
+
"19": "Trichonephila_clavipes"
|
41 |
+
},
|
42 |
+
"image_size": 224,
|
43 |
+
"initializer_range": 0.02,
|
44 |
+
"label2id": {
|
45 |
+
"Araneus_diadematus": 0,
|
46 |
+
"Argiope_argentata": 1,
|
47 |
+
"Argiope_aurantia": 2,
|
48 |
+
"Argiope_bruennichi": 3,
|
49 |
+
"Argiope_trifasciata": 4,
|
50 |
+
"Dolomedes_tenebrosus": 5,
|
51 |
+
"Gasteracantha_cancriformis": 6,
|
52 |
+
"Latrodectus_geometricus": 7,
|
53 |
+
"Leucauge_venusta": 8,
|
54 |
+
"Menemerus_bivittatus": 9,
|
55 |
+
"Misumena_vatia": 10,
|
56 |
+
"Nephila_pilipes": 11,
|
57 |
+
"Phidippus_audax": 12,
|
58 |
+
"Pisaura_mirabilis": 13,
|
59 |
+
"Pisaurina_mira": 14,
|
60 |
+
"Platycryptus_undatus": 15,
|
61 |
+
"Salticus_scenicus": 16,
|
62 |
+
"Steatoda_nobilis": 17,
|
63 |
+
"Steatoda_triangulosa": 18,
|
64 |
+
"Trichonephila_clavipes": 19
|
65 |
+
},
|
66 |
+
"layer_norm_eps": 1e-12,
|
67 |
+
"model_type": "convnextv2",
|
68 |
+
"num_channels": 3,
|
69 |
+
"num_stages": 4,
|
70 |
+
"out_features": [
|
71 |
+
"stage4"
|
72 |
+
],
|
73 |
+
"out_indices": [
|
74 |
+
4
|
75 |
+
],
|
76 |
+
"patch_size": 4,
|
77 |
+
"problem_type": "single_label_classification",
|
78 |
+
"stage_names": [
|
79 |
+
"stem",
|
80 |
+
"stage1",
|
81 |
+
"stage2",
|
82 |
+
"stage3",
|
83 |
+
"stage4"
|
84 |
+
],
|
85 |
+
"torch_dtype": "float32",
|
86 |
+
"transformers_version": "4.33.3"
|
87 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_pct": 0.875,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"image_mean": [
|
7 |
+
0.485,
|
8 |
+
0.456,
|
9 |
+
0.406
|
10 |
+
],
|
11 |
+
"image_processor_type": "ConvNextImageProcessor",
|
12 |
+
"image_std": [
|
13 |
+
0.229,
|
14 |
+
0.224,
|
15 |
+
0.225
|
16 |
+
],
|
17 |
+
"resample": 3,
|
18 |
+
"rescale_factor": 0.00392156862745098,
|
19 |
+
"size": {
|
20 |
+
"shortest_edge": 224
|
21 |
+
}
|
22 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9d258264436de35264e95c099a6782527a591c8434e43e71c7888f3c0342282
|
3 |
+
size 34302397
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0592556ff0e8525d38343bb8309567d6ee12ed4506fce38399860a945d6973f
|
3 |
+
size 4155
|