add-long-vita - #36553
Conversation
|
Hi 👋, thank you for opening this pull request! The pull request is converted to draft by default. When it is ready for review, please click the |
|
Hi @ltBai, In general, we recommend that most models are uploaded as custom code using the steps here, without needing a PR to the In general we only accept PRs to add new architectures to the core transformers library when one of these are true:
The reason for this is that once a model is actually in transformers itself, then the team at Hugging Face takes full responsibility for maintaining the code, testing it and making sure it stays compatible with new versions of transformers. We can't do this for every model architecture! Remember that just because a model is a custom code model, doesn't make it less important. A lot of extremely popular and high-performance models are custom code models and don't have Transformers PRs, for example |
What does this PR do?
We are trying to add a new model named long-vita to the transformers repository, it is a mllm that be able to deal with long-context to 1 million tokens, looking forward to your feedback!
Fixes # (issue)
Before submitting
Pull Request section?
to it if that's the case.
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.