Instructions to use microsoft/deberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/deberta-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="microsoft/deberta-base")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("microsoft/deberta-base", dtype="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -27,7 +27,7 @@ If you find DeBERTa useful for your work, please cite the following paper:
|
|
| 27 |
``` latex
|
| 28 |
@inproceedings{
|
| 29 |
he2021deberta,
|
| 30 |
-
title={
|
| 31 |
author={Pengcheng He and Xiaodong Liu and Jianfeng Gao and Weizhu Chen},
|
| 32 |
booktitle={International Conference on Learning Representations},
|
| 33 |
year={2021},
|
|
|
|
| 27 |
``` latex
|
| 28 |
@inproceedings{
|
| 29 |
he2021deberta,
|
| 30 |
+
title={DEBERTA: DECODING-ENHANCED BERT WITH DISENTANGLED ATTENTION},
|
| 31 |
author={Pengcheng He and Xiaodong Liu and Jianfeng Gao and Weizhu Chen},
|
| 32 |
booktitle={International Conference on Learning Representations},
|
| 33 |
year={2021},
|