AbdoulayeDIOP commited on
Commit
db665b2
·
verified ·
1 Parent(s): d534448

End of training

Browse files
Files changed (1) hide show
  1. README.md +32 -2
README.md CHANGED
@@ -4,9 +4,26 @@ license: apache-2.0
4
  base_model: google/vit-base-patch16-224-in21k
5
  tags:
6
  - generated_from_trainer
 
 
 
 
7
  model-index:
8
  - name: lettuce-npk-vit
9
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -15,7 +32,10 @@ should probably proofread and complete it, then remove this comment. -->
15
  [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/abdoulaye-diop/lettuce-npk-deficiency-prediction/runs/at88jlqw)
16
  # lettuce-npk-vit
17
 
18
- This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
 
 
 
19
 
20
  ## Model description
21
 
@@ -45,6 +65,16 @@ The following hyperparameters were used during training:
45
  - lr_scheduler_warmup_ratio: 0.1
46
  - num_epochs: 5
47
 
 
 
 
 
 
 
 
 
 
 
48
  ### Framework versions
49
 
50
  - Transformers 4.44.2
 
4
  base_model: google/vit-base-patch16-224-in21k
5
  tags:
6
  - generated_from_trainer
7
+ datasets:
8
+ - imagefolder
9
+ metrics:
10
+ - accuracy
11
  model-index:
12
  - name: lettuce-npk-vit
13
+ results:
14
+ - task:
15
+ name: Image Classification
16
+ type: image-classification
17
+ dataset:
18
+ name: imagefolder
19
+ type: imagefolder
20
+ config: default
21
+ split: train
22
+ args: default
23
+ metrics:
24
+ - name: Accuracy
25
+ type: accuracy
26
+ value: 0.7619047619047619
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
32
  [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/abdoulaye-diop/lettuce-npk-deficiency-prediction/runs/at88jlqw)
33
  # lettuce-npk-vit
34
 
35
+ This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the imagefolder dataset.
36
+ It achieves the following results on the evaluation set:
37
+ - Loss: 1.0807
38
+ - Accuracy: 0.7619
39
 
40
  ## Model description
41
 
 
65
  - lr_scheduler_warmup_ratio: 0.1
66
  - num_epochs: 5
67
 
68
+ ### Training results
69
+
70
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
71
+ |:-------------:|:------:|:----:|:---------------:|:--------:|
72
+ | No log | 0.7273 | 2 | 1.3188 | 0.5238 |
73
+ | No log | 1.8182 | 5 | 1.1784 | 0.7381 |
74
+ | No log | 2.9091 | 8 | 1.1141 | 0.7857 |
75
+ | 1.164 | 3.6364 | 10 | 1.0807 | 0.7619 |
76
+
77
+
78
  ### Framework versions
79
 
80
  - Transformers 4.44.2