Skip to content

Translated structured_generation_vision_language_models to Korean #297

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion notebooks/ko/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@
isExpanded: false
sections:
- local: faiss_with_hf_datasets_and_clip
title: 유사성 검색을 위한 멀티모달 데이터 임베딩
title: 유사성 검색을 위한 멀티모달 데이터 임베딩
- local: structured_generation_vision_language_models
title: VLM을 사용하여 이미지와 문서로부터 구조화된 데이터 생성
2 changes: 2 additions & 0 deletions notebooks/ko/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
- [다중 에이전트 계층 구조에서 여러 에이전트가 협업하도록 하기](multiagent_web_assistant)

- [유사성 검색을 위한 멀티모달 데이터 임베딩](faiss_with_hf_datasets_and_clip)
- [VLM을 사용하여 이미지와 문서로부터 구조화된 데이터 생성](structured_generation_vision_language_models)


더 다양한 노트북을 확인하고 싶다면 Cookbook's [GitHub 리포지토리](https://github.com/huggingface/cookbook)에 방문해보세요.

Expand Down
Loading