Augusto777
commited on
Commit
•
b6517f9
1
Parent(s):
2765246
Model save
Browse files- README.md +99 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,99 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-dmae-va-da-40B
|
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-dmae-va-da-40B
|
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.2407
|
21 |
+
- Accuracy: 0.8837
|
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: 5e-05
|
41 |
+
- train_batch_size: 32
|
42 |
+
- eval_batch_size: 32
|
43 |
+
- seed: 42
|
44 |
+
- gradient_accumulation_steps: 4
|
45 |
+
- total_train_batch_size: 128
|
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: 40
|
50 |
+
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
+
| No log | 0.92 | 3 | 1.4669 | 0.3256 |
|
56 |
+
| No log | 1.85 | 6 | 1.2689 | 0.4419 |
|
57 |
+
| No log | 2.77 | 9 | 1.1591 | 0.4651 |
|
58 |
+
| 1.3901 | 4.0 | 13 | 0.9778 | 0.5814 |
|
59 |
+
| 1.3901 | 4.92 | 16 | 0.8885 | 0.6512 |
|
60 |
+
| 1.3901 | 5.85 | 19 | 0.7885 | 0.6512 |
|
61 |
+
| 0.9794 | 6.77 | 22 | 0.6854 | 0.7442 |
|
62 |
+
| 0.9794 | 8.0 | 26 | 0.5822 | 0.7674 |
|
63 |
+
| 0.9794 | 8.92 | 29 | 0.4929 | 0.8605 |
|
64 |
+
| 0.6573 | 9.85 | 32 | 0.4822 | 0.8605 |
|
65 |
+
| 0.6573 | 10.77 | 35 | 0.4529 | 0.8372 |
|
66 |
+
| 0.6573 | 12.0 | 39 | 0.4203 | 0.7907 |
|
67 |
+
| 0.4166 | 12.92 | 42 | 0.3889 | 0.8605 |
|
68 |
+
| 0.4166 | 13.85 | 45 | 0.3697 | 0.8605 |
|
69 |
+
| 0.4166 | 14.77 | 48 | 0.3991 | 0.8140 |
|
70 |
+
| 0.3376 | 16.0 | 52 | 0.3038 | 0.9070 |
|
71 |
+
| 0.3376 | 16.92 | 55 | 0.3139 | 0.8837 |
|
72 |
+
| 0.3376 | 17.85 | 58 | 0.2821 | 0.8837 |
|
73 |
+
| 0.191 | 18.77 | 61 | 0.2905 | 0.8837 |
|
74 |
+
| 0.191 | 20.0 | 65 | 0.2616 | 0.8605 |
|
75 |
+
| 0.191 | 20.92 | 68 | 0.2636 | 0.8837 |
|
76 |
+
| 0.2065 | 21.85 | 71 | 0.2864 | 0.9070 |
|
77 |
+
| 0.2065 | 22.77 | 74 | 0.2833 | 0.8605 |
|
78 |
+
| 0.2065 | 24.0 | 78 | 0.2507 | 0.9070 |
|
79 |
+
| 0.1328 | 24.92 | 81 | 0.2890 | 0.8837 |
|
80 |
+
| 0.1328 | 25.85 | 84 | 0.3065 | 0.8837 |
|
81 |
+
| 0.1328 | 26.77 | 87 | 0.2891 | 0.8837 |
|
82 |
+
| 0.1065 | 28.0 | 91 | 0.2815 | 0.8837 |
|
83 |
+
| 0.1065 | 28.92 | 94 | 0.2753 | 0.8837 |
|
84 |
+
| 0.1065 | 29.85 | 97 | 0.2768 | 0.8837 |
|
85 |
+
| 0.1122 | 30.77 | 100 | 0.2864 | 0.8837 |
|
86 |
+
| 0.1122 | 32.0 | 104 | 0.2563 | 0.9070 |
|
87 |
+
| 0.1122 | 32.92 | 107 | 0.2421 | 0.9302 |
|
88 |
+
| 0.0879 | 33.85 | 110 | 0.2453 | 0.9070 |
|
89 |
+
| 0.0879 | 34.77 | 113 | 0.2434 | 0.8837 |
|
90 |
+
| 0.0879 | 36.0 | 117 | 0.2406 | 0.8837 |
|
91 |
+
| 0.1082 | 36.92 | 120 | 0.2407 | 0.8837 |
|
92 |
+
|
93 |
+
|
94 |
+
### Framework versions
|
95 |
+
|
96 |
+
- Transformers 4.34.1
|
97 |
+
- Pytorch 2.1.0+cu118
|
98 |
+
- Datasets 2.14.5
|
99 |
+
- Tokenizers 0.14.1
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343275306
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c680eee308e5a17c0fc9ed4f281237c00e8e4dfa634596e00dc8ea77dc5adaf2
|
3 |
size 343275306
|