Divyasreepat commited on
Commit
c8cf432
·
verified ·
1 Parent(s): c1e50e9

Update README.md with new model card content

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