Add cohere asr (#45023)
* cohere-asr model
* repo udpates
* tmp weight mapping
* add fast tests
* fix compile
* add integration tests
* update integration tests
* fixes
* clearer API
* test update
* fix
* cosmetics
* fix on parakeet encoder
* modular update
* Update src/transformers/models/cohere_asr/configuration_cohere_asr.py
Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com>
* make check-repo
* doc _reassemble_chunk_texts
* nit
* fix
* updates
* test update
* make style
* doc updates
* ensure bc with the hub checkpoints
* quick fixes
* remove rope - not used
* skip this one
* fix
* last fixes - needed revision + wrong main input name (less modular but we have to)
* style
* output_mask should be int!
---------
Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com>
Co-authored-by: vasqu <antonprogamer@gmail.com>