-
## ❓ Questions and Help
@nikithamalgifb, as per our offline discussion, I am reporting the issue with tracing of HuggingFace (HF) Models here. I am facing this issue with using Trace API from Torc…
-
when I run the model,I got the error below.
Traceback (most recent call last):
File "/Users/scs/Desktop/simbert-master/test_longformer.py", line 41, in
output = model(input_ids, attention_…
-
When I try to use clap_model.get_text_embedding() on an array with a single prompt in it, the call fails with an error in the Roberta tokenizer. It seems that it's confused about the shape of the arra…
-
Hi, thank you for the code and an amazing work to access some of the pre-trained model, but when I tried to run the code, I was unable to download the model from the models zoo and end up with an empt…
-
我通过transformers使用roberta_chinese_pair_tiny,提示以下warning
1. You are using a model of type roberta to instantiate a model of type bert. This is not supported for all configurations of models and can yie…
-
作者您好!在您的JMRL-DREEAM里,您描述的第一步将model.py更改为model.py.bak是如何操作的,单纯更改命名还是有单独相应的文件呢?
-
I running the step 4 directly as you said the data have been processed in the data.
The commond 'python matres/joint_model_addcommonseStandModel_roberta_matres.py' will cause the following resut:
""…
-
### Your question
Say if I use checkpoint loader load a checkpoint which contains diffusion/clip/vae. And I port only the clip output to following node. Will the unused diffusion and vae part be lo…
-
Hi, very interesting work. I have a question about BERT VS RoBERTa.
In original LAMA experiments, many people find BERT has a better performance than RoBERTa. However, I try the same thing in BioL…
-
Hello,
The outputs of both `run_prompt_finetune.py` and `run_prompt_finetune_test.py` showed that the models always predicted positive labels. I tried both BERT and RoBERTa as the PLM.
There's …