-
Notifications
You must be signed in to change notification settings - Fork 13
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
Detecting New Entities In Model #13
Comments
Hi, Sorry for the delayed response. If you do, then you would need to get the data in this form: notes.jsonl Then you can follow the steps given in this notebook: Train.ipynb and replace the files accordingly. Let us know if that doesn't work! |
Hi,
Really appreciate the insights given! |
Hi, sorry for the delay.
Let us know if you have any other questions, thanks! |
Hi, Appreciate the informative response and wanted to clarify so I can fine-tune the model to work with a higher capability of detecting Medicare numbers as well. Just that I would need the I2B2 data with the I2B2 data, including a variety of Medicare number in it. And that data has to be in the stated data format that was described in repo. Hope to hear from you soon! |
Yes, that sounds about right! Let us know if there are any issues, thanks! |
Alright, thanks for that clarification. I was under the impression that if I were to just fine-tune the model with just US Medicare numbers, the model would just add on to its capability of not just detecting 'Medicare number' but also continuing to detect other attributes like 'name' and 'date' at the same accuracy with Medicare as well? |
Yes, that could work, but there is a possibility that the model might forget what it has learnt previously (the accuracy of detecting other types of PHI might decrease) Also, do you have a dataset with just medicare numbers? If so what does that dataset look like? |
Hi,I've got a dataset; its just in the format of JSON, as described in the instructions provided. I'll try it out first, will let you on the results, is there any email contact I can use to contact you (if possible)? |
Hi,
Would like to ask how do I train/ fine-tune the model to detect for new entities with the "ID" tag , e.g medicare number, phone number with +65. Real appreciate any insights on that!
The text was updated successfully, but these errors were encountered: