pkr7098 commited on
Commit
552acb9
1 Parent(s): 6cde3a0

Model save

Browse files
Files changed (1) hide show
  1. README.md +10 -12
README.md CHANGED
@@ -3,8 +3,6 @@ library_name: transformers
3
  license: apache-2.0
4
  base_model: google/vit-base-patch16-224-in21k
5
  tags:
6
- - image-classification
7
- - vision
8
  - generated_from_trainer
9
  metrics:
10
  - accuracy
@@ -18,10 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # vit-cifar100-cifar100
20
 
21
- 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 cifar100 dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.2955
24
- - Accuracy: 0.9241
25
 
26
  ## Model description
27
 
@@ -50,13 +48,13 @@ The following hyperparameters were used during training:
50
 
51
  ### Training results
52
 
53
- | Training Loss | Epoch | Step | Accuracy | Validation Loss |
54
- |:-------------:|:-----:|:-----:|:--------:|:---------------:|
55
- | 1.4469 | 1.0 | 5313 | 0.8716 | 1.1871 |
56
- | 0.7861 | 2.0 | 10626 | 0.9056 | 0.4685 |
57
- | 0.732 | 3.0 | 15939 | 0.9139 | 0.3551 |
58
- | 0.3327 | 4.0 | 21252 | 0.9199 | 0.3090 |
59
- | 0.4886 | 5.0 | 26565 | 0.9241 | 0.2955 |
60
 
61
 
62
  ### Framework versions
 
3
  license: apache-2.0
4
  base_model: google/vit-base-patch16-224-in21k
5
  tags:
 
 
6
  - generated_from_trainer
7
  metrics:
8
  - accuracy
 
16
 
17
  # vit-cifar100-cifar100
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 an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.2851
22
+ - Accuracy: 0.9252
23
 
24
  ## Model description
25
 
 
48
 
49
  ### Training results
50
 
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|
53
+ | 1.0634 | 1.0 | 5313 | 0.7235 | 0.8777 |
54
+ | 0.7839 | 2.0 | 10626 | 0.3731 | 0.9056 |
55
+ | 0.5749 | 3.0 | 15939 | 0.3214 | 0.9153 |
56
+ | 0.3432 | 4.0 | 21252 | 0.2990 | 0.9209 |
57
+ | 0.4763 | 5.0 | 26565 | 0.2851 | 0.9252 |
58
 
59
 
60
  ### Framework versions