itsLeen commited on
Commit
07c1379
1 Parent(s): 84ed97c

itsLeen/swin-large-ai-or-not

Browse files
README.md CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [itsLeen/swin-large-ai-or-not](https://huggingface.co/itsLeen/swin-large-ai-or-not) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.2586
22
- - Accuracy: 0.9667
23
 
24
  ## Model description
25
 
@@ -50,53 +50,52 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:------:|:----:|:---------------:|:--------:|
53
- | 0.0327 | 0.1667 | 20 | 0.2187 | 0.975 |
54
- | 0.3745 | 0.3333 | 40 | 0.5542 | 0.8917 |
55
- | 0.0148 | 0.5 | 60 | 0.2031 | 0.9667 |
56
- | 0.2762 | 0.6667 | 80 | 0.3867 | 0.95 |
57
- | 0.1352 | 0.8333 | 100 | 0.2771 | 0.9667 |
58
- | 0.2078 | 1.0 | 120 | 0.2782 | 0.9667 |
59
- | 0.0784 | 1.1667 | 140 | 0.3109 | 0.9667 |
60
- | 0.0786 | 1.3333 | 160 | 0.2338 | 0.975 |
61
- | 0.0284 | 1.5 | 180 | 0.2686 | 0.9583 |
62
- | 0.0493 | 1.6667 | 200 | 0.2244 | 0.975 |
63
- | 0.023 | 1.8333 | 220 | 0.2154 | 0.9833 |
64
- | 0.0035 | 2.0 | 240 | 0.2103 | 0.9833 |
65
- | 0.0001 | 2.1667 | 260 | 0.2091 | 0.9667 |
66
- | 0.0005 | 2.3333 | 280 | 0.3189 | 0.9583 |
67
- | 0.022 | 2.5 | 300 | 0.2298 | 0.975 |
68
- | 0.0016 | 2.6667 | 320 | 0.2199 | 0.9833 |
69
- | 0.0009 | 2.8333 | 340 | 0.2301 | 0.975 |
70
- | 0.0 | 3.0 | 360 | 0.2416 | 0.9667 |
71
- | 0.0 | 3.1667 | 380 | 0.2517 | 0.9667 |
72
- | 0.0 | 3.3333 | 400 | 0.2541 | 0.9667 |
73
- | 0.0 | 3.5 | 420 | 0.2518 | 0.9667 |
74
- | 0.0 | 3.6667 | 440 | 0.2483 | 0.9667 |
75
- | 0.0001 | 3.8333 | 460 | 0.2442 | 0.9667 |
76
- | 0.0 | 4.0 | 480 | 0.2406 | 0.9667 |
77
- | 0.0 | 4.1667 | 500 | 0.2402 | 0.9667 |
78
- | 0.0 | 4.3333 | 520 | 0.2398 | 0.9667 |
79
- | 0.0 | 4.5 | 540 | 0.2461 | 0.9667 |
80
- | 0.0686 | 4.6667 | 560 | 0.2567 | 0.9667 |
81
- | 0.0 | 4.8333 | 580 | 0.2572 | 0.9667 |
82
- | 0.0 | 5.0 | 600 | 0.2571 | 0.9667 |
83
- | 0.0001 | 5.1667 | 620 | 0.2752 | 0.975 |
84
- | 0.0002 | 5.3333 | 640 | 0.2621 | 0.9667 |
85
- | 0.0001 | 5.5 | 660 | 0.2379 | 0.9667 |
86
- | 0.0 | 5.6667 | 680 | 0.2453 | 0.9667 |
87
- | 0.0 | 5.8333 | 700 | 0.2470 | 0.9667 |
88
- | 0.0 | 6.0 | 720 | 0.2488 | 0.9667 |
89
- | 0.0 | 6.1667 | 740 | 0.2492 | 0.9667 |
90
- | 0.0003 | 6.3333 | 760 | 0.2536 | 0.9667 |
91
- | 0.0 | 6.5 | 780 | 0.2566 | 0.9667 |
92
- | 0.0 | 6.6667 | 800 | 0.2571 | 0.9667 |
93
- | 0.0 | 6.8333 | 820 | 0.2585 | 0.9667 |
94
- | 0.0 | 7.0 | 840 | 0.2586 | 0.9667 |
95
 
96
 
97
  ### Framework versions
98
 
99
  - Transformers 4.44.2
100
  - Pytorch 2.5.0+cu121
101
- - Datasets 3.0.2
102
  - Tokenizers 0.19.1
 
18
 
19
  This model is a fine-tuned version of [itsLeen/swin-large-ai-or-not](https://huggingface.co/itsLeen/swin-large-ai-or-not) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.2628
22
+ - Accuracy: 0.9583
23
 
24
  ## Model description
25
 
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:------:|:----:|:---------------:|:--------:|
53
+ | 0.0188 | 0.1667 | 20 | 0.2001 | 0.9833 |
54
+ | 0.0042 | 0.3333 | 40 | 0.7105 | 0.9 |
55
+ | 0.0006 | 0.5 | 60 | 0.2346 | 0.975 |
56
+ | 0.2284 | 0.6667 | 80 | 0.8042 | 0.8833 |
57
+ | 0.1805 | 0.8333 | 100 | 0.1862 | 0.9667 |
58
+ | 0.2656 | 1.0 | 120 | 0.2883 | 0.9667 |
59
+ | 0.1605 | 1.1667 | 140 | 0.2653 | 0.9667 |
60
+ | 0.0328 | 1.3333 | 160 | 0.2375 | 0.975 |
61
+ | 0.0006 | 1.5 | 180 | 0.3004 | 0.9667 |
62
+ | 0.0681 | 1.6667 | 200 | 0.2590 | 0.975 |
63
+ | 0.0004 | 1.8333 | 220 | 0.2436 | 0.975 |
64
+ | 0.0001 | 2.0 | 240 | 0.2329 | 0.9583 |
65
+ | 0.0 | 2.1667 | 260 | 0.2355 | 0.9583 |
66
+ | 0.003 | 2.3333 | 280 | 0.2585 | 0.9583 |
67
+ | 0.0018 | 2.5 | 300 | 0.2390 | 0.9583 |
68
+ | 0.0051 | 2.6667 | 320 | 0.2616 | 0.975 |
69
+ | 0.0017 | 2.8333 | 340 | 0.2648 | 0.975 |
70
+ | 0.0206 | 3.0 | 360 | 0.2513 | 0.9667 |
71
+ | 0.008 | 3.1667 | 380 | 0.2732 | 0.9583 |
72
+ | 0.0 | 3.3333 | 400 | 0.2828 | 0.9583 |
73
+ | 0.0002 | 3.5 | 420 | 0.3129 | 0.9667 |
74
+ | 0.0002 | 3.6667 | 440 | 0.3141 | 0.9667 |
75
+ | 0.0003 | 3.8333 | 460 | 0.2968 | 0.9667 |
76
+ | 0.0202 | 4.0 | 480 | 0.2816 | 0.9667 |
77
+ | 0.0011 | 4.1667 | 500 | 0.2612 | 0.9667 |
78
+ | 0.0 | 4.3333 | 520 | 0.2553 | 0.975 |
79
+ | 0.0001 | 4.5 | 540 | 0.2683 | 0.9583 |
80
+ | 0.0004 | 4.6667 | 560 | 0.3086 | 0.9667 |
81
+ | 0.0 | 4.8333 | 580 | 0.3180 | 0.9667 |
82
+ | 0.0 | 5.0 | 600 | 0.3145 | 0.9667 |
83
+ | 0.0001 | 5.1667 | 620 | 0.3021 | 0.9583 |
84
+ | 0.0 | 5.3333 | 640 | 0.2854 | 0.9583 |
85
+ | 0.0 | 5.5 | 660 | 0.2834 | 0.9583 |
86
+ | 0.0 | 5.6667 | 680 | 0.2891 | 0.9583 |
87
+ | 0.0 | 5.8333 | 700 | 0.2870 | 0.9583 |
88
+ | 0.0 | 6.0 | 720 | 0.2862 | 0.9583 |
89
+ | 0.0 | 6.1667 | 740 | 0.2862 | 0.9583 |
90
+ | 0.0001 | 6.3333 | 760 | 0.2708 | 0.9583 |
91
+ | 0.0 | 6.5 | 780 | 0.2657 | 0.9583 |
92
+ | 0.0002 | 6.6667 | 800 | 0.2630 | 0.9583 |
93
+ | 0.0 | 6.8333 | 820 | 0.2628 | 0.9583 |
94
+ | 0.0 | 7.0 | 840 | 0.2628 | 0.9583 |
95
 
96
 
97
  ### Framework versions
98
 
99
  - Transformers 4.44.2
100
  - Pytorch 2.5.0+cu121
 
101
  - Tokenizers 0.19.1
all_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "epoch": 7.0,
3
  "total_flos": 2.6159581024199885e+17,
4
- "train_loss": 0.033261351659027806,
5
- "train_runtime": 1062.0855,
6
- "train_samples_per_second": 3.144,
7
- "train_steps_per_second": 0.791
8
  }
 
1
  {
2
  "epoch": 7.0,
3
  "total_flos": 2.6159581024199885e+17,
4
+ "train_loss": 0.024369950504204835,
5
+ "train_runtime": 1052.9955,
6
+ "train_samples_per_second": 3.171,
7
+ "train_steps_per_second": 0.798
8
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eaac5af132f00a6629c92fe0da1810913be495e6c2c9f5ac1bc0a7271edd4150
3
  size 347498816
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e17304544b279afcb2aab7e3739d45c57a4d14eca21c8485fbb64db83490482
3
  size 347498816
runs/Oct30_14-19-02_b09276b30fc6/events.out.tfevents.1730297950.b09276b30fc6.1582.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38ccf950c90c4749454250ae40d52523edf77e586044cbadc8fca362757b9760
3
+ size 27944
train_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "epoch": 7.0,
3
  "total_flos": 2.6159581024199885e+17,
4
- "train_loss": 0.033261351659027806,
5
- "train_runtime": 1062.0855,
6
- "train_samples_per_second": 3.144,
7
- "train_steps_per_second": 0.791
8
  }
 
1
  {
2
  "epoch": 7.0,
3
  "total_flos": 2.6159581024199885e+17,
4
+ "train_loss": 0.024369950504204835,
5
+ "train_runtime": 1052.9955,
6
+ "train_samples_per_second": 3.171,
7
+ "train_steps_per_second": 0.798
8
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ec4c5d4797cd5aec1556b77237d22a831a614fcc94388c51da3d531f00eb7bb9
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:005df697a6a8ab3293ac269b8878050c6b1e0e96d324ff7bfa814a244cd11273
3
  size 5176