-
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-…
-
help me fix issue @tomaarsen , thanks u guys
```
onnx==1.13
onnxruntime==1.14
pytorch==2.0.0+cuda117
```
![image](https://user-images.githubusercontent.com/77484083/228126260-b0f2f006-da1c-4…
-
## Description
Add XLM-Roberta to modelzoo
## References
- https://github.com/pytorch/fairseq/tree/master/examples/xlmr
- https://github.com/dmlc/gluon-nlp/blob/master/scripts/bert/conversion_to…
leezu updated
5 years ago
-
What is the difference between the two pre-trained models 'stsb-roberta-large' and 'roberta-large-nli-stsb-mean-tokens'?
I believe both models are trained on NLI and then fine-tuned on stsb. Additi…
-
How would one have to adjust `run_predictions.py` to work with a roberta model?
I tried changing the tokenizer to `RobertaTokenizer` and set the data loader to `model_type=roberta` but that doesn't …
-
I noticed that it is coming soon in the README. Any plan to update the configurations?
-
changing from roberta-base to bert-base is throwing me a forward function error, I was wondering if you test with a different base model and what is so specific to roberta in your model.
-
I am currently trying to further pretrain a RoBERTa model on a custom dataset, initializing the model with `roberta-base` weights. I am using [this script](https://github.com/manueltonneau/academic-bu…
-
## 🐛 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…
-
When creating a vector database, we use embedding models such as bge-m3. The problem is that if the size of the text sent for vectorization does not fit into the context window of the model, the data …