firasfrikha

Results 18 comments of firasfrikha

> Hello, > > So am currently training a german coref model. While the trained model does not yet work (I assume it is a problem with the differences of...

ok thank you @FabianKaiser for your response, have you tried to load the model ? because i'm getting an error while i'am adding the model to the pipeline. it said...

> Hello, > I am using thinc 7.4 > > My imports are as follows: > > ```python > from thinc.v2v import Model, ReLu, Affine > from thinc.api import chain,...

thank you @FabianKaiser for your time and I appreciate your help . i want to ask you if you have tried to load your self trained model and test it...

> > > Hello, > > > I am using thinc 7.4 > > > My imports are as follows: > > > ```python > > > from thinc.v2v import...

thank you @FabianKaiser , I just want to know if you have tried to load your own model and test it ?

I see, well in my case , I have tried to train a model for french language, And then I have tried to add it to add it to the...

After addind the model to nlp pipe line . i get this error: > ```python > --------------------------------------------------------------------------- >ShapeMismatchError Traceback (most recent call last) > in >----> 1 doc = nlp('je')...

thank you @FabianKaiser for your time, when training the model I set them as follow: > ```python >SIZE_SPAN = 1500 >SIZE_EMBEDDING = 300 >SIZE_WORD = 8 >SIZE_MENTION_EMBEDDING = (SIZE_SPAN +...

I have downloaded word embeddings from fasttext to train my model and i have used "fr_core_news_md" spacy model with them. It may be that these vector embeddding don't have the...