vuongnhathien commited on
Commit
9f8f38f
1 Parent(s): fe8ae91

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/convnextv2-base-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
+ 128,
16
+ 256,
17
+ 512,
18
+ 1024
19
+ ],
20
+ "id2label": {
21
+ "0": "Banh beo",
22
+ "1": "Banh bot loc",
23
+ "2": "Banh can",
24
+ "3": "Banh canh",
25
+ "4": "Banh chung",
26
+ "5": "Banh cuon",
27
+ "6": "Banh duc",
28
+ "7": "Banh gio",
29
+ "8": "Banh khot",
30
+ "9": "Banh mi",
31
+ "10": "Banh pia",
32
+ "11": "Banh tet",
33
+ "12": "Banh trang nuong",
34
+ "13": "Banh xeo",
35
+ "14": "Bun bo Hue",
36
+ "15": "Bun dau mam tom",
37
+ "16": "Bun mam",
38
+ "17": "Bun rieu",
39
+ "18": "Bun thit nuong",
40
+ "19": "Ca kho to",
41
+ "20": "Canh chua",
42
+ "21": "Cao lau",
43
+ "22": "Chao long",
44
+ "23": "Com tam",
45
+ "24": "Goi cuon",
46
+ "25": "Hu tieu",
47
+ "26": "Mi quang",
48
+ "27": "Nem chua",
49
+ "28": "Pho",
50
+ "29": "Xoi xeo"
51
+ },
52
+ "image_size": 224,
53
+ "initializer_range": 0.02,
54
+ "label2id": {
55
+ "Banh beo": 0,
56
+ "Banh bot loc": 1,
57
+ "Banh can": 2,
58
+ "Banh canh": 3,
59
+ "Banh chung": 4,
60
+ "Banh cuon": 5,
61
+ "Banh duc": 6,
62
+ "Banh gio": 7,
63
+ "Banh khot": 8,
64
+ "Banh mi": 9,
65
+ "Banh pia": 10,
66
+ "Banh tet": 11,
67
+ "Banh trang nuong": 12,
68
+ "Banh xeo": 13,
69
+ "Bun bo Hue": 14,
70
+ "Bun dau mam tom": 15,
71
+ "Bun mam": 16,
72
+ "Bun rieu": 17,
73
+ "Bun thit nuong": 18,
74
+ "Ca kho to": 19,
75
+ "Canh chua": 20,
76
+ "Cao lau": 21,
77
+ "Chao long": 22,
78
+ "Com tam": 23,
79
+ "Goi cuon": 24,
80
+ "Hu tieu": 25,
81
+ "Mi quang": 26,
82
+ "Nem chua": 27,
83
+ "Pho": 28,
84
+ "Xoi xeo": 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:ecf89bbdf0b757c64502c34621c7cbecfee492196df1810d437a5c8793971296
3
+ size 350940280
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/May28_06-55-24_96c9e3e99893/events.out.tfevents.1716879399.96c9e3e99893.24.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74d2f8cc5f53625fd3f2c0e6ffd6b019e2e28146c7c6b866477fedff86a6dbec
3
+ size 8447
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7adcc2da0ffe8c3144597642c7f810b708b3941579a7fff771c3adb7667de74
3
+ size 4984