Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,15 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
pipeline_tag: image-
|
4 |
tags:
|
5 |
- pytorch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
💫 Official implementation of Charm: The Missing Piece in ViT fine-tuning for Image Aesthetic Assessment
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
pipeline_tag: image-feature-extraction
|
4 |
tags:
|
5 |
- pytorch
|
6 |
+
- aesthetics
|
7 |
+
metrics:
|
8 |
+
- pearsonr
|
9 |
+
- spearmanr
|
10 |
+
- accuracy
|
11 |
+
base_model:
|
12 |
+
- facebook/dinov2-small
|
13 |
---
|
14 |
|
15 |
💫 Official implementation of Charm: The Missing Piece in ViT fine-tuning for Image Aesthetic Assessment
|