-
作者您好,您的工作非常精彩,我再尝试训练da-clip的时候,会出现下面的报错,请问是否需要预先下载您的daclip_ViT-B-32.可是我在您readme文件里面并没有找到相关操作。事实上,我如果是要重新训练custom clip 的话应该只需要ViT-B-32即可。
PS:我使用的是Windows操作系统,不过我认为应该没有影响
2024-10-31,16:43:10 | INFO | …
-
Hey everyone, I've been using RoBERTa for the past year or so but have been looking into DeBERTa as well. My typical workflow with RoBERTa is to fine-tune the MLM using ~3mil medical reports to domai…
-
privacy_engine = PrivacyEngine(
File "/home/idris/.local/lib/python3.10/site-packages/private_transformers/privacy_engine.py", line 176, in __init__
raise ValueError(
ValueError: Model type …
-
## 🐛 Bug
I just trained a RoBERTa GottBERT model and obtain the following error while trying to load the final checkpoint
```
omegaconf.errors.ConfigKeyError: Key 'include_index' not in 'Masked…
-
-
If I want to use the roberta model as an evaluator, what should I input to the model.
The response from LLM only or Q&A together.
-
I noticed that it is coming soon in the README. Any plan to update the configurations?
-
Hey! Thanks for this work, brilliant!
Im trying to run your model on a macbook m1 (no cuda) with following code:
```
from accord_nlp.text_classification.ner.ner_model import NERModel
model = NE…
-
RuntimeError: mat1 and mat2 shapes cannot be multiplied (11264x1024 and 768x6)
当
```
'roberta': (
'transformers.BertTokenizer',
'transformers.RobertaModel',
'transforme…
-
D:\asdasd\AI\GPT-SoVITS-Server-main\GPT-SoVITS-Server-main>python server.py
DirectML可用,将使用DirectML进行推理加速。
设备名称: NVIDIA GeForce GTX 1650
Traceback (most recent call last):
File "D:\asdasd\AI\GPT-…