"vscode:/vscode.git/clone" did not exist on "ece1b62b93cde70233f235f6a4c84e37bfc8eba0"
  1. 23 Mar, 2021 1 commit
  2. 16 Mar, 2021 2 commits
  3. 15 Mar, 2021 1 commit
  4. 10 Mar, 2021 2 commits
  5. 08 Mar, 2021 1 commit
  6. 04 Mar, 2021 3 commits
  7. 27 Feb, 2021 1 commit
  8. 25 Feb, 2021 1 commit
  9. 11 Feb, 2021 1 commit
    • Qbiwan's avatar
      Update run_xnli.py to use Datasets library (#9829) · 8dcfaea0
      Qbiwan authored
      * remove xnli_compute_metrics, add load_dataset, load_metric, set_seed,metric.compute,load_metric
      
      * fix
      
      * fix
      
      * fix
      
      * push
      
      * fix
      
      * everything works
      
      * fix init
      
      * fix
      
      * special treatment for sepconv1d
      
      * style
      
      * 馃檹馃徑
      
      * add doc and cleanup
      
      
      * fix doc
      
      * fix doc again
      
      * fix doc again
      
      * Apply suggestions from code review
      
      * make style
      
      * Proposal that should work
      
      * Remove needless code
      
      * Fix test
      
      * Apply suggestions from code review
      
      * remove xnli_compute_metrics, add load_dataset, load_metric, set_seed,metric.compute,load_metric
      
      * amend README
      
      * removed data_args.task_name and replaced with task_name = "xnli"; use split function to load train and validation dataset separately; remove __post_init__; remove flag --task_name from README.
      
      * removed dict task_to_keys, use str "xnli" instead of variable task_name, change preprocess_function to use examples["premise"], examples["hypothesis"] directly, remove sentence1_key and sentence2_key, change compute_metrics function to cater only to accuracy metric, add condition for train_langauge is None when using dataset.load_dataset()
      
      * removed `torch.distributed.barrier()` and `import torch` as `from_pretrained` is able to do the work; amend README
      8dcfaea0
  10. 08 Feb, 2021 1 commit
  11. 05 Feb, 2021 1 commit
  12. 02 Feb, 2021 1 commit
  13. 28 Jan, 2021 1 commit
  14. 27 Jan, 2021 1 commit
  15. 26 Jan, 2021 2 commits
  16. 25 Jan, 2021 1 commit
  17. 22 Jan, 2021 1 commit
  18. 13 Jan, 2021 2 commits
  19. 06 Jan, 2021 1 commit
  20. 05 Jan, 2021 1 commit
  21. 21 Dec, 2020 1 commit
  22. 19 Dec, 2020 1 commit
  23. 11 Dec, 2020 1 commit
  24. 05 Dec, 2020 1 commit
    • Ethan Perez's avatar
      Don't pass in token_type_ids to BART for GLUE (#8929) · 8dfc8c72
      Ethan Perez authored
      Without this fix, training a `BARTForSequenceClassification` model with `run_pl_glue.py` gives `TypeError: forward() got an unexpected keyword argument 'token_type_ids'`, because BART does not have token_type_ids. I've solved this issue in the same way as it's solved for the "distilbert" model, and I can train BART models on SNLI without errors now.
      8dfc8c72
  25. 17 Nov, 2020 1 commit
  26. 12 Nov, 2020 1 commit
  27. 30 Oct, 2020 1 commit
  28. 28 Oct, 2020 2 commits
  29. 22 Oct, 2020 1 commit
  30. 14 Oct, 2020 1 commit
  31. 12 Oct, 2020 1 commit
  32. 09 Oct, 2020 1 commit
  33. 22 Sep, 2020 1 commit