Divyasreepat commited on
Commit
bc9c128
·
verified ·
1 Parent(s): 14acdb0

Update README.md with new model card content

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -11,8 +11,12 @@ References:
11
  - [Based on the TensorFlow implementation from DeepVision](https://github.com/DavidLandup0/deepvision/tree/main/deepvision/models/classification/mix_transformer) # noqa: E501
12
 
13
  ## Links
14
- * [MiT Quickstart Notebook: coming soon]()
15
- * [MiT API Documentation: coming soon]()
 
 
 
 
16
 
17
  ## Installation
18
 
@@ -20,7 +24,7 @@ Keras and KerasHub can be installed with:
20
 
21
  ```
22
  pip install -U -q keras-Hub
23
- pip install -U -q keras>=3
24
  ```
25
 
26
  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.
 
11
  - [Based on the TensorFlow implementation from DeepVision](https://github.com/DavidLandup0/deepvision/tree/main/deepvision/models/classification/mix_transformer) # noqa: E501
12
 
13
  ## Links
14
+
15
+ * [MiT Quickstart Notebook](https://www.kaggle.com/code/laxmareddypatlolla/mit-quickstart-notebook)
16
+ * [MiT API Documentation](https://keras.io/keras_hub/api/models/mit/)
17
+ * [KerasHub Beginner Guide](https://keras.io/guides/keras_hub/getting_started/)
18
+ * [KerasHub Model Publishing Guide](https://keras.io/guides/keras_hub/upload/)
19
+
20
 
21
  ## Installation
22
 
 
24
 
25
  ```
26
  pip install -U -q keras-Hub
27
+ pip install -U -q keras
28
  ```
29
 
30
  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.