Divyasreepat commited on
Commit
3d2a1ae
·
verified ·
1 Parent(s): ccc5f5f

Update README.md with new model card content

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -15,7 +15,7 @@ Weights and Keras model code are released under the [Apache 2 License](https://g
15
 
16
  ## Links
17
 
18
- * [FNet Quickstart Notebook](https://www.kaggle.com/code/matthewdwatson/fnet-quickstart/)
19
  * [FNet API Documentation](https://keras.io/api/keras_hub/models/f_net/)
20
  * [FNet Model Card](https://github.com/google-research/google-research/blob/master/f_net/README.md)
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>=3
31
  ```
32
 
33
  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.
 
15
 
16
  ## Links
17
 
18
+ * [FNet Quickstart Notebook](https://www.kaggle.com/code/laxmareddypatlolla/fnet-quickstart-notebook)
19
  * [FNet API Documentation](https://keras.io/api/keras_hub/models/f_net/)
20
  * [FNet Model Card](https://github.com/google-research/google-research/blob/master/f_net/README.md)
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 instruction on installing them in another environment see the [Keras Getting Started](https://keras.io/getting_started/) page.