itsLeen commited on
Commit
963cc8c
·
verified ·
1 Parent(s): 4b1ffb3

Model save

Browse files
Files changed (1) hide show
  1. README.md +7 -11
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  library_name: transformers
3
  license: apache-2.0
4
- base_model: microsoft/swin-base-patch4-window7-224
5
  tags:
6
  - generated_from_trainer
7
  model-index:
@@ -14,15 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # vit-large-ai-or-not
16
 
17
- This model is a fine-tuned version of [microsoft/swin-base-patch4-window7-224](https://huggingface.co/microsoft/swin-base-patch4-window7-224) on an unknown dataset.
18
- It achieves the following results on the evaluation set:
19
- - eval_loss: 0.1679
20
- - eval_accuracy: 0.9801
21
- - eval_runtime: 50.6302
22
- - eval_samples_per_second: 73.553
23
- - eval_steps_per_second: 9.204
24
- - epoch: 7.9484
25
- - step: 7400
26
 
27
  ## Model description
28
 
@@ -49,9 +41,13 @@ The following hyperparameters were used during training:
49
  - total_train_batch_size: 16
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
- - num_epochs: 30
53
  - mixed_precision_training: Native AMP
54
 
 
 
 
 
55
  ### Framework versions
56
 
57
  - Transformers 4.44.2
 
1
  ---
2
  library_name: transformers
3
  license: apache-2.0
4
+ base_model: itsLeen/vit-large-ai-or-not
5
  tags:
6
  - generated_from_trainer
7
  model-index:
 
14
 
15
  # vit-large-ai-or-not
16
 
17
+ This model is a fine-tuned version of [itsLeen/vit-large-ai-or-not](https://huggingface.co/itsLeen/vit-large-ai-or-not) on an unknown dataset.
 
 
 
 
 
 
 
 
18
 
19
  ## Model description
20
 
 
41
  - total_train_batch_size: 16
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
+ - num_epochs: 6
45
  - mixed_precision_training: Native AMP
46
 
47
+ ### Training results
48
+
49
+
50
+
51
  ### Framework versions
52
 
53
  - Transformers 4.44.2