Update README.md with new model card content
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ Weights and Keras model code are released under the [Apache 2 License](https://g
|
|
| 13 |
|
| 14 |
## Links
|
| 15 |
|
| 16 |
-
* [DistilBert Quickstart Notebook](https://www.kaggle.com/code/
|
| 17 |
* [DistilBert API Documentation](https://keras.io/api/keras_hub/models/distil_bert/)
|
| 18 |
* [DistilBert Model Card](https://huggingface.co/distilbert/distilbert-base-uncased)
|
| 19 |
* [KerasHub Beginner Guide](https://keras.io/guides/keras_hub/getting_started/)
|
|
@@ -25,7 +25,7 @@ Keras and KerasHub can be installed with:
|
|
| 25 |
|
| 26 |
```
|
| 27 |
pip install -U -q keras-hub
|
| 28 |
-
pip install -U -q keras
|
| 29 |
```
|
| 30 |
|
| 31 |
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.
|
|
|
|
| 13 |
|
| 14 |
## Links
|
| 15 |
|
| 16 |
+
* [DistilBert Quickstart Notebook](https://www.kaggle.com/code/laxmareddypatlolla/distilbert-quickstart)
|
| 17 |
* [DistilBert API Documentation](https://keras.io/api/keras_hub/models/distil_bert/)
|
| 18 |
* [DistilBert Model Card](https://huggingface.co/distilbert/distilbert-base-uncased)
|
| 19 |
* [KerasHub Beginner Guide](https://keras.io/guides/keras_hub/getting_started/)
|
|
|
|
| 25 |
|
| 26 |
```
|
| 27 |
pip install -U -q keras-hub
|
| 28 |
+
pip install -U -q keras
|
| 29 |
```
|
| 30 |
|
| 31 |
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.
|