1. 28 Nov, 2022 4 commits
  2. 26 Nov, 2022 1 commit
  3. 25 Nov, 2022 3 commits
  4. 23 Nov, 2022 11 commits
  5. 22 Nov, 2022 13 commits
  6. 21 Nov, 2022 8 commits
    • Ian C's avatar
      Fix toctree for Section 3 in Spanish Documentation (#20360) · c3eb0101
      Ian C authored
      * Order and group topics in the right section
      
      * Translate "Computer Vision"
      c3eb0101
    • Steven Liu's avatar
      Add inference section to task guides (#18781) · d896029e
      Steven Liu authored
      * 📝 start adding inference section to task guides
      
      *  make style
      
      * 📝 add multiple choice
      
      * add rest of inference sections
      
      * make style
      
      * add compute_metric, push_to_hub, pipeline
      
      * make style
      
      * add updated sequence and token classification
      
      * make style
      
      * make edits in token classification
      
      * add audio classification
      
      * make style
      
      * add asr
      
      * make style
      
      * add image classification
      
      * make style
      
      * add summarization
      
      * make style
      
      * add translation
      
      * make style
      
      * add multiple choice
      
      * add language modeling
      
      * add qa
      
      * make style
      
      * review and edits
      
      * apply reviews
      
      * make style
      
      * fix call to processor
      
      * apply audio reviews
      
      * update to better asr model
      
      * make style
      d896029e
    • NielsRogge's avatar
      Add Audio Spectogram Transformer (#19981) · 4973d2a0
      NielsRogge authored
      
      
      * First draft
      
      * Make conversion script work
      
      * Add id2label mapping, run code quality
      
      * Fix copies
      
      * Add first draft of feature extractor
      
      * Update conversion script to use feature extractor
      
      * Make more tests pass
      
      * Add docs
      
      * update input_features to input_values + pad by default to max length
      
      * Fix doc tests
      
      * Add feature extractor tests
      
      * Add proper padding/truncation to feature extractor
      
      * Add support for conversion of all audioset checkpoints
      
      * Improve docs and extend conversion script
      
      * Fix README
      
      * Rename spectogram to spectrogram
      
      * Fix copies
      
      * Add integration test
      
      * Remove dummy conv
      
      * Update to ast
      
      * Update organization
      
      * Fix init
      
      * Rename model to AST
      
      * Add require_torchaudio annotator
      
      * Move import of ASTFeatureExtractor under a is_speech_available
      
      * Fix rebase
      
      * Add pipeline config
      
      * Update name of classifier head
      
      * Rename time_dimension and frequency_dimension for clarity
      
      * Remove print statement
      
      * Fix pipeline test
      
      * Fix pipeline test
      
      * Fix index table
      
      * Fix init
      
      * Fix conversion script
      
      * Rename to ForAudioClassification
      
      * Fix index table
      Co-authored-by: default avatarNiels Rogge <nielsrogge@Nielss-MacBook-Pro.local>
      4973d2a0
    • Konstantin Dobler's avatar
      Enhance HfArgumentParser functionality and ease of use (#20323) · 1e3f17b5
      Konstantin Dobler authored
      * Enhance HfArgumentParser
      
      * Fix type hints for older python versions
      
      * Fix and add tests (+formatting)
      
      * Add changes
      
      * doc-builder formatting
      
      * Remove unused import "Call"
      1e3f17b5
    • NielsRogge's avatar
      Add resources (#20296) · 96783e53
      NielsRogge authored
      
      Co-authored-by: default avatarNiels Rogge <nielsrogge@Nielss-MacBook-Pro.local>
      96783e53
    • Jordan Clive's avatar
      Update Special Language Tokens for PLBART (#19980) · 149483b2
      Jordan Clive authored
      
      
      * Update Special Language Tokens for PLBART
      
      * fix format
      
      * making mapping for language codes and updating tests:
      
      * fix format
      
      * fix consistency
      
      * add assert to both tokenizer tests.
      
      * fix format
      
      * Update src/transformers/models/plbart/tokenization_plbart.py
      Co-authored-by: default avatarArthur <48595927+ArthurZucker@users.noreply.github.com>
      
      * improvin readability, setting self.tgt_lang
      
      * fixing
      
      * readability
      Co-authored-by: default avatarjordiclive <jordiclive19@imperial.ac.uk>
      Co-authored-by: default avatarArthur <48595927+ArthurZucker@users.noreply.github.com>
      149483b2
    • Joao Gante's avatar
    • Matthijs Hollemans's avatar
      add MobileNetV1 model (#17799) · d21c97cc
      Matthijs Hollemans authored
      * add model files etc for MobileNetV2
      
      rename files for MobileNetV1
      
      initial implementation of MobileNetV1
      
      fix conversion script
      
      cleanup
      
      write docs
      
      tweaks
      
      fix conversion script
      
      extract hidden states
      
      fix test cases
      
      make fixup
      
      fixup it all
      
      remove main from doc link
      
      fixes
      
      fix tests
      
      fix up
      
      use google org
      
      fix weird assert
      
      * fixup
      
      * use google organization for checkpoints
      d21c97cc