aliciiavs commited on
Commit
7a7b09a
1 Parent(s): e4f47f1

Model save

Browse files
Files changed (1) hide show
  1. README.md +2 -10
README.md CHANGED
@@ -3,8 +3,6 @@ license: apache-2.0
3
  base_model: google/vit-base-patch16-224
4
  tags:
5
  - generated_from_trainer
6
- metrics:
7
- - accuracy
8
  model-index:
9
  - name: alea
10
  results: []
@@ -16,9 +14,6 @@ should probably proofread and complete it, then remove this comment. -->
16
  # alea
17
 
18
  This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on an unknown dataset.
19
- It achieves the following results on the evaluation set:
20
- - Loss: 1.3987
21
- - Accuracy: 0.54
22
 
23
  ## Model description
24
 
@@ -46,16 +41,13 @@ The following hyperparameters were used during training:
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
  - lr_scheduler_warmup_ratio: 0.1
49
- - num_epochs: 4
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
- | No log | 0.98 | 8 | 1.5737 | 0.295 |
56
- | 1.7073 | 1.96 | 16 | 1.5100 | 0.315 |
57
- | 1.5052 | 2.95 | 24 | 1.4322 | 0.48 |
58
- | 1.4107 | 3.93 | 32 | 1.3987 | 0.54 |
59
 
60
 
61
  ### Framework versions
 
3
  base_model: google/vit-base-patch16-224
4
  tags:
5
  - generated_from_trainer
 
 
6
  model-index:
7
  - name: alea
8
  results: []
 
14
  # alea
15
 
16
  This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on an unknown dataset.
 
 
 
17
 
18
  ## Model description
19
 
 
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
  - lr_scheduler_warmup_ratio: 0.1
44
+ - num_epochs: 1
45
 
46
  ### Training results
47
 
48
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
49
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
50
+ | No log | 0.98 | 8 | 1.2876 | 0.645 |
 
 
 
51
 
52
 
53
  ### Framework versions