IMvision12 commited on
Commit
f489b8f
·
verified ·
1 Parent(s): 34f1d27

Upload README.md with huggingface_hub

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