Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom dataset training #16

Open
vaibhavsatpathy opened this issue Oct 21, 2019 · 1 comment
Open

Custom dataset training #16

vaibhavsatpathy opened this issue Oct 21, 2019 · 1 comment

Comments

@vaibhavsatpathy
Copy link

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?

@kamalkraj
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants