thenewsupercell commited on
Commit
2623e11
·
verified ·
1 Parent(s): c2b9833

Model save

Browse files
Files changed (1) hide show
  1. README.md +12 -13
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  library_name: transformers
 
 
3
  tags:
4
  - generated_from_trainer
5
  datasets:
@@ -21,7 +23,7 @@ model-index:
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.6990805238227918
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -29,10 +31,10 @@ should probably proofread and complete it, then remove this comment. -->
29
 
30
  # Emotion_DF_Image_VIT_V1
31
 
32
- This model was trained from scratch on the imagefolder dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 1.2870
35
- - Accuracy: 0.6991
36
 
37
  ## Model description
38
 
@@ -57,19 +59,16 @@ The following hyperparameters were used during training:
57
  - seed: 42
58
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
59
  - lr_scheduler_type: linear
60
- - num_epochs: 6
61
  - mixed_precision_training: Native AMP
62
 
63
  ### Training results
64
 
65
- | Training Loss | Epoch | Step | Accuracy | Validation Loss |
66
- |:-------------:|:-----:|:-----:|:--------:|:---------------:|
67
- | 0.9576 | 1.0 | 1795 | 0.6565 | 0.9175 |
68
- | 0.5058 | 2.0 | 3590 | 0.7063 | 0.8228 |
69
- | 0.5078 | 3.0 | 5385 | 0.7083 | 0.8647 |
70
- | 0.3086 | 4.0 | 7180 | 0.9248 | 0.7060 |
71
- | 0.1919 | 5.0 | 8975 | 1.1380 | 0.7069 |
72
- | 0.1284 | 6.0 | 10770 | 1.2783 | 0.7016 |
73
 
74
 
75
  ### Framework versions
 
1
  ---
2
  library_name: transformers
3
+ license: apache-2.0
4
+ base_model: google/vit-base-patch16-224-in21k
5
  tags:
6
  - generated_from_trainer
7
  datasets:
 
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
+ value: 0.7099470604625244
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
 
32
  # Emotion_DF_Image_VIT_V1
33
 
34
+ 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 imagefolder dataset.
35
  It achieves the following results on the evaluation set:
36
+ - Loss: 0.8621
37
+ - Accuracy: 0.7099
38
 
39
  ## Model description
40
 
 
59
  - seed: 42
60
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
61
  - lr_scheduler_type: linear
62
+ - num_epochs: 3
63
  - mixed_precision_training: Native AMP
64
 
65
  ### Training results
66
 
67
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
+ | 0.9584 | 1.0 | 1795 | 0.9150 | 0.6581 |
70
+ | 0.5361 | 2.0 | 3590 | 0.8223 | 0.7049 |
71
+ | 0.483 | 3.0 | 5385 | 0.8621 | 0.7099 |
 
 
 
72
 
73
 
74
  ### Framework versions