Guust Franssens

Results 4 comments of Guust Franssens

I ran across this issue whilst using camembert. I received the following error message ```python >>> RuntimeError: The expanded size of the tensor (2188) must match the existing size (514)...

@lxw0109 As I have mentioned previously, simply pass model_max_length as an argument > By passing model_max_length as argument to the TransformerWordEmbeddings, the error dissapeared for me. > > ```python >...

@alanakbik I managed to resolve it by getting rid of this invisible \ufeff character. Could this token also be removed if it's part of the sentence e.g. ``` George B-PER...