thenewsupercell commited on
Commit
866cbd9
·
verified ·
1 Parent(s): d74639a

Model save

Browse files
Files changed (1) hide show
  1. README.md +14 -12
README.md CHANGED
@@ -1,7 +1,5 @@
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
  metrics:
@@ -16,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # DF_Image_VIT_V1
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.0255
22
- - F1: 0.8152
23
 
24
  ## Model description
25
 
@@ -44,17 +42,21 @@ The following hyperparameters were used during training:
44
  - seed: 42
45
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
  - lr_scheduler_type: linear
47
- - num_epochs: 4
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
- | Training Loss | Epoch | Step | Validation Loss | F1 |
53
- |:-------------:|:-----:|:-----:|:---------------:|:------:|
54
- | 0.0462 | 1.0 | 4604 | 0.0570 | 0.4793 |
55
- | 0.0006 | 2.0 | 9208 | 0.0783 | 0.4261 |
56
- | 0.0006 | 3.0 | 13812 | 0.0492 | 0.6780 |
57
- | 0.0002 | 4.0 | 18416 | 0.0683 | 0.6523 |
 
 
 
 
58
 
59
 
60
  ### Framework versions
 
1
  ---
2
  library_name: transformers
 
 
3
  tags:
4
  - generated_from_trainer
5
  metrics:
 
14
 
15
  # DF_Image_VIT_V1
16
 
17
+ This model was trained from scratch on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.0889
20
+ - F1: 0.5962
21
 
22
  ## Model description
23
 
 
42
  - seed: 42
43
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
44
  - lr_scheduler_type: linear
45
+ - num_epochs: 8
46
  - mixed_precision_training: Native AMP
47
 
48
  ### Training results
49
 
50
+ | Training Loss | Epoch | Step | F1 | Validation Loss |
51
+ |:-------------:|:-----:|:-----:|:------:|:---------------:|
52
+ | 0.0462 | 1.0 | 4604 | 0.4793 | 0.0570 |
53
+ | 0.0006 | 2.0 | 9208 | 0.4261 | 0.0783 |
54
+ | 0.0006 | 3.0 | 13812 | 0.6780 | 0.0492 |
55
+ | 0.0002 | 4.0 | 18416 | 0.6523 | 0.0683 |
56
+ | 0.0001 | 5.0 | 23020 | 0.0833 | 0.5759 |
57
+ | 0.0154 | 6.0 | 27624 | 0.0611 | 0.6762 |
58
+ | 0.0001 | 7.0 | 32228 | 0.0836 | 0.6423 |
59
+ | 0.0 | 8.0 | 36832 | 0.0889 | 0.5962 |
60
 
61
 
62
  ### Framework versions