Update README.md with new model card content
Browse files
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 |
-
|
17 |
-
* [MiT
|
|
|
|
|
|
|
|
|
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
|
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.
|