vuongnhathien commited on
Commit
ccfbff1
1 Parent(s): d19ce5c

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/convnextv2-nano-22k-384",
3
+ "architectures": [
4
+ "ConvNextV2ForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 2,
8
+ 2,
9
+ 8,
10
+ 2
11
+ ],
12
+ "drop_path_rate": 0.0,
13
+ "hidden_act": "gelu",
14
+ "hidden_sizes": [
15
+ 80,
16
+ 160,
17
+ 320,
18
+ 640
19
+ ],
20
+ "id2label": {
21
+ "0": 0,
22
+ "1": 1,
23
+ "2": 2,
24
+ "3": 3,
25
+ "4": 4,
26
+ "5": 5,
27
+ "6": 6,
28
+ "7": 7,
29
+ "8": 8,
30
+ "9": 9,
31
+ "10": 10,
32
+ "11": 11,
33
+ "12": 12,
34
+ "13": 13,
35
+ "14": 14,
36
+ "15": 15,
37
+ "16": 16,
38
+ "17": 17,
39
+ "18": 18,
40
+ "19": 19,
41
+ "20": 20,
42
+ "21": 21,
43
+ "22": 22,
44
+ "23": 23,
45
+ "24": 24,
46
+ "25": 25,
47
+ "26": 26,
48
+ "27": 27,
49
+ "28": 28,
50
+ "29": 29
51
+ },
52
+ "image_size": 224,
53
+ "initializer_range": 0.02,
54
+ "label2id": {
55
+ "0": 0,
56
+ "1": 1,
57
+ "2": 2,
58
+ "3": 3,
59
+ "4": 4,
60
+ "5": 5,
61
+ "6": 6,
62
+ "7": 7,
63
+ "8": 8,
64
+ "9": 9,
65
+ "10": 10,
66
+ "11": 11,
67
+ "12": 12,
68
+ "13": 13,
69
+ "14": 14,
70
+ "15": 15,
71
+ "16": 16,
72
+ "17": 17,
73
+ "18": 18,
74
+ "19": 19,
75
+ "20": 20,
76
+ "21": 21,
77
+ "22": 22,
78
+ "23": 23,
79
+ "24": 24,
80
+ "25": 25,
81
+ "26": 26,
82
+ "27": 27,
83
+ "28": 28,
84
+ "29": 29
85
+ },
86
+ "layer_norm_eps": 1e-12,
87
+ "model_type": "convnextv2",
88
+ "num_channels": 3,
89
+ "num_stages": 4,
90
+ "out_features": [
91
+ "stage4"
92
+ ],
93
+ "out_indices": [
94
+ 4
95
+ ],
96
+ "patch_size": 4,
97
+ "problem_type": "single_label_classification",
98
+ "stage_names": [
99
+ "stem",
100
+ "stage1",
101
+ "stage2",
102
+ "stage3",
103
+ "stage4"
104
+ ],
105
+ "torch_dtype": "float32",
106
+ "transformers_version": "4.39.3"
107
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c80ea5602a03d371777b7d39b5a716b6060b0f7d25644595a1abf8e28b493c5
3
+ size 60027032
preprocessor_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "crop_pct",
7
+ "resample",
8
+ "do_rescale",
9
+ "rescale_factor",
10
+ "do_normalize",
11
+ "image_mean",
12
+ "image_std",
13
+ "return_tensors",
14
+ "data_format",
15
+ "input_data_format"
16
+ ],
17
+ "crop_pct": 0.875,
18
+ "do_normalize": true,
19
+ "do_rescale": true,
20
+ "do_resize": true,
21
+ "image_mean": [
22
+ 0.485,
23
+ 0.456,
24
+ 0.406
25
+ ],
26
+ "image_processor_type": "ConvNextImageProcessor",
27
+ "image_std": [
28
+ 0.229,
29
+ 0.224,
30
+ 0.225
31
+ ],
32
+ "resample": 3,
33
+ "rescale_factor": 0.00392156862745098,
34
+ "size": {
35
+ "shortest_edge": 384
36
+ }
37
+ }
runs/May22_02-58-37_7554d86bde98/events.out.tfevents.1716346796.7554d86bde98.24.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65a0c1588bca116b8ecefd33a2f04994c3af84ed224857b854ae368acc26f3e6
3
+ size 6209
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22851f767202ca8c6f6f71047ccd2112a5eba96557b07176443b31a746927f74
3
+ size 4920