Skip to content

Conversation

HyunZ118
Copy link
Contributor

What does this PR do?

Translated the smolvlm.md file of the documentation to Korean.
Thank you in advance for your review.

Part of #20179

Before reviewing

  • Check for missing / redundant translations (번역 누락/중복 검사)
  • Grammar Check (맞춤법 검사)
  • Review or Add new terms to glossary (용어 확인 및 추가)
  • Check Inline TOC (e.g. [[lowercased-header]])
  • Check live-preview for gotchas (live-preview로 정상작동 확인)

Who can review? (Initial)

May you please review this PR?
@4N3MONE, @Kim-Ju-won, @ahnjj, @FacerAin, @ssum21, @TaskerJang

Before submitting

  • This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
  • Did you read the contributor guideline,
    Pull Request section?
  • Was this discussed/approved via a Github issue or the forum? Please add a link
    to it if that's the case.
  • Did you make sure to update the documentation with your changes? Here are the
    documentation guidelines, and
    here are tips on formatting docstrings.
  • Did you write any new necessary tests?

Who can review? (Final)

Copy link
Contributor

@4N3MONE 4N3MONE left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

번역 고생하셨습니다. 예시 코드 스니펫 안에 VLM에게 입력하는 텍스트도 번역해 주시면 좋을 것 같습니다.

@HyunZ118
Copy link
Contributor Author

@4N3MONE
피드백 주신 내용 반영 완료하였습니다. 꼼꼼하게 봐주셔서 감사합니다!

@TaskerJang
Copy link
Contributor

번역 작업 수고하셨습니다. 용어집 기준에 따른 개선사항을 제안드립니다!

1. 기본 용어 통일

  • processor → "처리기" (용어집 기준: image processor → 이미지 처리기. 현재 프로세서로 되어 있어요!)
  • parameter → "매개변수" (용어집 등록 용어. 현재 파라미터로 되어 있어요!)

2. 번역 표현 개선

현재:

입력된 이미지는 설정에 따라 원본 해상도로 처리되거나 업샘플링 또는 리사이징이 적용됩니다.

제안:

입력 이미지는 구성에 따라 원본 해상도로 처리하거나 크기를 조정합니다.

현재:

만약 `do_resize`가 `True`로 설정되어 있다면

제안:

`do_resize`를 `True`로 설정하면

3. 기술 용어 정확성

  • "배치 혼합 미디어 추론" → "배치 다중 미디어 추론"
  • "정사각형 패치" → "사각형 패치"
  • "이미지 프로세서" → "이미지 처리기"

4. 문체 일관성

"~합니다" 체로 통일 (현재 "~됩니다"와 혼용)

5. 간결한 표현

  • "관련 예시 코드는 다음과 같습니다" → "사용 예시는 다음과 같습니다"
  • "반드시 하나의 종류여야 합니다" → "하나의 종류만 사용해야 합니다"

6. 제목 번역 재검토

_toctree.yml에서 "소형 비전 언어 모델"보다는 "SmolVLM"이 더 적절할 것 같다는 생각이 들었는데 제 사견입니다. ㅎ.ㅎ

이런 세부사항들만 반영하시면 용어집 표준에 맞는 완성도 높은 문서가 될 것 같습니다!

@HyunZ118
Copy link
Contributor Author

@TaskerJang
꼼꼼하고 자세한 피드백 감사드립니다! 말씀주신 내용 반영 완료하였습니다~ 🤗

@HyunZ118 HyunZ118 marked this pull request as ready for review September 11, 2025 07:20
@HyunZ118
Copy link
Contributor Author

@stevhliu
May you please review this PR?

Copy link
Member

@stevhliu stevhliu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your translation!

HyunZ118 and others added 2 commits September 14, 2025 12:37
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
@HyunZ118
Copy link
Contributor Author

@stevhliu
I've applied the suggested changes. Could you please check if this PR is in a sufficient state to be merged?

@HuggingFaceDocBuilderDev

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@stevhliu
Copy link
Member

build-doc

Copy link
Contributor

@stevhliu stevhliu merged commit 2141a5b into huggingface:main Sep 15, 2025
15 checks passed
ErfanBaghaei pushed a commit to ErfanBaghaei/transformers that referenced this pull request Sep 25, 2025
* fix: manual edits

* Apply suggestions from code review

* Update docs/source/ko/model_doc/smolvlm.md

* Update docs/source/ko/model_doc/smolvlm.md

* Update docs/source/ko/model_doc/smolvlm.md

* Update docs/source/ko/model_doc/smolvlm.md

* Update docs/source/ko/_toctree.yml

Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>

---------

Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
vijayabhaskar-ev pushed a commit to vijayabhaskar-ev/transformers that referenced this pull request Oct 2, 2025
* fix: manual edits

* Apply suggestions from code review

* Update docs/source/ko/model_doc/smolvlm.md

* Update docs/source/ko/model_doc/smolvlm.md

* Update docs/source/ko/model_doc/smolvlm.md

* Update docs/source/ko/model_doc/smolvlm.md

* Update docs/source/ko/_toctree.yml

Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>

---------

Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
yuchenxie4645 pushed a commit to yuchenxie4645/transformers that referenced this pull request Oct 4, 2025
* fix: manual edits

* Apply suggestions from code review

* Update docs/source/ko/model_doc/smolvlm.md

* Update docs/source/ko/model_doc/smolvlm.md

* Update docs/source/ko/model_doc/smolvlm.md

* Update docs/source/ko/model_doc/smolvlm.md

* Update docs/source/ko/_toctree.yml

Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>

---------

Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants