hmrizal commited on
Commit
445bde0
1 Parent(s): f4b2cb7

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224-in21k",
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": "apple",
13
+ "1": "banana",
14
+ "10": "cucumber",
15
+ "11": "eggplant",
16
+ "12": "garlic",
17
+ "13": "ginger",
18
+ "14": "grapes",
19
+ "15": "jalepeno",
20
+ "16": "kiwi",
21
+ "17": "lemon",
22
+ "18": "lettuce",
23
+ "19": "mango",
24
+ "2": "beetroot",
25
+ "20": "onion",
26
+ "21": "orange",
27
+ "22": "paprika",
28
+ "23": "pear",
29
+ "24": "peas",
30
+ "25": "pineapple",
31
+ "26": "pomegranate",
32
+ "27": "potato",
33
+ "28": "raddish",
34
+ "29": "soy beans",
35
+ "3": "bell pepper",
36
+ "30": "spinach",
37
+ "31": "sweetcorn",
38
+ "32": "sweetpotato",
39
+ "33": "tomato",
40
+ "34": "turnip",
41
+ "35": "watermelon",
42
+ "4": "cabbage",
43
+ "5": "capsicum",
44
+ "6": "carrot",
45
+ "7": "cauliflower",
46
+ "8": "chilli pepper",
47
+ "9": "corn"
48
+ },
49
+ "image_size": 224,
50
+ "initializer_range": 0.02,
51
+ "intermediate_size": 3072,
52
+ "label2id": {
53
+ "apple": "0",
54
+ "banana": "1",
55
+ "beetroot": "2",
56
+ "bell pepper": "3",
57
+ "cabbage": "4",
58
+ "capsicum": "5",
59
+ "carrot": "6",
60
+ "cauliflower": "7",
61
+ "chilli pepper": "8",
62
+ "corn": "9",
63
+ "cucumber": "10",
64
+ "eggplant": "11",
65
+ "garlic": "12",
66
+ "ginger": "13",
67
+ "grapes": "14",
68
+ "jalepeno": "15",
69
+ "kiwi": "16",
70
+ "lemon": "17",
71
+ "lettuce": "18",
72
+ "mango": "19",
73
+ "onion": "20",
74
+ "orange": "21",
75
+ "paprika": "22",
76
+ "pear": "23",
77
+ "peas": "24",
78
+ "pineapple": "25",
79
+ "pomegranate": "26",
80
+ "potato": "27",
81
+ "raddish": "28",
82
+ "soy beans": "29",
83
+ "spinach": "30",
84
+ "sweetcorn": "31",
85
+ "sweetpotato": "32",
86
+ "tomato": "33",
87
+ "turnip": "34",
88
+ "watermelon": "35"
89
+ },
90
+ "layer_norm_eps": 1e-12,
91
+ "model_type": "vit",
92
+ "num_attention_heads": 12,
93
+ "num_channels": 3,
94
+ "num_hidden_layers": 12,
95
+ "patch_size": 16,
96
+ "problem_type": "single_label_classification",
97
+ "qkv_bias": true,
98
+ "torch_dtype": "float32",
99
+ "transformers_version": "4.41.2"
100
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75ddb8c4657f1a9a322d6c09f2a06c14959067d7665e44cde6cbd0d967fb2099
3
+ size 343328568
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/Jun18_05-48-09_3481d44b1ce1/events.out.tfevents.1718689710.3481d44b1ce1.2579.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:914ba0dd3a38ae163bdd1b9384f15eca20a69155d83bcd334fd31b2365ce3a04
3
+ size 6631
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9b470ad012d40c089e99ccb7fa4b5a12c3230062cf2f072284630caa77fa016
3
+ size 5176