1. 11 Oct, 2019 1 commit
    • Rémi Louf's avatar
      load pretrained embeddings in Bert decoder · f8e98d67
      Rémi Louf authored
      In Rothe et al.'s "Leveraging Pre-trained Checkpoints for Sequence
      Generation Tasks", Bert2Bert is initialized with pre-trained weights for
      the encoder, and only pre-trained embeddings for the decoder. The
      current version of the code completely randomizes the weights of the
      decoder.
      
      We write a custom function to initiliaze the weights of the decoder; we
      first initialize the decoder with the weights and then randomize
      everything but the embeddings.
      f8e98d67
  2. 10 Oct, 2019 13 commits
  3. 08 Oct, 2019 8 commits
  4. 07 Oct, 2019 8 commits
  5. 06 Oct, 2019 1 commit
  6. 04 Oct, 2019 5 commits
  7. 03 Oct, 2019 4 commits