prasadsachin commited on
Commit
5ffa3a0
1 Parent(s): 0ea5c41

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  library_name: keras-hub
 
 
3
  ---
4
  ## Model Overview
5
  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.
@@ -92,4 +94,4 @@ model.compile(
92
  metrics=["accuracy"],
93
  )
94
  model.fit(images, labels, epochs=3)
95
- ```
 
1
  ---
2
  library_name: keras-hub
3
+ tags:
4
+ - image-segmentation
5
  ---
6
  ## Model Overview
7
  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.
 
94
  metrics=["accuracy"],
95
  )
96
  model.fit(images, labels, epochs=3)
97
+ ```