-
Notifications
You must be signed in to change notification settings - Fork 101
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
Luke NER Fine Tuning on Custom Entities. #113
Comments
So can I get what I have to do additionally? Is my dataset structure CORRECT? |
Hi @ahmadaii, |
Alright. Is there any separate script for converting luke ner model to transformers or I have to use same script provided for converting re model?? |
Actually, LUKE was added to the Transformers library after the experiments conducted in our paper. Therefore, the |
@ikuyamada I am referring to this script that was provided to convert luke re model to be used in transformers. Now I have fine tuned luke large model for NER task on my custom data. Is there any similar script for ner? |
@elonmusk-01 Check out this script, although you need to modify few things to make it work |
@binhna Were you able to run that script on custom dataset? Any idea on how to fix it? |
@NiteshMethani I managed to get it running, but not this script though. You could try this one, but you still need to edit some code to get it running. |
@binhna Thanks for sharing the script. I too was able to run it but with no luck. My performance even on conll2003 is: These were my hyperparameters for training: I wonder what's the reason for such poor F1 score on conll. |
Hi, I am trying to fine tune luke base model and prepared conll like dataset with two columns (one for tokens and other for labels). The training runs smoothly but asserts no entity label when trying to make predictions.
Can I really know what changes in the code are supposed to be making luke ner solution useful for custom ner with different number of classes.
The text was updated successfully, but these errors were encountered: