-
我要做的项目是要求用roberta的,请问各位大佬我可以直接把chinese-roberta-wwm-ext对应的模型和vocab放在 bert_pretain目录下然后直接训练吗?
-
# ComfyUI Error Report
## Error Details
- **Node Type:** Joy_caption_two
- **Exception Type:** ValueError
- **Exception Message:** Unrecognized model in E:\comfyui-auto\models\Joy_caption_two\te…
-
## Describe the bug
Every time you click on synthesis, two warnings will be reported first and then an error will be reported. The following is the complete console information:
```
.\py311_cu118\p…
-
我试了DUIE中文数据集代码能够跑通,用的chinese-bert-wwm-ext的预训练模型和中文vocab,但是换到bert-base-cased模型和英文vocab在英文数据集上训练时,就报错下面的错误,不知道啥原因,关系数目也改了,是代码中还有需要修改的地方吗,还是用源代码才能跑?
![LYBLK2ZDJSP0`32K(_R JM6](https://github.com/user-at…
-
hello! how to use this model in chinese model? By changing the pretrained bert class in nlp.py? It doesn't help...
> qa_model = TFBertForQuestionAnswering.from_pretrained('bert-base-chinese')
> qa_t…
-
OSError: Model name 'med_kg/ner_model/outputs/1101medselfner-finetune/bert' was not found in model name list (bert-base-uncased, bert-large-uncased, bert-base-cased, bert-large-cased, bert-base-multil…
-
Got the following error message:
> File "/opt/miniconda3/envs/ollama/lib/python3.10/site-packages/torch/nn/functional.py", line 2264, in embedding
return torch.embedding(weight, input, padding_idx…
-
Hi! Thanks for your contribution. It is an excellent piece of work!
My task language is Chinese. I have trained a Chinese tokenizer and trained it from scratch, but I have the following questions:
…
-
Hi,
When I try to run step 1s -- dataset formatting -- I get the following error:
```
vocal_Saya.wav.reformatted.wav_10.flac_0022832960_0022952000.wav
vocal_Saya.wav.reformatted.wav_10.flac_0022…
-
如何解决?我修改了casrel.py中的代码
`
class CasRel(nn.Module):
def __init__(self, config):
super(CasRel, self).__init__()
self.config = config
self.bert_dim = 768
model…