Update README.md with new model card content
Browse files
README.md
CHANGED
@@ -9,7 +9,8 @@ Weights are released under the [MIT License](https://opensource.org/license/mit)
|
|
9 |
|
10 |
## Links
|
11 |
|
12 |
-
* [
|
|
|
13 |
* [ELECTRA Model Paper](https://openreview.net/pdf?id=r1xMH1BtvB)
|
14 |
* [KerasHub Beginner Guide](https://keras.io/guides/keras_hub/getting_started/)
|
15 |
* [KerasHub Model Publishing Guide](https://keras.io/guides/keras_hub/upload/)
|
@@ -20,7 +21,7 @@ Keras and KerasHub can be installed with:
|
|
20 |
|
21 |
```
|
22 |
pip install -U -q keras-hub
|
23 |
-
pip install -U -q keras
|
24 |
```
|
25 |
|
26 |
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.
|
|
|
9 |
|
10 |
## Links
|
11 |
|
12 |
+
* [ELECTRA Quickstart Notebook](coming soon)
|
13 |
+
* [ELECTRA API Documentation](https://keras.io/keras_hub/api/models/electra/)
|
14 |
* [ELECTRA Model Paper](https://openreview.net/pdf?id=r1xMH1BtvB)
|
15 |
* [KerasHub Beginner Guide](https://keras.io/guides/keras_hub/getting_started/)
|
16 |
* [KerasHub Model Publishing Guide](https://keras.io/guides/keras_hub/upload/)
|
|
|
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 instruction on installing them in another environment see the [Keras Getting Started](https://keras.io/getting_started/) page.
|