-
Unrecognized model in D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\models\Joy_caption_two\text_model. Should have a `model_type` key in its config.json, or contain one of the fo…
-
Is it possible to add support for xlm-roberta? It's the same architecture as roberta, except for a larger vocabulary since it is multi-lingual.
-
作者,你好,非常感谢能够开源这个棒的模型。
我这边想要对xlm-roberta-large+retroMAE进行预训练,这边有两个问题想要咨询一下:
(1)xlm-robert-large模型中config.json的**max_position_embeddings**是514,这边想要扩展成8192,是直接将其写成8194吗?还需要其他什么操作不?
(2)在本地使用训练时,爆内存了,GP…
-
I run the program in pycharm, one error listed below occurs, how to solve it?
ValueError: Unrecognized model in weights/icon_caption_florence. Should have a `model_type` key in its config.json, or co…
-
Could you add xlm roberta?
see https://huggingface.co/transformers/pretrained_models.html
-
### Issue:
I was testing the package on huggingface "xlm-roberta-base" model and it failed with the following error.
`IndexError: index out of range in self`
------------------------------------…
-
I encountered an issue when attempting to trace a CrossEncoder model using torch.jit.trace. The error occurs during the tracing process when calling the forward method. Below is a minimal reproducible…
-
Hey
Does this work with FacebookAI/xlm-roberta-large-finetuned-conll03-english too? And where can I find base_vocabulary.json?
-
### Question
For fine-tuning, I used the google/flan-t5-large as the transformer like this:
# 4. initialize fine-tuneable transformer embeddings WITH document context
embeddings = TransformerWordEm…
-
Dear all,
Firstly, thanks for your work, it is real help for us!
I am now use your code to do some fine-tuning work, that is first obtain the best model (.pt file and Cong.josn) from my dataset.
…