Divyasreepat commited on
Commit
6634202
1 Parent(s): 0097d73

Update README.md with new model card content

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -6,7 +6,7 @@ tags:
6
  - keras
7
  pipeline_tag: image-classification
8
  ---
9
- ## Model Overview
10
  DenseNet is a convolution network which densely connects each layer to every other layer in a feed-forward fashion. The model was originally evaluated on four object recognition benchmark tasks (CIFAR-10, CIFAR-100, SVHN, and ImageNet). See the model card below for benchmarks, data sources, and intended use cases. This model is supported in both KerasCV and KerasHub. KerasCV will no longer be actively developed, so please try to use KerasHub.
11
 
12
  Weights are released under the [3-Clause BSD License](https://github.com/liuzhuang13/DenseNet/blob/master/LICENSE). Keras model code is released under the [Apache 2 License](https://github.com/keras-team/keras-hub/blob/master/LICENSE).
@@ -79,4 +79,4 @@ model = keras_hub.models.ImageClassifier.from_preset("hf://keras/densenet_169_im
79
 
80
  # User Timm presets directly from HuggingFace
81
  model = keras_hub.models.ImageClassifier.from_preset('hf://timm/densenet121.tv_in1k')
82
- ```
 
6
  - keras
7
  pipeline_tag: image-classification
8
  ---
9
+ ### Model Overview
10
  DenseNet is a convolution network which densely connects each layer to every other layer in a feed-forward fashion. The model was originally evaluated on four object recognition benchmark tasks (CIFAR-10, CIFAR-100, SVHN, and ImageNet). See the model card below for benchmarks, data sources, and intended use cases. This model is supported in both KerasCV and KerasHub. KerasCV will no longer be actively developed, so please try to use KerasHub.
11
 
12
  Weights are released under the [3-Clause BSD License](https://github.com/liuzhuang13/DenseNet/blob/master/LICENSE). Keras model code is released under the [Apache 2 License](https://github.com/keras-team/keras-hub/blob/master/LICENSE).
 
79
 
80
  # User Timm presets directly from HuggingFace
81
  model = keras_hub.models.ImageClassifier.from_preset('hf://timm/densenet121.tv_in1k')
82
+ ```