Divyasreepat commited on
Commit
12ba33c
1 Parent(s): c5a5dd0

Update README.md with new model card content

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -7,7 +7,7 @@ tags:
7
  - text-classification
8
  pipeline_tag: text-classification
9
  ---
10
- ## Model Overview
11
  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.
12
 
13
  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).
@@ -149,4 +149,4 @@ classifier = keras_hub.models.DebertaV3Classifier.from_preset(
149
  preprocessor=None,
150
  )
151
  classifier.fit(x=features, y=labels, batch_size=2)
152
- ```
 
7
  - text-classification
8
  pipeline_tag: text-classification
9
  ---
10
+ ### Model Overview
11
  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.
12
 
13
  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).
 
149
  preprocessor=None,
150
  )
151
  classifier.fit(x=features, y=labels, batch_size=2)
152
+ ```