Commit
·
0257efb
1
Parent(s):
307b4b4
update model card README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
-
- masked-auto-encoding
|
4 |
- generated_from_trainer
|
5 |
model-index:
|
6 |
- name: MAE
|
@@ -12,9 +12,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# MAE
|
14 |
|
15 |
-
This model is a fine-tuned version of [](https://huggingface.co/) on the
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 0.
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -46,7 +46,7 @@ The following hyperparameters were used during training:
|
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
-
| 0.
|
50 |
|
51 |
|
52 |
### 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.2473
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| 0.2611 | 1.0 | 7705 | 0.2473 |
|
50 |
|
51 |
|
52 |
### Framework versions
|