You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First congratulations for the implementation, I went throught the code and is very clean and well coded! I have some questions:
1- Once I train the model, can I use model.save_pretrained() and push to the hugging face hub?
2- Would be nice to try to add this implementation to hugging face Transformers library, have you thought about it?
3- All these models were previously pre-trained in a large corpus, you didn't do this step, right?
Again, thanks a lot for the implementation!
The text was updated successfully, but these errors were encountered:
Hi,
First congratulations for the implementation, I went throught the code and is very clean and well coded! I have some questions:
1- Once I train the model, can I use
model.save_pretrained()
and push to the hugging face hub?2- Would be nice to try to add this implementation to hugging face
Transformers
library, have you thought about it?3- All these models were previously pre-trained in a large corpus, you didn't do this step, right?
Again, thanks a lot for the implementation!
The text was updated successfully, but these errors were encountered: