NaN using custom embedder
Hi there! sorry for the noob question here. I was trying to use https://huggingface.co/neuralmind/bert-large-portuguese-cased as a custom embedder model, but it only gives NaNs and does not extract anything. Am I missing something, or this model cannot be used?
this model cannot be used?
correct. It is a different type of embedder.
this model cannot be used?
correct. It is a different type of embedder.
Thanks a lot! Ive been trying to search for one based on brazilian portuguese to no avail, sorry to bother, but is there any such embedder that you know of?
this model cannot be used?
correct. It is a different type of embedder.
Thanks a lot! Ive been trying to search for one based on brazilian portuguese to no avail, sorry to bother, but is there any such embedder that you know of?
https://huggingface.co/utter-project/mHuBERT-147
If you use a custom embedder you need to have a pretrain trained with the same embedder, otherwise the results are not going to be good at all.