1. 27 Apr, 2022 4 commits
    • Leonid Boytsov's avatar
      Misc. fixes for Pytorch QA examples: (#16958) · c82e017a
      Leonid Boytsov authored
      1. Fixes evaluation errors popping up when you train/eval on squad v2 (one was newly encountered and one that was previously reported Running SQuAD 1.0 sample command raises IndexError #15401 but not completely fixed).
      2. Removes boolean arguments that don't use store_true. Please, don't use these: *ANY non-empty string is being converted to True in this case and this clearly is not the desired behavior (and it creates a LOT of confusion).
      3. All no-trainer test scripts are now saving metric values in the same way (with the right prefix eval_), which is consistent with the trainer-based versions.
      4. Adds forgotten model.eval() in the no-trainer versions. This improved some results, but not everything (see the discussion in the end). Please, see the F1 scores and the discussion below.
      c82e017a
    • Yih-Dar's avatar
    • NielsRogge's avatar
      Add semantic script, trainer (#16834) · 479fdc49
      NielsRogge authored
      * Add first draft
      
      * Improve script and README
      
      * Improve README
      
      * Apply suggestions from code review
      
      * Improve script, add link to resulting model
      
      * Add corresponding test
      
      * Adjust learning rate
      479fdc49
    • Anton Lozhkov's avatar
      [Research] Speed up evaluation for XTREME-S (#16785) · a4a88fa0
      Anton Lozhkov authored
      * Avoid repeated per-lang filtering
      
      * Language groups and logits preprocessing
      
      * Style
      a4a88fa0
  2. 26 Apr, 2022 7 commits
  3. 25 Apr, 2022 11 commits
  4. 23 Apr, 2022 1 commit
  5. 22 Apr, 2022 7 commits
  6. 21 Apr, 2022 9 commits
  7. 20 Apr, 2022 1 commit