SodaXII commited on
Commit
a4fb974
·
verified ·
1 Parent(s): e076986

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/beit-base-patch16-224",
3
+ "add_fpn": false,
4
+ "architectures": [
5
+ "BeitForImageClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.0,
8
+ "auxiliary_channels": 256,
9
+ "auxiliary_concat_input": false,
10
+ "auxiliary_loss_weight": 0.4,
11
+ "auxiliary_num_convs": 1,
12
+ "drop_path_rate": 0.1,
13
+ "hidden_act": "gelu",
14
+ "hidden_dropout_prob": 0.0,
15
+ "hidden_size": 768,
16
+ "id2label": {
17
+ "0": "bacterial_leaf_blight",
18
+ "1": "brown_spot",
19
+ "2": "healthy",
20
+ "3": "leaf_blast",
21
+ "4": "leaf_scald",
22
+ "5": "narrow_brown_spot",
23
+ "6": "neck_blast",
24
+ "7": "rice_hispa",
25
+ "8": "sheath_blight",
26
+ "9": "tungro"
27
+ },
28
+ "image_size": 224,
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 3072,
31
+ "label2id": {
32
+ "bacterial_leaf_blight": 0,
33
+ "brown_spot": 1,
34
+ "healthy": 2,
35
+ "leaf_blast": 3,
36
+ "leaf_scald": 4,
37
+ "narrow_brown_spot": 5,
38
+ "neck_blast": 6,
39
+ "rice_hispa": 7,
40
+ "sheath_blight": 8,
41
+ "tungro": 9
42
+ },
43
+ "layer_norm_eps": 1e-12,
44
+ "layer_scale_init_value": 0.1,
45
+ "model_type": "beit",
46
+ "num_attention_heads": 12,
47
+ "num_channels": 3,
48
+ "num_hidden_layers": 12,
49
+ "out_features": [
50
+ "stage12"
51
+ ],
52
+ "out_indices": [
53
+ 12
54
+ ],
55
+ "patch_size": 16,
56
+ "pool_scales": [
57
+ 1,
58
+ 2,
59
+ 3,
60
+ 6
61
+ ],
62
+ "problem_type": "single_label_classification",
63
+ "reshape_hidden_states": true,
64
+ "semantic_loss_ignore_index": 255,
65
+ "stage_names": [
66
+ "stem",
67
+ "stage1",
68
+ "stage2",
69
+ "stage3",
70
+ "stage4",
71
+ "stage5",
72
+ "stage6",
73
+ "stage7",
74
+ "stage8",
75
+ "stage9",
76
+ "stage10",
77
+ "stage11",
78
+ "stage12"
79
+ ],
80
+ "torch_dtype": "float32",
81
+ "transformers_version": "4.46.2",
82
+ "use_absolute_position_embeddings": false,
83
+ "use_auxiliary_head": true,
84
+ "use_mask_token": false,
85
+ "use_mean_pooling": true,
86
+ "use_relative_position_bias": true,
87
+ "use_shared_relative_position_bias": false,
88
+ "vocab_size": 8192
89
+ }
logs/events.out.tfevents.1731838202.a6c4787c40b5.803.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47a0c786643920ab797c28f4d9e2d3883d69da24bc0ab3602d10c5dcadd38418
3
+ size 6907
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4de093834f14363ccfa514199d10d482a92fe51152e44b3c042c35d84b72fcf1
3
+ size 343104936
preprocessor_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": false,
7
+ "do_normalize": true,
8
+ "do_reduce_labels": false,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "image_mean": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "image_processor_type": "BeitImageProcessor",
17
+ "image_std": [
18
+ 0.5,
19
+ 0.5,
20
+ 0.5
21
+ ],
22
+ "resample": 2,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "height": 224,
26
+ "width": 224
27
+ }
28
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b31bf971658a501ab6786e7810a28efecdaeddc21f9504da58051d7644715cc
3
+ size 5304