1. 25 Jan, 2024 4 commits
    • Yusuf's avatar
      Update question_answering.md (#28694) · 24f1a00e
      Yusuf authored
      fix typo:
      
      from:
      
       "model = TFAutoModelForQuestionAnswering("distilbert-base-uncased")"
      
      to:
      model = TFAutoModelForQuestionAnswering.from_pretrained("distilbert-base-uncased")
      24f1a00e
    • Merve Noyan's avatar
      Improve Backbone API docs (#28666) · 20000956
      Merve Noyan authored
      Update backbones.md
      20000956
    • Tom Aarsen's avatar
      [`chore`] Add missing space in warning (#28695) · 7fa4b36e
      Tom Aarsen authored
      Add missing space in warning
      7fa4b36e
    • NielsRogge's avatar
      Add Depth Anything (#28654) · 963db81a
      NielsRogge authored
      * First draft
      
      * More improvements
      
      * More improvements
      
      * More improvements
      
      * More improvements
      
      * Add docs
      
      * Remove file
      
      * Add copied from
      
      * Address comments
      
      * Address comments
      
      * Address comments
      
      * Fix style
      
      * Update docs
      
      * Convert all checkpoints, add integration test
      
      * Rename checkpoints
      
      * Add pretrained backbone attributes
      
      * Fix default config
      
      * Address comment
      
      * Add figure to docs
      
      * Fix bug thanks to @xenova
      
      * Update conversion script
      
      * Fix integration test
      963db81a
  2. 24 Jan, 2024 7 commits
  3. 23 Jan, 2024 11 commits
  4. 22 Jan, 2024 10 commits
  5. 21 Jan, 2024 1 commit
  6. 19 Jan, 2024 7 commits