-
Notifications
You must be signed in to change notification settings - Fork 27.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support telechat2 #35415
base: main
Are you sure you want to change the base?
support telechat2 #35415
Conversation
Signed-off-by: xiangw2 <[email protected]>
Signed-off-by: xiangw2 <[email protected]>
Signed-off-by: xiangw2 <[email protected]>
Signed-off-by: xiangw2 <[email protected]>
Signed-off-by: shunxing12345 <[email protected]>
Signed-off-by: shunxing12345 <[email protected]>
Signed-off-by: shunxing12345 <[email protected]>
Signed-off-by: shunxing12345 <[email protected]>
Signed-off-by: shunxing12345 <[email protected]>
Signed-off-by: shunxing12345 <[email protected]>
Signed-off-by: shunxing12345 <[email protected]>
Signed-off-by: shunxing12345 <[email protected]>
Signed-off-by: shunxing12345 <[email protected]>
Signed-off-by: shunxing12345 <[email protected]>
Signed-off-by: shunxing12345 <[email protected]>
Signed-off-by: shunxing12345 <[email protected]>
Signed-off-by: shunxing12345 <[email protected]>
Signed-off-by: shunxing12345 <[email protected]>
Signed-off-by: shunxing12345 <[email protected]>
Hi team, 👋 Just following up on this PR. I understand you may have a lot on your plate, but I’d love to hear your thoughts or feedback on this contribution whenever you have time. Please let me know if there’s anything I can do to assist or improve the PR! Thanks for your time and all the great work you do maintaining this repository! 🙏 Best, |
Signed-off-by: shunxing12345 <[email protected]>
Signed-off-by: shunxing12345 <[email protected]>
Signed-off-by: shunxing12345 <[email protected]>
Signed-off-by: shunxing12345 <[email protected]>
Hey @shunxing12345 👋 Most of us are on holidays this week for the new year. The rhythm will pickup early next week and the team will review your PR as soon as possible. Thanks a lot for your patience and your contribution 🤗 |
cc @ArthurZucker feel free to ping someone for a first review! |
What does this PR do?
Description
This PR introduces TeleChat2, a new model designed for [specific use case, e.g., multilingual conversational AI or general-purpose language modeling]. TeleChat2 supports model sizes of [e.g., 3B, 7B, and 35B] and has been pre-trained and fine-tuned on large datasets across English and Chinese.
Motivation
Adding TeleChat2 to the Transformers repository allows the community to benefit from its capabilities, leveraging state-of-the-art performance on [specific benchmarks or tasks]. This inclusion aligns with the repository's goal of supporting a diverse range of models and architectures.
Key Changes
TeleChat2Config
for model configuration.TeleChat2Model
,TeleChat2ForCausalLM
, and corresponding tokenizers.AutoModel
and other relevant files.Documentation and Tests
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.