IMvision12 commited on
Commit
ef1d1b6
·
verified ·
1 Parent(s): 22adcb5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -24
README.md CHANGED
@@ -1,24 +1,27 @@
1
- ---
2
- pipeline_tag: image-classification
3
- license: apache-2.0
4
- base_model: timm/deit_tiny_patch16_224.fb_in1k
5
- library_name: kerasformers
6
- tags:
7
- - keras
8
- - kerasformers
9
- - image-classification
10
- - deit
11
- ---
12
-
13
- # deit_tiny_patch16_224_fb_in1k
14
-
15
- Pure-Keras 3 image-classification weight for [kerasformers](https://github.com/IMvision12/KerasFormers), converted from [timm/deit_tiny_patch16_224.fb_in1k](https://huggingface.co/timm/deit_tiny_patch16_224.fb_in1k).
16
-
17
- ## Usage
18
-
19
- ```python
20
- from kerasformers.models.deit import DeiTImageClassify
21
- model = DeiTImageClassify.from_weights("deit_tiny_patch16_224_fb_in1k")
22
- ```
23
-
24
- License: **apache-2.0**, inherited from the upstream source.
 
 
 
 
1
+ ---
2
+ pipeline_tag: image-classification
3
+ license: apache-2.0
4
+ base_model: timm/deit_tiny_patch16_224.fb_in1k
5
+ library_name: kerasformers
6
+ tags:
7
+ - keras
8
+ - kerasformers
9
+ - image-classification
10
+ - deit
11
+ - tensorflow
12
+ - jax
13
+ - pytorch
14
+ ---
15
+
16
+ # deit_tiny_patch16_224_fb_in1k
17
+
18
+ Pure-Keras 3 image-classification weight for [kerasformers](https://github.com/IMvision12/KerasFormers), converted from [timm/deit_tiny_patch16_224.fb_in1k](https://huggingface.co/timm/deit_tiny_patch16_224.fb_in1k).
19
+
20
+ ## Usage
21
+
22
+ ```python
23
+ from kerasformers.models.deit import DeiTImageClassify
24
+ model = DeiTImageClassify.from_weights("deit_tiny_patch16_224_fb_in1k")
25
+ ```
26
+
27
+ License: **apache-2.0**, inherited from the upstream source.