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. 08 Jun, 2021 2 commits
  3. 25 May, 2021 3 commits
  4. 12 May, 2021 2 commits
  5. 11 May, 2021 1 commit
  6. 07 May, 2021 1 commit
  7. 29 Apr, 2021 1 commit
  8. 26 Apr, 2021 1 commit
  9. 23 Apr, 2021 1 commit
  10. 21 Apr, 2021 1 commit