Treelar commited on
Commit
324c751
1 Parent(s): 2d6bd9f

End of training

Browse files
Files changed (1) hide show
  1. README.md +9 -11
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: google/vit-base-patch16-224-in21k
4
  tags:
5
  - image-classification
6
  - generated_from_trainer
@@ -16,10 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # vit-b16-plant_village
18
 
19
- 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 Treelar/plant_village dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.0173
22
- - Accuracy: 0.9966
23
 
24
  ## Model description
25
 
@@ -44,16 +44,14 @@ The following hyperparameters were used during training:
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
- - num_epochs: 4
48
 
49
  ### Training results
50
 
51
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
- |:-------------:|:-----:|:-----:|:---------------:|:--------:|
53
- | 0.2048 | 1.0 | 3119 | 0.0559 | 0.9798 |
54
- | 0.0639 | 2.0 | 6238 | 0.0475 | 0.9879 |
55
- | 0.0004 | 3.0 | 9357 | 0.0241 | 0.9957 |
56
- | 0.01 | 4.0 | 12476 | 0.0173 | 0.9966 |
57
 
58
 
59
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: Treelar/vit-b16-plant_village
4
  tags:
5
  - image-classification
6
  - generated_from_trainer
 
16
 
17
  # vit-b16-plant_village
18
 
19
+ This model is a fine-tuned version of [Treelar/vit-b16-plant_village](https://huggingface.co/Treelar/vit-b16-plant_village) on the Treelar/plant_village dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.0100
22
+ - Accuracy: 0.9973
23
 
24
  ## Model description
25
 
 
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
+ - num_epochs: 2
48
 
49
  ### Training results
50
 
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | 0.1747 | 1.0 | 3119 | 0.0364 | 0.9885 |
54
+ | 0.0031 | 2.0 | 6238 | 0.0100 | 0.9973 |
 
 
55
 
56
 
57
  ### Framework versions