Skip to content
Merged
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 @@ -19,7 +19,9 @@
isExpanded: false
sections:
- local: fine_tuning_vit_custom_dataset_ko
title: Custom Biomedical Dataset으로 Vision Transformer 모델 Fine-tuning 하기
title: Custom Biomedical Dataset으로 Vision Transformer 모델 Fine-tuning 하기
- local: fine_tuning_detr_custom_dataset
title: 커스텀 데이터셋으로 객체 탐지 모델 파인튜닝하기, Spaces에 배포하기, 그리고 Gradio API 연동하기
- title: 에이전트 레시피
isExpanded: false
sections:
Expand Down
2,720 changes: 2,720 additions & 0 deletions notebooks/ko/fine_tuning_detr_custom_dataset.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions notebooks/ko/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- [다중 에이전트 계층 구조에서 여러 에이전트가 협업하도록 하기](multiagent_web_assistant)
- [유사성 검색을 위한 멀티모달 데이터 임베딩](faiss_with_hf_datasets_and_clip)
- [개인용 GPU에서 TRL로 SmolVLM DPO 파인튜닝하기](ko_fine_tuning_vlm_dpo_smolvlm_instruct)
- [커스텀 데이터셋으로 객체 탐지 모델 파인튜닝하기, Spaces에 배포하기, 그리고 Gradio API 연동하기](fine_tuning_detr_custom_dataset)

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

Expand Down