ML-777 commited on
Commit
c3ebbe7
·
verified ·
1 Parent(s): 75f6566

Model save

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
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.5102
22
- - Accuracy: 0.8590
23
 
24
  ## Model description
25
 
@@ -53,11 +53,11 @@ The following hyperparameters were used during training:
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
  |:-------------:|:------:|:----:|:---------------:|:--------:|
56
- | 0.8294 | 0.9981 | 133 | 0.6474 | 0.8250 |
57
- | 0.723 | 1.9962 | 266 | 0.5794 | 0.8411 |
58
- | 0.6554 | 2.9944 | 399 | 0.5468 | 0.8517 |
59
- | 0.5608 | 4.0 | 533 | 0.5229 | 0.8554 |
60
- | 0.539 | 4.9906 | 665 | 0.5102 | 0.8590 |
61
 
62
 
63
  ### Framework versions
@@ -65,4 +65,5 @@ The following hyperparameters were used during training:
65
  - PEFT 0.13.2
66
  - Transformers 4.46.3
67
  - Pytorch 2.5.1+cu121
 
68
  - Tokenizers 0.20.3
 
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.5310
22
+ - Accuracy: 0.8593
23
 
24
  ## Model description
25
 
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
  |:-------------:|:------:|:----:|:---------------:|:--------:|
56
+ | 0.8792 | 0.9981 | 133 | 0.6722 | 0.8189 |
57
+ | 0.7263 | 1.9962 | 266 | 0.6078 | 0.8374 |
58
+ | 0.6474 | 2.9944 | 399 | 0.5694 | 0.8495 |
59
+ | 0.5784 | 4.0 | 533 | 0.5476 | 0.8564 |
60
+ | 0.5341 | 4.9906 | 665 | 0.5310 | 0.8593 |
61
 
62
 
63
  ### Framework versions
 
65
  - PEFT 0.13.2
66
  - Transformers 4.46.3
67
  - Pytorch 2.5.1+cu121
68
+ - Datasets 3.2.0
69
  - Tokenizers 0.20.3