Update README.md with new model card content
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ tags:
|
|
| 8 |
- keras
|
| 9 |
pipeline_tag: text-generation
|
| 10 |
---
|
| 11 |
-
|
| 12 |
An OPT decoder network.
|
| 13 |
|
| 14 |
This class implements a Transformer-based decoder model as described in
|
|
@@ -168,4 +168,4 @@ opt_lm = keras_hub.models.OPTCausalLM.from_preset(
|
|
| 168 |
preprocessor=None,
|
| 169 |
)
|
| 170 |
opt_lm.fit(x=x, y=y, sample_weight=sw, batch_size=2)
|
| 171 |
-
```
|
|
|
|
| 8 |
- keras
|
| 9 |
pipeline_tag: text-generation
|
| 10 |
---
|
| 11 |
+
### Model Overview
|
| 12 |
An OPT decoder network.
|
| 13 |
|
| 14 |
This class implements a Transformer-based decoder model as described in
|
|
|
|
| 168 |
preprocessor=None,
|
| 169 |
)
|
| 170 |
opt_lm.fit(x=x, y=y, sample_weight=sw, batch_size=2)
|
| 171 |
+
```
|