1. 14 Jun, 2021 2 commits
    • Nicholas Broad's avatar
      Use text_column_name variable instead of "text" (#12132) · cd7961b6
      Nicholas Broad authored
      
      
      * Use text_column_name variable instead of "text"
      
      `text_column_name` was already defined above where I made the changes and it was also used below where I made changes.
      
      This is a very minor change. If a dataset does not use "text" as the column name, then the `tokenize_function` will now use whatever column is assigned to `text_column_name`. `text_column_name` is just the first column name if "text" is not a column name. It makes the function a little more robust, though I would assume that 90% + of datasets use "text" anyway.
      
      * black formatting
      
      * make style
      Co-authored-by: default avatarNicholas Broad <nicholas@nmbroad.com>
      cd7961b6
    • Sylvain Gugger's avatar
      Don't log anything before logging is setup in examples (#12121) · b8ab5413
      Sylvain Gugger authored
      * Don't log anything before logging is setup in examples
      
      * Last example
      b8ab5413
  2. 25 May, 2021 2 commits
  3. 12 May, 2021 2 commits
  4. 11 May, 2021 1 commit
  5. 29 Apr, 2021 1 commit
  6. 26 Apr, 2021 1 commit
  7. 23 Apr, 2021 1 commit
  8. 21 Apr, 2021 1 commit
  9. 13 Apr, 2021 1 commit
  10. 08 Apr, 2021 1 commit
  11. 07 Apr, 2021 1 commit
  12. 06 Apr, 2021 2 commits
  13. 31 Mar, 2021 1 commit
  14. 16 Mar, 2021 2 commits
  15. 15 Mar, 2021 1 commit
  16. 08 Mar, 2021 1 commit
  17. 27 Feb, 2021 1 commit
  18. 08 Feb, 2021 1 commit
  19. 05 Feb, 2021 1 commit
  20. 28 Jan, 2021 1 commit
  21. 27 Jan, 2021 1 commit
  22. 25 Jan, 2021 1 commit
  23. 20 Jan, 2021 1 commit
  24. 06 Jan, 2021 1 commit
  25. 22 Dec, 2020 1 commit
  26. 15 Dec, 2020 1 commit
  27. 18 Nov, 2020 1 commit
  28. 17 Nov, 2020 1 commit
  29. 12 Nov, 2020 2 commits
  30. 04 Nov, 2020 2 commits
  31. 02 Nov, 2020 1 commit
  32. 29 Oct, 2020 1 commit
    • Sylvain Gugger's avatar
      Add a template for examples and apply it for mlm and plm examples (#8153) · 69117628
      Sylvain Gugger authored
      * Add a template for example scripts and apply it to mlm
      
      * Formatting
      
      * Fix test
      
      * Add plm script
      
      * Add a template for example scripts and apply it to mlm
      
      * Formatting
      
      * Fix test
      
      * Add plm script
      
      * Add a template for example scripts and apply it to mlm
      
      * Formatting
      
      * Fix test
      
      * Add plm script
      
      * Styling
      69117628
  33. 28 Oct, 2020 1 commit