Add Ukrainian translation of README.md#39212
Open
VXXXO wants to merge 6 commits into
Open
Conversation
…odel - Rename PretrainedFSMTModel to PreTrainedFSMTModel to match naming convention - Update all usages and exports accordingly - Fixes issue huggingface#39202
- Add minimal mobilenet_v5 model implementation with config, model, and image processor - Register mobilenet_v5 in auto classes (AutoConfig, AutoModel, AutoImageProcessor) - Fixes issue huggingface#39208: 'Unknown Model (mobilenetv5_300m_enc)' when loading Gemma 3n - Provides stub implementation that prevents crashes and allows future expansion - Includes proper docstrings and warnings about stub nature - All components are properly integrated with Transformers architecture
Contributor
|
[For maintainers] Suggested jobs to run (before merge) run-slow: auto, fsmt |
stevhliu
reviewed
Jul 7, 2025
stevhliu
left a comment
Member
There was a problem hiding this comment.
Thanks!
- Can you also update the other language
README.md's [here] (https://github.com/huggingface/transformers/tree/main/i18n) to include your Ukranian translation? - You don't need to make any changes to any of the other files.
- You'll need someone who can read Ukranian to review your translation since I can't read it :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds Ukrainian translation of the main README.md file to improve accessibility for Ukrainian-speaking developers and researchers.
Changes made
i18n/README_uk.mdwith a complete Ukrainian translation of the main README.mdMotivation
This change improves the accessibility of the Transformers library for the Ukrainian developer community. With over 40 million Ukrainian speakers worldwide, this translation will help more developers and researchers easily understand and use the library in their native language.
The Ukrainian translation follows the same high-quality standards as other language versions in the repository, providing a comprehensive and accurate translation that maintains the technical accuracy of the original documentation.
Before submitting
Pull Request section?
to it if that's the case.
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
@stevhliu - Documentation