-
Does bert-score support DeBERTaV3?
https://huggingface.co/microsoft/deberta-v3-large
If not, what types of work would this require?
-
1. Additional metrics to test
* [high priority] BERTScore-sentence, MNLI, {RoBERTa, DeBERTA}, Entail - Contradict, top-k and top-p
* [medium] BERTScore-original, DeBERTa -- to see how much…
-
![image](https://github.com/WENGSYX/VPTSL/assets/169020196/ab52b19d-b9dd-4ef6-94a8-e7b77bdc0754)
The datasets is MedVidQA, model is deberta-v3-base,
When I bash run.sh ,it turn out that: the index …
-
## 0. 論文
| タイトル | DeBERTa: Decoding-enhanced BERT with Disentangled Attention |
|:-------|:--|
| リンク | https://arxiv.org/abs/2006.03654 , https://github.com/microsoft/DeBERTa |
| 著者 | Pengc…
-
I have been trying to use the pretrained `DebertaV2ForMaskedLM` based on the [example code](https://huggingface.co/transformers/model_doc/deberta_v2.html), but it is not working. The following BERT co…
-
My server cannot connect to the Hugging Face website, so I manually downloaded the pretrained model used in the code and placed it in the `img2img-turbo-main` folder. After executing the command `pyth…
-
No such file or directory: 'log/confidence/rte_ent_deberta_base.json'
-
Here's command and error message. Please advise and help fix it. Thanks!
sudo docker run -it --rm --gpus all -v $PWD:/project ghcr.io/els-rd/transformer-deploy:latest bash -c "cd /project && \
…
-
您好,大佬,我用97M的deberta_v2模型训练多分类模型,发现保存的模型400M,有点没搞明白啊
-
Hi ! I want to train this model with my own datasets, which have the same format with the MedVidQA ,the only diffence between them is the Video ID .So how can I get features files of my datasets ?
(T…