1. 07 Apr, 2019 1 commit
  2. 03 Apr, 2019 1 commit
  3. 01 Apr, 2019 1 commit
  4. 30 Mar, 2019 2 commits
    • Weixin Wang's avatar
      Fix typo in example code · d07db28f
      Weixin Wang authored
      Modify 'unambigiously' to 'unambiguously'
      d07db28f
    • jeonsworld's avatar
      Update pregenerate_training_data.py · 60005f46
      jeonsworld authored
      If the value of rand_end is returned from the randint function, the value of sampled_doc_index that matches current_idx is returned from searchsorted.
      
      example:
      cumsum_max = {int64} 30
      doc_cumsum = {ndarray} [ 5  7 11 19 30]
      doc_lengths = {list} <class 'list'>: [5, 2, 4, 8, 11]
      if current_idx  = 1,
      rand_start = 7
      rand_end = 35
      sentence_index = randint(7, 35) % cumsum_max
      if randint return 35, sentence_index becomes 5.
      if sentence_index is 5, np.searchsorted returns 1 equal to current_index.
      60005f46
  5. 28 Mar, 2019 1 commit
    • dhanajitb's avatar
      making unconditional generation work · f872eb98
      dhanajitb authored
      The unconditional generation works now but if the seed is fixed, the sample is the same every time.
      n_samples > 1 will give different samples though.
      I am giving the start token as '<|endoftext|>' for the unconditional generation.
      f872eb98
  6. 27 Mar, 2019 2 commits
  7. 25 Mar, 2019 2 commits
  8. 21 Mar, 2019 10 commits
  9. 20 Mar, 2019 9 commits
  10. 17 Mar, 2019 1 commit
  11. 16 Mar, 2019 2 commits
  12. 15 Mar, 2019 1 commit
  13. 14 Mar, 2019 4 commits
  14. 13 Mar, 2019 1 commit
  15. 08 Mar, 2019 1 commit
  16. 06 Mar, 2019 1 commit