Open TPFRL opened 2 years ago
Which part are you interested in? The replacement of the embedding object has been integrated into the main AdapterHub framework.
I thought I could generate MF^{10}_{NEURAL} with mBERT embeddings using the provided code.
I'm looking for the same thing (implementation of the matrix factorization method), I wasn't able to find it in the AdapterHub framework. Could you provide a link?
I'm looking for the code implementation, which I think will help my work. Would you share your codes?
For anyone still looking for the implementation of semi non-negative matrix factorization, take a look at the repository that was mentioned in the paper: https://github.com/cthurau/pymf
Hi, Thanks for the great work!! Is there any plan for code release, as described in paper?