Camilosan commited on
Commit
108ec03
1 Parent(s): aa653f6

Model save

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -2,7 +2,6 @@
2
  license: apache-2.0
3
  base_model: google/vit-base-patch16-224-in21k
4
  tags:
5
- - image-classification
6
  - generated_from_trainer
7
  datasets:
8
  - cats_vs_dogs
@@ -23,7 +22,7 @@ model-index:
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
- value: 0.99
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -33,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
33
 
34
  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 cats_vs_dogs dataset.
35
  It achieves the following results on the evaluation set:
36
- - Loss: 0.0478
37
- - Accuracy: 0.99
38
 
39
  ## Model description
40
 
@@ -65,8 +64,8 @@ The following hyperparameters were used during training:
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
- | 0.0281 | 2.0 | 100 | 0.0578 | 0.985 |
69
- | 0.0042 | 4.0 | 200 | 0.0478 | 0.99 |
70
 
71
 
72
  ### Framework versions
 
2
  license: apache-2.0
3
  base_model: google/vit-base-patch16-224-in21k
4
  tags:
 
5
  - generated_from_trainer
6
  datasets:
7
  - cats_vs_dogs
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.995
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
32
 
33
  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 cats_vs_dogs dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 0.0129
36
+ - Accuracy: 0.995
37
 
38
  ## Model description
39
 
 
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
67
+ | 0.0333 | 2.0 | 100 | 0.0633 | 0.985 |
68
+ | 0.0039 | 4.0 | 200 | 0.0129 | 0.995 |
69
 
70
 
71
  ### Framework versions