zkdeng commited on
Commit
6b97503
1 Parent(s): 9c4fe60

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/convnextv2-huge-22k-384",
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
+ 352,
16
+ 704,
17
+ 1408,
18
+ 2816
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": 384
21
+ }
22
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a73bf18064bbca6d6b5cc3f63bcb4d52cf533bcbf5ae67eee195d5cee6cbdde8
3
+ size 2630248445
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24ad2928a7f8368fd7b8d36e442aed86c8cf4c897e85db1e35b4403bc35b46f8
3
+ size 4155