"tests/utils/test_model_output.py" did not exist on "0454e4bd8baa709fe6c44426e9feb3f43baffa0b"
  1. 28 Jun, 2021 2 commits
    • Bhadresh Savani's avatar
      [Examples] Added context manager to datasets map (#12367) · 04dbea31
      Bhadresh Savani authored
      * added cotext manager to datasets map
      
      * fixed style and spaces
      
      * fixed warning of deprecation
      
      * changed desc
      04dbea31
    • Taha ValizadehAslani's avatar
      Update run_mlm.py (#12344) · 9490d668
      Taha ValizadehAslani authored
      Before the code could not be used for validation only because of this line:
      extension = data_args.train_file.split(".")[-1]
      was assuming that extension must be extracted from the training dataset. This line would run regardless of the training or validation options of the user. This would lead to an error if the user only wants to run an evaluation only and does not want to do train (because the training file does not exist). I modified it to extract extension from the training file if the user wants to do train and extract it from the validation file if the user wants to run eval. This way the code can be used for both training and validation separately.
      9490d668
  2. 25 Jun, 2021 2 commits
  3. 23 Jun, 2021 2 commits
  4. 17 Jun, 2021 3 commits
  5. 15 Jun, 2021 1 commit
  6. 14 Jun, 2021 3 commits
  7. 08 Jun, 2021 2 commits
  8. 25 May, 2021 3 commits
  9. 12 May, 2021 2 commits
  10. 11 May, 2021 1 commit
  11. 07 May, 2021 1 commit
  12. 29 Apr, 2021 1 commit
  13. 26 Apr, 2021 1 commit
  14. 23 Apr, 2021 1 commit
  15. 21 Apr, 2021 1 commit