xiaopch commited on
Commit
7124197
1 Parent(s): 7ebe632

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "xiaopch/vit-base-patch16-224-finetuned",
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": "Spodoptera_litura",
13
+ "1": "aphid",
14
+ "2": "beet_armyworm",
15
+ "3": "borer",
16
+ "4": "chemical_fertilizer",
17
+ "5": "cnidocampa_flavescens",
18
+ "6": "corn_borer",
19
+ "7": "cotton_bollworm",
20
+ "8": "fhb",
21
+ "9": "grasshopper",
22
+ "10": "longhorn_beetle",
23
+ "11": "oriental_fruit_fly",
24
+ "12": "pesticides",
25
+ "13": "plutella_xylostella",
26
+ "14": "rice_planthopper",
27
+ "15": "rice_stem_borer",
28
+ "16": "rolled_leaf_borer"
29
+ },
30
+ "image_size": 224,
31
+ "initializer_range": 0.02,
32
+ "intermediate_size": 3072,
33
+ "label2id": {
34
+ "Spodoptera_litura": 0,
35
+ "aphid": 1,
36
+ "beet_armyworm": 2,
37
+ "borer": 3,
38
+ "chemical_fertilizer": 4,
39
+ "cnidocampa_flavescens": 5,
40
+ "corn_borer": 6,
41
+ "cotton_bollworm": 7,
42
+ "fhb": 8,
43
+ "grasshopper": 9,
44
+ "longhorn_beetle": 10,
45
+ "oriental_fruit_fly": 11,
46
+ "pesticides": 12,
47
+ "plutella_xylostella": 13,
48
+ "rice_planthopper": 14,
49
+ "rice_stem_borer": 15,
50
+ "rolled_leaf_borer": 16
51
+ },
52
+ "layer_norm_eps": 1e-12,
53
+ "model_type": "vit",
54
+ "num_attention_heads": 12,
55
+ "num_channels": 3,
56
+ "num_hidden_layers": 12,
57
+ "patch_size": 16,
58
+ "problem_type": "single_label_classification",
59
+ "qkv_bias": true,
60
+ "torch_dtype": "float32",
61
+ "transformers_version": "4.35.2"
62
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf103afe7f97bbfb3bdac302c774502210e733c7849729bc3a38685e7f0cbcff
3
+ size 343270116
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/Nov30_14-15-54_4b23d0e9dade/events.out.tfevents.1701353778.4b23d0e9dade.2219.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aec86897801b1abe6dbcf3095910fe1c8968359cb9f183bb9192f7dad55bf159
3
+ size 5984
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97d2697db8bb1845ae31cbd09953c0d14740ff209543d0549237e1a2de65e949
3
+ size 4664