-
Notifications
You must be signed in to change notification settings - Fork 75
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
Implementation of Distilbert and added Example of Fill Mask task for Distilbert and Roberta #200
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: Peter <[email protected]>
Co-authored-by: Peter <[email protected]>
Co-authored-by: Peter <[email protected]>
Co-authored-by: Peter <[email protected]>
Co-authored-by: Peter <[email protected]>
Hi @deveshjawla I hope you are doing well, There was an error running the tests, it's the same issue across all versions. In file load on line 286 you have this:
But the atribute
I'm gonna try to solve it but maybe you already have the solution! Best regards, I really appreciate your contribution |
Dear Abraham, I hope you are doing well. Apologies for a very late response. I have been working on another project. Thank you for bringing this to my attention. I was having problems with running the HuggingValidation script when I was implementing the Distilbert. The error was raised as an EnvironmentException at the code where the hugging face checkpoint is being loaded by the python in the following code at Transformers.jl/example/HuggingFaceValidation/main.jl
So I removed it and my validation for all models worked fine as below: Perhaps when you run the validation, it catches those errors which my build had not. The pooler layer I had implemented thinking NextSentencePrediciton in mind, but I think it is not implemented on HuggingFace Distilbert anyways. Please let me know if the test pass now. As for the other tasks, such as QA, SeqClassification, I have put the code in the distilbert implementation but not successfully tested it yet, but soon I intend to do so. Perhaps someone else might implement is sooner than me and so I have commented them out. In any case, Please let me know. Thank you. |
Hi, I have fixed the error related to forcausalLM but there are failures which I don't understand.
|
|
No description provided.