nielsr HF Staff commited on
Commit
53d826d
·
verified ·
1 Parent(s): e460d6e

Add pipeline tag and library name

Browse files

This PR adds the relevant `pipeline_tag` and `library_name` to improve discoverability on the Hub. It also adds a link to the arXiv paper.

Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -1,9 +1,13 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
 
4
  💫 Official implementation of Charm: The Missing Piece in ViT fine-tuning for Image Aesthetic Assessment
5
 
6
  > [**Accepted at CVPR 2025**](https://cvpr.thecvf.com/virtual/2025/poster/34423)<br>
 
7
 
8
  <div align="left">
9
  <a href="https://github.com/FBehrad/Charm">
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: image-classification
4
+ library_name: transformers
5
  ---
6
+
7
  💫 Official implementation of Charm: The Missing Piece in ViT fine-tuning for Image Aesthetic Assessment
8
 
9
  > [**Accepted at CVPR 2025**](https://cvpr.thecvf.com/virtual/2025/poster/34423)<br>
10
+ > [**arXiv**](https://arxiv.org/abs/2504.02522)<br>
11
 
12
  <div align="left">
13
  <a href="https://github.com/FBehrad/Charm">