sgonzalezsilot commited on
Commit
5b2fd29
1 Parent(s): 5c056af

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: vit-Diatome
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # vit-Diatome
16
+
17
+ This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.2285
20
+ - Accuracy: 0.9429
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 0.0002
40
+ - train_batch_size: 16
41
+ - eval_batch_size: 8
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 4
46
+ - mixed_precision_training: Native AMP
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 2.2009 | 0.23 | 100 | 1.9938 | 0.6045 |
53
+ | 1.2823 | 0.47 | 200 | 1.2293 | 0.7327 |
54
+ | 0.7569 | 0.7 | 300 | 0.9534 | 0.7868 |
55
+ | 0.7428 | 0.93 | 400 | 0.7906 | 0.8078 |
56
+ | 0.4309 | 1.16 | 500 | 0.5759 | 0.8538 |
57
+ | 0.349 | 1.4 | 600 | 0.5070 | 0.8742 |
58
+ | 0.517 | 1.63 | 700 | 0.5048 | 0.8794 |
59
+ | 0.3667 | 1.86 | 800 | 0.5212 | 0.8596 |
60
+ | 0.169 | 2.09 | 900 | 0.4112 | 0.8888 |
61
+ | 0.1443 | 2.33 | 1000 | 0.3294 | 0.9109 |
62
+ | 0.1389 | 2.56 | 1100 | 0.3146 | 0.9190 |
63
+ | 0.142 | 2.79 | 1200 | 0.2994 | 0.9208 |
64
+ | 0.0921 | 3.02 | 1300 | 0.2620 | 0.9324 |
65
+ | 0.0768 | 3.26 | 1400 | 0.2516 | 0.9336 |
66
+ | 0.061 | 3.49 | 1500 | 0.2425 | 0.9388 |
67
+ | 0.0729 | 3.72 | 1600 | 0.2335 | 0.9418 |
68
+ | 0.0757 | 3.95 | 1700 | 0.2285 | 0.9429 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.27.1
74
+ - Pytorch 1.13.1+cu116
75
+ - Datasets 2.10.1
76
+ - Tokenizers 0.13.2