Training in progress, epoch 0
Browse files- config.json +68 -0
- model.safetensors +3 -0
- preprocessor_config.json +36 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "Anthracnose",
|
13 |
+
"1": "Apple Scab",
|
14 |
+
"10": "Crown Gall",
|
15 |
+
"11": "Downy Mildew",
|
16 |
+
"12": "Fire Blight",
|
17 |
+
"13": "Fusarium",
|
18 |
+
"14": "Gray Mold",
|
19 |
+
"15": "Leaf Spots",
|
20 |
+
"16": "Mosaic Virus",
|
21 |
+
"17": "Nematodes",
|
22 |
+
"18": "Powdery Mildew",
|
23 |
+
"19": "Verticillium",
|
24 |
+
"2": "Black Spot",
|
25 |
+
"3": "Blight",
|
26 |
+
"4": "Blossom End Rot",
|
27 |
+
"5": "Botrytis",
|
28 |
+
"6": "Brown Rot",
|
29 |
+
"7": "Canker",
|
30 |
+
"8": "Cedar Apple Rust",
|
31 |
+
"9": "Clubroot"
|
32 |
+
},
|
33 |
+
"image_size": 224,
|
34 |
+
"initializer_range": 0.02,
|
35 |
+
"intermediate_size": 3072,
|
36 |
+
"label2id": {
|
37 |
+
"Anthracnose": "0",
|
38 |
+
"Apple Scab": "1",
|
39 |
+
"Black Spot": "2",
|
40 |
+
"Blight": "3",
|
41 |
+
"Blossom End Rot": "4",
|
42 |
+
"Botrytis": "5",
|
43 |
+
"Brown Rot": "6",
|
44 |
+
"Canker": "7",
|
45 |
+
"Cedar Apple Rust": "8",
|
46 |
+
"Clubroot": "9",
|
47 |
+
"Crown Gall": "10",
|
48 |
+
"Downy Mildew": "11",
|
49 |
+
"Fire Blight": "12",
|
50 |
+
"Fusarium": "13",
|
51 |
+
"Gray Mold": "14",
|
52 |
+
"Leaf Spots": "15",
|
53 |
+
"Mosaic Virus": "16",
|
54 |
+
"Nematodes": "17",
|
55 |
+
"Powdery Mildew": "18",
|
56 |
+
"Verticillium": "19"
|
57 |
+
},
|
58 |
+
"layer_norm_eps": 1e-12,
|
59 |
+
"model_type": "vit",
|
60 |
+
"num_attention_heads": 12,
|
61 |
+
"num_channels": 3,
|
62 |
+
"num_hidden_layers": 12,
|
63 |
+
"patch_size": 16,
|
64 |
+
"problem_type": "single_label_classification",
|
65 |
+
"qkv_bias": true,
|
66 |
+
"torch_dtype": "float32",
|
67 |
+
"transformers_version": "4.41.2"
|
68 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66bc5dc66af9609a9489309074da72b7ce7e7ebe4f94142fedc583f88c88d6ae
|
3 |
+
size 343279344
|
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 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:901785ffe1d40ca28bbcd58f3f1fa187b08be3c7f34ad62a0d59a247cf7ddecd
|
3 |
+
size 5112
|