rf300 commited on
Commit
15203ee
·
verified ·
1 Parent(s): 714571f

Model save

Browse files
Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
3
  base_model: google/vit-base-patch16-224
4
  tags:
5
  - generated_from_trainer
 
 
6
  model-index:
7
  - name: vit-bird
8
  results: []
@@ -14,6 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
14
  # vit-bird
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
 
@@ -32,17 +37,24 @@ More information needed
32
  ### Training hyperparameters
33
 
34
  The following hyperparameters were used during training:
35
- - learning_rate: 2e-05
36
- - train_batch_size: 100
37
  - eval_batch_size: 8
38
  - seed: 42
 
 
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: linear
41
  - lr_scheduler_warmup_ratio: 0.1
42
- - num_epochs: 1
43
 
44
  ### Training results
45
 
 
 
 
 
 
46
 
47
 
48
  ### Framework versions
 
3
  base_model: google/vit-base-patch16-224
4
  tags:
5
  - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
  model-index:
9
  - name: vit-bird
10
  results: []
 
16
  # vit-bird
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.6612
21
+ - Accuracy: 0.7653
22
 
23
  ## Model description
24
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
+ - learning_rate: 5e-05
41
+ - train_batch_size: 8
42
  - eval_batch_size: 8
43
  - seed: 42
44
+ - gradient_accumulation_steps: 4
45
+ - total_train_batch_size: 32
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: 3
50
 
51
  ### Training results
52
 
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
+ | 3.3816 | 1.0 | 187 | 3.1595 | 0.5787 |
56
+ | 1.9573 | 2.0 | 375 | 1.9335 | 0.7390 |
57
+ | 1.3958 | 2.99 | 561 | 1.6612 | 0.7653 |
58
 
59
 
60
  ### Framework versions