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