adapter-hub / UNKs_everywhere

UNKs Everywhere: Adapting Multilingual Language Models to New Scripts
Apache License 2.0
4 stars 0 forks source link

Any plan for code release as described in paper? #1

Open TPFRL opened 2 years ago

TPFRL commented 2 years ago

Hi, Thanks for the great work!! Is there any plan for code release, as described in paper? image

JoPfeiff commented 2 years ago

Which part are you interested in? The replacement of the embedding object has been integrated into the main AdapterHub framework.

TPFRL commented 2 years ago

I thought I could generate MF^{10}_{NEURAL} with mBERT embeddings using the provided code.

bminixhofer commented 2 years ago

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?

ahtamjan commented 2 years ago

I'm looking for the code implementation, which I think will help my work. Would you share your codes?

phucdev commented 5 months ago

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