Divyasreepat
commited on
Commit
•
53e58b0
1
Parent(s):
69f6a4f
Update README.md with new model card content
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
library_name: keras-hub
|
3 |
---
|
4 |
-
|
5 |
ALBERT encoder network.
|
6 |
|
7 |
This class implements a bi-directional Transformer-based encoder as
|
@@ -47,7 +47,7 @@ __Arguments__
|
|
47 |
- __num_segments__: int. The number of types that the 'segment_ids' input can
|
48 |
take.
|
49 |
|
50 |
-
|
51 |
```python
|
52 |
import keras
|
53 |
import keras_hub
|
|
|
1 |
---
|
2 |
library_name: keras-hub
|
3 |
---
|
4 |
+
## Model Overview
|
5 |
ALBERT encoder network.
|
6 |
|
7 |
This class implements a bi-directional Transformer-based encoder as
|
|
|
47 |
- __num_segments__: int. The number of types that the 'segment_ids' input can
|
48 |
take.
|
49 |
|
50 |
+
## Example Usage
|
51 |
```python
|
52 |
import keras
|
53 |
import keras_hub
|