sosuperic / MeanSum

Other
112 stars 51 forks source link

Use word embeddings #17

Open sriyash421 opened 4 years ago

sriyash421 commented 4 years ago

Hello, I want to train this model on my custom data which is not as large as the yelp one. So, I wanted to use fasttext to build the word encoder instead of initialising them with zero. How can I use that in this code?