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