itsLeen commited on
Commit
2a34278
·
verified ·
1 Parent(s): 8f9b7e5

itsLeen/swin-large-ai-or-nott

Browse files
Files changed (5) hide show
  1. README.md +13 -12
  2. all_results.json +6 -6
  3. model.safetensors +1 -1
  4. train_results.json +6 -6
  5. training_args.bin +1 -1
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.2866
22
- - Accuracy: 0.95
23
 
24
  ## Model description
25
 
@@ -38,7 +38,7 @@ More information needed
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
- - learning_rate: 1e-05
42
  - train_batch_size: 16
43
  - eval_batch_size: 8
44
  - seed: 42
@@ -46,20 +46,21 @@ The following hyperparameters were used during training:
46
  - total_train_batch_size: 64
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-06
48
  - lr_scheduler_type: cosine
49
- - lr_scheduler_warmup_steps: 200
50
- - num_epochs: 20
51
  - mixed_precision_training: Native AMP
52
  - label_smoothing_factor: 0.1
53
 
54
  ### Training results
55
 
56
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
57
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
58
- | 0.4913 | 4.0 | 100 | 0.3855 | 0.9375 |
59
- | 0.2211 | 8.0 | 200 | 0.3029 | 0.94 |
60
- | 0.2055 | 12.0 | 300 | 0.2848 | 0.9525 |
61
- | 0.2028 | 16.0 | 400 | 0.2784 | 0.955 |
62
- | 0.2016 | 20.0 | 500 | 0.2866 | 0.95 |
 
63
 
64
 
65
  ### Framework versions
 
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.2853
22
+ - Accuracy: 0.9558
23
 
24
  ## Model description
25
 
 
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
+ - learning_rate: 3e-05
42
  - train_batch_size: 16
43
  - eval_batch_size: 8
44
  - seed: 42
 
46
  - total_train_batch_size: 64
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-06
48
  - lr_scheduler_type: cosine
49
+ - lr_scheduler_warmup_steps: 20
50
+ - num_epochs: 10
51
  - mixed_precision_training: Native AMP
52
  - label_smoothing_factor: 0.1
53
 
54
  ### Training results
55
 
56
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
57
+ |:-------------:|:------:|:----:|:---------------:|:--------:|
58
+ | 0.3736 | 1.4035 | 20 | 0.3182 | 0.9425 |
59
+ | 0.2452 | 2.8070 | 40 | 0.2907 | 0.9558 |
60
+ | 0.2165 | 4.2105 | 60 | 0.2798 | 0.9602 |
61
+ | 0.2092 | 5.6140 | 80 | 0.2825 | 0.9602 |
62
+ | 0.2045 | 7.0175 | 100 | 0.2837 | 0.9469 |
63
+ | 0.2035 | 8.4211 | 120 | 0.2853 | 0.9558 |
64
 
65
 
66
  ### Framework versions
all_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "epoch": 20.0,
3
- "total_flos": 2.507057780097024e+18,
4
- "train_loss": 0.3085830345153809,
5
- "train_runtime": 4084.6276,
6
- "train_samples_per_second": 7.834,
7
- "train_steps_per_second": 0.122
8
  }
 
1
  {
2
+ "epoch": 8.421052631578947,
3
+ "total_flos": 5.966797516630917e+17,
4
+ "train_loss": 0.24207958777745564,
5
+ "train_runtime": 1194.2706,
6
+ "train_samples_per_second": 7.569,
7
+ "train_steps_per_second": 0.117
8
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9d010392f1e27001d39aedebc1f4cac355e5fd0416b713365a162245004f4d83
3
  size 347498816
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cfe1d515600afb82df0073d71b40137847b5792c2c11d3e489d78bd0d1ca3f8
3
  size 347498816
train_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "epoch": 20.0,
3
- "total_flos": 2.507057780097024e+18,
4
- "train_loss": 0.3085830345153809,
5
- "train_runtime": 4084.6276,
6
- "train_samples_per_second": 7.834,
7
- "train_steps_per_second": 0.122
8
  }
 
1
  {
2
+ "epoch": 8.421052631578947,
3
+ "total_flos": 5.966797516630917e+17,
4
+ "train_loss": 0.24207958777745564,
5
+ "train_runtime": 1194.2706,
6
+ "train_samples_per_second": 7.569,
7
+ "train_steps_per_second": 0.117
8
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:76853b0ba8903ab92982c4bc6dc2749b52c9483eb9a9596cfd09f4c8e04225a8
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d2d5c2bcc95c18f3dbbf93b7ce07c297b9e2322d645a3026790b93106eb820d
3
  size 5112