1. 14 Jun, 2023 1 commit
    • TAE YOUNGDON's avatar
      Fix URL in comment for contrastive loss function (#24271) · 6ab045d6
      TAE YOUNGDON authored
      * Update language_modeling.py
      
      in "class TextDatasetForNextSentencePrediction(Dataset)", double considering "self.tokenizer.num_special_tokens_to_add(pair=True)" 
      
      so, i remove self.block_size, and add parameter for "def create_examples_from_document". like "class LineByLineWithSOPTextDataset" do
      
      * Update language_modeling.py
      
      * Fix URL in comment for contrastive loss function
      6ab045d6
  2. 13 Jun, 2023 17 commits
  3. 12 Jun, 2023 19 commits
  4. 10 Jun, 2023 2 commits
  5. 09 Jun, 2023 1 commit
    • Lysandre Debut's avatar
      Tool types (#24032) · deff5979
      Lysandre Debut authored
      * Tool types
      
      * Tests + fixes
      
      * Isolate types
      
      * Oops
      
      * Review comments + docs
      
      * Tests + docs
      
      * soundfile -> vision
      deff5979