Downloads · 30 days
0
Morris0401/YearCLIP
YearCLIP is a image feature extraction model from Morris0401. Use it for the image feature extraction task on the model card, and read the license before you ship it in a product. It is set up for pytorch. The card lists the license as mit.
This is the official checkpoint for YearCLIP, introduced in the paper Beyond Memorization: A Multi-Modal Ordinal Regression Benchmark to Expose Popularity Bias in Vision-Language Models.
Downloads · 30 days
0
Access
Public
Updated Jan 6, 2026
Repo size
538 MB
Likes
0
Public
Click a slice to open those files.
.pt538 MB · 100%
From the Hugging Face model README
This is the official checkpoint for YearCLIP, introduced in the paper Beyond Memorization: A Multi-Modal Ordinal Regression Benchmark to Expose Popularity Bias in Vision-Language Models.
Please refer to our GitHub Repository for installation and inference instructions.
To download this checkpoint manually in python:
from huggingface_hub import hf_hub_download
checkpoint_path = hf_hub_download(repo_id="Morris0401/YearCLIP", filename="yearclip_best.pt")
print(f"Model downloaded to: {checkpoint_path}")
If you find this dataset helpful, please consider citing:
@misc{szutu2025memorizationmultimodalordinalregression,
title={Beyond Memorization: A Multi-Modal Ordinal Regression Benchmark to Expose Popularity Bias in Vision-Language Models},
author={Li-Zhong Szu-Tu and Ting-Lin Wu and Chia-Jui Chang and He Syu and Yu-Lun Liu},
year={2025},
eprint={2512.21337},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={[https://arxiv.org/abs/2512.21337](https://arxiv.org/abs/2512.21337)},
}