domluna commited on
Commit
d9edf37
1 Parent(s): 7fdb294

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +81 -0
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: vit-base-patch16-224-in21k-shiba-inu-detector
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-base-patch16-224-in21k-shiba-inu-detector
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 an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.1930
20
+ - Accuracy: 1.0
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: 5e-05
40
+ - train_batch_size: 32
41
+ - eval_batch_size: 32
42
+ - seed: 42
43
+ - gradient_accumulation_steps: 4
44
+ - total_train_batch_size: 128
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - lr_scheduler_warmup_ratio: 0.1
48
+ - num_epochs: 20
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
54
+ | No log | 0.94 | 4 | 1.3875 | 0.1667 |
55
+ | No log | 1.94 | 8 | 1.2712 | 0.7833 |
56
+ | 1.4176 | 2.94 | 12 | 1.0972 | 0.9 |
57
+ | 1.4176 | 3.94 | 16 | 0.9365 | 0.95 |
58
+ | 1.0144 | 4.94 | 20 | 0.7836 | 0.9833 |
59
+ | 1.0144 | 5.94 | 24 | 0.6511 | 1.0 |
60
+ | 1.0144 | 6.94 | 28 | 0.5329 | 1.0 |
61
+ | 0.6329 | 7.94 | 32 | 0.4403 | 1.0 |
62
+ | 0.6329 | 8.94 | 36 | 0.3777 | 1.0 |
63
+ | 0.3821 | 9.94 | 40 | 0.3273 | 1.0 |
64
+ | 0.3821 | 10.94 | 44 | 0.2886 | 1.0 |
65
+ | 0.3821 | 11.94 | 48 | 0.2622 | 1.0 |
66
+ | 0.2655 | 12.94 | 52 | 0.2397 | 1.0 |
67
+ | 0.2655 | 13.94 | 56 | 0.2250 | 1.0 |
68
+ | 0.202 | 14.94 | 60 | 0.2152 | 1.0 |
69
+ | 0.202 | 15.94 | 64 | 0.2074 | 1.0 |
70
+ | 0.202 | 16.94 | 68 | 0.2003 | 1.0 |
71
+ | 0.1785 | 17.94 | 72 | 0.1960 | 1.0 |
72
+ | 0.1785 | 18.94 | 76 | 0.1936 | 1.0 |
73
+ | 0.1618 | 19.94 | 80 | 0.1930 | 1.0 |
74
+
75
+
76
+ ### Framework versions
77
+
78
+ - Transformers 4.17.0
79
+ - Pytorch 1.11.0+cu113
80
+ - Datasets 2.0.0
81
+ - Tokenizers 0.11.6