mattdangerw commited on
Commit
a30a95f
1 Parent(s): dc034c6

Update README.md with new model card content

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -4,7 +4,7 @@ tags:
4
  - image-segmentation
5
  - keras
6
  ---
7
- ## Model Overview
8
  A Keras model implementing the MixTransformer architecture to be used as a backbone for the SegFormer architecture. This model is supported in both KerasCV and KerasHub. KerasCV will no longer be actively developed, so please try to use KerasHub.
9
 
10
  References:
@@ -95,4 +95,4 @@ model.compile(
95
  metrics=["accuracy"],
96
  )
97
  model.fit(images, labels, epochs=3)
98
- ```
 
4
  - image-segmentation
5
  - keras
6
  ---
7
+ ### Model Overview
8
  A Keras model implementing the MixTransformer architecture to be used as a backbone for the SegFormer architecture. This model is supported in both KerasCV and KerasHub. KerasCV will no longer be actively developed, so please try to use KerasHub.
9
 
10
  References:
 
95
  metrics=["accuracy"],
96
  )
97
  model.fit(images, labels, epochs=3)
98
+ ```