-
https://huggingface.co/lukewys/laion_clap/resolve/main/music_audioset_epoch_15_esc_90.14.pt
When I was trying to fine-tune the model with the training scipt, I'm getting this error "AssertionError: …
-
I would like to evaluate the toxicity of the generations of my fine tuned models. I'm interested in using toxigen which seems popular (eg used in the Llama 2 paper).
However, looking at the curren…
-
Hello,
I added a bit of simialr code(adding xlmroberta tokenizer, encoder description) to use xlm-roberta-base from huggingface instead of bert encoder model. Problem is when I trying to train on xlm…
-
RuntimeError: Expected to mark a variable ready only once. This error is caused by one of the following reasons: 1) Use of a module parameter outside the `forward` function. Please make sure model par…
-
I run the code in " gts", but I find a mistake when using the Roberta which in "contextual_embeddings.py ".
`
class RobertaEncoder(nn.Module):
def __init__(self, roberta_model = 'roberta-base', de…
-
I get the following error after trying to run
```
pip install -r requirements.txt
python -m detector.server detector-base.pt
```
Error:
```
RuntimeError: Error(s) in loading state_dict fo…
-
Hello,
I am facing this error when trying to train the ISAAQ solvers on the TQA dataset using pre-trainings and the commands:
#True/False Questions
!python tqa_tf_sc.py -r IR -s
!python tqa_tf_sc…
-
any way to get support for XLM-RoBERTA, DeBERTA et similia models? (asking for those specific models mostly because they have 1+ B parameters versions, but could be extended to all BERT and encoder-on…
-
I am trying to evaluate the longformer model on some text.... every time I get the warnings below. Is this Ok?
```
Some weights of the model checkpoint at longformer-base-4096/ were not used when …
-
Hi @NielsRogge,
Many thanks for your notebook [Create_LiLT_+_XLM_RoBERTa_base.ipynb](https://github.com/NielsRogge/Transformers-Tutorials/blob/master/LiLT/Create_LiLT_%2B_XLM_RoBERTa_base.ipynb).
…