zkdeng commited on
Commit
f6037bc
·
verified ·
1 Parent(s): bc760a4

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/convnextv2-tiny-22k-384",
3
+ "architectures": [
4
+ "ConvNextV2ForImageClassification"
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",
22
+ "1": "Argiope_argentata",
23
+ "2": "Argiope_aurantia",
24
+ "3": "Gasteracantha_cancriformis",
25
+ "4": "Misumena_vatia",
26
+ "5": "Phidippus_audax",
27
+ "6": "Pisaura_mirabilis",
28
+ "7": "Platycryptus_undatus",
29
+ "8": "Salticus_scenicus",
30
+ "9": "Trichonephila_clavipes"
31
+ },
32
+ "image_size": 224,
33
+ "initializer_range": 0.02,
34
+ "label2id": {
35
+ "Araneus_diadematus": 0,
36
+ "Argiope_argentata": 1,
37
+ "Argiope_aurantia": 2,
38
+ "Gasteracantha_cancriformis": 3,
39
+ "Misumena_vatia": 4,
40
+ "Phidippus_audax": 5,
41
+ "Pisaura_mirabilis": 6,
42
+ "Platycryptus_undatus": 7,
43
+ "Salticus_scenicus": 8,
44
+ "Trichonephila_clavipes": 9
45
+ },
46
+ "layer_norm_eps": 1e-12,
47
+ "model_type": "convnextv2",
48
+ "num_channels": 3,
49
+ "num_stages": 4,
50
+ "out_features": [
51
+ "stage4"
52
+ ],
53
+ "out_indices": [
54
+ 4
55
+ ],
56
+ "patch_size": 4,
57
+ "problem_type": "single_label_classification",
58
+ "stage_names": [
59
+ "stem",
60
+ "stage1",
61
+ "stage2",
62
+ "stage3",
63
+ "stage4"
64
+ ],
65
+ "torch_dtype": "float32",
66
+ "transformers_version": "4.33.3"
67
+ }
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:90861c3540dcdf762eb41b28a1166973003f2cd56c796137be7fee1036e92369
3
+ size 111565933
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:432d5f959eb210145a82e6cc552317e4416e373023436caf60d969c551abb822
3
+ size 4155