-
Notifications
You must be signed in to change notification settings - Fork 58
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
General help for custom token classification endtask #3
Comments
Hello, That's cool, I have not tested on NER right now, it will be interesting to check it. Regards, François |
Hey @madlag , Thanks for your answer 😄 Yep, I just sent you an invite to the repo (I removed a bunch of files from the original library). Let me know what you think of it, and if you have any suggestion! Really appreciate your help, |
Hi Jules ! I pushed a new branch "madlag_fix", but so I could not test it completely: I tried to run the experiment, but I lack the dataset files, and I don't know where to find them, so if you tell me how, I can check it more properly ;-) Regards, François |
Hey @madlag , Awesome!! Thanks a lot for your help! I just tried it and training went well! 😄 However the size of the saved model is identical to the one without fine-pruning... I saw that you shared a notebook in #5 , I will have a look at it and let you know if I need further help! Thanks again François, |
Hi ! Regards, François |
Hey Francois, Awesome, I'm now playing around with the parameters to check how it affects performance and how much it shrinks the model! Next step: investigate how to add distillation to it :) Cheers, |
Hey all,
Thanks for the great repo, that's exactly what I was looking for 😄
I have been through the examples and documentation you guys provided but I am attempting to use the library for token classification (specifically for NER).
I have my own
datasets.Dataset
, a custom BERT model and I am not using a HFTrainer
.I have tried to follow the steps provided here but they are quite confusing to me...
@madlag Could you by any chance give me further hints/notebooks on how I could use the library to reach my end goal?
Thanks a lot for you help,
Cheers,
Jules
The text was updated successfully, but these errors were encountered: