"vscode:/vscode.git/clone" did not exist on "f4977959484c8cf89766199e673d0a3909b8e852"
  1. 03 Jun, 2024 6 commits
  2. 31 May, 2024 2 commits
  3. 30 May, 2024 2 commits
  4. 29 May, 2024 2 commits
  5. 28 May, 2024 8 commits
  6. 27 May, 2024 3 commits
  7. 24 May, 2024 8 commits
  8. 23 May, 2024 8 commits
  9. 22 May, 2024 1 commit
    • Pablo Montalvo's avatar
      Paligemma causal attention mask (#30967) · a25f7d3c
      Pablo Montalvo authored
      
      
      * PaliGemma working causal attention
      
      * Formatting
      
      * Style
      
      * Docstrings + remove commented code
      
      * Update docstring for PaliGemma Config
      
      * PaliGemma - add separator ind to model/labels
      
      * Refactor + docstring paligemma processor method
      
      * Style
      
      * return token type ids when tokenizing labels
      
      * use token type ids when building causal mask
      
      * add token type ids to tester
      
      * remove separator from config
      
      * fix style
      
      * don't ignore separator
      
      * add processor documentation
      
      * simplify tokenization
      
      * fix causal mask
      
      * style
      
      * fix label propagation, revert suffix naming
      
      * fix style
      
      * fix labels tokenization
      
      * [run-slow]paligemma
      
      * add eos if suffixes are present
      
      * [run-slow]paligemma
      
      * [run-slow]paligemma
      
      * add misssing tokens to fast version
      
      * Apply suggestions from code review
      Co-authored-by: default avatarArthur <48595927+ArthurZucker@users.noreply.github.com>
      
      * fix style
      
      * [run-slow]paligemma
      
      ---------
      Co-authored-by: default avatarPeter Robicheaux <peter@roboflow.com>
      Co-authored-by: default avatarArthur <48595927+ArthurZucker@users.noreply.github.com>
      a25f7d3c