"tests/vscode:/vscode.git/clone" did not exist on "8bb9fb7e3d18a23f2e86373c58406a777b04c821"
  1. 24 Nov, 2021 1 commit
    • Vladimir Maryasin's avatar
      add cache_dir for tokenizer verification loading (#14508) · 6c4d688f
      Vladimir Maryasin authored
      When loading a pretrained tokenizer, a verification is done to ensure
      that the actual tokenizer class matches the class it was called from.
      If the tokenizer is absent, its config file is loaded from the repo.
      
      However, the cache_dir for downloading is not provided, which leads to
      ignoring of the user-specified cache_dir, storing files in several
      places and and may result in incorrect warnings when the default
      cache_dir is unreachsble.
      
      This commit fixes that.
      6c4d688f
  2. 23 Nov, 2021 1 commit
  3. 22 Nov, 2021 6 commits
  4. 21 Nov, 2021 2 commits
  5. 19 Nov, 2021 5 commits
  6. 18 Nov, 2021 7 commits
    • Patrick von Platen's avatar
      [Speech Recognition] More examples · efea0f86
      Patrick von Platen authored
      Add more XLS-R training runs to the official examples
      efea0f86
    • Stas Bekman's avatar
      [Bert, et al] fix early device assignment (#14447) · 72a6bf33
      Stas Bekman authored
      * fix early device assignment
      
      * more models
      72a6bf33
    • Sylvain Gugger's avatar
    • NielsRogge's avatar
      Add ImageGPT (#14240) · da36c557
      NielsRogge authored
      * First draft
      
      * More improvements
      
      * Improve conversion script
      
      * Fix init weights for layer norm
      
      * Fix correct model for conversion script
      
      * Don't tie input and output embeddings
      
      * Add print statements for debugging
      
      * Add print statements for debugging
      
      * Fix vocab size of model
      
      * Improve documentation, remove fast tokenizer
      
      * Add ImageGPTForImageClassification, improve docs
      
      * Fix docs issue
      
      * Set verbosity level back to info
      
      * Improve tests
      
      * Fix tests and add figure
      
      * Delete tokenizer file
      
      * Remove ImageGPTTokenizer from init files
      
      * Remove ImageGPTLayer from init files
      
      * Remove ImageGPT tokenizer from docs
      
      * First draft of ImageGPTFeatureExtractor
      
      * Fix typo
      
      * Fix bug
      
      * More improvements
      
      * Apply suggestions from code review, add tests for feature extractor
      
      * Fix layernorm
      
      * Update save_pretrained method
      
      * Fix issue
      
      * Make all tests of ImageGPTFeatureExtractor pass
      
      * Update code examples
      
      * Rename model inputs to pixel_values
      
      * Improve code examples
      
      * Update init_weights to post_init
      
      * Fix post_init
      da36c557
    • Sylvain Gugger's avatar
      Add a post init method to all models (#14431) · d83b0e0c
      Sylvain Gugger authored
      * Add a post init method to all models
      
      * Fix tests
      
      * Fix last tests
      
      * Fix templates
      
      * Add comment
      
      * Forgot to save
      d83b0e0c
    • NielsRogge's avatar
      Fix code example (#14441) · 08816de1
      NielsRogge authored
      08816de1
    • William Held's avatar
      Recover Deleted XNLI Instructions (#14437) · 01f8e639
      William Held authored
      01f8e639
  7. 17 Nov, 2021 6 commits
  8. 16 Nov, 2021 5 commits
  9. 15 Nov, 2021 7 commits