vuongnhathien commited on
Commit
5d21089
1 Parent(s): 0241e30

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224",
3
+ "architectures": [
4
+ "ViTForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "encoder_stride": 16,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "Banh beo",
13
+ "1": "Banh bot loc",
14
+ "2": "Banh can",
15
+ "3": "Banh canh",
16
+ "4": "Banh chung",
17
+ "5": "Banh cuon",
18
+ "6": "Banh duc",
19
+ "7": "Banh gio",
20
+ "8": "Banh khot",
21
+ "9": "Banh mi",
22
+ "10": "Banh pia",
23
+ "11": "Banh tet",
24
+ "12": "Banh trang nuong",
25
+ "13": "Banh xeo",
26
+ "14": "Bun bo Hue",
27
+ "15": "Bun dau mam tom",
28
+ "16": "Bun mam",
29
+ "17": "Bun rieu",
30
+ "18": "Bun thit nuong",
31
+ "19": "Ca kho to",
32
+ "20": "Canh chua",
33
+ "21": "Cao lau",
34
+ "22": "Chao long",
35
+ "23": "Com tam",
36
+ "24": "Goi cuon",
37
+ "25": "Hu tieu",
38
+ "26": "Mi quang",
39
+ "27": "Nem chua",
40
+ "28": "Pho",
41
+ "29": "Xoi xeo"
42
+ },
43
+ "image_size": 224,
44
+ "initializer_range": 0.02,
45
+ "intermediate_size": 3072,
46
+ "label2id": {
47
+ "Banh beo": 0,
48
+ "Banh bot loc": 1,
49
+ "Banh can": 2,
50
+ "Banh canh": 3,
51
+ "Banh chung": 4,
52
+ "Banh cuon": 5,
53
+ "Banh duc": 6,
54
+ "Banh gio": 7,
55
+ "Banh khot": 8,
56
+ "Banh mi": 9,
57
+ "Banh pia": 10,
58
+ "Banh tet": 11,
59
+ "Banh trang nuong": 12,
60
+ "Banh xeo": 13,
61
+ "Bun bo Hue": 14,
62
+ "Bun dau mam tom": 15,
63
+ "Bun mam": 16,
64
+ "Bun rieu": 17,
65
+ "Bun thit nuong": 18,
66
+ "Ca kho to": 19,
67
+ "Canh chua": 20,
68
+ "Cao lau": 21,
69
+ "Chao long": 22,
70
+ "Com tam": 23,
71
+ "Goi cuon": 24,
72
+ "Hu tieu": 25,
73
+ "Mi quang": 26,
74
+ "Nem chua": 27,
75
+ "Pho": 28,
76
+ "Xoi xeo": 29
77
+ },
78
+ "layer_norm_eps": 1e-12,
79
+ "model_type": "vit",
80
+ "num_attention_heads": 12,
81
+ "num_channels": 3,
82
+ "num_hidden_layers": 12,
83
+ "patch_size": 16,
84
+ "problem_type": "single_label_classification",
85
+ "qkv_bias": true,
86
+ "torch_dtype": "float32",
87
+ "transformers_version": "4.39.3"
88
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:395093a526b0b37d44f8aae3e013413c5e16f2d919eac39f5f2a56fbac439c41
3
+ size 343310104
preprocessor_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_rescale",
8
+ "rescale_factor",
9
+ "do_normalize",
10
+ "image_mean",
11
+ "image_std",
12
+ "return_tensors",
13
+ "data_format",
14
+ "input_data_format"
15
+ ],
16
+ "do_normalize": true,
17
+ "do_rescale": true,
18
+ "do_resize": true,
19
+ "image_mean": [
20
+ 0.5,
21
+ 0.5,
22
+ 0.5
23
+ ],
24
+ "image_processor_type": "ViTImageProcessor",
25
+ "image_std": [
26
+ 0.5,
27
+ 0.5,
28
+ 0.5
29
+ ],
30
+ "resample": 2,
31
+ "rescale_factor": 0.00392156862745098,
32
+ "size": {
33
+ "height": 224,
34
+ "width": 224
35
+ }
36
+ }
runs/May27_06-51-20_c5e46e9fa53c/events.out.tfevents.1716792760.c5e46e9fa53c.24.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:911b8aa57588d4929620789eb4599ccc95ad8f29486ce6c9a5b616667416a11c
3
+ size 6587
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af3e65c291459ea6da9a552b1a079bc27b40422d5b06cc274b0cc24ff6ec74b9
3
+ size 4984