MahimaTayal123 commited on
Commit
1b0dc44
·
verified ·
1 Parent(s): 9c8b5dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -16,14 +16,14 @@ probably proofread and complete it, then remove this comment. -->
16
 
17
  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.
18
  It achieves the following results on the evaluation set:
19
- - Train Loss: 0.7031
20
- - Validation Loss: 0.8122
21
- - Train Accuracy: 0.7112
22
- - Epoch: 4
23
 
24
  ## Model description
25
 
26
- More information needed
27
 
28
  ## Intended uses & limitations
29
 
@@ -43,13 +43,13 @@ The following hyperparameters were used during training:
43
 
44
  ### Training results
45
 
46
- | Train Loss | Validation Loss | Train Accuracy | Epoch |
47
- |:----------:|:---------------:|:--------------:|:-----:|
48
- | 0.8135 | 0.7971 | 0.7437 | 0 |
49
- | 0.7531 | 0.7897 | 0.7184 | 1 |
50
- | 0.7317 | 0.9491 | 0.6715 | 2 |
51
- | 0.7169 | 0.9257 | 0.6913 | 3 |
52
- | 0.7031 | 0.8122 | 0.7112 | 4 |
53
 
54
 
55
  ### Framework versions
 
16
 
17
  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.
18
  It achieves the following results on the evaluation set:
19
+ - Train Loss: 0.2187
20
+ - Validation Loss: 0.2654
21
+ - Train Accuracy: 0.9420
22
+ - Epoch: 5
23
 
24
  ## Model description
25
 
26
+ More information needed
27
 
28
  ## Intended uses & limitations
29
 
 
43
 
44
  ### Training results
45
 
46
+ | Epoch | Train Loss | Validation Loss | Train Accuracy |
47
+ |:-----:|:---------:|:---------------:|:--------------:|
48
+ | 1 | 0.4513 | 0.5234 | 0.8270 |
49
+ | 2 | 0.3124 | 0.4102 | 0.8930 |
50
+ | 3 | 0.2751 | 0.3856 | 0.9150 |
51
+ | 4 | 0.2376 | 0.3012 | 0.9320 |
52
+ | 5 | 0.2187 | 0.2654 | 0.9420 |
53
 
54
 
55
  ### Framework versions