Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +117 -0
- preprocessor_config.json +22 -0
- pytorch_model.bin +3 -0
- runs/Sep15_15-58-03_0e9448f70cc0/1694793523.169394/events.out.tfevents.1694793523.0e9448f70cc0.5168.1 +3 -0
- runs/Sep15_15-58-03_0e9448f70cc0/events.out.tfevents.1694793523.0e9448f70cc0.5168.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,117 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/swin-tiny-patch4-window7-224",
|
3 |
+
"architectures": [
|
4 |
+
"SwinForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"depths": [
|
8 |
+
2,
|
9 |
+
2,
|
10 |
+
6,
|
11 |
+
2
|
12 |
+
],
|
13 |
+
"drop_path_rate": 0.1,
|
14 |
+
"embed_dim": 96,
|
15 |
+
"encoder_stride": 32,
|
16 |
+
"hidden_act": "gelu",
|
17 |
+
"hidden_dropout_prob": 0.0,
|
18 |
+
"hidden_size": 768,
|
19 |
+
"id2label": {
|
20 |
+
"0": "Alpinia Galanga (Rasna)",
|
21 |
+
"1": "Amaranthus Viridis (Arive-Dantu)",
|
22 |
+
"2": "Artocarpus Heterophyllus (Jackfruit)",
|
23 |
+
"3": "Azadirachta Indica (Neem)",
|
24 |
+
"4": "Basella Alba (Basale)",
|
25 |
+
"5": "Brassica Juncea (Indian Mustard)",
|
26 |
+
"6": "Carissa Carandas (Karanda)",
|
27 |
+
"7": "Citrus Limon (Lemon)",
|
28 |
+
"8": "Ficus Auriculata (Roxburgh fig)",
|
29 |
+
"9": "Ficus Religiosa (Peepal Tree)",
|
30 |
+
"10": "Hibiscus Rosa-sinensis",
|
31 |
+
"11": "Jasminum (Jasmine)",
|
32 |
+
"12": "Mangifera Indica (Mango)",
|
33 |
+
"13": "Mentha (Mint)",
|
34 |
+
"14": "Moringa Oleifera (Drumstick)",
|
35 |
+
"15": "Muntingia Calabura (Jamaica Cherry-Gasagase)",
|
36 |
+
"16": "Murraya Koenigii (Curry)",
|
37 |
+
"17": "Nerium Oleander (Oleander)",
|
38 |
+
"18": "Nyctanthes Arbor-tristis (Parijata)",
|
39 |
+
"19": "Ocimum Tenuiflorum (Tulsi)",
|
40 |
+
"20": "Piper Betle (Betel)",
|
41 |
+
"21": "Plectranthus Amboinicus (Mexican Mint)",
|
42 |
+
"22": "Pongamia Pinnata (Indian Beech)",
|
43 |
+
"23": "Psidium Guajava (Guava)",
|
44 |
+
"24": "Punica Granatum (Pomegranate)",
|
45 |
+
"25": "Santalum Album (Sandalwood)",
|
46 |
+
"26": "Syzygium Cumini (Jamun)",
|
47 |
+
"27": "Syzygium Jambos (Rose Apple)",
|
48 |
+
"28": "Tabernaemontana Divaricata (Crape Jasmine)",
|
49 |
+
"29": "Trigonella Foenum-graecum (Fenugreek)"
|
50 |
+
},
|
51 |
+
"image_size": 224,
|
52 |
+
"initializer_range": 0.02,
|
53 |
+
"label2id": {
|
54 |
+
"Alpinia Galanga (Rasna)": 0,
|
55 |
+
"Amaranthus Viridis (Arive-Dantu)": 1,
|
56 |
+
"Artocarpus Heterophyllus (Jackfruit)": 2,
|
57 |
+
"Azadirachta Indica (Neem)": 3,
|
58 |
+
"Basella Alba (Basale)": 4,
|
59 |
+
"Brassica Juncea (Indian Mustard)": 5,
|
60 |
+
"Carissa Carandas (Karanda)": 6,
|
61 |
+
"Citrus Limon (Lemon)": 7,
|
62 |
+
"Ficus Auriculata (Roxburgh fig)": 8,
|
63 |
+
"Ficus Religiosa (Peepal Tree)": 9,
|
64 |
+
"Hibiscus Rosa-sinensis": 10,
|
65 |
+
"Jasminum (Jasmine)": 11,
|
66 |
+
"Mangifera Indica (Mango)": 12,
|
67 |
+
"Mentha (Mint)": 13,
|
68 |
+
"Moringa Oleifera (Drumstick)": 14,
|
69 |
+
"Muntingia Calabura (Jamaica Cherry-Gasagase)": 15,
|
70 |
+
"Murraya Koenigii (Curry)": 16,
|
71 |
+
"Nerium Oleander (Oleander)": 17,
|
72 |
+
"Nyctanthes Arbor-tristis (Parijata)": 18,
|
73 |
+
"Ocimum Tenuiflorum (Tulsi)": 19,
|
74 |
+
"Piper Betle (Betel)": 20,
|
75 |
+
"Plectranthus Amboinicus (Mexican Mint)": 21,
|
76 |
+
"Pongamia Pinnata (Indian Beech)": 22,
|
77 |
+
"Psidium Guajava (Guava)": 23,
|
78 |
+
"Punica Granatum (Pomegranate)": 24,
|
79 |
+
"Santalum Album (Sandalwood)": 25,
|
80 |
+
"Syzygium Cumini (Jamun)": 26,
|
81 |
+
"Syzygium Jambos (Rose Apple)": 27,
|
82 |
+
"Tabernaemontana Divaricata (Crape Jasmine)": 28,
|
83 |
+
"Trigonella Foenum-graecum (Fenugreek)": 29
|
84 |
+
},
|
85 |
+
"layer_norm_eps": 1e-05,
|
86 |
+
"mlp_ratio": 4.0,
|
87 |
+
"model_type": "swin",
|
88 |
+
"num_channels": 3,
|
89 |
+
"num_heads": [
|
90 |
+
3,
|
91 |
+
6,
|
92 |
+
12,
|
93 |
+
24
|
94 |
+
],
|
95 |
+
"num_layers": 4,
|
96 |
+
"out_features": [
|
97 |
+
"stage4"
|
98 |
+
],
|
99 |
+
"out_indices": [
|
100 |
+
4
|
101 |
+
],
|
102 |
+
"patch_size": 4,
|
103 |
+
"path_norm": true,
|
104 |
+
"problem_type": "single_label_classification",
|
105 |
+
"qkv_bias": true,
|
106 |
+
"stage_names": [
|
107 |
+
"stem",
|
108 |
+
"stage1",
|
109 |
+
"stage2",
|
110 |
+
"stage3",
|
111 |
+
"stage4"
|
112 |
+
],
|
113 |
+
"torch_dtype": "float32",
|
114 |
+
"transformers_version": "4.28.0",
|
115 |
+
"use_absolute_embeddings": false,
|
116 |
+
"window_size": 7
|
117 |
+
}
|
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.485,
|
7 |
+
0.456,
|
8 |
+
0.406
|
9 |
+
],
|
10 |
+
"image_processor_type": "ViTImageProcessor",
|
11 |
+
"image_std": [
|
12 |
+
0.229,
|
13 |
+
0.224,
|
14 |
+
0.225
|
15 |
+
],
|
16 |
+
"resample": 3,
|
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:4361ab04171a736e7072de4ebc6064498b6431efc51e3877bdda8669822a7b00
|
3 |
+
size 110480945
|
runs/Sep15_15-58-03_0e9448f70cc0/1694793523.169394/events.out.tfevents.1694793523.0e9448f70cc0.5168.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4276796c76064147731d9c9e5aed5af469dfa0b78b833a2179dd5bf2d13b1267
|
3 |
+
size 5964
|
runs/Sep15_15-58-03_0e9448f70cc0/events.out.tfevents.1694793523.0e9448f70cc0.5168.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3894ffd65a4292fe9c596239a1952aab1877684a132fea0251f62e2359c7dc42
|
3 |
+
size 7279
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cffc44dfb57ac12d31f05748d0e22f122874297081401534295780273de849f4
|
3 |
+
size 3643
|