aaa12963337 commited on
Commit
2db96a2
1 Parent(s): f3c7c48

End of training

Browse files
Files changed (1) hide show
  1. README.md +87 -0
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: shi-labs/nat-mini-in1k-224
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - imagefolder
8
+ metrics:
9
+ - accuracy
10
+ model-index:
11
+ - name: msi_mini
12
+ results:
13
+ - task:
14
+ name: Image Classification
15
+ type: image-classification
16
+ dataset:
17
+ name: imagefolder
18
+ type: imagefolder
19
+ config: default
20
+ split: validation
21
+ args: default
22
+ metrics:
23
+ - name: Accuracy
24
+ type: accuracy
25
+ value: 0.6228683254123567
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # msi_mini
32
+
33
+ This model is a fine-tuned version of [shi-labs/nat-mini-in1k-224](https://huggingface.co/shi-labs/nat-mini-in1k-224) on the imagefolder dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 1.5314
36
+ - Accuracy: 0.6229
37
+
38
+ ## Model description
39
+
40
+ More information needed
41
+
42
+ ## Intended uses & limitations
43
+
44
+ More information needed
45
+
46
+ ## Training and evaluation data
47
+
48
+ More information needed
49
+
50
+ ## Training procedure
51
+
52
+ ### Training hyperparameters
53
+
54
+ The following hyperparameters were used during training:
55
+ - learning_rate: 1e-05
56
+ - train_batch_size: 16
57
+ - eval_batch_size: 16
58
+ - seed: 42
59
+ - gradient_accumulation_steps: 4
60
+ - total_train_batch_size: 64
61
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
+ - lr_scheduler_type: linear
63
+ - lr_scheduler_warmup_ratio: 0.1
64
+ - num_epochs: 10
65
+
66
+ ### Training results
67
+
68
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|
70
+ | 0.428 | 1.0 | 2015 | 0.8665 | 0.6079 |
71
+ | 0.3163 | 2.0 | 4031 | 1.0921 | 0.6169 |
72
+ | 0.2805 | 3.0 | 6047 | 1.1998 | 0.6082 |
73
+ | 0.2251 | 4.0 | 8063 | 1.2788 | 0.6126 |
74
+ | 0.1988 | 5.0 | 10078 | 1.3336 | 0.6121 |
75
+ | 0.1794 | 6.0 | 12094 | 1.3361 | 0.6224 |
76
+ | 0.1724 | 7.0 | 14110 | 1.5478 | 0.6097 |
77
+ | 0.1739 | 8.0 | 16126 | 1.6165 | 0.6169 |
78
+ | 0.1637 | 9.0 | 18141 | 1.5974 | 0.6134 |
79
+ | 0.1667 | 10.0 | 20150 | 1.5314 | 0.6229 |
80
+
81
+
82
+ ### Framework versions
83
+
84
+ - Transformers 4.35.2
85
+ - Pytorch 2.0.1+cu118
86
+ - Datasets 2.15.0
87
+ - Tokenizers 0.15.0