prasadsachin
commited on
Commit
•
ccf5761
1
Parent(s):
1716998
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
---
|
2 |
library_name: keras-hub
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
## Model Overview
|
5 |
BART encoder-decoder network.
|
@@ -200,4 +206,4 @@ bart_lm = keras_hub.models.BartSeq2SeqLM.from_preset(
|
|
200 |
preprocessor=None,
|
201 |
)
|
202 |
bart_lm.fit(x=x, y=y, sample_weight=sw, batch_size=2)
|
203 |
-
```
|
|
|
1 |
---
|
2 |
library_name: keras-hub
|
3 |
+
license: apache-2.0
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
tags:
|
7 |
+
- text-classification
|
8 |
+
- keras
|
9 |
---
|
10 |
## Model Overview
|
11 |
BART encoder-decoder network.
|
|
|
206 |
preprocessor=None,
|
207 |
)
|
208 |
bart_lm.fit(x=x, y=y, sample_weight=sw, batch_size=2)
|
209 |
+
```
|