wilsondt commited on
Commit
d575b55
·
verified ·
1 Parent(s): 2084a7c

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/swin-base-patch4-window7-224",
3
+ "architectures": [
4
+ "SwinForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "depths": [
8
+ 2,
9
+ 2,
10
+ 18,
11
+ 2
12
+ ],
13
+ "drop_path_rate": 0.1,
14
+ "embed_dim": 128,
15
+ "encoder_stride": 32,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.0,
18
+ "hidden_size": 1024,
19
+ "id2label": {
20
+ "0": "bacterial_leaf_blight",
21
+ "1": "brown_spot",
22
+ "2": "healthy",
23
+ "3": "leaf_blast",
24
+ "4": "leaf_scald",
25
+ "5": "narrow_brown_leaf_spot",
26
+ "6": "rice_hispa",
27
+ "7": "sheath_blight"
28
+ },
29
+ "image_size": 224,
30
+ "initializer_range": 0.02,
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_leaf_spot": 5,
38
+ "rice_hispa": 6,
39
+ "sheath_blight": 7
40
+ },
41
+ "layer_norm_eps": 1e-05,
42
+ "mlp_ratio": 4.0,
43
+ "model_type": "swin",
44
+ "num_channels": 3,
45
+ "num_heads": [
46
+ 4,
47
+ 8,
48
+ 16,
49
+ 32
50
+ ],
51
+ "num_layers": 4,
52
+ "out_features": [
53
+ "stage4"
54
+ ],
55
+ "out_indices": [
56
+ 4
57
+ ],
58
+ "patch_size": 4,
59
+ "path_norm": true,
60
+ "problem_type": "single_label_classification",
61
+ "qkv_bias": true,
62
+ "stage_names": [
63
+ "stem",
64
+ "stage1",
65
+ "stage2",
66
+ "stage3",
67
+ "stage4"
68
+ ],
69
+ "torch_dtype": "float32",
70
+ "transformers_version": "4.44.2",
71
+ "use_absolute_embeddings": false,
72
+ "window_size": 7
73
+ }
logs/events.out.tfevents.1731201879.854982b877e4.1355.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f70787e1f353ad15768c0cb35d080854f2324a13e7ea23e9765477f76ee93b6
3
+ size 6617
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c113a423b1508f1c04c8fa14ffe7fdd17bbe96e9c51eb4de684df1c6cf1364b
3
+ size 347523416
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d131041a0626cb9ff2ebcd1dd985ba7572d00109e25a8aa42f9572da09368eb2
3
+ size 5240