"vscode:/vscode.git/clone" did not exist on "e70f8c1f144602b52e7b426ae95ed834dc17fe0d"
  1. 13 Nov, 2023 1 commit
  2. 10 Nov, 2023 1 commit
  3. 31 Oct, 2023 2 commits
  4. 27 Oct, 2023 1 commit
  5. 26 Oct, 2023 1 commit
  6. 04 Oct, 2023 1 commit
  7. 08 Sep, 2023 1 commit
  8. 10 Aug, 2023 1 commit
  9. 30 Jun, 2023 1 commit
    • JB (Don)'s avatar
      Show a warning for missing attention masks when pad_token_id is not None (#24510) · 78a2b19f
      JB (Don) authored
      
      
      * Adding warning messages to BERT for missing attention masks
      
      These warning messages when there are pad tokens within the input ids and
      no attention masks are given. The warning message should only show up once.
      
      * Adding warning messages to BERT for missing attention masks
      
      These warning messages are shown when the pad_token_id is not None
      and no attention masks are given. The warning message should only
      show up once.
      
      * Ran fix copies to copy over the changes to some of the other models
      
      * Add logger.warning_once.cache_clear() to the test
      
      * Shows warning when there are no attention masks and input_ids start/end with pad tokens
      
      * Using warning_once() instead and fix indexing in input_ids check
      
      ---------
      Co-authored-by: default avatarJB Lau <hckyn@voyager2.local>
      78a2b19f
  10. 27 Jun, 2023 1 commit
    • Sylvain Gugger's avatar
      Clean load keys (#24505) · 8e5d1619
      Sylvain Gugger authored
      * Preliminary work on some models
      
      * Fix test load missing and make sure nonpersistent buffers are tested
      
      * Always ignore nonpersistent buffers if in state_dict
      
      * Treat models
      
      * More models
      
      * Treat remaining models
      
      * Fix quality
      
      * Fix tests
      
      * Remove draft
      
      * This test is not needed anymore
      
      * Fix copies
      
      * Fix last test
      
      * Newly added models
      
      * Fix last tests
      
      * Address review comments
      8e5d1619
  11. 16 Jun, 2023 1 commit
    • Sylvain Gugger's avatar
      Tied weights load (#24310) · 096f2cf1
      Sylvain Gugger authored
      * Use tied weight keys
      
      * More
      
      * Fix tied weight missing warning
      
      * Only give info on unexpected keys with different classes
      
      * Deal with empty archs
      
      * Fix tests
      
      * Refine test
      096f2cf1
  12. 15 Jun, 2023 1 commit