IMvision12 commited on
Commit
321e97b
·
verified ·
1 Parent(s): 201539b

Upload README.md with huggingface_hub

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