- 16 Nov, 2022 28 commits
-
-
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 12 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
-
Matt authored
* Slightly alter Keras dummy loss * Slightly alter Keras dummy loss * Add sample weight to test_keras_fit * Fix test_keras_fit for datasets * Skip the sample_weight stuff for models where the model tester has no batch_size
-
Suraj Patil authored
* allow loading projection in text and vision model * begin tests * finish test for CLIPTextModelTest * style * add slow tests * add new classes for projection heads * remove with_projection * add in init * add in doc * fix tests * fix some more tests * fix copies * fix docs * remove leftover from fix-copies * add the head models in IGNORE_NON_AUTO_CONFIGURED * fix docstr * fix tests * Apply suggestions from code review Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * add docstr for models Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
Sylvain Gugger authored
* Try PT1.13 by removing torch scatter * Skip failing tests * Style * Remvoe testing extras for repo utils * Try with all decorators * Try to wipe the cache * Fix all tests? * Try this way * Fix comma * Update to main * Try with less deps * Quality
-
Muhammad Sakib Khan Inan authored
* Init Update * ClearML Callbacks integration * update corrections * args reporting updated * {'tensorboard': False, 'pytorch': False} * ClearML Tests added * add clearml * output_uri=True in Task.init * reformatted integrations.py * reformatted and fixed * IF-ELSE statement issue on "has_clearml" resolved * Add clearml in main callback docs * Add additional clearml documentation * Update src/transformers/integrations.py Co-authored-by:Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * Accept suggestion Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * Accept suggestion Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * Small change in comments * Make style clearml * Accept suggestion Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Co-authored-by:
Victor Sonck <victor.sonck@gmail.com> Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
NielsRogge authored
* Fix bug * Add another fix * Add print statement * Apply fix * Fix feature extractor * Fix feature extractor * Add print statements * Add print statements * Remove print statements * Add instance segmentation integration test * Add integration test for semantic segmentation * Add draft for panoptic segmentation integration test * Fix integration test for panoptic segmentation * Remove slow annotator Co-authored-by:Niels Rogge <nielsrogge@Nielss-MacBook-Pro.local>
-
TilmannR authored
-
Yih-Dar authored
Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Kendall authored
-