EleutherAI / project-menu

See the issue board for the current status of active and prospective projects!
65 stars 4 forks source link

[RFP] Transfer learning from one vocab to another #25

Closed leogao2 closed 1 year ago

leogao2 commented 3 years ago

Background

It would be useful to transfer a model trained using one vocab to another vocab.

What to plot?

Train one model with vocab A, and one with vocab B. Plot two training curves: training of B, and training of a model with vocab B but with weights except for embedding matrix resumed from A.

Possible values for A and B:

Also worth trying whether freezing some params initially before unfreezing is a good idea.

Jeevesh8 commented 3 years ago

Related paper, but quite different in purpose: exBERT