- 25 Jan, 2023 10 commits
-
-
Maria Khalusova authored
* Fixed the following: pipe -> pipeline out in pipe(data()) is a list of dict, not a dict * Fixed the TypeError: __init__() missing 1 required positional argument: 'key' * Added a tip: code sample requires additional libraries to run * Fixed custom config's name * added seqeval to the required libraries * fixed a missing dependency, fixed metric naming, added checkpoint to fix the datacollator * added checkpoint to fix the datacollator, added missing dependency
-
Younes Belkada authored
fix blenderbot doctest - add correct expected value
-
Yih-Dar authored
* update values * update values * update values * Update tests/models/oneformer/test_modeling_oneformer.py Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Co-authored-by:
ydshieh <ydshieh@users.noreply.github.com> Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
Younes Belkada authored
* fix Hubert processing auto * remove unneeded space
-
Yih-Dar authored
* fix * fix checkpoint * fix style * tiny update Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Nicolas Patry authored
Moving to cleaner tokenizer version.
-
Arthur authored
* update whisper logit processor * add generate for whisper * remove part of the whisper specific code from pipeline * update logit processes * major update * enforce first timestamp * update generate * add more tests * update new decoding strategy * Apply suggestions from code review * update docstring * fixup * default config will not have multilingual ar * update expected tokenizer size, see pull on the hub for whisper-tiny
-
NielsRogge authored
* Add doc tests * Add OneFormer resources茅 * Fix merge * Fix style Co-authored-by:Niels Rogge <nielsrogge@Nielss-MacBook-Pro.local>
-
Nicolas Patry authored
* Fixing the pipeline with image processor. * Update the slow test. * Using only the first image processor. * Include exclusion mecanism for Image processor. * Do not handle Gitconfig, deemed as a bug. * Apply suggestions from code review Co-authored-by:
amyeroberts <22614925+amyeroberts@users.noreply.github.com> * Remove `conversational` changes. They are not supposed to be here. * Address first row of comments. * Remove OneFormer modifications. Co-authored-by:
amyeroberts <22614925+amyeroberts@users.noreply.github.com>
-
NielsRogge authored
* Add test * Apply suggestions Co-authored-by:Niels Rogge <nielsrogge@Nielss-MacBook-Pro.local>
-
- 24 Jan, 2023 12 commits
-
-
Steven Liu authored
update expected values
-
Frederico Tommasi Caroli authored
* Update TrainingArguments.label_names docs * Change wording * Change wording
-
Sanchit Gandhi authored
-
Arthur authored
* add additional kwargs handling * fix issue when serializing * correct order of kwargs removal for serialization in from dict * add `dict_torch_dtype_to_str` in case a dtype is needed for generation * add condition when adding the kwargs : not from config * Add comment based on review Co-authored-by:
Joao Gante <joaofranciscocardosogante@gmail.com> * add test function * default None when poping arg Co-authored-by:
Joao Gante <joaofranciscocardosogante@gmail.com>
-
Stas Bekman authored
-
Younes Belkada authored
* attempts to fix: - upcast input for `T5DenseActDense` - add the condition `self.wo.weight.dtype != torch.int8` - added tests on `test/mixed_int8` - `make fixup` * fix ci test
-
Alara Dirik authored
* fix instance segmentation post processing * add Mask2FormerImageProcessor
-
Hirokazu Kiyomaru authored
use logger.info() instead of print() to emit a debug message
-
Nicolas Patry authored
-
Matt authored
Return NP instead of TF tensors for our data loading pipeline
-
Younes Belkada authored
fix broken link
-
Yih-Dar authored
fix Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
- 23 Jan, 2023 18 commits
-
-
Sylvain Gugger authored
-
Sylvain Gugger authored
* Clean all models * Style * Last to remove * address review comments * Address review comments
-
Maria Khalusova authored
* added tasks from SUPPORTED_TASKS to docstrings * make style * sorted the tasks in the docstrtings in alphabetical order
-
Arthur authored
* fix all issues with unk token * fixup
-
amyeroberts authored
* Replace reduce_labels with do_reduce_labels * Replace only for __init__ and preprocess * Add class properties with warnings * Update tests
-
Arthur authored
* use streaming dataset * fix whisper's test * add rescale argument to chunk_iter
-
Maria Khalusova authored
* wip: adding tf example for semantic segmentation guide * completed the working example in tf * make style * Update docs/source/en/tasks/semantic_segmentation.mdx Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com> * Update docs/source/en/tasks/semantic_segmentation.mdx Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com> * fixed a callback doc links Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com>
-
Maria Khalusova authored
* Split the examples by modality, added missing examples * fixed a link
-
amyeroberts authored
* Update imports and test fetcher * Revert but keep test fetcher update * Fix imports * Fix all imports * Replace fe with ip names * Add generate kwargs to `AutomaticSpeechRecognitionPipeline` (#20952) * Add generate kwargs to AutomaticSpeechRecognitionPipeline * Add test for generation kwargs * Update image processor parameters if creating with kwargs (#20866) * Update parameters if creating with kwargs * Shallow copy to prevent mutating input * Pass all args in constructor dict - warnings in init * Fix typo * Rename tester class * Rebase and tidy up * Fixup * Use ImageProcessingSavingTestMixin * Update property ref in tests * Update property ref in tests * Update recently merged in models * Small fix Co-authored-by:bofeng huang <bofenghuang7@gmail.com>
-
amyeroberts authored
* Replace reduce_labels with do_reduce_labels * Replace only for __init__ and preprocess * Update tests
-
Joao Gante authored
-
amyeroberts authored
-
Mostafa Elhoushi authored
-
Kambe Hiroyuki authored
* Add Japanese translation installation.mdx * Fixed for consistency with english version
-
Yih-Dar authored
* fix ReformerForSequenceClassification doc example * fix ReformerForMaskedLM doc example Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
raghavanone authored
* Optimize by not computing gradients for parameters set to requires_grad=False * Make change to retrigger the build * Fix isort issue * Fix issue
-
NielsRogge authored
* Extend conversion script * Remove print statement Co-authored-by:Niels Rogge <nielsrogge@Nielss-MacBook-Pro.local>
-
amyeroberts authored
* Add test_image_processing_common.py * Fix typo * Update imports and test fetcher * Revert but keep test fetcher update * Fix imports * Fix all imports * Formatting fix * Update tests/test_image_processing_common.py
-