Update README.md with new model card content
Browse files
README.md
CHANGED
@@ -12,8 +12,8 @@ Weights are released under the [MIT License](https://opensource.org/license/mit)
|
|
12 |
|
13 |
## Links
|
14 |
|
15 |
-
* [DeBERTaV3 Quickstart Notebook](https://www.kaggle.com/code/
|
16 |
-
* [DeBERTaV3 API Documentation](https://keras.io/api/keras_hub/models/deberta_v3
|
17 |
* [DeBERTaV3 Model Paper](https://arxiv.org/abs/2111.09543)
|
18 |
* [KerasHub Beginner Guide](https://keras.io/guides/keras_hub/getting_started/)
|
19 |
* [KerasHub Model Publishing Guide](https://keras.io/guides/keras_hub/upload/)
|
@@ -24,7 +24,7 @@ Keras and KerasHub can be installed with:
|
|
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 instruction on installing them in another environment see the [Keras Getting Started](https://keras.io/getting_started/) page.
|
|
|
12 |
|
13 |
## Links
|
14 |
|
15 |
+
* [DeBERTaV3 Quickstart Notebook](https://www.kaggle.com/code/laxmareddypatlolla/debertav3-quickstart)
|
16 |
+
* [DeBERTaV3 API Documentation](https://keras.io/api/keras_hub/models/deberta_v3)
|
17 |
* [DeBERTaV3 Model Paper](https://arxiv.org/abs/2111.09543)
|
18 |
* [KerasHub Beginner Guide](https://keras.io/guides/keras_hub/getting_started/)
|
19 |
* [KerasHub Model Publishing Guide](https://keras.io/guides/keras_hub/upload/)
|
|
|
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 instruction on installing them in another environment see the [Keras Getting Started](https://keras.io/getting_started/) page.
|