mhdiqbalpradipta commited on
Commit
ae74aa7
1 Parent(s): 0f86719

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "ayam_goreng",
13
+ "1": "ayam_pop",
14
+ "2": "daging_rendang",
15
+ "3": "dendeng_batokok",
16
+ "4": "gulai_ikan",
17
+ "5": "gulai_tambusu",
18
+ "6": "gulai_tunjang",
19
+ "7": "telur_balado",
20
+ "8": "telur_dadar"
21
+ },
22
+ "image_size": 224,
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "label2id": {
26
+ "ayam_goreng": "0",
27
+ "ayam_pop": "1",
28
+ "daging_rendang": "2",
29
+ "dendeng_batokok": "3",
30
+ "gulai_ikan": "4",
31
+ "gulai_tambusu": "5",
32
+ "gulai_tunjang": "6",
33
+ "telur_balado": "7",
34
+ "telur_dadar": "8"
35
+ },
36
+ "layer_norm_eps": 1e-12,
37
+ "model_type": "vit",
38
+ "num_attention_heads": 12,
39
+ "num_channels": 3,
40
+ "num_hidden_layers": 12,
41
+ "patch_size": 16,
42
+ "problem_type": "single_label_classification",
43
+ "qkv_bias": true,
44
+ "torch_dtype": "float32",
45
+ "transformers_version": "4.38.2"
46
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ceab77f501411f7905bbe9d4df5956940415014b35dc353af708b3468e90b1dd
3
+ size 343245508
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_processor_type": "ViTFeatureExtractor",
11
+ "image_std": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "resample": 2,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
runs/Mar17_10-45-25_a4c48dacf799/events.out.tfevents.1710672326.a4c48dacf799.646.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:990e13ed4ff99bb38a89f7ee73be861f2ef8e43ff80bbfb70d6232ea6c701912
3
+ size 5556
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5368a7d5f22205e0b793e478206cfde2750617dfa362c0bad17e0aeba68f3b3b
3
+ size 4984