Skip to content

Commit

Permalink
Merge pull request #217 from onuralpszr/turkish/translate/semantic_se…
Browse files Browse the repository at this point in the history
…gmentation_fine_tuning_inference

docs(translation): 🌐 add Turkish translation for semantic_segmentation_fine_tuning_inference.ipynb and initial content
  • Loading branch information
merveenoyan authored Oct 27, 2024
2 parents 6f953aa + 34d20df commit 8c5a174
Show file tree
Hide file tree
Showing 5 changed files with 2,017 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
package_name: cookbook
path_to_docs: cookbook/notebooks/
additional_args: --not_python_module
languages: en zh-CN ko
languages: en zh-CN ko tr
convert_notebooks: true
secrets:
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}
2 changes: 1 addition & 1 deletion .github/workflows/build_pr_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
package_name: cookbook
path_to_docs: cookbook/notebooks/
additional_args: --not_python_module
languages: en zh-CN ko
languages: en zh-CN ko tr
convert_notebooks: true
14 changes: 14 additions & 0 deletions notebooks/tr/_toctree.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

- title: Açık Kaynak AI Cookbook
isExpanded: True
sections:
- local: index
title: Genel Bakış

- title: Bilgisayarlı Görü Uygulamaları
isExpanded: false
sections:
- local: semantic_segmentation_fine_tuning_inference
title: Özel Bir Veri Seti Üzerinde Anlamsal Segmentasyon Modeli Fine-Tuning ve Inference API Üzerinden Kullanımı


18 changes: 18 additions & 0 deletions notebooks/tr/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Açık Kaynak AI Cookbook

Open-Source AI Cookbook, açık kaynak araçlar ve modeller kullanarak AI uygulamaları oluşturmanın
ve çeşitli makine öğrenimi görevlerini çözmenin pratik yönlerini gösteren notebook'lardan oluşan bir koleksiyondur.

## Son eklenen Notebooklar

Son eklenen notebooklara göz atın:

- [Özel Bir Veri Seti Üzerinde Anlamsal Segmentasyon Modeli Fine-Tuning ve Inference API Üzerinden Kullanımı](semantic_segmentation_fine_tuning_inference)

Notebook'ları cookbook'un [GitHub deposunda](https://github.com/huggingface/cookbook) inceleyebilirsiniz.

## Katkıda Bulunmak

Open-Source AI Cookbook bir topluluk çalışması ve herkesin katkıları memnuniyetle kabul edilir.
Kendi "cookbook'unuzu" nasıl ekleyebileceğinizi öğrenmek için cookbook için olan
[Katkı rehberini](https://github.com/huggingface/cookbook/blob/main/README.md) inceleyebilirsiniz.
Loading

0 comments on commit 8c5a174

Please sign in to comment.