ivandrian11 commited on
Commit
d304711
1 Parent(s): e490442

Training in progress, step 500

Browse files
config.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "acerolas",
13
+ "1": "apples",
14
+ "10": "figs",
15
+ "11": "grapefruits",
16
+ "12": "grapes",
17
+ "13": "guava",
18
+ "14": "kiwifruit",
19
+ "15": "lemons",
20
+ "16": "limes",
21
+ "17": "mangos",
22
+ "18": "olives",
23
+ "19": "oranges",
24
+ "2": "apricots",
25
+ "20": "passionfruit",
26
+ "21": "peaches",
27
+ "22": "pears",
28
+ "23": "pineapples",
29
+ "24": "plums",
30
+ "25": "pomegranates",
31
+ "26": "raspberries",
32
+ "27": "strawberries",
33
+ "28": "tomatoes",
34
+ "29": "watermelons",
35
+ "3": "avocados",
36
+ "4": "bananas",
37
+ "5": "blackberries",
38
+ "6": "blueberries",
39
+ "7": "cantaloupes",
40
+ "8": "cherries",
41
+ "9": "coconuts"
42
+ },
43
+ "image_size": 224,
44
+ "initializer_range": 0.02,
45
+ "intermediate_size": 3072,
46
+ "label2id": {
47
+ "acerolas": "0",
48
+ "apples": "1",
49
+ "apricots": "2",
50
+ "avocados": "3",
51
+ "bananas": "4",
52
+ "blackberries": "5",
53
+ "blueberries": "6",
54
+ "cantaloupes": "7",
55
+ "cherries": "8",
56
+ "coconuts": "9",
57
+ "figs": "10",
58
+ "grapefruits": "11",
59
+ "grapes": "12",
60
+ "guava": "13",
61
+ "kiwifruit": "14",
62
+ "lemons": "15",
63
+ "limes": "16",
64
+ "mangos": "17",
65
+ "olives": "18",
66
+ "oranges": "19",
67
+ "passionfruit": "20",
68
+ "peaches": "21",
69
+ "pears": "22",
70
+ "pineapples": "23",
71
+ "plums": "24",
72
+ "pomegranates": "25",
73
+ "raspberries": "26",
74
+ "strawberries": "27",
75
+ "tomatoes": "28",
76
+ "watermelons": "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.38.2"
88
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8494f2a64f8c87587aa27a938d704ab27dee07369a5cf1f750c49004dcece457
3
+ size 343310104
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": "ViTImageProcessor",
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/Mar28_15-04-21_1d08d0d5db4b/events.out.tfevents.1711638264.1d08d0d5db4b.548.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:346853500e1a0142d75ae51569a8d42c68dffbdd1868afab90ab7c4b880b8b9d
3
+ size 6319
runs/Mar28_15-05-47_1d08d0d5db4b/events.out.tfevents.1711638350.1d08d0d5db4b.548.13 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69b5081d9eec2b829083da3cb1f6a89c4457fe6a15dd80594fac66b9134873fb
3
+ size 6367
runs/Mar28_15-07-42_1d08d0d5db4b/events.out.tfevents.1711638464.1d08d0d5db4b.548.14 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:044b43009ed630f0605c3be2bed9f0084bcdc55df869bbf4fda3b651cb8b8204
3
+ size 8503
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5de9dbf143143b1bc94e16a9b1434933b034516e390136e34daa69146112fe31
3
+ size 4856