Divyasreepat commited on
Commit
a66f179
·
verified ·
1 Parent(s): 79038bf

Update README.md with new model card content

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