Skip to content

PragmaticLab/EmbeddingMapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmbeddingMapper

Mapping one embedding space to another


finished experiments:

  1. imdb -> shakespeare (512 -> 64)
  2. imdb -> imdb (512 -> 64)
  3. imdb -> imdb (512 -> 512)
  4. transfer learning (small vocab -> big vocab)
    • 5000 -> 6000 (by freq)
    • 5000 -> 6000 (by random sample)
    • 5000 -> 10000 (by freq)
    • 5000 -> 10000 (by random sample)

to experiment:

  • different vocab during training
    • vocab right is subset of vocab left
    • vocab left is subset of vocab right
    • vocab left and right both have uniques

existing papers:

to read:

Releases

No releases published

Packages

No packages published

Languages