-
Notifications
You must be signed in to change notification settings - Fork 42
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
Train the model #56
Comments
Hi @Kik099 The instructions for training NER models are described at https://github.com/dmis-lab/BERN2/tree/main/multi_ner/training. You can review the format of the training data there. If you encounter any issues while training models on your data, please feel free to ask follow-up questions Thanks |
I just want to know how the training data should be. I have data files that are tokenized and contain the classification. Does this work? Example: The 0 |
Hi @Kik099 , We have split each type of labels and train separate classifier layers.
If you have any questions, feel free to tag me please! |
Hi mjeensung. And sorry to disturb. Best, Rodrigo Saraiva |
Hi @Kik099 Best, Minbyul |
Hello, thank you for your attention. I am working on a dissertation for a master's in Computer Engineering, and I would like to inquire if I could use this model as a foundation for my thesis. If so, my goal is to train the model for use in Portuguese. I've successfully run Kazu, and now I'd like to use this one to compare data related to the healthcare field.
Can you tell me how I can train these model?
And how the training data files needed to be.
Best regards,
Rodrigo Saraiva
The text was updated successfully, but these errors were encountered: