mattdangerw
commited on
Update README.md with new model card content
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ tags:
|
|
5 |
- keras
|
6 |
pipeline_tag: keypoint-detection
|
7 |
---
|
8 |
-
|
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 |
+
```
|