nielsr HF staff commited on
Commit
c17441a
1 Parent(s): 8b4215c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -18,6 +18,10 @@ SegFormer model fine-tuned on ADE20k at resolution 640x640. It was introduced in
18
 
19
  Disclaimer: The team releasing SegFormer did not write a model card for this model so this model card has been written by the Hugging Face team.
20
 
 
 
 
 
21
  ## Intended uses & limitations
22
 
23
  You can use the raw model for semantic segmentation. See the [model hub](https://huggingface.co/models?other=segformer) to look for fine-tuned versions on a task that interests you.
 
18
 
19
  Disclaimer: The team releasing SegFormer did not write a model card for this model so this model card has been written by the Hugging Face team.
20
 
21
+ ## Model description
22
+
23
+ SegFormer consists of a hierarchical Transformer encoder and a lightweight all-MLP decode head to achieve great results on semantic segmentation benchmarks such as ADE20K and Cityscapes. The hierarchical Transformer is first pre-trained on ImageNet-1k, after which a decode head is added and fine-tuned altogether on a downstream dataset.
24
+
25
  ## Intended uses & limitations
26
 
27
  You can use the raw model for semantic segmentation. See the [model hub](https://huggingface.co/models?other=segformer) to look for fine-tuned versions on a task that interests you.