Commit ·
f153018
1
Parent(s): 395ecc8
Training in progress, epoch 0
Browse files- config.json +188 -0
- preprocessor_config.json +22 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,188 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "Alpinia Galanga (Rasna)",
|
| 13 |
+
"1": "Amaranthus Viridis (Arive-Dantu)",
|
| 14 |
+
"10": "Big Caltrops.zip",
|
| 15 |
+
"11": "Black-Honey Shrub.zip",
|
| 16 |
+
"12": "Brassica Juncea (Indian Mustard)",
|
| 17 |
+
"13": "Bristly Wild Grape.zip",
|
| 18 |
+
"14": "Butterfly Pea.zip",
|
| 19 |
+
"15": "Cape Gooseberry.zip",
|
| 20 |
+
"16": "Carissa Carandas (Karanda)",
|
| 21 |
+
"17": "Citrus Limon (Lemon)",
|
| 22 |
+
"18": "Common Wireweed.zip",
|
| 23 |
+
"19": "Country Mallow.zip",
|
| 24 |
+
"2": "Artocarpus Heterophyllus (Jackfruit)",
|
| 25 |
+
"20": "Crown flower.zip",
|
| 26 |
+
"21": "Ficus Auriculata (Roxburgh fig)",
|
| 27 |
+
"22": "Ficus Religiosa (Peepal Tree)",
|
| 28 |
+
"23": "Green Chireta.zip",
|
| 29 |
+
"24": "Hibiscus Rosa-sinensis",
|
| 30 |
+
"25": "Holy Basil.zip",
|
| 31 |
+
"26": "Indian CopperLeaf.zip",
|
| 32 |
+
"27": "Indian Jujube.zip",
|
| 33 |
+
"28": "Indian Sarsaparilla.zip",
|
| 34 |
+
"29": "Indian Stinging Nettle.zip",
|
| 35 |
+
"3": "Asthma Plant.zip",
|
| 36 |
+
"30": "Indian Thornapple.zip",
|
| 37 |
+
"31": "Indian wormwood.zip",
|
| 38 |
+
"32": "Ivy Gourd.zip",
|
| 39 |
+
"33": "Jasminum (Jasmine)",
|
| 40 |
+
"34": "Kokilaksha.zip",
|
| 41 |
+
"35": "Land Caltrops (Bindii).zip",
|
| 42 |
+
"36": "Madagascar Periwinkle.zip",
|
| 43 |
+
"37": "Madras Pea Pumpkin.zip",
|
| 44 |
+
"38": "Malabar Catmint.zip",
|
| 45 |
+
"39": "Mangifera Indica (Mango)",
|
| 46 |
+
"4": "Avaram.zip",
|
| 47 |
+
"40": "Mentha (Mint)",
|
| 48 |
+
"41": "Mexican Mint.zip",
|
| 49 |
+
"42": "Mexican Prickly Poppy.zip",
|
| 50 |
+
"43": "Moringa Oleifera (Drumstick)",
|
| 51 |
+
"44": "Mountain Knotgrass.zip",
|
| 52 |
+
"45": "Muntingia Calabura (Jamaica Cherry-Gasagase)",
|
| 53 |
+
"46": "Murraya Koenigii (Curry)",
|
| 54 |
+
"47": "Nalta Jute.zip",
|
| 55 |
+
"48": "Nerium Oleander (Oleander)",
|
| 56 |
+
"49": "Night blooming Cereus.zip",
|
| 57 |
+
"5": "Azadirachta Indica (Neem)",
|
| 58 |
+
"50": "Nyctanthes Arbor-tristis (Parijata)",
|
| 59 |
+
"51": "Ocimum Tenuiflorum (Tulsi)",
|
| 60 |
+
"52": "Panicled Foldwing.zip",
|
| 61 |
+
"53": "Piper Betle (Betel)",
|
| 62 |
+
"54": "Plectranthus Amboinicus (Mexican Mint)",
|
| 63 |
+
"55": "Pongamia Pinnata (Indian Beech)",
|
| 64 |
+
"56": "Prickly Chaff Flower.zip",
|
| 65 |
+
"57": "Psidium Guajava (Guava)",
|
| 66 |
+
"58": "Punarnava.zip",
|
| 67 |
+
"59": "Punica Granatum (Pomegranate)",
|
| 68 |
+
"6": "Balloon vine.zip",
|
| 69 |
+
"60": "Purple Fruited Pea Eggplant.zip",
|
| 70 |
+
"61": "Purple Tephrosia.zip",
|
| 71 |
+
"62": "Rosary Pea.zip",
|
| 72 |
+
"63": "Santalum Album (Sandalwood)",
|
| 73 |
+
"64": "Shaggy button weed.zip",
|
| 74 |
+
"65": "Small Water Clover.zip",
|
| 75 |
+
"66": "Spiderwisp.zip",
|
| 76 |
+
"67": "Square Stalked Vine.zip",
|
| 77 |
+
"68": "Stinking Passionflower.zip",
|
| 78 |
+
"69": "Sweet Basil.zip",
|
| 79 |
+
"7": "Basella Alba (Basale)",
|
| 80 |
+
"70": "Sweet flag.zip",
|
| 81 |
+
"71": "Syzygium Cumini (Jamun)",
|
| 82 |
+
"72": "Syzygium Jambos (Rose Apple)",
|
| 83 |
+
"73": "Tabernaemontana Divaricata (Crape Jasmine)",
|
| 84 |
+
"74": "Tinnevelly Senna.zip",
|
| 85 |
+
"75": "Trellis Vine.zip",
|
| 86 |
+
"76": "Trigonella Foenum-graecum (Fenugreek)",
|
| 87 |
+
"77": "Velvet bean.zip",
|
| 88 |
+
"78": "coatbuttons.zip",
|
| 89 |
+
"79": "heart-leaved moonseed.zip",
|
| 90 |
+
"8": "Bellyache bush (Green).zip",
|
| 91 |
+
"9": "Benghal dayflower.zip"
|
| 92 |
+
},
|
| 93 |
+
"image_size": 224,
|
| 94 |
+
"initializer_range": 0.02,
|
| 95 |
+
"intermediate_size": 3072,
|
| 96 |
+
"label2id": {
|
| 97 |
+
"Alpinia Galanga (Rasna)": "0",
|
| 98 |
+
"Amaranthus Viridis (Arive-Dantu)": "1",
|
| 99 |
+
"Artocarpus Heterophyllus (Jackfruit)": "2",
|
| 100 |
+
"Asthma Plant.zip": "3",
|
| 101 |
+
"Avaram.zip": "4",
|
| 102 |
+
"Azadirachta Indica (Neem)": "5",
|
| 103 |
+
"Balloon vine.zip": "6",
|
| 104 |
+
"Basella Alba (Basale)": "7",
|
| 105 |
+
"Bellyache bush (Green).zip": "8",
|
| 106 |
+
"Benghal dayflower.zip": "9",
|
| 107 |
+
"Big Caltrops.zip": "10",
|
| 108 |
+
"Black-Honey Shrub.zip": "11",
|
| 109 |
+
"Brassica Juncea (Indian Mustard)": "12",
|
| 110 |
+
"Bristly Wild Grape.zip": "13",
|
| 111 |
+
"Butterfly Pea.zip": "14",
|
| 112 |
+
"Cape Gooseberry.zip": "15",
|
| 113 |
+
"Carissa Carandas (Karanda)": "16",
|
| 114 |
+
"Citrus Limon (Lemon)": "17",
|
| 115 |
+
"Common Wireweed.zip": "18",
|
| 116 |
+
"Country Mallow.zip": "19",
|
| 117 |
+
"Crown flower.zip": "20",
|
| 118 |
+
"Ficus Auriculata (Roxburgh fig)": "21",
|
| 119 |
+
"Ficus Religiosa (Peepal Tree)": "22",
|
| 120 |
+
"Green Chireta.zip": "23",
|
| 121 |
+
"Hibiscus Rosa-sinensis": "24",
|
| 122 |
+
"Holy Basil.zip": "25",
|
| 123 |
+
"Indian CopperLeaf.zip": "26",
|
| 124 |
+
"Indian Jujube.zip": "27",
|
| 125 |
+
"Indian Sarsaparilla.zip": "28",
|
| 126 |
+
"Indian Stinging Nettle.zip": "29",
|
| 127 |
+
"Indian Thornapple.zip": "30",
|
| 128 |
+
"Indian wormwood.zip": "31",
|
| 129 |
+
"Ivy Gourd.zip": "32",
|
| 130 |
+
"Jasminum (Jasmine)": "33",
|
| 131 |
+
"Kokilaksha.zip": "34",
|
| 132 |
+
"Land Caltrops (Bindii).zip": "35",
|
| 133 |
+
"Madagascar Periwinkle.zip": "36",
|
| 134 |
+
"Madras Pea Pumpkin.zip": "37",
|
| 135 |
+
"Malabar Catmint.zip": "38",
|
| 136 |
+
"Mangifera Indica (Mango)": "39",
|
| 137 |
+
"Mentha (Mint)": "40",
|
| 138 |
+
"Mexican Mint.zip": "41",
|
| 139 |
+
"Mexican Prickly Poppy.zip": "42",
|
| 140 |
+
"Moringa Oleifera (Drumstick)": "43",
|
| 141 |
+
"Mountain Knotgrass.zip": "44",
|
| 142 |
+
"Muntingia Calabura (Jamaica Cherry-Gasagase)": "45",
|
| 143 |
+
"Murraya Koenigii (Curry)": "46",
|
| 144 |
+
"Nalta Jute.zip": "47",
|
| 145 |
+
"Nerium Oleander (Oleander)": "48",
|
| 146 |
+
"Night blooming Cereus.zip": "49",
|
| 147 |
+
"Nyctanthes Arbor-tristis (Parijata)": "50",
|
| 148 |
+
"Ocimum Tenuiflorum (Tulsi)": "51",
|
| 149 |
+
"Panicled Foldwing.zip": "52",
|
| 150 |
+
"Piper Betle (Betel)": "53",
|
| 151 |
+
"Plectranthus Amboinicus (Mexican Mint)": "54",
|
| 152 |
+
"Pongamia Pinnata (Indian Beech)": "55",
|
| 153 |
+
"Prickly Chaff Flower.zip": "56",
|
| 154 |
+
"Psidium Guajava (Guava)": "57",
|
| 155 |
+
"Punarnava.zip": "58",
|
| 156 |
+
"Punica Granatum (Pomegranate)": "59",
|
| 157 |
+
"Purple Fruited Pea Eggplant.zip": "60",
|
| 158 |
+
"Purple Tephrosia.zip": "61",
|
| 159 |
+
"Rosary Pea.zip": "62",
|
| 160 |
+
"Santalum Album (Sandalwood)": "63",
|
| 161 |
+
"Shaggy button weed.zip": "64",
|
| 162 |
+
"Small Water Clover.zip": "65",
|
| 163 |
+
"Spiderwisp.zip": "66",
|
| 164 |
+
"Square Stalked Vine.zip": "67",
|
| 165 |
+
"Stinking Passionflower.zip": "68",
|
| 166 |
+
"Sweet Basil.zip": "69",
|
| 167 |
+
"Sweet flag.zip": "70",
|
| 168 |
+
"Syzygium Cumini (Jamun)": "71",
|
| 169 |
+
"Syzygium Jambos (Rose Apple)": "72",
|
| 170 |
+
"Tabernaemontana Divaricata (Crape Jasmine)": "73",
|
| 171 |
+
"Tinnevelly Senna.zip": "74",
|
| 172 |
+
"Trellis Vine.zip": "75",
|
| 173 |
+
"Trigonella Foenum-graecum (Fenugreek)": "76",
|
| 174 |
+
"Velvet bean.zip": "77",
|
| 175 |
+
"coatbuttons.zip": "78",
|
| 176 |
+
"heart-leaved moonseed.zip": "79"
|
| 177 |
+
},
|
| 178 |
+
"layer_norm_eps": 1e-12,
|
| 179 |
+
"model_type": "vit",
|
| 180 |
+
"num_attention_heads": 12,
|
| 181 |
+
"num_channels": 3,
|
| 182 |
+
"num_hidden_layers": 12,
|
| 183 |
+
"patch_size": 16,
|
| 184 |
+
"problem_type": "single_label_classification",
|
| 185 |
+
"qkv_bias": true,
|
| 186 |
+
"torch_dtype": "float32",
|
| 187 |
+
"transformers_version": "4.33.2"
|
| 188 |
+
}
|
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:713081935c94effdbb6daad05269e819c46edde3358f882b7e902959865f0d42
|
| 3 |
+
size 343508653
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7e96a4ae2e2158ad04c13bcc28ef50426ae06bf9ea2f4cf3b1f8845bb121180
|
| 3 |
+
size 4027
|