Divyasreepat commited on
Commit
af4d30a
1 Parent(s): aef326d

Update README.md with new model card content

Browse files
Files changed (1) hide show
  1. README.md +1 -14
README.md CHANGED
@@ -1,19 +1,6 @@
1
  ---
2
  library_name: keras-hub
3
  ---
4
- This is a [`ResNet` model](https://keras.io/api/keras_hub/models/res_net) uploaded using the KerasHub library and can be used with JAX, TensorFlow, and PyTorch backends.
5
- This model is related to a `ImageClassifier` task.
6
 
7
- Model config:
8
- * **name:** res_net_backbone_5
9
- * **trainable:** True
10
- * **input_conv_filters:** [32, 32, 64]
11
- * **input_conv_kernel_sizes:** [3, 3, 3]
12
- * **stackwise_num_filters:** [64, 128, 256, 512]
13
- * **stackwise_num_blocks:** [3, 4, 6, 3]
14
- * **stackwise_num_strides:** [1, 2, 2, 2]
15
- * **block_type:** bottleneck_block_vd
16
- * **use_pre_activation:** False
17
- * **image_shape:** [None, None, 3]
18
 
19
- This model card has been generated automatically and should be completed by the model author. See [Model Cards documentation](https://huggingface.co/docs/hub/model-cards) for more information.
 
1
  ---
2
  library_name: keras-hub
3
  ---
4
+ ### Model Overview
 
5
 
 
 
 
 
 
 
 
 
 
 
 
6