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 |
An XLM-RoBERTa encoder network.
|
| 6 |
|
| 7 |
This class implements a bi-directional Transformer-based encoder as
|
|
@@ -36,7 +36,7 @@ __Arguments__
|
|
| 36 |
`max_sequence_length` default value. This determines the variable
|
| 37 |
shape for positional embeddings.
|
| 38 |
|
| 39 |
-
|
| 40 |
```python
|
| 41 |
import keras
|
| 42 |
import keras_hub
|
|
|
|
| 1 |
---
|
| 2 |
library_name: keras-hub
|
| 3 |
---
|
| 4 |
+
## Model Overview
|
| 5 |
An XLM-RoBERTa encoder network.
|
| 6 |
|
| 7 |
This class implements a bi-directional Transformer-based encoder as
|
|
|
|
| 36 |
`max_sequence_length` default value. This determines the variable
|
| 37 |
shape for positional embeddings.
|
| 38 |
|
| 39 |
+
## Example Usage
|
| 40 |
```python
|
| 41 |
import keras
|
| 42 |
import keras_hub
|