Arthur
|
673440d073
|
update ruff version (#30932)
* update ruff version
* fix research projects
* Empty
* Fix errors
---------
Co-authored-by: Lysandre <lysandre@huggingface.co>
|
2024-05-22 06:40:15 +02:00 |
|
Raushan Turganbay
|
9d31b32e9d
|
Use text config's vocab size in testing models (#30568)
use text config's vocab size
|
2024-05-01 12:32:45 +05:00 |
|
NielsRogge
|
d91fd7f92c
|
Add LLaVa-1.6, bis (#29586)
* First draft
* Fix tests, add docs
* Improve docstrings
* Fix test
* Address comments
* Address comments
* Remove vocab_size attribute
* Remove batch_size
* Address comment
* Add image processor tests
* Support fx
* Update docstring
* Add support for 34b
* Convert 34b model
* Add integration tests
* Update checkpoints
* Convert vicuna-13b, remove doc tests
* Remove script
* Remove file
* Address comments
* Improve docstrings
* Deprecate vocab_size
* Remove aspect_ratio_setting
* Address comments
* Update READMEs
* Add tips about chat templates
* Fix tests
* Deprecate vocab_size safely
* Update tests
---------
Co-authored-by: Amy Roberts <22614925+amyeroberts@users.noreply.github.com>
|
2024-03-20 15:51:12 +00:00 |
|
Victor SANH
|
0f2f0c634f
|
Fix _merge_input_ids_with_image_features for llava model (#28333)
* fix `_merge_input_ids_with_image_features` for llava model
* Update src/transformers/models/llava/modeling_llava.py
Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com>
* adress comments
* style and tests
* ooops
* test the backward too
* Apply suggestions from code review
Co-authored-by: Younes Belkada <49240599+younesbelkada@users.noreply.github.com>
* Update tests/models/vipllava/test_modeling_vipllava.py
* style and quality
---------
Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com>
Co-authored-by: Younes Belkada <49240599+younesbelkada@users.noreply.github.com>
|
2024-01-10 08:33:33 +01:00 |
|
Younes Belkada
|
c7f076a00e
|
Adds VIP-llava to transformers (#27932)
* v1
* add-new-model-like
* revert
* fix forward and conversion script
* revert
* fix copies
* fixup
* fix
* Update docs/source/en/index.md
* Apply suggestions from code review
* push
* fix
* fixes here and there
* up
* fixup and fix tests
* Apply suggestions from code review
* add docs
* fixup
* fixes
* docstring
* add docstring
* fixup
* docstring
* fixup
* nit
* docs
* more copies
* fix copies
* nit
* update test
|
2023-12-13 10:42:24 +01:00 |
|