Divyasreepat commited on
Commit
3a3fed3
1 Parent(s): 9b9f1c1

Update README.md with new model card content

Browse files
Files changed (1) hide show
  1. README.md +8 -15
README.md CHANGED
@@ -1,19 +1,12 @@
1
  ---
2
  library_name: keras-hub
3
  ---
4
- This is a [`Llama` model](https://keras.io/api/keras_hub/models/llama) uploaded using the KerasHub library and can be used with JAX, TensorFlow, and PyTorch backends.
5
- Model config:
6
- * **name:** llama_backbone_1
7
- * **trainable:** True
8
- * **vocabulary_size:** 32000
9
- * **num_layers:** 32
10
- * **num_query_heads:** 32
11
- * **hidden_dim:** 4096
12
- * **intermediate_dim:** 11008
13
- * **rope_max_wavelength:** 10000.0
14
- * **rope_scaling_factor:** 1.0
15
- * **num_key_value_heads:** 32
16
- * **layer_norm_epsilon:** 1e-05
17
- * **dropout:** 0
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
+
7
+ ### Example Usage
8
+
9
+
10
+ ## Example Usage with Hugging Face URI
11
+
 
 
 
 
 
 
12