Update README.md with new model card content
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ Both weights and Keras model code is released under the [Apache 2 License](https
|
|
| 15 |
|
| 16 |
## Links
|
| 17 |
|
| 18 |
-
* [Mistral 2 Quickstart Notebook](https://www.kaggle.com/code/
|
| 19 |
* [Mistral 2 API Documentation](https://keras.io/api/keras_hub/models/mistral/)
|
| 20 |
* [Mistral 2 Model Card](https://huggingface.co/mistralai/Mistral-7B-v0.1)
|
| 21 |
* [KerasHub Beginner Guide](https://keras.io/guides/keras_hub/getting_started/)
|
|
@@ -27,7 +27,7 @@ Keras and KerasHub can be installed with:
|
|
| 27 |
|
| 28 |
```
|
| 29 |
pip install -U -q keras-hub
|
| 30 |
-
pip install -U -q keras
|
| 31 |
```
|
| 32 |
|
| 33 |
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.
|
|
|
|
| 15 |
|
| 16 |
## Links
|
| 17 |
|
| 18 |
+
* [Mistral 2 Quickstart Notebook](https://www.kaggle.com/code/laxmareddypatlolla/mistral-quickstart)
|
| 19 |
* [Mistral 2 API Documentation](https://keras.io/api/keras_hub/models/mistral/)
|
| 20 |
* [Mistral 2 Model Card](https://huggingface.co/mistralai/Mistral-7B-v0.1)
|
| 21 |
* [KerasHub Beginner Guide](https://keras.io/guides/keras_hub/getting_started/)
|
|
|
|
| 27 |
|
| 28 |
```
|
| 29 |
pip install -U -q keras-hub
|
| 30 |
+
pip install -U -q keras
|
| 31 |
```
|
| 32 |
|
| 33 |
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.
|