mattdangerw commited on
Commit
c1e50e9
·
verified ·
1 Parent(s): 97fc9f7

Update README.md with new model card content

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -5,7 +5,7 @@ tags:
5
  - keras
6
  pipeline_tag: keypoint-detection
7
  ---
8
- ## Model Overview
9
  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.
10
 
11
  References:
@@ -96,4 +96,4 @@ model.compile(
96
  metrics=["accuracy"],
97
  )
98
  model.fit(images, labels, epochs=3)
99
- ```
 
5
  - keras
6
  pipeline_tag: keypoint-detection
7
  ---
8
+ ### Model Overview
9
  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.
10
 
11
  References:
 
96
  metrics=["accuracy"],
97
  )
98
  model.fit(images, labels, epochs=3)
99
+ ```