- 21 Oct, 2022 12 commits
-
-
Serhii Hamotskyi authored
-
Alara Dirik authored
* Fix panoptic segmentation and pipeline * Update ImageSegmentationPipeline tests and reenable test_small_model_pt * Resolve backward compatibility issues
-
Sylvain Gugger authored
-
Yih-Dar authored
* Run inputs before trace * Run inputs before trace Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Hao Wang authored
* support sentencepiece for bertjapanesetokenizer * add test vocab file for sentencepiece, bertjapanesetokenizer * make BasicTokenizer be identical to transformers.models.bert.tokenization_bert.BasicTokenizer * fix missing of \n in comment * fix init argument missing in tests * make spm_file be optional, exclude spiece.model from tests/fixtures, and add description comments * make comment length less than 119 * apply doc style check
-
Davi Alves authored
-
ftorres16 authored
-
Sylvain Gugger authored
* Make public versions of private utils * I need sleep
-
Yih-Dar authored
* update expected values for the correct TF checkpoint * Run test * Clean up * fix Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Kashif Rasul authored
* Added support for multivariate independent emission heads * fix typo * rename distr_cls * scale is a vector for multivariate * set affine transform event_dim * fix typo * added variable * added beta in the config * set beta * remove beta-nll option in nll
-
Matt authored
* Add warning about restarting runtime to import errors * Fix some linebreaks
-
Yih-Dar authored
* First step of PT->TF for composite models * Update the tests * For VisionEncoderDecoderModel * Fix * Fix * Add comment * Fix * clean up import * Save memory * For (TF)EncoderDecoderModel * For (TF)EncoderDecoderModel Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
- 20 Oct, 2022 12 commits
-
-
Yih-Dar authored
* Use 2 jobs for the docker image build (latest torch + DS) * fix * Add comment Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Yih-Dar authored
* pin tf2onnx<=1.12.0 * Install tf2onnx main * Pin to a specific commit Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Joao Gante authored
-
Lianmin Zheng authored
* [FLAX] Add dtype to embedding for gpt2 model * lint
-
Chino authored
* Fix exception thrown using MishActivation * Update activations.py
-
Rohit Gupta authored
-
IMvision12 authored
-
Nicolas Patry authored
* Re-enable `small_model_pt`. Re-enable `small_model_pt`. Enabling the current test with the current values. Debugging the values on the CI. More logs ? Printing doesn't work ? Using the CI values instead. Seems to be a Pillow sensitivity. * Update src/transformers/pipelines/image_segmentation.py Co-authored-by:
Alara Dirik <8944735+alaradirik@users.noreply.github.com> Co-authored-by:
Alara Dirik <8944735+alaradirik@users.noreply.github.com>
-
Rohith ND authored
-
Partho authored
-
Partho authored
-
Partho authored
-
- 19 Oct, 2022 16 commits
-
-
Mohammed Faizan Ahmed authored
-
shreya24ag authored
Co-authored-by: Shreya <>
-
Xabier Lahuerta Vazquez authored
-
Xabier Lahuerta Vazquez authored
-
amyeroberts authored
* Add center crop to transforms library * Return PIL images if PIL image input by default * Fixup and add docstring * Trigger CI * Update src/transformers/image_transforms.py Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * Update src/transformers/image_transforms.py Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * PR comments - move comments; unindent Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
Sylvain Gugger authored
-
Yih-Dar authored
Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
JuanCarlosPi authored
* Change the import order of the model and configuration classes * Add (with random weights) in the comment before model initialization * Add configuration_wavlm to doctest
-
raghavanone authored
* Fix issue #19300 * Fixing import order * Fix issue #19300 * Fix formatting issues * Update src/transformers/trainer.py Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * Refactor method * Refactor method * Fix the issue of sending wrong output dir * Remove unused code Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
IMvision12 authored
-
Rohith ND authored
-
GMFTBY authored
Adding the state-of-the-art contrastive search decoding methods for the codebase of generation_utils.py (#19477) * add: the contrastive search for generaton_utils * add: testing scripts for contrastive search under examples/text-generation * update the quality of codes * revise the docstring; make the generation_contrastive_search.py scripts; * revise the examples/pytorch/text-generation/run_generation_contrastive_search.py to the auto-APIs format * revise the necessary documents * fix: revise the docstring of generation_contrastive_search.py * Fix the code indentation * fix: revise the nits and examples in contrastive_search docstring. * fix the copyright * delete generation_contrastive_search.py * revise the logic in contrastive_search * update the intergration test and the docstring * run the tests over * add the slow decorate to the contrastive_search intergrate test * add more test * do the style, quality, consistency checks
-
Partho authored
* CLIP Config for doctest * add doc example to CLIPConfig * add from_text_vision_configs example * added comment explaining objective
-
AymenBer99 authored
-
JuanCarlosPi authored
-
Steven Liu authored
* update the contribution guide * apply review feedback * fix checkboxes * checkbox fix #2 * clarify force push
-