DunnBC22 commited on
Commit
2fd9457
1 Parent(s): 8009a9c

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Bean",
13
+ "1": "Bitter_Gourd",
14
+ "10": "Papaya",
15
+ "11": "Potato",
16
+ "12": "Pumpkin",
17
+ "13": "Radish",
18
+ "14": "Tomato",
19
+ "2": "Bottle_Gourd",
20
+ "3": "Brinjal",
21
+ "4": "Broccoli",
22
+ "5": "Cabbage",
23
+ "6": "Capsicum",
24
+ "7": "Carrot",
25
+ "8": "Cauliflower",
26
+ "9": "Cucumber"
27
+ },
28
+ "image_size": 224,
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 3072,
31
+ "label2id": {
32
+ "Bean": "0",
33
+ "Bitter_Gourd": "1",
34
+ "Bottle_Gourd": "2",
35
+ "Brinjal": "3",
36
+ "Broccoli": "4",
37
+ "Cabbage": "5",
38
+ "Capsicum": "6",
39
+ "Carrot": "7",
40
+ "Cauliflower": "8",
41
+ "Cucumber": "9",
42
+ "Papaya": "10",
43
+ "Potato": "11",
44
+ "Pumpkin": "12",
45
+ "Radish": "13",
46
+ "Tomato": "14"
47
+ },
48
+ "layer_norm_eps": 1e-12,
49
+ "model_type": "vit",
50
+ "num_attention_heads": 12,
51
+ "num_channels": 3,
52
+ "num_hidden_layers": 12,
53
+ "patch_size": 16,
54
+ "problem_type": "single_label_classification",
55
+ "qkv_bias": true,
56
+ "torch_dtype": "float32",
57
+ "transformers_version": "4.25.1"
58
+ }
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
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:621bcebb548ef07820cd919ca08b4fe9d2400211039e5a9234532b80b1f4a405
3
+ size 343304113
runs/Jan10_22-04-23_Brians-Mac-mini.local/1673409871.794755/events.out.tfevents.1673409871.Brians-Mac-mini.local.19842.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf1715511fafc34f1816c641d599a19f4168f32ab4c7693264b109008064455f
3
+ size 5648
runs/Jan10_22-04-23_Brians-Mac-mini.local/events.out.tfevents.1673409871.Brians-Mac-mini.local.19842.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8de93c75d09b1ea8fd01c1f4edeb41de7026ab708291725d56a1c3d80579d383
3
+ size 5554
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:809bab1d1b9995629ea17635d285ee0b9369cbc728f51973e8ae2d0c54242a92
3
+ size 3503