Santenana commited on
Commit
b21c8cb
1 Parent(s): a848a0f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -11
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.0035971223021582736
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -29,10 +29,10 @@ should probably proofread and complete it, then remove this comment. -->
29
 
30
  # Pokemons_Clasiffication2-Santiago-Garcia
31
 
32
- This model is a fine-tuned version of [microsoft/resnet-50](https://huggingface.co/microsoft/resnet-50) on the pokemon-classification dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 10.5905
35
- - Accuracy: 0.0036
36
 
37
  ## Model description
38
 
@@ -57,18 +57,16 @@ The following hyperparameters were used during training:
57
  - seed: 42
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
60
- - num_epochs: 5
61
 
62
  ### Training results
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
- | 4.369 | 0.82 | 500 | 9.9652 | 0.0014 |
67
- | 3.524 | 1.64 | 1000 | 10.4226 | 0.0022 |
68
- | 3.1839 | 2.46 | 1500 | 10.6460 | 0.0022 |
69
- | 2.8221 | 3.28 | 2000 | 10.8534 | 0.0029 |
70
- | 2.5573 | 4.11 | 2500 | 10.9669 | 0.0050 |
71
- | 2.2332 | 4.93 | 3000 | 10.5905 | 0.0036 |
72
 
73
 
74
  ### Framework versions
 
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 0.09064748201438849
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
29
 
30
  # Pokemons_Clasiffication2-Santiago-Garcia
31
 
32
+ 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 pokemon-classification dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 7.8691
35
+ - Accuracy: 0.0906
36
 
37
  ## Model description
38
 
 
57
  - seed: 42
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
60
+ - num_epochs: 4
61
 
62
  ### Training results
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
+ | 2.8204 | 0.82 | 500 | 6.3147 | 0.0144 |
67
+ | 0.3221 | 1.64 | 1000 | 7.2082 | 0.0770 |
68
+ | 0.0757 | 2.46 | 1500 | 7.7975 | 0.0763 |
69
+ | 0.0314 | 3.28 | 2000 | 7.8691 | 0.0906 |
 
 
70
 
71
 
72
  ### Framework versions