🚨 Delete deprecations with end-cycle in v4.xx and v5.0 (#41681)
* remove deprecations from v4
* delete those for v5
* delete these also
* fix tests
* add dummy test config
* fix copies
* SDPA raises warning but doesn't automatically change to eager
* max size can't be deleted, sadly
* oke, this should allow loading from-pretrained, but delete everything else
* style
* fix popping from kwargs
* audios rename
* padding defaults to self
* modular fix
* address comment
* style