1. 10 Oct, 2019 2 commits
    • R茅mi Louf's avatar
      override `from_pretrained` in Bert2Rnd · 877ef2c6
      R茅mi Louf authored
      In the seq2seq model we need to both load pretrained weights in the
      encoder and initialize the decoder randomly. Because the
      `from_pretrained` method defined in the base class relies on module
      names to assign weights, it would also initialize the decoder with
      pretrained weights. To avoid this we override the method to only
      initialize the encoder with pretrained weights.
      877ef2c6
    • R茅mi Louf's avatar
      add comment on recursive weights loading · 851ef592
      R茅mi Louf authored
      851ef592
  2. 08 Oct, 2019 8 commits
  3. 07 Oct, 2019 8 commits
  4. 06 Oct, 2019 1 commit
  5. 04 Oct, 2019 5 commits
  6. 03 Oct, 2019 16 commits