Circularmachines
commited on
Commit
·
62ac24b
1
Parent(s):
48cc1d3
update model card README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
-
- masked-auto-encoding
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
7 |
- name: MAE
|
@@ -13,9 +12,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# MAE
|
15 |
|
16 |
-
This model is a fine-tuned version of [facebook/vit-mae-base](https://huggingface.co/facebook/vit-mae-base) on the
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -41,13 +40,22 @@ The following hyperparameters were used during training:
|
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: cosine
|
43 |
- lr_scheduler_warmup_ratio: 0.05
|
44 |
-
- num_epochs:
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
-
| Training Loss | Epoch | Step
|
49 |
-
|
50 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
|
52 |
|
53 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
|
|
4 |
- generated_from_trainer
|
5 |
model-index:
|
6 |
- name: MAE
|
|
|
12 |
|
13 |
# MAE
|
14 |
|
15 |
+
This model is a fine-tuned version of [facebook/vit-mae-base](https://huggingface.co/facebook/vit-mae-base) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 0.2262
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: cosine
|
42 |
- lr_scheduler_warmup_ratio: 0.05
|
43 |
+
- num_epochs: 10.0
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
+
|:-------------:|:-----:|:-----:|:---------------:|
|
49 |
+
| 0.249 | 1.0 | 7705 | 0.2445 |
|
50 |
+
| 0.2269 | 2.0 | 15410 | 0.2373 |
|
51 |
+
| 0.2401 | 3.0 | 23115 | 0.2334 |
|
52 |
+
| 0.2202 | 4.0 | 30820 | 0.2305 |
|
53 |
+
| 0.2173 | 5.0 | 38525 | 0.2283 |
|
54 |
+
| 0.2347 | 6.0 | 46230 | 0.2282 |
|
55 |
+
| 0.2304 | 7.0 | 53935 | 0.2268 |
|
56 |
+
| 0.2267 | 8.0 | 61640 | 0.2262 |
|
57 |
+
| 0.2177 | 9.0 | 69345 | 0.2254 |
|
58 |
+
| 0.2175 | 10.0 | 77050 | 0.2262 |
|
59 |
|
60 |
|
61 |
### Framework versions
|