Divyasreepat commited on
Commit
8b4a1e7
·
verified ·
1 Parent(s): da2c2d9

Update README.md with new model card content

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