"...git@developer.sourcefind.cn:change/sglang.git" did not exist on "94959237bfa1b3ae160b6d6045ebd6131a8ae24c"
  1. 08 Sep, 2021 4 commits
  2. 07 Sep, 2021 5 commits
  3. 06 Sep, 2021 11 commits
  4. 02 Sep, 2021 11 commits
    • Nathan Raw's avatar
      Add PyTorch image classification example (#13134) · 76c4d8bf
      Nathan Raw authored
      *  add pytorch image classification example
      
      * 🔥 remove utils.py
      
      * 💄 fix flake8 style issues
      
      * 🔥 remove unnecessary line
      
      *  limit dataset sizes
      
      * 📌 update reqs
      
      * 🎨 restructure - use datasets lib
      
      * 🎨 import transforms directly
      
      * 📝 add comments
      
      * 💄 style
      
      * 🔥 remove flag
      
      * 📌 update requirement warning
      
      * 📝 add vision README.md
      
      * 📝 update README.md
      
      * 📝 update README.md
      
      * 🎨 add image-classification tag to model card
      
      * 🚚 rename vision ️ image-classification
      
      * 📝 update image-classification README.md
      76c4d8bf
    • Patrick von Platen's avatar
      up (#13396) · 9bd5d97c
      Patrick von Platen authored
      9bd5d97c
    • Patrick von Platen's avatar
      fix (#13395) · efa4f5f0
      Patrick von Platen authored
      efa4f5f0
    • Aman Madaan's avatar
      [docs] Update perplexity.rst to use negative log likelihood (#13386) · 596bb85f
      Aman Madaan authored
      * [docs] Update perplexity.rst to use negative log likelihood
      
      Model `forward` returns the negative log likelihood. The document correctly defines and calculates perplexity, but the description and variable names are inconsistent, which might cause confusion.
      
      * [docs] restyle perplexity.rst
      596bb85f
    • Apoorv Garg's avatar
      Correct order of overflowing_tokens for slow tokenizer (#13179) · b91e65af
      Apoorv Garg authored
      * correct order of overflowing_tokens for slow tokenizer (issue fix #13148)
      
      * python 3.9 requires sentencepiece version 0.1.94 or above
      
      * slicing of ids fixed in truncated_sequence()
      
      * Update setup.py
      
      * Correct order of overflowing tokens for pair of sentences
      
      * code reformatted
      
      * Update tokenization_utils_base.py
      
      * reformatting file
      
      * test to check single_input added
      
      * missing function restored
      
      * test to check pair_input overflowing tokens order
      
      * test to check pair_input overflowing tokens order
      
      * test to check pair_input overflowing tokens order
      
      * added an error message for pair of seq and longest_first strategy
      
      * test for pair_input modified
      
      * variable name corrected
      
      * fixed a typo in error message
      
      * requested changes implemented
      
      * required test added
      
      * Corrected the message to match test message
      
      * added error message for Luke Tokenizer
      
      * lost test recovered
      
      * docstring for truncate_sequences and prepare_for_model updated
      
      * docstring for luke tokenizer updated
      
      * updated ENCODE_PLUS_ADDITIONAL_KWARGS_DOCSTRING
      
      * aligned text and fixed puncuatations
      
      * improved style and quality of code
      
      * fixed error_msg in truncate_sequences
      
      * replaced encode_plus method with regular call method
      
      * clean up
      
      * rephrased the docstring
      b91e65af
    • Nicolas Patry's avatar
      Enabling automatic loading of tokenizer with `pipeline` for (#13376) · c9184a2e
      Nicolas Patry authored
      `audio-classification`.
      c9184a2e
    • Suraj Patil's avatar
      fix example (#13387) · e92140c5
      Suraj Patil authored
      e92140c5
    • NielsRogge's avatar
      Add tokenizer docs (#13373) · 4114c9a7
      NielsRogge authored
      4114c9a7
    • Sachin Abeywardana's avatar
      Update clip loss calculation (#13217) · 872e6be0
      Sachin Abeywardana authored
      
      
      * Update clip loss calculation
      
      Hello, I'm the author of the blog you took the snippet from. I think this way of calculating is possibly slightly more accurate for calculation.
      
      * Apply suggestions from code review
      Co-authored-by: default avatarSuraj Patil <surajp815@gmail.com>
      872e6be0
    • Eduardo Gonzalez Ponferrada's avatar
      [Flax/run_hybrid_clip] Fix duplicating images when captions_per_image exceeds... · 0a22335e
      Eduardo Gonzalez Ponferrada authored
      [Flax/run_hybrid_clip] Fix duplicating images when captions_per_image exceeds the number of captions, enable truncation 
      
      0a22335e
    • Sylvain Gugger's avatar
  5. 01 Sep, 2021 9 commits