-
It seems like the newest transformers `AutoModel` supports DeBERTa
(you can find it on AutoModel page https://huggingface.co/transformers/model_doc/auto.html#transformers.AutoModel)
The transforme…
-
Hi,
I'm running Microsoft's [DeBERTa](https://github.com/microsoft/DeBERTa) in PyTorch('1.7.0') with 1 GPU only and I'm not using any [parallel or distributed training](https://pytorch.org/tutorial…
-
Hi Jeff:
Hope all is well. I've enjoyed working with your repo and I was looking forward to testing deberta and deberta-v2 models but unfortunately I've hit a few snags. I've had no issues with the…
-
Here is what I ran:
```python
from transformers.hf_api import HfApi
from tqdm import tqdm
import pandas as pd
model_list = HfApi().model_list()
model_ids = [x.modelId for x in model_list]
…
-
## Environment info
- `transformers` version: 4.3.1
- Platform: Linux-5.4.0-54-generic-x86_64-with-glibc2.29
- Python version: 3.8.5
- PyTorch version (GPU?): 1.7.1+cpu (False)
- Tensorflow v…
205g0 updated
3 years ago
-
DeBERTa
[paper](https://arxiv.org/abs/2006.03654)
[code](https://github.com/microsoft/DeBERTa)
[huggingface model](https://huggingface.co/models?search=deberta)
-
## Environment data
- Language Server version: 2021.5.2-pre.1
- OS and version: Windows
- Python version (& distribution if applicable, e.g. Anaconda): Anaconda
## Actual behavio…
-
Das Pretrained Model [deberta-large-mnli](https://huggingface.co/microsoft/deberta-large-mnli) soll mit dem Datensatz aus #2 und dem Code aus #1 weitertrainiert werden.
Personen: 1
-
For the hate speech task on Dynabench, our annotators are now validating hateful content, and the ‘validation’ screen has frozen. The error code returns (error: "No examples available (26)", status_co…
-
## Environment info
- `transformers` version: 4.1.1
- Platform: Linux-5.8.0-48-generic-x86_64-with-glibc2.27
- Python version: 3.8.8
- PyTorch version (GPU?): 1.7.1 (False)
- Tensorflow version (…