Going deeper with Image Transformers
Paper • 2103.17239 • Published
How to use probing-vits/cait_xxs24_224_classification with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy)
# See https://github.com/keras-team/tf-keras for more details.
from huggingface_hub import from_pretrained_keras
model = from_pretrained_keras("probing-vits/cait_xxs24_224_classification")
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
This is CaiT model from [1]. It was first implemented in TensorFlow and then the original parameters from [2] were ported into the implementation. Refer to [3] for more details.
[1] Going deeper with Image Transformers: https://arxiv.org/abs/2103.17239
[2] CaiT GitHub: https://github.com/facebookresearch/deit
[3] CaiT-TF GitHub: https://github.com/sayakpaul/cait-tf