LukeSajkowski commited on
Commit
cfd8805
1 Parent(s): 3c80bcd

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -9
README.md CHANGED
@@ -15,12 +15,12 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # swin-tiny-patch4-window7-224-finetuned-ai-not
17
 
18
- This model is a fine-tuned version of [microsoft/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.1248
21
- - Accuracy: 0.9554
22
- - F1: 0.9543
23
- - Log Loss: 1.5396
24
 
25
  ## Model description
26
 
@@ -48,15 +48,22 @@ The following hyperparameters were used during training:
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
  - lr_scheduler_warmup_ratio: 0.1
51
- - num_epochs: 3
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Log Loss |
56
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:--------:|
57
- | 0.1872 | 1.0 | 131 | 0.1355 | 0.9463 | 0.9450 | 1.8550 |
58
- | 0.1163 | 2.0 | 262 | 0.1463 | 0.9425 | 0.9408 | 1.9848 |
59
- | 0.0988 | 3.0 | 393 | 0.1248 | 0.9554 | 0.9543 | 1.5396 |
 
 
 
 
 
 
 
60
 
61
 
62
  ### Framework versions
 
15
 
16
  # swin-tiny-patch4-window7-224-finetuned-ai-not
17
 
18
+ This model is a fine-tuned version of [lukee/swin-tiny-patch4-window7-224-finetuned-ai-not](https://huggingface.co/lukee/swin-tiny-patch4-window7-224-finetuned-ai-not) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.0827
21
+ - Accuracy: 0.9796
22
+ - F1: 0.9794
23
+ - Log Loss: 0.7049
24
 
25
  ## Model description
26
 
 
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
  - lr_scheduler_warmup_ratio: 0.1
51
+ - num_epochs: 10
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Log Loss |
56
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:--------:|
57
+ | 0.1026 | 1.0 | 131 | 0.0761 | 0.9715 | 0.9713 | 0.9831 |
58
+ | 0.1111 | 2.0 | 262 | 0.1050 | 0.9597 | 0.9591 | 1.3912 |
59
+ | 0.0736 | 3.0 | 393 | 0.0736 | 0.9748 | 0.9745 | 0.8718 |
60
+ | 0.0708 | 4.0 | 524 | 0.0888 | 0.9694 | 0.9690 | 1.0573 |
61
+ | 0.0439 | 5.0 | 655 | 0.0998 | 0.9683 | 0.9679 | 1.0944 |
62
+ | 0.0514 | 6.0 | 786 | 0.0854 | 0.9705 | 0.9701 | 1.0202 |
63
+ | 0.0361 | 7.0 | 917 | 0.0737 | 0.9780 | 0.9778 | 0.7605 |
64
+ | 0.0256 | 8.0 | 1048 | 0.0764 | 0.9801 | 0.9799 | 0.6863 |
65
+ | 0.0375 | 9.0 | 1179 | 0.0740 | 0.9785 | 0.9783 | 0.7420 |
66
+ | 0.0257 | 10.0 | 1310 | 0.0827 | 0.9796 | 0.9794 | 0.7049 |
67
 
68
 
69
  ### Framework versions