Divyasreepat commited on
Commit
ad6c309
1 Parent(s): 7e50176

Update README.md with new model card content

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -8,7 +8,7 @@ tags:
8
  - keras
9
  pipeline_tag: text-generation
10
  ---
11
- ## Model Overview
12
  Llama 2 is a set of large language models published by Meta. Both pretrained and instruction tuned models are available, and range in size from 7 billion to 70 billion parameters. See the model card below for benchmarks, data sources, and intended use cases.
13
 
14
  Weights are released under the [Llama 2 Community License](https://ai.meta.com/llama/license/). Keras model code is released under the [Apache 2 License](https://github.com/keras-team/keras-hub/blob/master/LICENSE).
@@ -185,4 +185,4 @@ llama_lm = keras_hub.models.LlamaCausalLM.from_preset(
185
  dtype="bfloat16"
186
  )
187
  llama_lm.fit(x=x, y=y, sample_weight=sw, batch_size=2)
188
- ```
 
8
  - keras
9
  pipeline_tag: text-generation
10
  ---
11
+ ### Model Overview
12
  Llama 2 is a set of large language models published by Meta. Both pretrained and instruction tuned models are available, and range in size from 7 billion to 70 billion parameters. See the model card below for benchmarks, data sources, and intended use cases.
13
 
14
  Weights are released under the [Llama 2 Community License](https://ai.meta.com/llama/license/). Keras model code is released under the [Apache 2 License](https://github.com/keras-team/keras-hub/blob/master/LICENSE).
 
185
  dtype="bfloat16"
186
  )
187
  llama_lm.fit(x=x, y=y, sample_weight=sw, batch_size=2)
188
+ ```