- 17 Nov, 2022 7 commits
-
-
Joao Gante authored
* move contrastive search test to slow
-
Joao Gante authored
* test hub tf callback * create repo before cloning it
-
amyeroberts authored
* Image transforms functionality used instead * Import torch * Import rather than copy * Update src/transformers/models/conditional_detr/feature_extraction_conditional_detr.py
-
Nicolas Patry authored
* Adding doctest for `object-detection` pipeline. * Removed nested_simplify.
-
Nicolas Patry authored
* Adding `zero-shot-object-detection` pipeline doctest. * Remove nested_simplify.
-
Younes Belkada authored
* add warning on 8-bit models - added tests - added wrapper * move to a private attribute - remove wrapper - changed `save_pretrained` method * Apply suggestions from code review Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * fix suggestions Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
Arthur authored
* update part of the doc * add temp values, fix part of the doc * add template outputs * add correct models and outputss * style * fixup
-
- 16 Nov, 2022 29 commits
-
-
Zachary Mueller authored
-
Saad Mahmud authored
* Update configuration_deformable_detr.py comment * Add DeformableDetrConfig to documentation_tests.txt
-
Alexander Markov authored
* token cls data_collator pads labels column * remove walrus operator for code quality * remove redundat space * remove comment that was fixed * PR comments fix Co-authored-by:Alexander Markov <amarkov.me@gmail.com>
-
IMvision12 authored
* Update modeling_flava.py * Update modeling_markuplm.py * Update modeling_glpn.py * Update modeling_roc_bert.py * Update modeling_segformer.py * Update modeling_tapas.py * Update modeling_tapas.py * Update modeling_tapas.py * Update modeling_tapas.py * Update modeling_trocr.py * Update modeling_videomae.py * Update modeling_videomae.py * Update modeling_videomae.py * Update modeling_yolos.py * Update modeling_wav2vec2.py * Update modeling_jukebox.py * Update modeling_jukebox.py * Update modeling_jukebox.py * Update modeling_jukebox.py
-
Nicolas Patry authored
* Adding doctest for `token-classification` pipeline. * Adding doctest to `token-classification` pipeline. * Remove nested_simplify.
-
Nicolas Patry authored
* Adding `zero-shot-object-detection` pipeline doctest. * Adding doctest for `image-to-text` pipeline. * Remove nested_simplify.
-
Shogo Hida authored
* Add resources of OpenAI GPT * Delete Deploy section and add . * Add scripts * Update docs/source/en/model_doc/openai-gpt.mdx Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com> * Delete causal-language-modeling section * Add TFOpenAIGPTLMHeadModel * Add resources from community * Delete a link Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com>
-
Nicolas Patry authored
* Adding doctest for `question-answering` pipeline. * Remove nested simplify.
-
Nicolas Patry authored
* Adding doctest for `text-classification` pipeline. * Remove nested_simplify.
-
Nicolas Patry authored
* Adding doctest for `visual-question-answering` pipeline. * Remove nested_simplify.
-
Nicolas Patry authored
* Adding doctest for `zero-shot-classification` pipeline. * Removing nested_simplify.
-
Nicolas Patry authored
* Adding doctest for `zero-shot-image-classification` pipeline. * Remove nested_simplify.
-
Nicolas Patry authored
* adding doctest example for `image-classification` pipeline. * Remove nested simplify.
-
Nicolas Patry authored
* Rephrasing the link. * Removing `nested_simplify` within doctests. * Fixup.
-
Matt authored
-
Nicolas Patry authored
-
Nicolas Patry authored
-
Nicolas Patry authored
* Adding doctest for `image-segmentation` pipeline. * Fixup.
-
Nicolas Patry authored
-
Jiahao Li authored
-
Mishig authored
-
Nicolas Patry authored
* Adding an example for `depth-estimation` pipeline. * Adding missing internal link to tutorial.
-
Nicolas Patry authored
* Adding doctest for doc qa. * Adding doctest for doc qa. * Fixup.
-
Nicolas Patry authored
* Adding ASR pipeline example. * De indent. * Example deindent. * Fixing example ? * Putting the example in a more prominent place. * Fixup. * Adding the file. * Adding the doctest to the daily test. * Fixing comments. * transcriber name. * Adding `>>>`. * Removing assert.
-
Nicolas Patry authored
* Adding doctest for `feature-extraction`. * Update feature_extraction.py
-
Nicolas Patry authored
-
Nicolas Patry authored
* Updating the doctest for conversational. - Make it tested against - Add explicit output in the test. * Removing assert. * Adding missing link.
-
Nicolas Patry authored
* Adding `audio-classification` example in the doc. * Adding `>>>` to get the real test. * Removing assert. * Fixup.
-
Alara Dirik authored
Adds image-guided object detection method to OwlViTForObjectDetection class as described in the original paper. One-shot/ image-guided object detection enables users to use a query image to search for similar objects in the input image. Co-Authored-By: Dhruv Karan k4r4n.dhruv@gmail.com
-
- 15 Nov, 2022 4 commits
-
-
Yih-Dar authored
* Allow trainer to return loss for CLIP-like models * Apply suggestions * update * update * update Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Zachary Mueller authored
* Update reqs to include min gather_for_metrics Accelerate version * Other reqs
-
Ambuj Pawar authored
* WIP: Added CLIP resources from HuggingFace blog * ADD: Notebooks documentation to clip * Add link straight to notebook Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com> * Change notebook links to colab Co-authored-by:
Ambuj Pawar <your_email@abc.example> Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com>
-
Saad Mahmud authored
* Add to DeBERTa resources * Fix mistakes with chapter number * Add fill-mask pipeline * Add sequence, token and QA pipeline * Change token classification pipeline order * Remove flax script and notebook links
-