Divyasreepat commited on
Commit
ce36fd1
·
verified ·
1 Parent(s): 438716e

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 are released under the [MIT License](https://opensource.org/license/mit)
14
 
15
  ## Links
16
 
17
- * [GPT-2 Quickstart Notebook](https://www.kaggle.com/code/gabrielrasskin/gpt-2-quickstart)
18
  * [GPT-2 API Documentation](https://keras.io/api/keras_hub/models/gpt2/)
19
  * [GPT-2 Model Card](https://github.com/openai/gpt-2/blob/master/model_card.md)
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
+ * [GPT-2 Quickstart Notebook](https://www.kaggle.com/code/laxmareddypatlolla/gpt-2-quickstart)
18
  * [GPT-2 API Documentation](https://keras.io/api/keras_hub/models/gpt2/)
19
  * [GPT-2 Model Card](https://github.com/openai/gpt-2/blob/master/model_card.md)
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.