Murtuza Dahodwala
Murtuza Dahodwala
> sudo apt-get install libaspell-dev Thanks alot. This worked for me!
@mhagiwara How do I create my own token file (.tok) with my dataset. I have a dataset of 20lakh food item names and I want to train a model to...
@mhagiwara I was able to train the model with my own dataset using xfspell architecture. But now when I try to do inference, I am getting an error in fairseq....
Yes, The model works fine when loaded with huggingface library in Python.
Thank you for your response. Then maybe I can build an ngram model on top of it. The major issue is that words like "panii puri" should be corrected to...
"panii " should not be there in my vocabulary because then only it gets corrected to "panini". But I am sure I don't have "panini puri" in my dataset :P...
Python3 tensorflow 2.3 keras 2.4.3 Epoch 1/20 --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in () 14 callbacks_list = [checkpoint] 15 ---> 16 model.fit(input_data, output_data, validation_data=(input_data, output_data), batch_size=2, epochs=20, callbacks=callbacks_list)...