1. 09 Dec, 2019 1 commit
  2. 06 Dec, 2019 1 commit
    • Aymeric Augustin's avatar
      Remove dependency on pytest for running tests (#2055) · 35401fe5
      Aymeric Augustin authored
      * Switch to plain unittest for skipping slow tests.
      
      Add a RUN_SLOW environment variable for running them.
      
      * Switch to plain unittest for PyTorch dependency.
      
      * Switch to plain unittest for TensorFlow dependency.
      
      * Avoid leaking open files in the test suite.
      
      This prevents spurious warnings when running tests.
      
      * Fix unicode warning on Python 2 when running tests.
      
      The warning was:
      
          UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
      
      * Support running PyTorch tests on a GPU.
      
      Reverts 27e015bd.
      
      * Tests no longer require pytest.
      
      * Make tests pass on cuda
      35401fe5
  3. 05 Dec, 2019 1 commit
  4. 03 Dec, 2019 1 commit
  5. 27 Nov, 2019 1 commit
  6. 26 Nov, 2019 3 commits
  7. 23 Nov, 2019 1 commit
  8. 21 Nov, 2019 1 commit
  9. 18 Nov, 2019 2 commits
  10. 14 Nov, 2019 1 commit
  11. 12 Nov, 2019 1 commit
  12. 04 Nov, 2019 1 commit
  13. 30 Oct, 2019 1 commit
  14. 24 Oct, 2019 1 commit
  15. 22 Oct, 2019 2 commits
  16. 21 Oct, 2019 1 commit
  17. 16 Oct, 2019 1 commit
  18. 12 Oct, 2019 1 commit
  19. 11 Oct, 2019 1 commit
  20. 08 Oct, 2019 1 commit
  21. 07 Oct, 2019 3 commits
  22. 04 Oct, 2019 1 commit
    • keskarnitish's avatar
      Adding CTRL (squashed commit) · dbed1c5d
      keskarnitish authored
      adding conversion script
      
      adding first draft of modeling & tokenization
      
      adding placeholder for test files
      
      bunch of changes
      
      registering the tokenizer/model/etc
      
      tests
      
      change link; something is very VERY wrong here
      
      weird end-of-word thingy going on
      
      i think the tokenization works now ; wrote the unit tests
      
      overall structure works;load w next
      
      the monster is alive!
      
      works after some cleanup as well
      
      adding emacs autosave to gitignore
      
      currently only supporting the 48 layer one; seems to infer fine on my macbook
      
      cleanup
      
      fixing some documentation
      
      fixing some documentation
      
      tests passing?
      
      now works on CUDA also
      
      adding greedy?
      
      adding greedy sampling
      
      works well
      dbed1c5d
  23. 03 Oct, 2019 1 commit
  24. 01 Oct, 2019 1 commit
  25. 30 Sep, 2019 1 commit
    • Santosh Gupta's avatar
      Update README.md · 5c3b32d4
      Santosh Gupta authored
      Lines 183 - 200, fixed indentation. Line 198, replaced `tokenizer_class` with `BertTokenizer`, since `tokenizer_class` is not defined in the loop it belongs to.
      5c3b32d4
  26. 28 Sep, 2019 1 commit
  27. 27 Sep, 2019 1 commit
  28. 26 Sep, 2019 7 commits