Divyasreepat commited on
Commit
d4988df
·
verified ·
1 Parent(s): 1af83a8

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 @@ Weights are released under the [MIT License](https://opensource.org/license/mit)
8
 
9
  ## Links
10
 
11
- * [Phi-3 Quickstart Notebook](https://www.kaggle.com/code/matthewdwatson/phi-3-quickstart)
12
  * [Phi-3 API Documentation](https://keras.io/api/keras_hub/models/phi3/)
13
  * [Phi-3 Model Card](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct)
14
  * [KerasHub Beginner Guide](https://keras.io/guides/keras_hub/getting_started/)
@@ -20,7 +20,7 @@ Keras and KerasHub can be installed with:
20
 
21
  ```
22
  pip install -U -q keras-hub
23
- pip install -U -q keras>=3
24
  ```
25
 
26
  Jax, TensorFlow, and Torch come preinstalled in Kaggle Notebooks. For instruction on installing them in another environment see the [Keras Getting Started](https://keras.io/getting_started/) page.
 
8
 
9
  ## Links
10
 
11
+ * [Phi-3 Quickstart Notebook](https://www.kaggle.com/code/laxmareddypatlolla/phi-3-quickstart)
12
  * [Phi-3 API Documentation](https://keras.io/api/keras_hub/models/phi3/)
13
  * [Phi-3 Model Card](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct)
14
  * [KerasHub Beginner Guide](https://keras.io/guides/keras_hub/getting_started/)
 
20
 
21
  ```
22
  pip install -U -q keras-hub
23
+ pip install -U -q keras
24
  ```
25
 
26
  Jax, TensorFlow, and Torch come preinstalled in Kaggle Notebooks. For instruction on installing them in another environment see the [Keras Getting Started](https://keras.io/getting_started/) page.