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