hemakumari commited on
Commit
a2c394c
1 Parent(s): 11e2def

Training in progress, epoch 0

Browse files
config.json CHANGED
@@ -9,21 +9,27 @@
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
- "0": "Alternaria",
13
- "1": "Anthracnose",
14
- "2": "Black Mould Rot",
15
- "3": "Healthy",
16
- "4": "Stem end Rot"
 
 
 
17
  },
18
  "image_size": 224,
19
  "initializer_range": 0.02,
20
  "intermediate_size": 3072,
21
  "label2id": {
22
- "Alternaria": 0,
23
- "Anthracnose": 1,
24
- "Black Mould Rot": 2,
25
- "Healthy": 3,
26
- "Stem end Rot": 4
 
 
 
27
  },
28
  "layer_norm_eps": 1e-12,
29
  "model_type": "vit",
@@ -34,5 +40,5 @@
34
  "problem_type": "single_label_classification",
35
  "qkv_bias": true,
36
  "torch_dtype": "float32",
37
- "transformers_version": "4.39.3"
38
  }
 
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
+ "0": "Anthracnose",
13
+ "1": "Bacterial Canker",
14
+ "2": "Cutting Weevil",
15
+ "3": "Die Back",
16
+ "4": "Gall Midge",
17
+ "5": "Healthy",
18
+ "6": "Powdery Mildew",
19
+ "7": "Sooty Mould"
20
  },
21
  "image_size": 224,
22
  "initializer_range": 0.02,
23
  "intermediate_size": 3072,
24
  "label2id": {
25
+ "Anthracnose": 0,
26
+ "Bacterial Canker": 1,
27
+ "Cutting Weevil": 2,
28
+ "Die Back": 3,
29
+ "Gall Midge": 4,
30
+ "Healthy": 5,
31
+ "Powdery Mildew": 6,
32
+ "Sooty Mould": 7
33
  },
34
  "layer_norm_eps": 1e-12,
35
  "model_type": "vit",
 
40
  "problem_type": "single_label_classification",
41
  "qkv_bias": true,
42
  "torch_dtype": "float32",
43
+ "transformers_version": "4.38.1"
44
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8c77817f14fbfaa3ef34879af32a121f771c75702fc8044de7063037e04c8717
3
- size 343233204
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dc750e359b6cbea019618ccb6fc02d14ffab72ad608ebecff5fc51f48b198da
3
+ size 343242432
preprocessor_config.json CHANGED
@@ -1,18 +1,4 @@
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,
 
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "do_normalize": true,
3
  "do_rescale": true,
4
  "do_resize": true,
runs/May07_05-38-56_7ee871a99c58/events.out.tfevents.1715060354.7ee871a99c58.34.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dda48c701583b05aa06de6f72ba9730ce8e0d042ca9ac072de09c177ae1d9058
3
+ size 5452
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:04153f3e83b7324cf45cca53537ce3984309f8a810cfab93acf65f1aaa2a260e
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47fe538cbd2147440d966e9e8e45e5d2f15d060a6b477fe8ed0756f9756d8933
3
  size 4984