wilsondt commited on
Commit
3b51b78
·
verified ·
1 Parent(s): 99a0227

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224",
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": "bacterial_leaf_blight",
13
+ "1": "brown_spot",
14
+ "2": "healthy",
15
+ "3": "leaf_blast",
16
+ "4": "leaf_scald",
17
+ "5": "narrow_brown_leaf_spot",
18
+ "6": "rice_hispa",
19
+ "7": "sheath_blight"
20
+ },
21
+ "image_size": 224,
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 3072,
24
+ "label2id": {
25
+ "bacterial_leaf_blight": 0,
26
+ "brown_spot": 1,
27
+ "healthy": 2,
28
+ "leaf_blast": 3,
29
+ "leaf_scald": 4,
30
+ "narrow_brown_leaf_spot": 5,
31
+ "rice_hispa": 6,
32
+ "sheath_blight": 7
33
+ },
34
+ "layer_norm_eps": 1e-12,
35
+ "model_type": "vit",
36
+ "num_attention_heads": 12,
37
+ "num_channels": 3,
38
+ "num_hidden_layers": 12,
39
+ "patch_size": 16,
40
+ "problem_type": "single_label_classification",
41
+ "qkv_bias": true,
42
+ "torch_dtype": "float32",
43
+ "transformers_version": "4.44.2"
44
+ }
logs/events.out.tfevents.1731201560.d140190cd1da.1803.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8b834dcf5108e98e4671955369633367ee9d150de1d61586b45bba949896467
3
+ size 6219
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be1bf25ff459bbccad0e758f32d5622b138241356e300f53c4ad672576c5376d
3
+ size 343242432
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ebe9dc384794a21006cd02064d707d2c814d2aa3cfe3cec26d23db81838cf3c
3
+ size 5176