AI SeedbankHelp preserve open and free AI for humanity's future

← All models

nvidia_segformer-b0-finetuned-ade-512-512

nvidia · View on Hugging Face ↗

Get this model

Download TorrentMagnet Link

Seeders: 1 · Leechers: 0

Observed 2026-09-02T13:56:39Z via announce.aitorrent.org:7070.

Model card

The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.


license: other tags:


SegFormer (b0-sized) model fine-tuned on ADE20k

SegFormer model fine-tuned on ADE20k at resolution 512x512. It was introduced in the paper SegFormer: Simple and Efficient Design for Semantic Segmentation with Transformers by Xie et al. and first released in this repository.

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.

Model description

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.

Intended uses & limitations

You can use the raw model for semantic segmentation. See the model hub to look for fine-tuned versions on a task that interests you.

How to use

Here is how to use this model to classify an image of the COCO 2017 dataset into one of the 1,000 ImageNet classes:

from transformers import SegformerImageProcessor, SegformerForSemanticSegmentation
from PIL import Image
import requests

processor = SegformerImageProcessor.from_pretrained("nvidia/segformer-b0-finetuned-ade-512-512")
model = SegformerForSemanticSegmentation.from_pretrained("nvidia/segformer-b0-finetuned-ade-512-512")

url = "http://images.cocodataset.org/val2017/000000039769.jpg"
image = Image.open(requests.get(url, stream=True).raw)

inputs = processor(images=image, return_tensors="pt")
outputs = model(**inputs)
logits = outputs.logits  # shape (batch_size, num_labels, height/4, width/4)

For more code examples, we refer to the documentation.

License

The license for this model can be found here.

BibTeX entry and citation info

@article{DBLP:journals/corr/abs-2105-15203,
  author    = {Enze Xie and
               Wenhai Wang and
               Zhiding Yu and
               Anima Anandkumar and
               Jose M. Alvarez and
               Ping Luo},
  title     = {SegFormer: Simple and Efficient Design for Semantic Segmentation with
               Transformers},
  journal   = {CoRR},
  volume    = {abs/2105.15203},
  year      = {2021},
  url       = {https://arxiv.org/abs/2105.15203},
  eprinttype = {arXiv},
  eprint    = {2105.15203},
  timestamp = {Wed, 02 Jun 2021 11:46:42 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/abs-2105-15203.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

Magnet link

Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:

magnet:?xt=urn:btih:b491d624c80a9554ab51d160962555474f943c69&dn=nvidia_segformer-b0-finetuned-ade-512-512

Open magnet in torrent client · infohash b491d624c80a9554ab51d160962555474f943c69

Files & hashes

PathSizesha1sha256
README.md3.1 KB (3,189 B)a0fbaa9434d2c61a704150a0f61e64e538ee105fa738172c9395b26f14e1981f6a95885085cc1239210446d752bf30ad6a9b8538
config.json6.7 KB (6,884 B)ba9e66725a3c53aeff1e9fede9ed14e6800f76d5209caa9091e4632f7c8883c11170cd08ad29af68b23c09590aa4a5befb1a2a7f
model.safetensors14.3 MB (15,036,944 B)70840d46a04d9eaf791fa547ba98828f3f143b1c6ae39addd01de6b1b8bde2cf677d43a5cd733424b8d186de3f95d1c51fee23f9
preprocessor_config.json271 B (271 B)731939640bb201ce03c59a5b2d6bc1ee4f4162b38039d1d210abaa7117ad78e58cdfd6141a2ec72c03dae891b3cd76737e422c6c
pytorch_model.bin14.4 MB (15,092,257 B)5cdfae38a51cac8725bd0492c87104e9b5d3e9aa0f4df97633cbedd558ecffa3ad228ace5af37e082678390b45a9d22745787c61

Cite this release

Canonical URL
https://aiseedbank.org/models/nvidia_segformer-b0-finetuned-ade-512-512/
Slug
nvidia_segformer-b0-finetuned-ade-512-512
Infohash
b491d624c80a9554ab51d160962555474f943c69
License
custom/other license
Signing key fingerprint
85a3b32c3712427b

Every file carries a locally computed sha256 — verify a download against the signed sums: nvidia_segformer-b0-finetuned-ade-512-512.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositorynvidia/segformer-b0-finetuned-ade-512-512
Revision (pinned)489d5cd81a0b59fab9b7ea758d3548ebe99677da
Fetched at2026-09-02T04:39:33Z
License at fetchother
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-02T04:39:35Z

custom/other license28.7 MB (30,139,545 bytes)transformerspytorchsafetensorssegformervisionimage-segmentationendpoints_compatible1 language (tf)paper: 2105.15203