Text Generation
KerasHub
Keras
English
Divyasreepat commited on
Commit
ca9f08c
1 Parent(s): e926d62

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-generation
10
  ---
11
- ## Model Overview
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
+ ```