pavanavn commited on
Commit
9031ecc
1 Parent(s): 26a7463

Model save

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/vit-base-patch16-224
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: vit-base-patch16-224-Diastarallclasses
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
+ # vit-base-patch16-224-Diastarallclasses
17
+
18
+ This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.0345
21
+ - Accuracy: 0.9811
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 0.0002
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 16
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 4
45
+ - total_train_batch_size: 64
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_ratio: 0.1
49
+ - num_epochs: 10
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
+ | 0.2142 | 1.0 | 459 | 0.0876 | 0.9643 |
56
+ | 0.1826 | 2.0 | 918 | 0.0658 | 0.9685 |
57
+ | 0.1469 | 3.0 | 1377 | 0.0527 | 0.9721 |
58
+ | 0.1637 | 4.0 | 1836 | 0.0463 | 0.9737 |
59
+ | 0.111 | 5.0 | 2295 | 0.0476 | 0.9748 |
60
+ | 0.1467 | 6.0 | 2754 | 0.0393 | 0.9777 |
61
+ | 0.1284 | 7.0 | 3213 | 0.0382 | 0.9787 |
62
+ | 0.1025 | 8.0 | 3672 | 0.0396 | 0.9777 |
63
+ | 0.1301 | 9.0 | 4131 | 0.0378 | 0.9782 |
64
+ | 0.0829 | 10.0 | 4590 | 0.0345 | 0.9811 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.41.2
70
+ - Pytorch 2.3.0+cu121
71
+ - Datasets 2.19.2
72
+ - Tokenizers 0.19.1