Divyasreepat commited on
Commit
9d81199
·
verified ·
1 Parent(s): c12846f

Update README.md with new model card content

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -16,7 +16,7 @@ Llama 3 is a set of large language models published by Meta. Both pretrained and
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).
17
 
18
  ## Links
19
-
20
  * [Llama 3 API Documentation](https://keras.io/api/keras_hub/models/llama3/)
21
  * [Llama 3 Model Card & Prompt Formats](https://llama.meta.com/docs/model-cards-and-prompt-formats/meta-llama-3)
22
  * [KerasHub Beginner Guide](https://keras.io/guides/keras_hub/getting_started/)
@@ -28,7 +28,7 @@ Keras and KerasHub can be installed with:
28
 
29
  ```
30
  pip install -U -q keras-hub
31
- pip install -U -q keras>=3
32
  ```
33
 
34
  Jax, TensorFlow, and Torch come preinstalled in Kaggle Notebooks. For instructions on installing them in another environment see the [Keras Getting Started](https://keras.io/getting_started/) page.
 
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).
17
 
18
  ## Links
19
+ * [Llama 3 Quickstart Notebook](https://www.kaggle.com/code/laxmareddypatlolla/llama3-quickstart-notebook)
20
  * [Llama 3 API Documentation](https://keras.io/api/keras_hub/models/llama3/)
21
  * [Llama 3 Model Card & Prompt Formats](https://llama.meta.com/docs/model-cards-and-prompt-formats/meta-llama-3)
22
  * [KerasHub Beginner Guide](https://keras.io/guides/keras_hub/getting_started/)
 
28
 
29
  ```
30
  pip install -U -q keras-hub
31
+ pip install -U -q keras
32
  ```
33
 
34
  Jax, TensorFlow, and Torch come preinstalled in Kaggle Notebooks. For instructions on installing them in another environment see the [Keras Getting Started](https://keras.io/getting_started/) page.