adirik commited on
Commit
f975353
1 Parent(s): 8580cb6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -24,11 +24,11 @@ Disclaimer: The team releasing ConvNeXT V2 did not write a model card for this m
24
 
25
  ConvNeXt V2 is a pure convolutional model (ConvNet) that introduces a fully convolutional masked autoencoder framework (FCMAE) and a new Global Response Normalization (GRN) layer to ConvNeXt. ConvNeXt V2 significantly improves the performance of pure ConvNets on various recognition benchmarks.
26
 
27
- ![model image](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/convnext_architecture.png)
28
 
29
  ## Intended uses & limitations
30
 
31
- You can use the raw model for image classification. See the [model hub](https://huggingface.co/models?search=convnext) to look for
32
  fine-tuned versions on a task that interests you.
33
 
34
  ### How to use
 
24
 
25
  ConvNeXt V2 is a pure convolutional model (ConvNet) that introduces a fully convolutional masked autoencoder framework (FCMAE) and a new Global Response Normalization (GRN) layer to ConvNeXt. ConvNeXt V2 significantly improves the performance of pure ConvNets on various recognition benchmarks.
26
 
27
+ ![model image](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/convnextv2_architecture.png)
28
 
29
  ## Intended uses & limitations
30
 
31
+ You can use the raw model for image classification. See the [model hub](https://huggingface.co/models?search=convnextv2) to look for
32
  fine-tuned versions on a task that interests you.
33
 
34
  ### How to use