"docs/vscode:/vscode.git/clone" did not exist on "685a5738a7b09faacc786e77f2a2ecfb5c9d6cea"
  1. 15 Apr, 2019 8 commits
  2. 11 Apr, 2019 7 commits
  3. 09 Apr, 2019 2 commits
    • Yaroslav Bulatov's avatar
      Update README.md · 8fffba5f
      Yaroslav Bulatov authored
      Fix for
      
      ```> > > > 04/09/2019 21:39:38 - INFO - __main__ -   device: cuda n_gpu: 1, distributed training: False, 16-bits training: False
      Traceback (most recent call last):
        File "/home/ubuntu/pytorch-pretrained-BERT/examples/lm_finetuning/simple_lm_finetuning.py", line 642, in <module>
          main()
        File "/home/ubuntu/pytorch-pretrained-BERT/examples/lm_finetuning/simple_lm_finetuning.py", line 502, in main
          raise ValueError("Training is currently the only implemented execution option. Please set `do_train`.")
      ValueError: Training is currently the only implemented execution option. Please set `do_train`.
      ```
      8fffba5f
    • Benjamin Mann's avatar
      fix run_gpt2.py · fd8a3556
      Benjamin Mann authored
      fd8a3556
  4. 03 Apr, 2019 6 commits
  5. 02 Apr, 2019 4 commits
  6. 01 Apr, 2019 1 commit
  7. 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
  8. 29 Mar, 2019 2 commits
  9. 28 Mar, 2019 1 commit
  10. 27 Mar, 2019 7 commits