Add `Jina-Embeddings-V3` Model (#44251)
* Added Model Documentation.
* Added conversion_mapping weight renamings
* Added Auto Mappings.
* init
* Modular jina_embeddings_v3
* modular -> modeling + config
* __init__.py
* Created folder for tests
* Added documentation for the jina-embeddings-v3 Model
* Tests
* Update Tests
* Update Tests
* Update modular
* Fix failing test
* scope
* Update modular, Add docstring for adapter_mask
* Testing
* Fix failing test
* Added IntegrationTests
* Updated model doc date
* post_init()
* make style.
* adapter_mask gone
* Better Modular
* Add conversion_mapping
* Modular -> Modeling + Config
* Update model doc
* Update tests
* Small fix
* make fix-repo
* fix _tied_weights_keys
* self.is_causal=False
* Add tie_word_embeddings in configuration class
* small fix in configuration doc-string
* config update
* fix check_docstrings.py
* ruff: Reformat
* Remove extra args from config
* update tests + model doc
* Better, modern modular
* make fix-repo
* Update conversion mapping
* fix dropout
* Better modular
* Update conversion mapping
* Update tests
* Update docs
* Better modular
* Fix license
* Fix date
* Better modular, Configuration
* make fix-repo
* Fix config
* Use autodocstring
* lets use auto
* hmm is it this
* make hf version
* my bad...
* retry whats up with ci
* ci pls
---------
Co-authored-by: vasqu <antonprogamer@gmail.com>
Co-authored-by: Anton Vlasjuk <73884904+vasqu@users.noreply.github.com>