Update README.md with new model card content
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ tags:
|
|
| 11 |
- text-conversation
|
| 12 |
pipeline_tag: text-generation
|
| 13 |
---
|
| 14 |
-
|
| 15 |
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.
|
| 16 |
|
| 17 |
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).
|
|
@@ -203,4 +203,4 @@ llama_lm = keras_hub.models.Llama3CausalLM.from_preset(
|
|
| 203 |
dtype="bfloat16"
|
| 204 |
)
|
| 205 |
llama_lm.fit(x=x, y=y, sample_weight=sw, batch_size=2)
|
| 206 |
-
```
|
|
|
|
| 11 |
- text-conversation
|
| 12 |
pipeline_tag: text-generation
|
| 13 |
---
|
| 14 |
+
### Model Overview
|
| 15 |
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.
|
| 16 |
|
| 17 |
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).
|
|
|
|
| 203 |
dtype="bfloat16"
|
| 204 |
)
|
| 205 |
llama_lm.fit(x=x, y=y, sample_weight=sw, batch_size=2)
|
| 206 |
+
```
|