IMvision12's picture
Upload README.md with huggingface_hub
cf29856 verified
|
Raw
History Blame Contribute Delete
682 Bytes
metadata
pipeline_tag: image-classification
license: apache-2.0
base_model: timm/deit_tiny_patch16_224.fb_in1k
library_name: kerasformers
tags:
  - keras
  - kerasformers
  - image-classification
  - deit
  - tf
  - jax
  - pytorch

deit_tiny_patch16_224_fb_in1k

Pure-Keras 3 image-classification weight for kerasformers, converted from timm/deit_tiny_patch16_224.fb_in1k.

Usage

from kerasformers.models.deit import DeiTImageClassify
model = DeiTImageClassify.from_weights("deit_tiny_patch16_224_fb_in1k")

License: apache-2.0, inherited from the upstream source.