Divyasreepat
commited on
Commit
•
1716998
1
Parent(s):
8727c9c
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 |
BART encoder-decoder network.
|
6 |
|
7 |
This class implements a Transformer-based encoder-decoder model as
|
@@ -35,7 +35,7 @@ __Arguments__
|
|
35 |
sequence length. This determines the variable shape for positional
|
36 |
embeddings.
|
37 |
|
38 |
-
|
39 |
```python
|
40 |
import keras
|
41 |
import keras_hub
|
|
|
1 |
---
|
2 |
library_name: keras-hub
|
3 |
---
|
4 |
+
## Model Overview
|
5 |
BART encoder-decoder network.
|
6 |
|
7 |
This class implements a Transformer-based encoder-decoder model as
|
|
|
35 |
sequence length. This determines the variable shape for positional
|
36 |
embeddings.
|
37 |
|
38 |
+
## Example Usage
|
39 |
```python
|
40 |
import keras
|
41 |
import keras_hub
|