LukeSajkowski commited on
Commit
926965f
1 Parent(s): 1826e0a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - f1
8
+ model-index:
9
+ - name: swin-tiny-patch4-window7-224-finetuned-ai-not
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ 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
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 5e-05
43
+ - train_batch_size: 32
44
+ - eval_batch_size: 32
45
+ - seed: 42
46
+ - gradient_accumulation_steps: 4
47
+ - total_train_batch_size: 128
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
63
+
64
+ - Transformers 4.26.1
65
+ - Pytorch 1.13.1+cu116
66
+ - Datasets 2.9.0
67
+ - Tokenizers 0.13.2