You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case i want to train on my custom dataset and i have the data ready in the required conll data format. Can i use the the pre-trained glove embedding for training purposes or will i have to generate separate embedding for my custom dataset and then train it for the same?
Can anyone give me some insights as to how to solve this issue?
The text was updated successfully, but these errors were encountered:
Hi @vaibhavsatpathy
You can use pre-trained glove embeddings or randomly initialize the embedding layer.
Both will work. Usually, pre-trained embedding will work better.
You can use any pre-trained embedding in the format of glove with this repo
In case i want to train on my custom dataset and i have the data ready in the required conll data format. Can i use the the pre-trained glove embedding for training purposes or will i have to generate separate embedding for my custom dataset and then train it for the same?
Can anyone give me some insights as to how to solve this issue?
The text was updated successfully, but these errors were encountered: