Divyasreepat commited on
Commit
caa1e56
·
verified ·
1 Parent(s): 178d528

Update README.md with new model card content

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -5,7 +5,7 @@ tags:
5
  - text-classification
6
  pipeline_tag: text-classification
7
  ---
8
- ## Model Overview
9
  DeBERTaV3 encoder networks are a set of transformer encoder models published by Microsoft. DeBERTa improves the BERT and RoBERTa models using disentangled attention and enhanced mask decoder.
10
 
11
  Weights are released under the [MIT License](https://opensource.org/license/mit). Keras model code is released under the [Apache 2 License](https://github.com/keras-team/keras-hub/blob/master/LICENSE).
@@ -147,4 +147,4 @@ classifier = keras_hub.models.DebertaV3Classifier.from_preset(
147
  preprocessor=None,
148
  )
149
  classifier.fit(x=features, y=labels, batch_size=2)
150
- ```
 
5
  - text-classification
6
  pipeline_tag: text-classification
7
  ---
8
+ ### Model Overview
9
  DeBERTaV3 encoder networks are a set of transformer encoder models published by Microsoft. DeBERTa improves the BERT and RoBERTa models using disentangled attention and enhanced mask decoder.
10
 
11
  Weights are released under the [MIT License](https://opensource.org/license/mit). Keras model code is released under the [Apache 2 License](https://github.com/keras-team/keras-hub/blob/master/LICENSE).
 
147
  preprocessor=None,
148
  )
149
  classifier.fit(x=features, y=labels, batch_size=2)
150
+ ```