Skip to content

Commit

Permalink
fix hfoption tag
Browse files Browse the repository at this point in the history
  • Loading branch information
stevhliu committed Aug 26, 2024
1 parent 110ac06 commit ca38c6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/en/backbones.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ config = MaskFormerConfig(backbone_config=backbone_config)
model = MaskFormerForInstanceSegmentation(config)
```

</hfoption>
</hfoptions>

## timm backbones

[timm](https://hf.co/docs/timm/index) is a collection of vision models for training and inference. Transformers supports timm models as backbones with the [`TimmBackbone`] and [`TimmBackboneConfig`] classes.
Expand Down

0 comments on commit ca38c6a

Please sign in to comment.