Divyasreepat commited on
Commit
53e58b0
1 Parent(s): 69f6a4f

Update README.md with new model card content

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,7 +1,7 @@
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,7 +47,7 @@ __Arguments__
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
 
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