Divyasreepat commited on
Commit
ab23b35
1 Parent(s): b21e810

Update README.md with new model card content

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -10,7 +10,7 @@ tags:
10
  - text-conversation
11
  pipeline_tag: text-generation
12
  ---
13
- ## Model Overview
14
  Llama 3 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.
15
 
16
  Weights are released under the [Llama 3 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).
@@ -202,4 +202,4 @@ llama_lm = keras_hub.models.Llama3CausalLM.from_preset(
202
  dtype="bfloat16"
203
  )
204
  llama_lm.fit(x=x, y=y, sample_weight=sw, batch_size=2)
205
- ```
 
10
  - text-conversation
11
  pipeline_tag: text-generation
12
  ---
13
+ ### Model Overview
14
  Llama 3 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.
15
 
16
  Weights are released under the [Llama 3 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).
 
202
  dtype="bfloat16"
203
  )
204
  llama_lm.fit(x=x, y=y, sample_weight=sw, batch_size=2)
205
+ ```