mattdangerw commited on
Commit
1c6662e
1 Parent(s): f936419

Update README.md with new model card content

Browse files
Files changed (1) hide show
  1. README.md +1 -29
README.md CHANGED
@@ -1,34 +1,6 @@
1
  ---
2
  library_name: keras-hub
3
  ---
4
- This is a [`EfficientNet` model](https://keras.io/api/keras_hub/models/efficient_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:** efficient_net_backbone
9
- * **trainable:** True
10
- * **stackwise_width_coefficients:** [1.0, 1.0, 1.0, 1.0, 1.0, 1.0]
11
- * **stackwise_depth_coefficients:** [1.0, 1.0, 1.0, 1.0, 1.0, 1.0]
12
- * **dropout:** 0
13
- * **depth_divisor:** 8
14
- * **min_depth:** None
15
- * **activation:** silu
16
- * **input_shape:** [None, None, 3]
17
- * **stackwise_kernel_sizes:** [3, 3, 3, 3, 3, 3]
18
- * **stackwise_num_repeats:** [2, 4, 4, 6, 9, 15]
19
- * **stackwise_input_filters:** [24, 24, 48, 64, 128, 160]
20
- * **stackwise_output_filters:** [24, 48, 64, 128, 160, 272]
21
- * **stackwise_expansion_ratios:** [1, 4, 4, 4, 6, 6]
22
- * **stackwise_squeeze_and_excite_ratios:** [0, 0, 0, 0.25, 0.25, 0.25]
23
- * **stackwise_strides:** [1, 2, 2, 2, 1, 2]
24
- * **stackwise_block_types:** ['fused', 'fused', 'fused', 'unfused', 'unfused', 'unfused']
25
- * **stackwise_force_input_filters:** [0, 0, 0, 0, 0, 0]
26
- * **include_stem_padding:** True
27
- * **use_depth_divisor_as_min_depth:** True
28
- * **cap_round_filter_decrease:** True
29
- * **stem_conv_padding:** valid
30
- * **batch_norm_momentum:** 0.9
31
- * **batch_norm_epsilon:** 1e-05
32
- * **projection_activation:** None
33
 
34
- 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