mattdangerw commited on
Commit
7b59c61
1 Parent(s): 2841359

Update README.md with new model card content

Browse files
Files changed (1) hide show
  1. README.md +1 -17
README.md CHANGED
@@ -1,22 +1,6 @@
1
  ---
2
  library_name: keras-hub
3
  ---
4
- This is a [`ViT` model](https://keras.io/api/keras_hub/models/vi_t) 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:** vi_t_backbone
9
- * **trainable:** True
10
- * **image_shape:** [384, 384, 3]
11
- * **patch_size:** 32
12
- * **num_layers:** 24
13
- * **num_heads:** 16
14
- * **hidden_dim:** 1024
15
- * **mlp_dim:** 4096
16
- * **dropout_rate:** 0.0
17
- * **attention_dropout:** 0.0
18
- * **layer_norm_epsilon:** 1e-06
19
- * **use_mha_bias:** True
20
- * **use_mlp_bias:** True
21
 
22
- 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