Divyasreepat commited on
Commit
0ee2e90
1 Parent(s): a6ff513

Update README.md with new model card content

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -8,7 +8,7 @@ tags:
8
  - keras
9
  pipeline_tag: text-classification
10
  ---
11
- ## Model Overview
12
  BART encoder-decoder network.
13
 
14
  This class implements a Transformer-based encoder-decoder model as
@@ -207,4 +207,4 @@ bart_lm = keras_hub.models.BartSeq2SeqLM.from_preset(
207
  preprocessor=None,
208
  )
209
  bart_lm.fit(x=x, y=y, sample_weight=sw, batch_size=2)
210
- ```
 
8
  - keras
9
  pipeline_tag: text-classification
10
  ---
11
+ ### Model Overview
12
  BART encoder-decoder network.
13
 
14
  This class implements a Transformer-based encoder-decoder model as
 
207
  preprocessor=None,
208
  )
209
  bart_lm.fit(x=x, y=y, sample_weight=sw, batch_size=2)
210
+ ```